Current configuration on the wiki
Find a file
Ammarpad 5c0c4d1201 MergeHistory: Avoid potential DB query for trivial message variation
Title::exists( Title::READ_LATEST ) can lead to querrying the master
database just to decide whether to show a variation of message to the
user, and even after consulting the master database, the check can be
negated by the TitleExists hook (T265775), making the db check useless.

This can be simplified by notifying the caller upfront whether the
source page is deleted, since this info is authoritatively known at
the point of the deletion.

Bug: T278295
Change-Id: Iccf61a06306126c03be302dddfdfeb576217a048
2021-06-08 15:38:07 +00:00
.phan
.pipeline
cache
docs Make postgres IRC channel point to libera.chat 2021-05-26 23:35:42 +02:00
extensions
images
includes MergeHistory: Avoid potential DB query for trivial message variation 2021-06-08 15:38:07 +00:00
languages Localisation updates from https://translatewiki.net. 2021-06-08 08:35:07 +02:00
maintenance Merge "userOptions.php: allow specifying a user ID range to run on" 2021-06-08 12:30:03 +00:00
mw-config Unify list-style CSS 2021-05-03 01:26:50 -07:00
resources Merge "mediawiki.ui: Remove IE8 workaround code fragments" 2021-06-07 19:18:34 +00:00
skins
tests Merge "Accept UserIdentity in code to manage edit counts" 2021-06-08 13:30:25 +00:00
.dockerignore
.editorconfig build: Fix .editorconfig to allow spaces in markdown files 2021-04-29 23:56:23 +01:00
.eslintignore
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap
.phpcs.xml build: Cleanup and improve .phpcs.xml 2021-04-29 20:51:09 +00:00
.stylelintrc.json
.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 Replace usage of custom File properties 2021-05-27 18:48:06 +10:00
CODE_OF_CONDUCT.md
composer.json Update wikimedia/minify to 2.2.3 2021-06-07 18:04:31 -07: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
FAQ
Gruntfile.js build: Update SVGO to latest v2.3.0 and re-crush SVGs 2021-05-18 05:50:18 -07:00
HISTORY Archive RELEASE-NOTES-1.36, now that 1.36.0 is out 2021-05-28 00:25:13 +00:00
img_auth.php
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package-lock.json selenium: Record videos using Xvfb+ffmpeg 2021-05-20 15:46:20 +02:00
package.json build: Remove 'npm run api-testing-lint' command 2021-05-21 21:26:26 +01:00
phpunit.xml.dist
README.md
RELEASE-NOTES-1.37 Accept UserIdentity in code to manage edit counts 2021-06-08 05:41:03 +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.