wiki.techinc.nl/includes/htmlform/fields
Thalia 505433c502 HTMLUsersMultiselectField: Keep IP addresses while normalizing
Fixes a bug introduced in c12af6e168
where invalid usernames are normalized out.

Nonexistent usernames will still fail the validation step, including
IP addresses if the field has been set up not to accept them.

Bug: T274568
Change-Id: I229afdfff2144fd4db8d49825262010f58f1fe54
2021-02-22 14:00:06 +00:00
..
HTMLApiField.php
HTMLAutoCompleteSelectField.php
HTMLButtonField.php
HTMLCheckField.php
HTMLCheckMatrix.php
HTMLComboboxField.php
HTMLDateTimeField.php Use ?? instead of isset/array_key_exists where possible 2021-02-10 20:32:25 +01:00
HTMLEditTools.php
HTMLExpiryField.php
HTMLFileField.php HTMLFileField: Make 'accept' parameter optional 2021-01-22 16:24:53 +00:00
HTMLFloatField.php
HTMLFormFieldCloner.php Pass along the disabled parameter to HTMLFormFieldCloner 2021-02-01 03:44:46 -08:00
HTMLFormFieldWithButton.php
HTMLHiddenField.php
HTMLInfoField.php
HTMLIntField.php
HTMLMultiSelectField.php HTMLMultiSelectField: Reject nested arrays early 2021-02-19 00:24:38 +01:00
HTMLNamespacesMultiselectField.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
HTMLRadioField.php
HTMLRestrictionsField.php
HTMLSelectAndOtherField.php
HTMLSelectField.php
HTMLSelectLanguageField.php
HTMLSelectLimitField.php
HTMLSelectNamespace.php
HTMLSelectNamespaceWithButton.php
HTMLSelectOrOtherField.php
HTMLSizeFilterField.php
HTMLSubmitField.php
HTMLTagFilter.php
HTMLTextAreaField.php
HTMLTextField.php
HTMLTextFieldWithButton.php
HTMLTitlesMultiselectField.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
HTMLTitleTextField.php
HTMLUsersMultiselectField.php HTMLUsersMultiselectField: Keep IP addresses while normalizing 2021-02-22 14:00:06 +00:00
HTMLUserTextField.php