Current configuration on the wiki
Find a file
Bartosz Dziewoński b5237cfc1b HTMLForm: Allow distinguishing between form views and submission attempts
Calling HTMLForm::setFormIdentifier() will set an internal identifier
for this form. It will be submitted as a hidden form field, allowing
HTMLForm to determine whether the form was submitted (or just viewed).
Setting this serves two purposes:

* If you use two or more forms on one page, it allows HTMLForm to
  identify which of the forms was submitted, and not attempt to
  validate the other ones. (T102114)
* If you use checkbox or multiselect fields inside a form using the
  GET method, it allows HTMLForm to distinguish between the initial
  page view and a form submission with all checkboxes or select
  options unchecked. (T29676)

Bug: T102114
Bug: T29676
Change-Id: Ib6ce3fd8941be86211cff5c6932b5e84982490fa
2016-07-22 18:00:15 +00:00
cache
docs Merge "Add $direct parameter to UserLoginComplete hook" 2016-07-20 20:29:57 +00:00
extensions
images
includes HTMLForm: Allow distinguishing between form views and submission attempts 2016-07-22 18:00:15 +00:00
languages Localisation updates from https://translatewiki.net. 2016-07-21 22:21:50 +02:00
maintenance Add missing file locks to deleteArchivedFiles.php 2016-07-20 22:05:59 -07:00
mw-config Fix typo in mw-config/overrides/README 2016-06-15 22:41:00 -07:00
resources mediawiki.page.startup: Remove back-compat for MediaWiki 1.25 and earlier 2016-07-21 23:51:07 +00:00
serialized
skins
tests Merge "Enable additional balancer tests (those starting with <!DOCTYPE html>)" 2016-07-21 17:27:59 +00: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 Preprocessor_Hash: use child arrays instead of linked lists 2016-07-22 05:25:11 +00:00
composer.json Update wikimedia/wrappedstring to v2.2.0 2016-07-21 01:55:07 +01: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 Added Range support to FileBackend::streamFile() 2016-06-04 05:43:43 -07:00
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package.json build: Bump grunt-karma and related tools to 1.0.x 2016-07-11 12:11:41 +01:00
phpcs.xml
profileinfo.php
Rakefile
README
README.mediawiki
RELEASE-NOTES-1.28 Add option for sharing info about this MediaWiki install via pingback 2016-07-21 21:00:28 +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.