Current configuration on the wiki
Find a file
Timo Tijhof c7330ebabc objectcache: Improve wgMainWANCache docs
* Document how wgWANObjectCaches and wgMainWANCache are
  used / should be used.
  Remove outdated mention of event relayers.

* The easiest way I could document the 'other' options that
  wgWANObjectCaches entries can have was by saying which keys
  can't be set and that aside from these and class/cacheId
  they are all passed on.

  However, that wasn't (yet) technically right given we do pass
  class/cacheId on blindly, which might be unexpected for
  subclasses in theory. Explicitly unset those in ServiceWiring
  to avoid any chance of confusion. Also simplify that code
  slightly overall in terms of var names and var re-use,
  and improve error messages a litle bit.

* Test plan for the wanobjectcache-deployment doc ref:

  $ php maintenance/mwdocgen.php \
   --file includes/DefaultSettings.php,includes/libs/objectcache/

  Then open path/to/mediawiki/docs/html/, click on the docs for
  DefaultSettings, and find-in-page to "wgMainWANCache".

Change-Id: I1cfc65c2cc4dbceed6b9777c2b808527a58daeb9
2020-04-02 20:11:20 +00:00
.phan
.pipeline
cache
docs Merge "MCR: provide MultiContentSave hook to replace PageContentSave" 2020-03-30 17:09:45 +00:00
extensions
images
includes objectcache: Improve wgMainWANCache docs 2020-04-02 20:11:20 +00:00
languages Localisation updates from https://translatewiki.net. 2020-03-30 09:11:38 +02:00
maintenance Merge "Maintenance: Don't create DBLoadBalancerFactory to destroy it" 2020-03-27 23:43:40 +00:00
mw-config
resources Merge "mediawiki.base: Merge mw.notify stub into mediawiki.base" 2020-03-27 18:12:04 +00:00
skins
tests Merge "MCR: provide MultiContentSave hook to replace PageContentSave" 2020-03-30 17:09:45 +00:00
.editorconfig Set tab width to 4 2020-03-23 13:44:37 +00:00
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap
.phpcs.xml Setup.php: Remove internal $messageMemc variable 2020-03-18 17:44:35 +00:00
.stylelintrc.json
.travis.yml
api.php
autoload.php Purge expired watchlist items 2020-03-26 07:54:20 +08:00
CODE_OF_CONDUCT.md
composer.json Updating psr/log (1.1.2 => 1.1.3) 2020-03-27 00:33:49 +00:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md [docker] Add note for Linux users to manage Docker as non-root 2020-03-29 17:40:29 +02:00
docker-compose.yml
FAQ
Gruntfile.js build: Remove old ZUUL_PROJECT hack from Gruntfile.js 2020-03-29 20:02:25 +00:00
HISTORY Add 1.31.7/1.33.3/1.34.1 to HISTORY 2020-03-26 18:28:22 +00:00
img_auth.php
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package-lock.json Update OOUI to v0.37.1 2020-03-25 20:40:10 -07:00
package.json build: Merge doc linting into 'npm test' 2020-03-18 18:40:57 +00:00
phpunit.xml.dist
README
README.mediawiki
RELEASE-NOTES-1.35 Hard deprecate Revision::setUserIdAndName 2020-03-30 16:10:53 +00:00
rest.php
SECURITY
thumb.php Use MediaWikiServices::getRepoGroup in file related classes 2020-03-14 12:36:27 +00:00
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.

* Ready to get started?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents
* Seeking help from a person?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Communication
* Looking to file a bug report or a feature request?
** https://bugs.mediawiki.org/
* Interested in helping out?
** https://www.mediawiki.org/wiki/Special:MyLanguage/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.