Current configuration on the wiki
Find a file
C. Scott Ananian 5468ab66ba Deprecate Parser::enableOOUI()
All existing uses in our codebase are to OutputPage::enableOOUI.

Further, the implementation here in Parser::enableOOUI calls
OutputPage::setupOOUI() without arguments, which means that the skin
and the page directionality are not initialized correctly.
(OutputPage::enableOOUI() does this correctly).  So even if anyone
*was* using Parser::enableOOUI... they shouldn't be.

Use $parser->getOutput()->enableOOUI() instead.

This was originally added in 2d50e28975 to
enable OOUI to be used from parser tags (T101666), but the current patches
for this (eg I29e876c768819413bf31499f067d545732e591b0) can just use
$parser->getOutput()->enableOOUI() instead.

Code search:
https://codesearch.wmflabs.org/search/?q=enableOOUI&i=nope&files=&repos=

Bug: T236809
Change-Id: I71be19c1d735fef5b781c68ef7ba47cafc37595d
2020-03-26 16:09:05 -04:00
.phan Fix conditional phan config for Excimer 2020-02-25 13:49:17 +11:00
.pipeline
cache
docs Merge "Setup.php: Remove internal $messageMemc variable" 2020-03-22 01:52:39 +00:00
extensions
images
includes Deprecate Parser::enableOOUI() 2020-03-26 16:09:05 -04:00
languages Merge "Add Inari Sami (smn) to Names.php" 2020-03-26 15:25:06 +00:00
maintenance Merge "Purge expired watchlist items" 2020-03-26 00:38:56 +00:00
mw-config
resources SECURITY: Better controls for logout interface buttons 2020-03-26 17:57:37 +00:00
skins
tests Merge "Display different errors for title vs file not found in MediaFileHandler" 2020-03-26 19:47:26 +00:00
.editorconfig Set tab width to 4 2020-03-23 13:44:37 +00:00
.eslintrc.json
.fresnel.yml
.gitattributes Add configuration for Docker based development environment 2020-02-21 10:09:48 +00:00
.gitignore Add configuration for Docker based development environment 2020-02-21 10:09:48 +00:00
.gitreview
.mailmap
.phpcs.xml Setup.php: Remove internal $messageMemc variable 2020-03-18 17:44:35 +00:00
.stylelintrc.json
.travis.yml
api.php
autoload.php Purge expired watchlist items 2020-03-26 07:54:20 +08:00
CODE_OF_CONDUCT.md
composer.json Updating pear/mail_mime (1.10.6 => 1.10.7) 2020-03-13 01:50:03 +00:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md [docker] Add recommendation to install docker-compose binary 2020-03-16 14:07:33 +01:00
docker-compose.yml docker: Bump image version to increase upload size 2020-03-04 15:42:09 -07:00
FAQ
Gruntfile.js
HISTORY Add 1.31.7/1.33.3/1.34.1 to HISTORY 2020-03-26 18:28:22 +00:00
img_auth.php img_auth: Avoid various usage of deprecated code and also optimize 2020-02-20 18:36:15 +01:00
index.php
INSTALL Increase PHP requirement from 7.2.9 to 7.2.22 due to segfault issue 2020-02-24 09:55:00 -08:00
jsduck.json
load.php
opensearch_desc.php
package-lock.json package.json: Upgrade acorn to 7.1.1 2020-03-13 13:11:10 -07:00
package.json build: Merge doc linting into 'npm test' 2020-03-18 18:40:57 +00:00
phpunit.xml.dist
README
README.mediawiki
RELEASE-NOTES-1.35 Deprecate Parser::enableOOUI() 2020-03-26 16:09:05 -04:00
rest.php
SECURITY
thumb.php Use MediaWikiServices::getRepoGroup in file related classes 2020-03-14 12:36:27 +00: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.

* Ready to get started?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents
* Seeking help from a person?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Communication
* Looking to file a bug report or a feature request?
** https://bugs.mediawiki.org/
* Interested in helping out?
** https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute

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.