aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/HTMLFormField.php
Commit message (Expand)AuthorAgeFilesLines
...
| * Update docs for HTMLFormField::validate() to permit all data typesSam Wilson2022-09-221-1/+1
* | Remove unused key variable from foreach loopsUmherirrender2022-09-211-2/+2
|/
* Remove unused local variablesUmherirrender2022-09-191-2/+0
* HTMLFormField: Fix Phan suppression about mClassWithButtonBartosz Dziewoński2022-06-171-7/+2
* Bury the reset preferences linkTim Starling2022-05-131-1/+1
* Fix uses of (error|warning|success)box in corestang2022-03-201-1/+1
* htmlform: Allow string to return from HTMLFormField::getInputOOUIUmherirrender2022-03-091-1/+1
* Consistently use `@deprecated since` rather `@deprecated`Reedy2022-03-061-1/+1
* Merge "Revert "htmlform: Replace some uses of isHidden to isDisabled""jenkins-bot2022-02-281-1/+1
|\
| * Revert "htmlform: Replace some uses of isHidden to isDisabled"Func2022-02-281-1/+1
* | Fix various documentation related to null typesUmherirrender2022-02-261-1/+1
|/
* htmlform: Replace some uses of isHidden to isDisabledFunc2022-02-201-1/+1
* HTMLFormField: Adjust isSubmitAttempt and add more commentsFunc2022-02-111-3/+5
* HTMLFormField: Treat posted request as a submit attemptFunc2022-02-081-6/+7
* HTMLFormField: Make the behavior of cond-state consistent between client and ...Func2022-02-071-62/+114
* Merge "Try not to discard Excimer timeout exceptions"jenkins-bot2022-02-031-1/+1
|\
| * Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-1/+1
* | HTMLFormField: Bypass the inverting logic of HTMLCheckField for disable-if an...Func2022-02-011-6/+19
|/
* HTMLFormField: Simplify duplicated codes of checkStateRecurse()Func2022-01-311-24/+5
* HTMLFormField: Split out the validation of cond-state paramsFunc2022-01-281-53/+73
* Merge "HTMLForm: Pass field data instead of fields to filter"jenkins-bot2022-01-171-1/+1
|\
| * HTMLForm: Pass field data instead of fields to filterFunc2022-01-151-1/+1
* | Merge "HTMLFormField: Handle invert state of value for HTMLCheckField"jenkins-bot2022-01-171-1/+12
|\ \
| * | HTMLFormField: Handle invert state of value for HTMLCheckFieldFunc2022-01-171-1/+12
| |/
* / HTMLFormField: Extract repeated logic to functionAmmarpad2022-01-171-31/+21
|/
* HTMLForm: Load data from default for fields that are supposed to be disabledFunc2022-01-131-8/+28
* Add cond-state classes in the server-sideFunc2022-01-071-14/+18
* HTMLFormField: Avoid passing empty CSS class name to OOUIBartosz Dziewoński2022-01-071-1/+4
* HTMLFormField: fix merging of condState attributesDaimona Eaytoy2021-12-201-4/+4
* Add support for conditional disable fields in HTMLFormFunc2021-12-111-28/+37
* htmlform: Remove HTMLFormField restrictions on 'name' and 'id'Bartosz Dziewoński2021-11-051-14/+1
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-4/+1
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-1/+4
* Rename CSS class 'mw-htmlform-field-autoinfuse' to fit the conventionBartosz Dziewoński2021-06-191-1/+1
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-1/+1
* Allow html form field option 'options-messages' to get parsedUmherirrender2021-05-281-4/+11
* Add comment to fall-through cases in switchUmherirrender2021-04-151-1/+1
* HTMLFormField: Use non namespaced class name rather than static::classReedy2021-03-191-3/+15
* Remove mentions of mw.htmlform.CheckerDannyS7122020-08-181-3/+0
* HTML Classes stability annotationsNikki Nikkhoui2020-07-131-0/+42
* 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