aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FormOptions.php
Commit message (Expand)AuthorAgeFilesLines
* Improve custom folding and groupingTim Starling2020-12-231-5/+6
* Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-1/+1
* build: Bump mediawiki-codesniffer to 31.0.0Daimona Eaytoy2020-05-301-0/+1
* Fix PSR12.Properties.ConstantVisibility.NotFound in FormOptions.phpReedy2020-05-151-7/+7
* Clean up spacing of doc commentsUmherirrender2019-08-051-2/+4
* Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusionsReedy2019-05-111-0/+1
* Use https://www.php.net/ instead of https://secure.php.net/Fomafix2019-04-121-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Improve some parameter docsUmherirrender2017-09-101-0/+3
* Merge "Update weblinks in comments from HTTP to HTTPS"jenkins-bot2016-11-081-1/+1
|\
| * Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+1
* | Fix @since tags of changes that missed the branchaddshore2016-11-051-1/+1
* | SpecialActiveUsers: Change checkboxes to dropdownSethakill2016-11-021-0/+8
|/
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Add missing @param to function docsumherirrender2014-08-141-0/+5
* Adjust indent of some comment blocksumherirrender2014-05-011-1/+1
* Fix formatting of some php docsumherirrender2014-03-151-4/+14
* FormOptions: Implement FLOAT typeBartosz Dziewoński2013-11-071-8/+27
* FormOptions: Document getValueReal(), consistency fixesBartosz Dziewoński2013-10-131-10/+10
* Update formattingSiebrand Mazeland2013-10-121-0/+1
* FormOptions: More documentation!Bartosz Dziewoński2013-10-121-52/+84
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-1/+1
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-4/+8
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-9/+9
* Fix spelling mistakeNiklas Laxström2013-01-141-1/+1
* Fix the little documentation that FormOptions::consumeValue() hasSiebrand Mazeland2012-12-171-2/+3
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-1/+1
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-1/+4
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-141-2/+21
* More return documentationSam Reed2012-02-091-2/+8
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* using real identity for hasharAntoine Musso2011-10-241-2/+2
* FormOptions: adds doc & testsAntoine Musso2011-02-281-12/+109
* * Standardised file description headersAlexandre Emsenhuber2010-10-231-1/+2
* Ran stylize.php, removed trailing whitespace, updated indentation and code fo...Siebrand Mazeland2010-05-301-11/+22
* per http://lt.php.net/ArrayAccess, offsetSet and offsetUnset ar both void and...Domas Mituzas2010-02-281-2/+2
* Per r38036: also fix FormOptionsAlexandre Emsenhuber2008-07-251-2/+2
* * Improvements to FormOptionsNiklas Laxström2008-06-081-3/+42
* (bug 13816) Filter by main namespace doesn't work on WhatLinksHere. Guess wh...Aryeh Gregor2008-04-221-2/+2
* * New helper class for dealing with formsNiklas Laxström2008-04-191-0/+163