Current configuration on the wiki
Find a file
Matěj Suchánek 7f6323e355 Fix switch-case syntax in ParserOutputAccess
The equality check is unnecessary, the switch-case construct
does it. The code should work the same:
When $useCache is equal to CACHE_SECONDARY, the expression
evaluates to true and so does the loose comparison done by
the switch.
Otherwise it evaluates to false and the case is false, too.

Follow-Up: I0fe275b4991f1bf89c7bb587132bc4fb0ea862e2
Change-Id: I2ded074d4e31d5770c02b4d5ac4acc58b8542ad0
2022-03-14 20:08:44 +00:00
.phan
.pipeline
cache
docs logos: Set default install icon to be an SVG one 2022-03-10 12:54:59 -05:00
extensions
images
includes Fix switch-case syntax in ParserOutputAccess 2022-03-14 20:08:44 +00:00
languages Merge "Namespace names for the Fon language" 2022-03-12 10:27:27 +00:00
maintenance Merge "Avoid overridden getDB in maintenance script orphanStats.php" 2022-03-13 21:59:28 +00:00
mw-config Update installer to reflect modern logos 2022-03-10 16:48:39 +00:00
resources Merge "mediawiki.mixins: Add .user-select() mixin" 2022-03-14 15:52:34 +00:00
skins
tests Merge "Create IP utilities for sanitizing and prettifying IPs via js" 2022-03-14 14:43:08 +00:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap CREDITS: Update ahead of REL1_38 branch 2022-03-08 17:00:44 -05:00
.phpcs.xml phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
.stylelintrc.json
.svgo.config.js build: Update 'svgo' to latest v2.8.0 2022-02-27 23:54:58 +00:00
.vsls.json
api.php
autoload.php Merge "rdbms: make automatic connection recovery apply to more cases" 2022-03-10 00:08:35 +00:00
CODE_OF_CONDUCT.md
composer.json EtcdConfig: Remove YAML from available 'encoding' options 2022-03-11 12:45:18 +00:00
composer.local.json-sample
COPYING
CREDITS CREDITS: Update ahead of REL1_38 branch 2022-03-08 17:00:44 -05:00
DEVELOPERS.md
docker-compose.yml
FAQ
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package-lock.json build: Update 'svgo' to latest v2.8.0 2022-02-27 23:54:58 +00:00
package.json build: Update 'svgo' to latest v2.8.0 2022-02-27 23:54:58 +00:00
phpunit.xml.dist
README.md
RELEASE-NOTES-1.38 mediawiki.mixins: Add .user-select() mixin 2022-03-12 10:18:49 -08:00
rest.php
SECURITY
thumb.php maintenance: Replace some usages of Wikimedia\(suppress|restore)Warnings() 2022-02-24 12:52:05 +00:00
thumb_handler.php
UPGRADE

MediaWiki

MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wikimedia projects, used by hundreds of millions of people each month. MediaWiki is localised in over 350 languages and its reliability and robust feature set have earned it a large and vibrant community of third-party users and developers.

MediaWiki is:

  • feature-rich and extensible, both on-wiki and with hundreds of extensions;
  • scalable and suitable for both small and large sites;
  • simple to install, working on most hardware/software combinations; and
  • available in your language.

For system requirements, installation, and upgrade details, see the files RELEASE-NOTES, INSTALL, and UPGRADE.

MediaWiki is the result of global collaboration and cooperation. The CREDITS file lists technical contributors to the project. The COPYING file explains MediaWiki's copyright and license (GNU General Public License, version 2 or later). Many thanks to the Wikimedia community for testing and suggestions.