Current configuration on the wiki
Find a file
Antoine Musso 836890daf0 Let install.php detect and inject extensions [2]
For CI, I went with a dirty trick to find extensions and either
wfLoadExtension() or include them. That has since been ported to
Installer::findExtensions() and LocalSettingsGenerator::getText().

The WebInstaller() relies on that to detect extensions and let the user
tick the ones to be installed.

Add --with-extensions to install.php so one can include all extensions
from the command line.

Note: The CliInstaller always wfLoad() any skin it can find.

The original patch 53926d9d was broken and got reverted. This is the
proper one.

Bug: T189567
Change-Id: I41820fce12e01224d64ab711e016835ef4d4febc
2018-04-04 14:25:30 +02:00
cache
docs Merge "Pass change tags to NewRevisionFromEditComplete hook" 2018-02-19 22:55:54 +00:00
extensions
images
includes Let install.php detect and inject extensions [2] 2018-04-04 14:25:30 +02:00
languages Merge "LanguageConverter tweaks to Pig Latin converter" 2018-04-03 09:09:46 +00:00
maintenance Let install.php detect and inject extensions [2] 2018-04-04 14:25:30 +02:00
mw-config
resources Update OOjs to v2.2.0 2018-04-03 13:38:16 -07:00
serialized
skins
tests Make autopatrol third option in rc_patrolled and use it in API 2018-04-03 18:44:37 +02:00
.eslintrc.json
.gitattributes
.gitignore Add TimedMediaHandler's images/transcoded to .gitignore 2018-02-21 21:17:04 +00:00
.gitreview
.mailmap
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 2018-03-29 21:53:10 +02:00
.stylelintrc.json
.travis.yml Merge "tests: Commit initial version of DevelopmentSettings.php" 2018-02-15 23:52:26 +00:00
api.php
autoload.php Merge "Populate ar_rev_id and make it non-nullable" 2018-04-03 15:37:05 +00:00
CODE_OF_CONDUCT.md
composer.json Merge "build: Updating mediawiki/mediawiki-codesniffer to 17.0.0" 2018-04-02 21:48:22 +00:00
composer.local.json-sample
COPYING
CREDITS
FAQ
Gruntfile.js
HISTORY Fix typo in word compatibility 2018-03-09 23:04:44 +01:00
img_auth.php
index.php
INSTALL
jsduck.json Rename jquery.byteLimit→lengthLimit, mediawiki.widgets.visibleByteLimit→visibleLengthLimit 2018-02-23 20:18:02 +01:00
load.php
opensearch_desc.php
package.json Selenium: install bluebird, mwbot dependency 2018-03-28 13:15:57 +02:00
profileinfo.php
README
README.mediawiki
RELEASE-NOTES-1.31 Let install.php detect and inject extensions [2] 2018-04-04 14:25:30 +02:00
SECURITY
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: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.