aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform
Commit message (Expand)AuthorAgeFilesLines
* htmlform: Drop HTMLForm::*Text and FormSpecialPage::*Text functions, deprecat...Umherirrender2025-03-261-175/+4
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* Add message box styles explicitlyJon Robson2025-03-051-1/+5
* Merge "CodexHTMLForm: Add specific CSS class to fieldset"jenkins-bot2025-03-031-1/+1
|\
| * CodexHTMLForm: Add specific CSS class to fieldsetVolker E.2024-04-141-1/+1
* | Merge "htmlform: Add HTMLOrderedMultiselectField for use in HTMLForm"jenkins-bot2025-02-202-0/+61
|\ \
| * | htmlform: Add HTMLOrderedMultiselectField for use in HTMLFormSiddharth VP2025-01-092-0/+61
* | | HTMLFormField: factor out label escapingTim Starling2025-02-133-15/+41
* | | Replace call_user_func with dynamic function callUmherirrender2025-02-134-6/+6
* | | Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-1/+0
* | | 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-185-12/+12
|\ \
| * | htmlform: Replace isset() with null checkUmherirrender2024-12-185-12/+12
* | | 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
* | | | HTMLCheckMatrix: Set `vertical-label` instead of overriding `getTableRow`Func2024-12-191-45/+3
| |/ / |/| |
* | | Merge "Use unique log channel to report translation problems"jenkins-bot2024-12-181-1/+1
|\ \ \
| * | | Use unique log channel to report translation problemsBartosz Dziewoński2024-11-281-1/+1
* | | | 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
|/ /
* | Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-141-1/+4
* | Support 'include' parameter in namespace select inputsSTran2024-10-301-0/+8
* | htmlform: Allow MessageParam on HTMLForm::addButton for label-messageUmherirrender2024-10-221-2/+3
* | Deprecate OutputPage::{get,set}PreventClickjacking()C. Scott Ananian2024-10-171-1/+1
* | Use explicit nullable type on parameter argumentsUmherirrender2024-10-164-4/+4
* | Merge "Update user widgets to support named and temp account exclusion"jenkins-bot2024-09-192-0/+27
|\ \
| * | Update user widgets to support named and temp account exclusionJamie Kuppens2024-09-162-0/+27
* | | Remove unchecked exception annotationsAdam Wight2024-09-171-3/+4
|/ /
* | htmlform: Add missing documentation to class propertiesUmherirrender2024-09-1416-1/+63
* | 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
* | Deprecate the 'help' key in form descriptors in favor of 'help-raw'Alex2024-08-092-3/+6
* | Replace gettype() with get_debug_type() in exception messagesBartosz Dziewoński2024-07-311-1/+1
* | Namespace MessageSpecifier under Wikimedia\Message\Bartosz Dziewoński2024-07-282-2/+2
* | htmlform: Hard-deprecated HTMLForm::*Text functionsUmherirrender2024-07-261-16/+41
* | htmlform: Improve documentation of the `validation-callback` optionDaimona Eaytoy2024-06-282-2/+3