aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* Merge "htmlform: Add HTMLOrderedMultiselectField for use in HTMLForm"jenkins-bot2025-02-201-0/+59
|\
| * htmlform: Add HTMLOrderedMultiselectField for use in HTMLFormSiddharth VP2025-01-091-0/+59
* | HTMLFormField: factor out label escapingTim Starling2025-02-132-15/+9
* | Replace call_user_func with dynamic function callUmherirrender2025-02-133-5/+5
* | Merge "htmlform: fix defaults for namespace and relative in titlesmultiselect"jenkins-bot2025-01-141-4/+2
|\ \
| * | htmlform: fix defaults for namespace and relative in titlesmultiselectSiddharth VP2025-01-121-4/+2
| |/
* | Merge "htmlform: Disallow reordering options in HTMLMultiSelectField with dro...jenkins-bot2025-01-101-0/+1
|\ \
| * | htmlform: Disallow reordering options in HTMLMultiSelectField with dropdownBartosz Dziewoński2025-01-081-0/+1
| |/
* | Merge "build: Upgrade mediawiki/mediawiki-phan-config from 0.14.0 to 0.15.0"jenkins-bot2025-01-101-0/+1
|\ \
| * | build: Upgrade mediawiki/mediawiki-phan-config from 0.14.0 to 0.15.0James D. Forrester2024-12-191-0/+1
* | | Use getRawVal instead of getValFomafix2025-01-091-1/+1
| |/ |/|
* | htmlform: ensure at least 1 selection for required multiselect fieldsSiddharth VP2024-12-301-0/+7
* | htmlform: support namespace parameter for titlesmultiselect fieldsSiddharth VP2024-12-291-0/+6
|/
* Merge "htmlform: Replace isset() with null check"jenkins-bot2024-12-181-1/+1
|\
| * htmlform: Replace isset() with null checkUmherirrender2024-12-181-1/+1
* | HTMLCheckMatrix: Set `vertical-label` instead of overriding `getTableRow`Func2024-12-191-45/+3
|/
* Merge "Support sections in the dropdown mode of HtmlMultiSelectField"jenkins-bot2024-12-161-46/+61
|\
| * Support sections in the dropdown mode of HtmlMultiSelectFieldFunc2024-12-161-46/+61
* | widget: Add pending state to Date(Time)InputWidgetDaimona Eaytoy2024-12-141-0/+1
|/
* Merge "htmlform: Implement `max` parameter in HTMLMultiSelectField"jenkins-bot2024-11-271-3/+12
|\
| * htmlform: Implement `max` parameter in HTMLMultiSelectFieldDaimona Eaytoy2024-11-211-3/+12
* | Support custom sets of tags in HTMLTagFilterSTran2024-11-251-3/+42
|/
* Support 'include' parameter in namespace select inputsSTran2024-10-301-0/+8
* Update user widgets to support named and temp account exclusionJamie Kuppens2024-09-162-0/+27
* htmlform: Add missing documentation to class propertiesUmherirrender2024-09-1410-0/+16
* Use const keyword for constant list of strings or intsUmherirrender2024-09-111-2/+2
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-262-6/+2
* Allow ContributionsSpecialPage to accept usemodwiki IP addressesDreamy Jazz2024-08-191-3/+11
* HTMLRadioField: clean up HTMLlwatson2024-08-121-1/+1
* Use namespaced classes (3)Umherirrender2024-06-164-4/+3
* HTMLForm: Remove use of jquery.chosen in HTMLMultiSelectFieldRoan Kattouw2024-06-131-4/+0
* Import InvalidArgumentException at top of the sourceEbrahim Byagowi2024-05-191-2/+3
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-163-3/+3
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-1610-10/+10
* HTMLSelectNamespace: Add Codex outputRoan Kattouw2024-05-051-0/+15
* Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyleTaavi Väänänen2024-04-222-2/+2
* CodexHTMLForm: Use a static method in getButtons()lwatson2024-04-091-15/+42
* CodexHTMLForm: Learn from OOUI HTMLForm layout stylesVolker E.2024-04-041-1/+1
* HTMLButtonField: Remove isBadIE()Volker E.2024-03-291-26/+5
* HTMLRadioField: Fix escaping of options with CodexDaimona Eaytoy2024-03-291-2/+3
* Merge "HTMLForm: Make raw InfoFields work in Codex"jenkins-bot2024-03-281-0/+8
|\
| * HTMLForm: Make raw InfoFields work in CodexRoan Kattouw2024-03-261-0/+8
* | HTMLRadioField: Escape plain text description messagesRoan Kattouw2024-03-251-1/+1
|/
* Merge "HTMLForm: Add per-option descriptions for Codex radio buttons"jenkins-bot2024-03-251-3/+70
|\
| * HTMLForm: Add per-option descriptions for Codex radio buttonsRoan Kattouw2024-03-211-3/+70
* | Merge "HTMLButtonField: remove hard-coded button flags in Codex"jenkins-bot2024-03-221-2/+17
|\ \
| * | HTMLButtonField: remove hard-coded button flags in Codexlwatson2024-03-211-2/+17
| |/
* / HTMLHiddenField: Support CodexHTMLFormRoan Kattouw2024-03-211-0/+4
|/
* Merge "HTMLFormField: Codex CSS-only version of HTMLRadioField"jenkins-bot2024-03-191-1/+57
|\