Current configuration on the wiki
Find a file
Timo Tijhof 4d1327f80d maintenance: Don't run unsafe shutdown after crash
Follows-up If577c5c89bb3b3e5766 (e1e5beb43e) which added a top-level
try-catch for the first time in over a decade, but unlike our other
top-level handlers in MediaWiki.php, DeferredUpdates, and JobRunner,
it did not actually handle the error, and yet did let execution
continue, which is at best confusing, but at worst may result in
data corruption.

Bug: T305730
Change-Id: Ibaa6b08e73fbf4846cf79614f28aae1d834c17f0
2022-05-11 18:56:52 +00:00
.phan phan: Add internal stub Redis::SERIALIZER_IGBINARY 2022-04-18 20:54:36 +02:00
.pipeline
cache
docs Fix many typos in comments 2022-05-10 12:46:11 +00:00
extensions
images
includes Merge "Remove hardcoded number from [[MediaWiki:Searchlimit-help/en]]" 2022-05-11 18:22:13 +00:00
languages Remove hardcoded number from [[MediaWiki:Searchlimit-help/en]] 2022-05-11 10:49:56 +01:00
maintenance maintenance: Don't run unsafe shutdown after crash 2022-05-11 18:56:52 +00:00
mw-config build: Update stylelint-config-wikimedia to 0.13.0 2022-05-04 23:17:03 +01:00
resources Merge "MediaSearchWidget should declare an explicit dependency on mediawiki.user module" 2022-05-11 17:39:36 +00:00
skins
tests Merge "rdbms: Move out more functions from Database to SQLPlatform" 2022-05-11 17:21:57 +00:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json build: Update stylelint-config-wikimedia to 0.13.0 2022-05-04 23:17:03 +01:00
.svgo.config.js
.vsls.json
api.php
autoload.php Introduce interface ComponentRegistryContext 2022-05-09 20:36:36 +00:00
CODE_OF_CONDUCT.md
composer.json resourceloader: Update wikimedia/minify to 2.3.0 2022-04-25 11:19:53 -04:00
composer.local.json-sample
COPYING
CREDITS
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 stylelint-config-wikimedia to 0.13.0 2022-05-04 23:17:03 +01:00
package.json build: Update stylelint-config-wikimedia to 0.13.0 2022-05-04 23:17:03 +01:00
phpunit.xml.dist
README.md
RELEASE-NOTES-1.38 RELEASE-NOTES: move note about 'undeletetalk' for action=undelete to 1.39 2022-04-19 17:28:04 -04:00
RELEASE-NOTES-1.39 Title: Hard deprecate Title::newFromTitleValue() 2022-05-09 21:14:13 +01: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.