Current configuration on the wiki
Find a file
Umherirrender a5ccb3e549 Avoid hard coded AS for column aliases
Use 'alias' => 'column' feature of the abstract database layer

Wikipage old code:
SELECT cl_to AS page_title, 14 AS page_namespace FROM `categorylinks`
WHERE cl_from = 651

Wikipage new code:
SELECT cl_to AS `page_title`,14 AS `page_namespace` FROM `categorylinks`
WHERE cl_from = 651

Change-Id: Ibd2fb22bd556f331b955378eb144153f2fdb9dc6
2020-09-21 21:07:14 +02:00
.phan
.pipeline
cache
docs resourceloader: Add skin-based 'mediawiki.skin.variables.less' import 2020-09-15 10:05:53 +00:00
extensions
images
includes Avoid hard coded AS for column aliases 2020-09-21 21:07:14 +02:00
languages Merge "Correct Finnish translation of Special:PasswordPolicies" 2020-09-21 10:56:40 +00:00
maintenance Fix description for pruneFileCache.php 2020-09-18 22:53:01 +00:00
mw-config
resources Ensure dropdown label is always on its own line 2020-09-21 09:28:09 +08:00
skins
tests Merge "Explicitly wrap some XML calls in libxml_disable_entity_loader()" 2020-09-21 08:12:10 +00:00
.editorconfig
.eslintignore
.eslintrc.json eslint: Move mediawiki/valid-package-file-require disables inline 2020-08-26 19:54:52 +01:00
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
.travis.yml
.vsls.json
api.php
autoload.php Introduce TinyInt db datatype for doctrine DBAL 2020-09-17 10:21:47 +02:00
CODE_OF_CONDUCT.md
composer.json Updating nikic/php-parser (v4.9.1 => v4.10.0) 2020-09-20 13:56:09 +01:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md
docker-compose.yml
FAQ
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL RELEASE-NOTES and INSTALL tweaks 2020-09-02 14:54:56 +00:00
jsduck.json
load.php
opensearch_desc.php
package-lock.json build: Auto-fix npm audit issues 2020-09-10 16:23:31 +01:00
package.json build: Auto-fix npm audit issues 2020-09-10 16:23:31 +01:00
phpunit.xml.dist phpunit: fail on warnings 2020-09-09 20:19:52 +02:00
README.md
RELEASE-NOTES-1.35 Hard-deprecate the ParserBeforeStrip/ParserAfterStrip hooks 2020-09-20 14:10:36 +01:00
RELEASE-NOTES-1.36 Drop Message->getFormat(), hard deprecated since 1.29 2020-09-20 14:56:41 +01: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.