aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLTitlesMultiselectField.php
Commit message (Expand)AuthorAgeFilesLines
* htmlform: fix defaults for namespace and relative in titlesmultiselectSiddharth VP2025-01-121-4/+2
* htmlform: support namespace parameter for titlesmultiselect fieldsSiddharth VP2024-12-291-0/+6
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
* HTMLForm: Use rows=10 instead of rows=25 for Codex multiselect fieldsRoan Kattouw2024-03-181-1/+3
* HTMLFormField: Use Codex TextArea for multiselect fieldsAnne Tomasevich2024-03-141-0/+5
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-0/+5
* Pass `allowEditTags` config through to multiselect widgetsThalia2023-04-181-0/+3
* htmlform: Handle null from HTMLFormField::getDefault in multiselectsUmherirrender2023-02-251-1/+1
* Override getInputWidget in multiselect HTMLForm fieldsDaimona Eaytoy2023-02-211-1/+8
* htmlform: Load TagMultiselectWidget styles in more form fieldsFunc2023-02-201-0/+2
* Revert "htmlform: Improve validation of multiselect fields"Kosta Harlan2023-02-021-24/+7
* htmlform: Improve validation of multiselect fieldsUmherirrender2023-01-291-7/+24
* Make use of ?? and ?: operators where it makes senseThiemo Kreuz2022-08-041-5/+2
* Rename CSS class 'mw-htmlform-field-autoinfuse' to fit the conventionBartosz DziewoƄski2021-06-191-1/+1
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Fix broken PHPDoc comments that don't start with /**Thiemo Kreuz2020-07-231-1/+2
* HTML Classes stability annotationsNikki Nikkhoui2020-07-131-0/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Improve error message for HTML multiselect fieldsThalia2019-11-141-1/+1
* Collapse some nested if statementsReedy2019-04-041-4/+2
* mw.widgets.TitleWidget: Add 'excludeDynamicNamespaces' configMoriel Schottlender2019-02-141-0/+3
* Fix TitlesMultiselectWidget documentationThalia2018-12-101-1/+1
* TitlesMultiSelectWidget: pass through 'input' configThalia2018-11-131-0/+4
* TitlesMultiselectWidget: rename 'limit' config to 'tagLimit'Thalia2018-11-131-1/+1
* TitlesMultiselectWidget: pass through additional configsThalia2018-11-131-0/+8
* TitlesMultiselectWidget: Add a widget that allows selection of multiple titlesMoriel Schottlender2018-10-241-0/+120