Current configuration on the wiki
Find a file
thiemowmde 8a9dd67139 Avoid calling overrideConfigValue() multiple times
Same as I7a82951.

overrideConfigValue() and overrideConfigValues() both call
setMwGlobals(), which calls resetServices(). This is surprisingly
expensive. It's much better to call it once with an array.

Change-Id: I4ff2f6b902b1a1e0b554ce6fc76f3b612f703fae
2023-07-20 14:59:42 +02:00
.phan
cache
docs Set default migration stage of externallinks to read new and write both 2023-07-13 22:43:43 +02:00
extensions
images
includes Merge "SpecialUserRights: Check for username to be temporary" 2023-07-20 11:56:18 +00:00
languages Localisation updates from https://translatewiki.net. 2023-07-20 09:11:20 +02:00
maintenance Avoid calling overrideConfigValue() multiple times 2023-07-20 14:59:42 +02:00
mw-config
resources Merge "Update OOUI from 0.47.4 to 0.47.5" 2023-07-19 23:09:28 +00:00
skins
tests Avoid calling overrideConfigValue() multiple times 2023-07-20 14:59:42 +02:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitmessage
.gitreview
.mailmap
.phpcs.xml tests: Resolve maintenance phpunit filename deprecation errors 2023-07-09 22:34:35 +02:00
.stylelintrc.json Login page: Use Codex CSS components 2023-07-06 17:20:17 -07:00
.svgo.config.js
.vsls.json
api.php
autoload.php Factor out TextDiffer hierarchy from TextSlotDiffRenderer 2023-07-19 12:38:18 +10:00
CODE_OF_CONDUCT.md
composer.json Update OOUI from 0.47.4 to 0.47.5 2023-07-19 14:51:07 -07:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md DEVELOPERS.md: make the SQLite directory writable 2023-07-19 19:34:53 +00:00
docker-compose.yml docker: update to latest published images 2023-07-07 12:57:25 -06:00
FAQ
Gruntfile.js build: Fix file name for stylelintrc.json in grunt-watch 2023-07-04 21:32:23 +02:00
HISTORY HISTORY: Add DiscussionTools bundling to 1.40 release notes 2023-07-10 11:46:41 -07:00
img_auth.php doc: Update redirected link 2023-07-03 00:29:16 +00:00
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package-lock.json wdio-mediawiki: Upgrade mwbot from 2.0.0 to 2.1.3 2023-07-14 13:16:33 -04:00
package.json
phpunit.xml.dist phpunit: Sync phpunit.xml.dist with tests/phpunit/suite.xml 2023-07-14 20:59:42 +00:00
README.md
RELEASE-NOTES-1.41 Merge "Update OOUI from 0.47.4 to 0.47.5" 2023-07-19 23:09:28 +00: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.