aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/HTMLFormField.php
Commit message (Expand)AuthorAgeFilesLines
* HTMLFormField: factor out label escapingTim Starling2025-02-131-0/+32
* Merge "htmlform: Replace isset() with null check"jenkins-bot2024-12-181-4/+4
|\
| * htmlform: Replace isset() with null checkUmherirrender2024-12-181-4/+4
* | Merge "htmlform: Compute the initial hide-if state on the server-side"jenkins-bot2024-12-181-0/+12
|\ \ | |/ |/|
| * htmlform: Compute the initial hide-if state on the server-sideBartosz Dziewoński2024-12-181-0/+12
* | Use unique log channel to report translation problemsBartosz Dziewoński2024-11-281-1/+1
|/
* Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-141-1/+4
* htmlform: Add missing documentation to class propertiesUmherirrender2024-09-141-1/+13
* Deprecate the 'help' key in form descriptors in favor of 'help-raw'Alex2024-08-091-0/+3
* Replace gettype() with get_debug_type() in exception messagesBartosz Dziewoński2024-07-311-1/+1
* Namespace MessageSpecifier under Wikimedia\Message\Bartosz Dziewoński2024-07-281-1/+1
* htmlform: Improve documentation of the `validation-callback` optionDaimona Eaytoy2024-06-281-1/+1
* Use namespaced classes (3)Umherirrender2024-06-161-2/+2
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-1/+1
* Log duplicate translations of options-messages for HTMLFormFieldDreamy Jazz2024-04-011-2/+16
* Add explicit parentheses around mixed boolean operatorUmherirrender2024-03-231-3/+3
* Merge "htmlform: Fix double escaping in Label div"jenkins-bot2024-03-191-1/+1
|\
| * htmlform: Fix double escaping in Label divAmmarpad2024-03-191-1/+1
* | Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
|/
* Merge "HTMLForm: Wrap Codex-based form fields in a Codex Field component"jenkins-bot2024-03-121-27/+71
|\
| * HTMLForm: Wrap Codex-based form fields in a Codex Field componentRoan Kattouw2024-03-111-27/+71
* | Merge "HTMLFormField: Add getInputCodex() method for Codex output"jenkins-bot2024-03-121-0/+53
|\|
| * HTMLFormField: Add getInputCodex() method for Codex outputRoan Kattouw2024-03-081-0/+53
* | Rename dropdown-related methods to avoid random camel-caseBartosz Dziewoński2024-03-091-2/+2
|/
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-9/+22
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Html: Copy listDropDownOptions() and listDropDownOptionsOoui() from Xml and m...James D. Forrester2024-02-031-2/+2
* htmlform: Improve type safety related to HTMLFormFieldClonerthiemowmde2024-01-131-5/+7
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Merge "htmlform: Allow validation-callback to return Status instances"jenkins-bot2023-07-101-3/+12
|\
| * htmlform: Allow validation-callback to return Status instancesmainframe982023-07-091-3/+12
* | htmlform: Use more compact PHP features in placesthiemowmde2023-07-071-97/+46
|/
* Improve performance of HTMLFormField::shouldInfuseOOUIthiemowmde2023-07-031-18/+20
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-41/+37
* Allow setting "notices" for OOUI form fieldsMarius Hoch2023-05-301-0/+6
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Deprecate creating HTMLFormFields without reference to parent formBrian Wolff2023-01-081-0/+8
* Merge "Use str_starts_with/str_ends_with/str_contains"jenkins-bot2022-12-141-1/+1
|\
| * Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-1/+1
* | HTMLForm: Fix E_NOTICE when hide-if is used with setFormIdentifierRoan Kattouw2022-12-131-2/+5
|/
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+2
* Remove unused variable from unpacking arraysUmherirrender2022-11-221-1/+1
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* HTMLFormField: Treat null as missing valueLucas Werkmeister2022-11-081-1/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-2/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+2
* Use short array destructuring instead of list()Tim Starling2022-10-211-7/+7
* Merge "Update docs for HTMLFormField::validate() to permit all data types"jenkins-bot2022-09-231-1/+1
|\