aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/HTMLFormField.php
Commit message (Expand)AuthorAgeFilesLines
* Use errorbox/warningbox for all HTMLFormField errorsBartosz Dziewoński2020-03-191-3/+3
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-3/+3
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-0/+1
* Use varargs for MessageLocalizer::msg and similarUmherirrender2019-10-051-5/+5
* Suppress PhanUndeclaredProperty for custom properties and phan bugsDaimona Eaytoy2019-09-141-0/+1
* Improve various PHP method doc blocksDaimona Eaytoy2019-09-051-1/+1
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-0/+1
* Adjust type hints in htmlform related classesUmherirrender2019-07-051-3/+3
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-1/+1
* Restore func_get_args in HTMLFormFieldUmherirrender2019-04-141-1/+3
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-3/+1
* OOUI forms: Remove infusable = falseEd Sanders2019-03-251-1/+1
* Avoid expensive array_shift where possibleThiemo Kreuz2018-12-171-2/+1
* HTMLForm: Remove parameters 'notice', 'notice-messages', 'notice-message'Bartosz Dziewoński2018-10-221-47/+0
* Use PHP 7 '??' operator instead of '?:' (round 2)Bartosz Dziewoński2018-09-031-1/+1
* Merge "Fix some warnings from phan-taint-check"jenkins-bot2018-08-301-0/+11
|\
| * Fix some warnings from phan-taint-checkBrian Wolff2018-08-131-0/+11
* | HTMLForm: Deprecate parameters 'notice', 'notice-messages', 'notice-message'Bartosz Dziewoński2018-08-291-2/+19
* | Pass through 'helpInline' to OOUI FieldLayout and make true by defaultEd Sanders2018-08-171-2/+15
|/
* Simplify PHP by using ?? and ?:Fomafix2018-07-101-5/+1
* Allow overloading of getLabel() with return ' 'Fomafix2018-06-281-9/+3
* Use \u{00A0} instead of   or  Fomafix2018-06-241-7/+13
* Get rid of call_user_func(_array)(), part 3Max Semenik2018-06-101-7/+4
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-4/+2
* Enable "PhanTypeInvalidRightOperand" phan checksKunal Mehta2018-05-171-0/+3
* Hygiene: Use “OOUI” as unified name in build and code documentationVolker E2018-01-311-2/+2
* HTMLFormField: Treat weird ' ' labels as empty in OOUI modeBartosz Dziewoński2017-09-281-1/+1
* Reduce code duplication for parsing messages into dropdown menusBartosz Dziewoński2017-09-121-36/+2
* Improve some parameter docsUmherirrender2017-09-101-0/+2
* Use short type bool/int in param documentationUmherirrender2017-08-201-2/+2
* Human-readable section ID supportMax Semenik2017-08-011-3/+3
* Avoid duplicate accesskey hints on OOUI widgetsBartosz Dziewoński2017-08-011-1/+17
* Update account creation form validationBrad Jorsch2017-03-161-0/+3
* Clean up remaining get_class() usesTimo Tijhof2017-03-071-3/+3
* HTMLForm: Suppress HTML5 form validation for non-JS users when neededBartosz Dziewoński2017-01-101-0/+15
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* HTMLForm: Allow returning Message objects from HTMLFormField::validate()Brad Jorsch2016-11-141-2/+2
* Add access modifiers to htmlform classesaddshore2016-11-041-15/+15
* Add HTMLFormField class for MWRestrictions and use it for bot passwordsGergő Tisza2016-09-221-1/+1
* Merge "HTMLFormField: Don't display empty popup in OOUI mode if empty 'help' ...jenkins-bot2016-08-251-2/+2
|\
| * HTMLFormField: Don't display empty popup in OOUI mode if empty 'help' is givenBartosz Dziewoński2016-08-241-2/+2
* | HTMLFormField: Move 'flatlist' handling to fields that use it and documentBartosz Dziewoński2016-08-241-4/+0
|/
* Merge "Improve default behavior for HTMLForm::canDisplayErrors"jenkins-bot2016-08-231-1/+1
|\
| * Improve default behavior for HTMLForm::canDisplayErrorsGergő Tisza2016-08-221-1/+1
* | HTMLForm: Refactor loading of modules required to infuse fieldsBartosz Dziewoński2016-08-221-2/+21
* | Support 'hide-if' parameters in OOUI HTMLFormBartosz Dziewoński2016-08-221-3/+8
* | Do not automatically infuse any OOjs UI widgetsBartosz Dziewoński2016-08-191-0/+17
|/
* Merge "Allow providing 'notices' for OOUI HTMLForm fields"jenkins-bot2016-07-251-0/+30
|\
| * Allow providing 'notices' for OOUI HTMLForm fieldsGlaisher2016-05-291-0/+30
* | HTMLForm: Allow distinguishing between form views and submission attemptsBartosz Dziewoński2016-07-221-0/+14
|/