aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLUsersMultiselectField.php
Commit message (Expand)AuthorAgeFilesLines
* Update user widgets to support named and temp account exclusionJamie Kuppens2024-09-161-0/+8
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-0/+5
* htmlform: Handle null from HTMLFormField::getDefault in multiselectsUmherirrender2023-02-251-1/+1
* Override getInputWidget in multiselect HTMLForm fieldsDaimona Eaytoy2023-02-211-1/+8
* HTMLUsersMultiselectField: Fix documentation of default valueDaimona Eaytoy2023-02-211-1/+1
* Load TagMultiselectWidget styles in the HTMLForm fields that need themDaimona Eaytoy2023-02-181-0/+2
* Revert "htmlform: Improve validation of multiselect fields"Kosta Harlan2023-02-021-17/+7
* htmlform: Improve validation of multiselect fieldsUmherirrender2023-01-291-7/+17
* Make use of ?? and ?: operators where it makes senseThiemo Kreuz2022-08-041-5/+2
* Use UserRigorOptions directlyTim Starling2022-03-251-2/+3
* Add various null checks when null is not possible to use as argumentUmherirrender2022-03-141-1/+4
* Rename CSS class 'mw-htmlform-field-autoinfuse' to fit the conventionBartosz Dziewoński2021-06-191-1/+1
* Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl...Vlad.shapik2021-05-311-1/+4
* Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable...Ppchelko2021-05-051-4/+1
* Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableNamevladshapik2021-05-041-1/+4
* De-duplicate equivalent IP ranges in HTMLUsersMultiselectFieldtsepothoabala2021-03-261-1/+6
* Normalise IP addresses in HTMLUsersMultiselectFieldtsepothoabala2021-03-171-2/+6
* HTMLUsersMultiselectField: Keep IP addresses while normalizingThalia2021-02-221-1/+1
* Normalize and de-dupe usernames in HTMLUsersMultiselectFieldSTran2021-02-161-1/+12
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* HTML Classes stability annotationsNikki Nikkhoui2020-07-131-0/+1
* HTMLUsersMultiselectField: Pass through config for widget's inputThalia2020-02-141-0/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Add option for showing valid IPs in UsersMultiselectWidget menuThalia2019-11-151-0/+12
* Allow HTMLUsersMultiselectField to limit number of selected itemsThalia2019-11-141-0/+9
* Replace 'capsule' with appropriate 'tag'Volker E2018-07-091-1/+1
* Allow users to prevent new users from sending them email.David Barratt2017-12-111-0/+8
* HTMLUsersMultiSelectField: Don't use content language for placeholder messageRoan Kattouw2017-07-271-3/+1
* HTMLUsersMultiselectField: Handle empty value properlyRoan Kattouw2017-07-111-1/+1
* Merge "Fix \n handling for HTMLUsersMultiselectField"jenkins-bot2017-06-301-12/+13
|\
| * Fix \n handling for HTMLUsersMultiselectFieldMatthew Flaschen2017-06-291-12/+13
* | build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1
|/
* HTMLUsersMultiselectField: Make auto-infusable when used inside a legacy HTML...Bartosz Dziewoński2017-05-201-1/+7
* UsersMultiselect widget and form field.Phantom422017-02-011-0/+86