Current configuration on the wiki
Find a file
Amir Sarabadani cc2d8251a6 rdbms: Decouple ChronologyProtector from LBF
LBF carries a several attributes that it only need to init CP object,
including $secret that might be confusing to reader what the secret is
about.

Also, LBF should not be really coupled to CP, at least not this much.
Most stuff happen via calling CP functions passed by $lb object.

Some callers of LBF methods also don't need LBF really, they need the CP
object (e.g. ::disableChronologyProtection()) which in turn we can
make ChronologyProtector a dedicated service (it only needs BagOStuff and secret
from the LBF configuration, the rest are CLI mode or logger) and call
those separately and slowly just inject it to LBF instead.

This patch has already reduced the size of LBF by 10%.

Bug: T275713
Change-Id: If5e34a372030238093b66c292a02d11e5933ff88
2023-08-29 17:23:39 +02:00
.phan
cache
docs Merge "Drop global config variable AjaxUploadDestCheck" 2023-08-25 22:28:20 +00:00
extensions
images
includes rdbms: Decouple ChronologyProtector from LBF 2023-08-29 17:23:39 +02:00
languages Merge "specials: Add watch option for userpage to Special:UserRights" 2023-08-25 19:46:16 +00:00
maintenance Fix various typos and documentation issues 2023-08-27 12:05:11 +02:00
mw-config
resources Merge "Edit recovery: Complete documentation of methods, fix handling of section" 2023-08-28 04:18:34 +00:00
skins
tests rdbms: Decouple ChronologyProtector from LBF 2023-08-29 17:23:39 +02:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitmessage
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
.svgo.config.js
.vsls.json
api.php
autoload.php Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
CODE_OF_CONDUCT.md
composer.json Merge "Upgrade wikimedia/html-formatter from 3.0.1 to 4.0.3" 2023-08-23 16:17:54 +00:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md
docker-compose.yml
FAQ
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json Merge "Add "mediawiki.page.teleportTarget" module to core" 2023-08-25 21:23:38 +00:00
load.php
opensearch_desc.php
package-lock.json build: Update linters 2023-08-21 16:33:43 +01:00
package.json build: Update linters 2023-08-21 16:33:43 +01:00
phpunit.xml.dist tests: Unbreak and actually run ExportDemoTest 2023-08-08 15:30:54 +00:00
README.md
RELEASE-NOTES-1.41 Make the PrefixSearchBackend hook's deprecation non-silent 2023-08-24 21:00:09 +00:00
rest.php
SECURITY
thumb.php Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
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.