Current configuration on the wiki
Find a file
Gergő Tisza 4085db348e Change \\ to \ in phpdoc
Remove "\\" in namespacing. This is a Doxygen compatibility hack but
does not seem needed anymore, Doxygen reads namespaced class names
correctly, see e.g. https://doc.wikimedia.org/mediawiki-core/master/php/classMediaWiki_1_1Services_1_1ServiceContainer.html

PHP IDEs, on the other hand, were broken by the double backslash.

As an unrelated small doc fix, add parameter docs to PermissionError
constructor (parent has different arguments so the inherited
documentation is wrong).

Change-Id: I6da0f512b8c84f65fd20e90e4617108fe6a8fcd2
2016-04-08 17:46:30 +00:00
cache
docs Merge "Introduce top level service locator." 2016-04-03 07:26:31 +00:00
extensions
images
includes Change \\ to \ in phpdoc 2016-04-08 17:46:30 +00:00
languages Unbreak tests 2016-04-06 14:59:01 -07:00
maintenance Don't allow createAndPromote.php to add users to invalid groups 2016-04-03 12:28:48 +01:00
mw-config
resources Merge "Add a hook for collapsible content" 2016-04-06 15:43:20 +00:00
serialized
skins
tests Don't replace !! in elements 2016-04-06 06:23:48 +00:00
.gitattributes
.gitignore
.gitreview
.jscsrc build: Remove redundant jscs rule 'disallowQuotedKeysInObjects' 2016-03-18 10:54:44 +01:00
.jshintignore
.jshintrc
.mailmap
.rubocop.yml
.travis.yml
api.php
autoload.php Merge "Split ClassCollector class into own file" 2016-04-03 10:52:49 +00:00
composer.json Update monolog to 1.18.2 2016-04-05 20:01:26 +00:00
composer.local.json-sample
COPYING
CREDITS
FAQ
Gemfile
Gemfile.lock
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json
load.php resourceloader: Create ResourceLoaderContext::msg() method 2016-03-11 00:22:33 +00:00
opensearch_desc.php
package.json Update grunt-banana-checker to 0.5.0 2016-03-30 22:32:16 +01:00
phpcs.xml
profileinfo.php
Rakefile
README
README.mediawiki
RELEASE-NOTES-1.27 Mention introduction of service locator in release notes. 2016-04-03 13:20:33 +00:00
StartProfiler.sample
thumb.php
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.