Current configuration on the wiki
Find a file
Amir Sarabadani 7d137d0452 Deprecate ConfiguredReadOnlyMode service
Currently, we have two services: ReadOnlyMode and
ConfiguredReadOnlyMode. The former takes the latter and can easily
support every functionality of CRO. I added methods to support that
functionality (the current class is quite small so it's not adding a lot
more to a monster class) and basically fully deprecate the service
itself to improve developer experience.

It is only called in two extensions in production with straightforward
fix so I directly went with hard-deprecation.

Bug: T343917
Depends-On: Icec0ad3f30c471b428efe80dfb9129f55a351194
Change-Id: I421fd5c8fee7af41c059419c2bbc85b8dccc04ed
2023-09-12 23:22:13 +00:00
.phan Reorg: Move three output related classes to includes/Output/ 2023-09-05 19:36:42 +01:00
cache
docs Merge "Make all limits function as user rights." 2023-09-11 12:34:48 +00:00
extensions
images
includes Deprecate ConfiguredReadOnlyMode service 2023-09-12 23:22:13 +00:00
languages Localisation updates from https://translatewiki.net. 2023-09-11 08:33:50 +02:00
maintenance Merge "rdbms: Introduce ReplaceQueryBuilder" 2023-09-10 23:49:54 +00:00
mw-config
resources mediawiki.page.ready: Fix teleportTarget attachment logic 2023-09-07 14:53:09 -07:00
skins
tests Deprecate ConfiguredReadOnlyMode service 2023-09-12 23:22:13 +00: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 Merge "rdbms: Introduce ReplaceQueryBuilder" 2023-09-10 23:49:54 +00:00
CODE_OF_CONDUCT.md
composer.json Update OOUI to v0.48.0 2023-08-30 12:20:41 -07:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md DEVELOPERS.md: Corrections for documentation on mounting extension directories 2023-09-07 09:24:25 +02:00
docker-compose.yml
FAQ
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json Resources: Move teleportTarget module into mediawiki.page.ready 2023-08-28 14:35:57 -07:00
load.php Centralize logic behind building ChronologyProtector object 2023-08-30 18:44:09 +00:00
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
README.md
RELEASE-NOTES-1.41 Deprecate ConfiguredReadOnlyMode service 2023-09-12 23:22:13 +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.