Current configuration on the wiki
Find a file
Alexander Vorwerk 22dca3ab89 BadTitleError: Enable 1 hour CDN cache for this error response
Varnish is unable to cache these currently. However since pages with an
invalid title will never have any variable/editable content, we can
cache them unconditionally.

Also, undeprecate OutputPage::enableClientCache for this since it
is clearly useful here, but the parameter is being removed since
OutputPage::disableClientCache should be used to disable client side
caching instead.

Bug: T316932
Change-Id: Ib98fd165bffd9ca3dcbbcb8c6f06964dba7c90b7
2022-09-26 20:27:24 +00:00
.phan Suppress php 7.4 phan false positive 2022-09-19 14:22:50 +00:00
.pipeline
cache
docs Merge "Fix docs for InterwikiCache about .cdb files" 2022-09-19 23:52:22 +00:00
extensions
images
includes BadTitleError: Enable 1 hour CDN cache for this error response 2022-09-26 20:27:24 +00:00
languages Localisation updates from https://translatewiki.net. 2022-09-26 07:59:26 +02:00
maintenance Drop 1.32 and 1.33 db updates 2022-09-26 18:34:31 +02:00
mw-config
resources Merge "mediawiki.ui: Remove obsolete border-width and …-styles variables" 2022-09-26 15:46:34 +00:00
skins
tests BadTitleError: Enable 1 hour CDN cache for this error response 2022-09-26 20:27:24 +00:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap CREDITS: Update ahead of REL1_39 branch 2022-09-05 20:01:06 -04:00
.phpcs.xml
.stylelintrc.json
.svgo.config.js
.vsls.json
api.php
autoload.php Merge "Create an HTMLForm field for selecting a timezone" 2022-09-23 18:16:06 +00:00
CODE_OF_CONDUCT.md
composer.json Merge "TransformHandler: add test for variant conversion" 2022-09-26 16:39:09 +00:00
composer.local.json-sample
COPYING
CREDITS Prepare active branch following REL1_39 cut, labelling as 1.40-alpha 2022-09-05 20:30:54 -04:00
DEVELOPERS.md Update Docker instructions for DEVELOPERS.md 2022-09-06 11:35:47 +01:00
docker-compose.yml
FAQ
Gruntfile.js
HISTORY Prepare active branch following REL1_39 cut, labelling as 1.40-alpha 2022-09-05 20:30:54 -04:00
img_auth.php
index.php
INSTALL Prepare active branch following REL1_39 cut, labelling as 1.40-alpha 2022-09-05 20:30:54 -04:00
jsduck.json mediawiki.base: Restore and document importScript "once" behaviour 2022-09-01 02:27:54 +02:00
load.php
opensearch_desc.php
package-lock.json
package.json
phpunit.xml.dist
README.md
RELEASE-NOTES-1.39 Merge "ResourceLoader: Remove $wgIncludeLegacyJavaScript and simplify code" 2022-09-12 08:24:23 +00:00
RELEASE-NOTES-1.40 BadTitleError: Enable 1 hour CDN cache for this error response 2022-09-26 20:27:24 +00:00
rest.php
SECURITY
thumb.php Replace trivial usages of code in strings with concatenation 2022-08-26 12:26:44 +00:00
thumb_handler.php
UPGRADE Drop 1.32 and 1.33 db updates 2022-09-26 18:34:31 +02: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.