Current configuration on the wiki
Find a file
Brad Jorsch df80f1ead5 API: Add more parameter types and improve info
New types 'text' and 'password' for where a <textarea> or
<input type="password"> would be preferred over <input type="text">.

Some timestamp parameters get actually tagged as 'timestamp'.

'submodule' types change the 'submodules' output property from a boolean
to an object indicating the mapping from values to module paths. And
they get an indication of the submodule parameter prefix (e.g.
generator's "g"), if applicable. "generator" actually gets reported as a
submodule type, using this new mechanism.

action=paraminfo will now indicate ApiBase::PARAM_RANGE_ENFORCE status,
and return better-formatted defaults for timestamps and booleans.

Change-Id: Ic862d6f8fe13f7eb6b4298683514d33af5823e47
2015-05-29 19:26:44 +00:00
cache
docs registration: Fix types of ResourceModules properties 2015-05-28 17:54:33 -07:00
extensions
images
includes API: Add more parameter types and improve info 2015-05-29 19:26:44 +00:00
languages Localisation updates from https://translatewiki.net. 2015-05-28 22:26:31 +02:00
maintenance registration: Version the extension.json schema 2015-05-28 22:20:59 +00:00
mw-config Check for dependencies in entry point and Maintenance.php 2015-05-23 15:05:11 +00:00
resources Merge "Revert "Convert mediawiki.toc and mediawiki.user to using mw.cookie"" 2015-05-28 00:54:49 +00:00
serialized
skins
tests registration: Version the extension.json schema 2015-05-28 22:20:59 +00:00
.gitattributes
.gitignore gitignore: Add /images/cache 2015-05-12 02:45:17 +01:00
.gitreview
.jscsrc
.jshintignore
.jshintrc
.mailmap Provide a .mailmap file to make git log/etc. cleaner 2015-05-25 15:46:11 +02:00
.rubocop.yml
.travis.yml
api.php Check for dependencies in entry point and Maintenance.php 2015-05-23 15:05:11 +00:00
api.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
autoload.php Merge "Implement OOUI display format for HTMLForm" 2015-05-24 12:22:29 +00:00
composer.json Merge "Don't run phpcs on node_modules folder" 2015-05-28 18:28:35 +00:00
COPYING
CREDITS
FAQ
Gemfile
Gemfile.lock
Gruntfile.js
HISTORY Move 1.25 Release Notes to HISTORY 2015-05-25 12:14:27 +00:00
img_auth.php wfRunHooks() -> Hooks::run() in remaining entry point files 2015-04-27 21:37:20 -07:00
img_auth.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
index.php Check for dependencies in entry point and Maintenance.php 2015-05-23 15:05:11 +00:00
index.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
INSTALL
jsduck.json
load.php Check for dependencies in entry point and Maintenance.php 2015-05-23 15:05:11 +00:00
load.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
opensearch_desc.php wfRunHooks() -> Hooks::run() in remaining entry point files 2015-04-27 21:37:20 -07:00
opensearch_desc.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
package.json build: Bump various devDependencies 2015-05-01 23:00:45 +00:00
profileinfo.php
profileinfo.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
README
README.mediawiki
RELEASE-NOTES-1.26 Introduce ParserCacheSaveComplete hook. 2015-05-25 13:35:23 +00:00
StartProfiler.sample
thumb.php wfRunHooks() -> Hooks::run() in remaining entry point files 2015-04-27 21:37:20 -07:00
thumb.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
thumb_handler.php
thumb_handler.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
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 projects of the Wikimedia
Foundation, which deliver content in over 280 languages to more than half a
billion people each month. MediaWiki's 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.