Current configuration on the wiki
Find a file
DannyS712 07af42e199 Add DeferredUpdatesManager service to replace DeferredUpdates
This patch doesn't deal with the injection of dependencies
and removal of the global state, but rather moves the code
from DeferredUpdates to the new service essentially as-is,
to simplify review. The changes to inject the various
services needed and make DeferredUpdatesManager a proper
service will be done in follow-ups, to make them easier
to follow.

While almost everything is changed from static to non-static,
DeferredUpdates::$scopeStack remains static as
DeferredUpdatesManager::$scopeStack, just in case multiple
versions of the service are created, to ensure that no
updates are missed.

Bug: T265749
Change-Id: I7f07eddf2fc399b15db4fe9be4c792ef8eb0747b
2023-05-29 03:59:03 +00:00
.phan Revert "build: Add phan stub for ReturnTypeWillChange" 2023-05-16 18:01:30 +00:00
cache
docs wgSVGNativeRendering default should be false, not 'false' 2023-05-27 10:37:57 +03:00
extensions
images
includes Add DeferredUpdatesManager service to replace DeferredUpdates 2023-05-29 03:59:03 +00:00
languages Add load more button to get Special:Undelete revisions by parts. 2023-05-29 11:19:54 +10:00
maintenance Merge "Use more narrow IReadableDatabase in BatchRowIterator" 2023-05-21 11:37:13 +00:00
mw-config
resources Special:Undelete "load more" followups 2023-05-29 11:19:54 +10:00
skins
tests Add DeferredUpdatesManager service to replace DeferredUpdates 2023-05-29 03:59:03 +00:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitmessage git: Introduce .gitmessage 2023-05-21 14:20:31 +03:00
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
.svgo.config.js
.vsls.json
api.php Replace internal Hooks::runner 2023-05-11 06:17:38 +00:00
autoload.php Add DeferredUpdatesManager service to replace DeferredUpdates 2023-05-29 03:59:03 +00:00
CODE_OF_CONDUCT.md
composer.json Update OOUI to v0.47.0 2023-05-18 12:03:32 -07:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md
docker-compose.yml
FAQ
Gruntfile.js
HISTORY
img_auth.php Replace internal Hooks::runner 2023-05-11 06:17:38 +00:00
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php Replace internal Hooks::runner 2023-05-11 06:17:38 +00:00
package-lock.json build: Updating socket.io-parser to 4.2.3 2023-05-23 22:37:05 +00:00
package.json
phpunit.xml.dist
README.md
RELEASE-NOTES-1.40 RELEASE-NOTES-1.40: Correct wgSpecialContributeSkinsEnabled doc 2023-05-17 15:32:37 +01:00
RELEASE-NOTES-1.41 Languages: Add language crh-ro 2023-05-27 09:21:29 +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.