Current configuration on the wiki
Find a file
Bryan Davis 8b413431d7 Guard against allowing intermediate caching when cookies are present
Output cache-control headers that disable intermediate caching even if
OutputPage->mEnableClientCache is true when the response includes
set-cookie headers as well. This change mirrors logic that has been in
use on the Wikimedia Foundation production cluster's Varnish cache
system for over 2 years to guard against accidentally caching backend
responses which include Set-Cookie headers.

Co-Author: Max Semenik <maxsem.wiki@gmail.com>
Bug: T127993
Change-Id: I1a0d38a5b9dba754b91a7832371b3dc0df51bd5a
2016-02-29 15:29:58 -07:00
cache
docs Deprecate PrefixSearchBackend 2016-02-19 15:30:23 -08:00
extensions
images
includes Guard against allowing intermediate caching when cookies are present 2016-02-29 15:29:58 -07:00
languages Localisation updates from https://translatewiki.net. 2016-02-23 22:09:58 +01:00
maintenance Add --wait option for runJobs.php 2016-02-21 09:24:39 +00:00
mw-config Compress PNGs with zopflipng 2016-02-21 19:15:23 +00:00
resources mediawiki.ui: Buttons should receive max-width 2016-02-23 14:36:55 -08:00
serialized
skins
tests Fix parserTests: Set scriptPath in setupGlobals() as well 2016-02-23 22:05:34 +00:00
.gitattributes
.gitignore
.gitreview
.jscsrc
.jshintignore
.jshintrc resourceloader: Implement modern module loading (1/2) 2016-02-13 09:51:35 +01:00
.mailmap
.rubocop.yml
.travis.yml
api.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
autoload.php Add toggle checkboxes to action=history 2016-02-21 20:34:42 +00:00
composer.json Upgrade from PHPunit 3.7.x to PHPUnit 4.8.x 2016-02-23 00:57:48 +00:00
composer.local.json-sample
COPYING
CREDITS
FAQ
Gemfile
Gemfile.lock
Gruntfile.js
HISTORY
img_auth.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
index.php
INSTALL Remove references to safe_mode INI setting 2016-02-12 19:18:26 -05:00
jsduck.json
load.php
opensearch_desc.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
package.json build: Update grunt-contrib-jshint from 0.12.0 to 1.0.0 2016-02-22 22:15:28 +00:00
phpcs.xml build: Update mediawiki-codesniffer to 0.6.0, add "composer fix" 2016-02-17 02:54:42 -08:00
profileinfo.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Rakefile
README
README.mediawiki
RELEASE-NOTES-1.27 Remove wfCheckEntropy() as unused and deprecated in 1.27 2016-02-20 20:19:43 +00:00
StartProfiler.sample
thumb.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
thumb_handler.php
UPGRADE
wiki.phtml

== 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.

* Ready to get started?
** https://www.mediawiki.org/wiki/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Manual:Contents
* Seeking help from a person?
** https://www.mediawiki.org/wiki/Communication
* Looking to file a bug report or a feature request?
** https://bugs.mediawiki.org/
* Interested in helping out?
** https://www.mediawiki.org/wiki/How_to_contribute

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.