Current configuration on the wiki
Find a file
Kevin Israel 81d5d8adc2 ApiQuery: Don't mess with PHP output buffering
Specifically, it is not necessary to use output buffering functions
to capture XML generated by the export code because it is already
possible to set the "output sink" object to be used.

* Created a DumpStringOutput class, which appends all output to a
  string property rather than printing output immediately.
* Used that class, instead of ob_start() and ob_get_clean(), in
  ApiQuery and ExportTest.

Change-Id: I238f5d5ec7fd442c845b25cb59ef81ac3285099f
2016-07-08 18:30:55 -04:00
cache
docs Merge "Introduce new hook UploadVerifyUpload to allow preventing file uploads" 2016-07-07 02:27:44 +00:00
extensions
images
includes ApiQuery: Don't mess with PHP output buffering 2016-07-08 18:30:55 -04:00
languages Localisation updates from https://translatewiki.net. 2016-07-07 21:54:54 +02:00
maintenance Gallery: Add new slider mode 2016-07-07 09:11:32 -07:00
mw-config Fix typo in mw-config/overrides/README 2016-06-15 22:41:00 -07:00
resources TitleWidget: Add missing return documentation 2016-07-08 18:35:30 +00:00
serialized
skins
tests ApiQuery: Don't mess with PHP output buffering 2016-07-08 18:30:55 -04:00
.gitattributes
.gitignore
.gitreview
.jscsrc
.jshintignore
.jshintrc
.mailmap
.rubocop.yml
.stylelintrc build: Bump grunt-stylelint to v0.4.0 and make pass 2016-06-24 14:16:59 +00:00
.travis.yml
api.php
autoload.php ApiQuery: Don't mess with PHP output buffering 2016-07-08 18:30:55 -04:00
composer.json Update wikimedia/wrappedstring to v2.1.1 2016-07-07 20:56:44 +00:00
composer.local.json-sample
COPYING
CREDITS
FAQ
Gemfile Make Selenium tests work with AuthManager 2016-06-15 16:04:16 +02:00
Gemfile.lock Make Selenium tests work with AuthManager 2016-06-15 16:04:16 +02:00
Gruntfile.js
HISTORY Drop RELEASE-NOTES-1.27, merge into HISTORY 2016-06-29 12:57:23 +00:00
img_auth.php
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package.json build: Bump grunt-stylelint to v0.4.0 and make pass 2016-06-24 14:16:59 +00:00
phpcs.xml
profileinfo.php
Rakefile
README
README.mediawiki
RELEASE-NOTES-1.28 Gallery: Add new slider mode 2016-07-07 09:11:32 -07: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.