Current configuration on the wiki
Find a file
Brad Jorsch 382450573d ApiErrorFormatter_BackCompat: Use first error, not last
Before Iae0e2ce3b, the only place in the API that had to deal with
choosing from multiple errors was ApiBase::dieStatus(), which chose the
first one in the Status object. Iae0e2ce3b changed this to choose the
last one instead, which is an unnecessary backwards compatibility break.

While we could make the change in ApiBase::dieStatus(), it's cleaner to
change ApiErrorFormatter_BackCompat's behavior instead since it seems
unlikely anything else was using that code path.

Bug: T155268
Change-Id: Ia06527f8480c3d4a689792ceb8671b0d399ffbe3
2017-01-17 11:00:55 -05:00
cache
docs Pull rendering of single result out of SpecialSearch 2017-01-04 13:33:19 -08:00
extensions
images
includes ApiErrorFormatter_BackCompat: Use first error, not last 2017-01-17 11:00:55 -05:00
languages Remove trailing empty lines in PHP 2017-01-16 22:06:43 +01:00
maintenance maintenance/importImages: Don't sleep after the last upload 2017-01-16 20:18:00 +00:00
mw-config
resources mw.htmlform: Fix 'hide-if' disabling OOUI fields 2017-01-15 13:51:21 +01:00
serialized
skins
tests ApiErrorFormatter_BackCompat: Use first error, not last 2017-01-17 11:00:55 -05:00
.eslintrc.json
.gitattributes
.gitignore
.gitreview
.mailmap Update .mailmap for the generation of CREDITS 2017-01-08 15:46:30 +11:00
.rubocop.yml
.stylelintrc
.travis.yml
api.php
autoload.php Merge "Pull rendering of single result out of SpecialSearch" 2017-01-07 07:26:05 +00:00
composer.json Update OOjs UI to v0.18.3 2017-01-03 16:27:21 -08:00
composer.local.json-sample
COPYING
CREDITS Arrange Special:Version/credits into columns and remove space at top 2017-01-12 14:33:59 +11:00
FAQ
Gemfile Updated mediawiki_selenium Ruby gem 2016-12-28 13:04:17 +01:00
Gemfile.lock Updated mediawiki_selenium Ruby gem 2016-12-28 13:04:17 +01:00
Gruntfile.js build: Upgrade karma-chrome-launcher to support Chromium on Mac/Windows 2017-01-12 20:37:02 +00:00
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package.json build: Upgrade karma-chrome-launcher to support Chromium on Mac/Windows 2017-01-12 20:37:02 +00:00
phpcs.xml
profileinfo.php
Rakefile
README
README.mediawiki
RELEASE-NOTES-1.29 Remove wiki.phtml 2017-01-13 01:43:09 +00:00
StartProfiler.sample
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.

* Ready to get started?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Special:MyLangyage/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.