Current configuration on the wiki
Find a file
Timo Tijhof b7c70526a9 resourceloader: Add missing Module->setConfig() calls in tests and installer
There is a fallback in Module->getConfig() to the global services
container. This is not meant to be used in practice, but there were
two places where this was missing: WebInstallerOutput, and various
PHPUnit tests.

* Add missing setConfig() to WebInstallerOutput.

* Add missing setConfig() to various tests. Most tests were already
  doing this correctly and using the standard mock from
  ResourceLoaderTestCase. Upon switching the last few tests as well,
  I uncovered various errors due to the mock missing some settings
  that the tested code uses, so these have been added now to
  ResourceLoaderTestCase.

Bug: T277728
Change-Id: I44f16ec4e00423fb6f641e58fffc1d40e4571f01
2021-06-13 21:20:58 +00:00
.phan
.pipeline
cache
docs Make postgres IRC channel point to libera.chat 2021-05-26 23:35:42 +02:00
extensions
images
includes resourceloader: Add missing Module->setConfig() calls in tests and installer 2021-06-13 21:20:58 +00:00
languages Localisation updates from https://translatewiki.net. 2021-06-10 08:33:34 +02:00
maintenance Merge "Use the unserialized form of image metadata internally" 2021-06-09 02:33:55 +00:00
mw-config Unify list-style CSS 2021-05-03 01:26:50 -07:00
resources Merge "mediawiki.ui: Remove IE8 workaround code fragments" 2021-06-07 19:18:34 +00:00
skins
tests resourceloader: Add missing Module->setConfig() calls in tests and installer 2021-06-13 21:20:58 +00:00
.dockerignore
.editorconfig build: Fix .editorconfig to allow spaces in markdown files 2021-04-29 23:56:23 +01:00
.eslintignore Add polyfills for ES6 array methods 2021-04-21 14:43:27 -07:00
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap Merge "Add .mailmap entry for 01miki10" 2021-04-06 18:50:18 +00:00
.phpcs.xml build: Cleanup and improve .phpcs.xml 2021-04-29 20:51:09 +00:00
.stylelintrc.json
.svgo.config.js build: Update SVGO to latest v2.3.0 and re-crush SVGs 2021-05-18 05:50:18 -07:00
.travis.yml Freenode -> Libera per wikimedia moving from freenode to libera 2021-05-20 22:10:24 +00:00
.vsls.json
api.php
autoload.php Replace usage of custom File properties 2021-05-27 18:48:06 +10:00
CODE_OF_CONDUCT.md
composer.json Merge "composer: Make test run for the whole repo" 2021-06-09 07:12:37 +00:00
composer.local.json-sample
COPYING
CREDITS Remove duplicate mention on CREDITS 2021-05-12 00:26:35 +00:00
DEVELOPERS.md Freenode -> Libera per wikimedia moving from freenode to libera 2021-05-20 22:10:24 +00:00
docker-compose.yml
FAQ
Gruntfile.js build: Update SVGO to latest v2.3.0 and re-crush SVGs 2021-05-18 05:50:18 -07:00
HISTORY Archive RELEASE-NOTES-1.36, now that 1.36.0 is out 2021-05-28 00:25:13 +00:00
img_auth.php
index.php
INSTALL Prepare for REL1_36 cut, labelling master as 1.37-alpha 2021-04-06 23:03:22 +00:00
jsduck.json Add polyfills for ES6 array methods 2021-04-21 14:43:27 -07:00
load.php Reapply Content-Length deferred updates patches 2021-04-08 09:25:56 +00:00
opensearch_desc.php
package-lock.json selenium: Record videos using Xvfb+ffmpeg 2021-05-20 15:46:20 +02:00
package.json build: Remove 'npm run api-testing-lint' command 2021-05-21 21:26:26 +01:00
phpunit.xml.dist
README.md
RELEASE-NOTES-1.37 Replace Title in Message/MessageCache 2021-06-09 06:16:56 -07:00
rest.php
SECURITY
thumb.php
thumb_handler.php
UPGRADE UPGRADE: Remove nbsp, replace with a space 2021-04-08 18:32:57 -07:00

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.