Current configuration on the wiki
Find a file
Gergő Tisza 31408b7fef Silence transaction profiler warnings in ExternalStoreDB::fetchBlob()
ExternalStoreDB falls back to a primary connection if the blobs with
the specified ID weren't found with the normal connection. Since
the ExternalStore abstraction layer hides the fact that there are
database connections involved, the caller has no way to control
this behavior, so there is no point in emitting warnings when it
happens on GET.

Bug: T282145
Change-Id: I7f8113230e4b6493b8bdb96e639781ab9c116397
2021-05-16 18:25:57 +02:00
.phan
.pipeline
cache
docs Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables 2021-05-14 12:40:34 -07:00
extensions
images
includes Silence transaction profiler warnings in ExternalStoreDB::fetchBlob() 2021-05-16 18:25:57 +02:00
languages Localisation updates from https://translatewiki.net. 2021-05-14 08:41:42 +02:00
maintenance Merge "Fix extra space in field definition of page.page_restrictions" 2021-05-15 02:55:59 +00:00
mw-config Unify list-style CSS 2021-05-03 01:26:50 -07:00
resources docs: Emphasize “Modern”/“Basic support” terminology over “Grade A”/“C” 2021-05-14 05:27:46 -07:00
skins
tests Merge "Add tests for PageCommandFactory" 2021-05-15 20:37:41 +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
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap
.phpcs.xml build: Cleanup and improve .phpcs.xml 2021-04-29 20:51:09 +00:00
.stylelintrc.json
.travis.yml
.vsls.json
api.php
autoload.php Merge "Create FauxRequestUpload to fake uploads in tests" 2021-05-15 12:20:38 +00:00
CODE_OF_CONDUCT.md
composer.json Update wikimedia/minify to 2.2.2 2021-05-08 00:27:50 +01:00
composer.local.json-sample
COPYING
CREDITS Remove duplicate mention on CREDITS 2021-05-12 00:26:35 +00:00
DEVELOPERS.md
docker-compose.yml
FAQ
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json Add polyfills for ES6 array methods 2021-04-21 14:43:27 -07:00
load.php
opensearch_desc.php
package-lock.json selenium: remove @wdio/devtools-service NPM package 2021-04-16 10:41:01 +00:00
package.json selenium: Fix failing selenium-daily-beta(commons)-MediaWiki Jenkins job 2021-04-30 13:42:20 +02:00
phpunit.xml.dist
README.md
RELEASE-NOTES-1.36 Update wikimedia/minify to 2.2.2 2021-05-08 00:27:50 +01:00
RELEASE-NOTES-1.37 Move UploadBase::stashFile removal to correct section of release notes 2021-05-15 10:04:48 -04: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.