Current configuration on the wiki
Find a file
DannyS712 2696c06a2b LanguageConverter: stop reading from $wgUser
Use RequestContext::getMain()->getUser() instead.
Given that there is an explicit check if the user is safe
to load, this should be fine - if the RequestContext
doesn't already have a user, it'll create one via
User::newFromSession() and then the isSafeToLoad()
call will fail.

Bug: T243708
Change-Id: I06906681e1c1e9ea3ef3c6e4fddcea7871bf164f
2021-07-14 04:19:15 +00:00
.phan build: Upgrade php-parallel-lint from 1.2.0 to 1.3.0 2021-06-29 11:10:36 +01:00
.pipeline Trigger update-train-versions job at end of wmf-publish pipeline 2021-06-29 08:02:03 -07:00
cache
docs Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend) 2021-06-28 11:59:09 +01:00
extensions
images
includes LanguageConverter: stop reading from $wgUser 2021-07-14 04:19:15 +00:00
languages Add Gun (Gungbe, guw) to Names.php 2021-07-13 06:08:49 +00:00
maintenance Schema migration for revison_actor_temp table removal 2021-07-14 08:29:04 +10:00
mw-config build: Upgrade stylelint-config-wikimedia from 0.10.3 to 0.11.1 2021-06-29 11:22:30 +01:00
resources Add wider desktop breakpoint 2021-07-13 23:14:26 +00:00
skins
tests LanguageConverter: stop reading from $wgUser 2021-07-14 04:19:15 +00:00
.dockerignore
.editorconfig build: Fix .editorconfig to allow spaces in markdown files 2021-04-29 23:56:23 +01:00
.eslintignore Add polyfills for ES6 array methods 2021-04-21 14:43:27 -07:00
.eslintrc.json eslint: Remove no-shadow setting, already set upstream 2021-06-05 14:50:18 +01:00
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap Merge "Add .mailmap entry for 01miki10" 2021-04-06 18:50:18 +00:00
.phpcs.xml build: Cleanup and improve .phpcs.xml 2021-04-29 20:51:09 +00:00
.stylelintrc.json stylelint: Enforce no-unsupported-browser-features 2021-06-05 14:42:03 +01:00
.svgo.config.js build: Update SVGO to latest v2.3.0 and re-crush SVGs 2021-05-18 05:50:18 -07:00
.travis.yml Freenode -> Libera per wikimedia moving from freenode to libera 2021-05-20 22:10:24 +00:00
.vsls.json
api.php
autoload.php Schema migration for revison_actor_temp table removal 2021-07-14 08:29:04 +10:00
CODE_OF_CONDUCT.md
composer.json Merge "phpcs: Use cache flag" 2021-07-13 13:22:24 +00:00
composer.local.json-sample
COPYING
CREDITS Remove duplicate mention on CREDITS 2021-05-12 00:26:35 +00:00
DEVELOPERS.md Freenode -> Libera per wikimedia moving from freenode to libera 2021-05-20 22:10:24 +00:00
docker-compose.yml Update stretch-php72-fpm im MediaWiki-Docker to 3.0.0 2021-07-12 10:45:30 +02:00
FAQ
Gruntfile.js build: Update SVGO to latest v2.3.0 and re-crush SVGs 2021-05-18 05:50:18 -07:00
HISTORY HISTORY: Import 1.31.15, 1.35.3, 1.36.1 2021-06-23 18:03:24 +01:00
img_auth.php
index.php
INSTALL Prepare for REL1_36 cut, labelling master as 1.37-alpha 2021-04-06 23:03:22 +00:00
jsduck.json Add polyfills for ES6 array methods 2021-04-21 14:43:27 -07:00
load.php Reapply Content-Length deferred updates patches 2021-04-08 09:25:56 +00:00
opensearch_desc.php
package-lock.json build: Upgrade stylelint-config-wikimedia from 0.10.3 to 0.11.1 2021-06-29 11:22:30 +01:00
package.json build: Upgrade stylelint-config-wikimedia from 0.10.3 to 0.11.1 2021-06-29 11:22:30 +01:00
phpunit.xml.dist
README.md
RELEASE-NOTES-1.37 Remove SkinTemplate::makeArticleUrlDetails 2021-07-13 17:09:21 -07:00
rest.php
SECURITY
thumb.php
thumb_handler.php
UPGRADE UPGRADE: Remove nbsp, replace with a space 2021-04-08 18:32:57 -07:00

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.