Current configuration on the wiki
Find a file
Tim Starling 09ff912ddd parserTests.php: fix three bitrot bugs with --record
* Add a subtest index to the recorded test name, to avoid an SQL
  duplicate key error.
* Introduce TestFileDataProvider. Previously, the order of named
  parameters in TestFileIterator was relevant but undocumented, so
  adding a subtest parameter broke phpunit tests.
* Don't implicitly commit (commitMasterChanges) an explicit transaction,
  since that now causes a fatal error.
* Reset namespace cache as in NewParserTest.php, so that the MemoryAlpha
  article insertion doesn't fail. This was only visible with --record
  because the namespace cache is initialised by
  SpecialVersion::getVersion() during recorder setup.

Change-Id: Ied4636b4acbf1d268e45901fed4d4e077b5ed666
2016-04-08 12:20:50 +10:00
cache
docs Merge "Introduce top level service locator." 2016-04-03 07:26:31 +00:00
extensions
images
includes Merge "registration: Load extra autoload files before executing callbacks" 2016-04-07 00:37:36 +00:00
languages Unbreak tests 2016-04-06 14:59:01 -07:00
maintenance Kill mbstring fallbacks 2016-04-06 22:14:48 +00:00
mw-config
resources Merge "Add a hook for collapsible content" 2016-04-06 15:43:20 +00:00
serialized
skins
tests parserTests.php: fix three bitrot bugs with --record 2016-04-08 12:20:50 +10: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 Kill mbstring fallbacks 2016-04-06 22:14:48 +00:00
composer.json Explicitly require all the required PHP extensions 2016-04-06 16:30:41 -07:00
composer.local.json-sample
COPYING
CREDITS
FAQ
Gemfile
Gemfile.lock
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json
load.php
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 Kill mbstring fallbacks 2016-04-06 22:14:48 +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.