Current configuration on the wiki
Find a file
Kevin Israel 1636c24306 Don't add $wgExtraNamespaces to $wgCanonicalNamespaceNames
This fixes a bug experienced by jawiki users in which overriding names
of extension namespaces (e.g. "モジュール・トーク") would unexpectedly
also override extension-provided canonical names (e.g. "Module talk").

Pretty much the only Wikimedia-deployed code that reads the config
variable directly is NamespaceInfo::getCanonicalNamespaces(), which
already takes into account $wgExtraNamespaces, so this should be OK.

Bug: T314013
Change-Id: Icd3405c02886651f8e4ec87f6d66783314c1024b
2022-07-28 08:23:41 -04:00
.phan
.pipeline
cache
docs Merge "abstract schema: Improve validation of json file" 2022-07-27 10:00:38 +00:00
extensions
images
includes Don't add $wgExtraNamespaces to $wgCanonicalNamespaceNames 2022-07-28 08:23:41 -04:00
languages Localisation updates from https://translatewiki.net. 2022-07-28 08:34:58 +02:00
maintenance Merge "migrateLinksTable.php: Remove LIMIT from UPDATE query" 2022-07-28 12:09:36 +00:00
mw-config
resources Merge "jquery.textSelection: Use non-execCommand when we can't focus the field" 2022-07-27 19:19:39 +00:00
skins
tests Don't add $wgExtraNamespaces to $wgCanonicalNamespaceNames 2022-07-28 08:23:41 -04:00
.dockerignore
.editorconfig build: Exclude .git/** in .editorconfig 2022-06-22 01:53:33 +01:00
.eslintignore
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
.svgo.config.js
.vsls.json
api.php
autoload.php Remove deprecated maintenance script resetUserTokens.php 2022-07-12 21:07:13 +02:00
CODE_OF_CONDUCT.md
composer.json Update OOUI to v0.44.2 2022-07-27 11:29:47 -04:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md
docker-compose.yml
FAQ
Gruntfile.js
HISTORY Various whitespace changes 2022-07-12 20:07:23 +02:00
img_auth.php
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package-lock.json
package.json
phpunit.xml.dist phpunit.xml.dist: Align contents with suite.xml 2022-07-12 10:32:32 +02:00
README.md
RELEASE-NOTES-1.39 Update OOUI to v0.44.2 2022-07-27 11:29:47 -04:00
rest.php
SECURITY
thumb.php
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.