wiki.techinc.nl/includes/htmlform/fields
Jamie Kuppens 2537859104 Update user widgets to support named and temp account exclusion
* This change introduces two new optional parameters to the 'allusers'
  API call named 'excludenamed' and 'excludetemp' that allows filtering
  accounts based on whether they're named accounts or temporary
  accounts. This is tested by using the temporary matchPattern
  configured with $wgAutoCreateTempUser.

* User widgets that call 'allusers' have been updated so that
  'excludenamed' and 'excludetemp' can be optionally set so that named
  or temporary accounts may not returned with user suggestions.

Bug: T332030
Change-Id: I6563ae610017fd1cd35c36ba65906041f7f68c4b
2024-09-16 08:45:58 -07:00
..
HTMLApiField.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLAutoCompleteSelectField.php htmlform: Add missing documentation to class properties 2024-09-14 11:49:05 +00:00
HTMLButtonField.php htmlform: Add missing documentation to class properties 2024-09-14 11:49:05 +00:00
HTMLCheckField.php Add namespace and deprecation alias to Xml and XmlSelect 2024-05-16 15:23:14 +03:30
HTMLCheckMatrix.php Use const keyword for constant list of strings or ints 2024-09-11 23:16:24 +02:00
HTMLComboboxField.php Add namespace and deprecation alias to Xml and XmlSelect 2024-05-16 15:23:14 +03:30
HTMLDateTimeField.php htmlform: Add missing documentation to class properties 2024-09-14 11:49:05 +00:00
HTMLEditTools.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLExpiryField.php Use namespaced classes (3) 2024-06-16 20:26:43 +02:00
HTMLFileField.php htmlform: Add missing documentation to class properties 2024-09-14 11:49:05 +00:00
HTMLFloatField.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLFormFieldCloner.php htmlform: Add missing documentation to class properties 2024-09-14 11:49:05 +00:00
HTMLFormFieldWithButton.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLHiddenField.php htmlform: Add missing documentation to class properties 2024-09-14 11:49:05 +00:00
HTMLInfoField.php HTMLForm: Make raw InfoFields work in Codex 2024-03-26 00:02:21 +00:00
HTMLIntField.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLMultiSelectField.php HTMLForm: Remove use of jquery.chosen in HTMLMultiSelectField 2024-06-13 17:28:37 +00:00
HTMLNamespacesMultiselectField.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLRadioField.php HTMLRadioField: clean up HTML 2024-08-12 21:02:38 -04:00
HTMLRestrictionsField.php Use namespaced classes (3) 2024-06-16 20:26:43 +02:00
HTMLSelectAndOtherField.php Use namespaced classes (3) 2024-06-16 20:26:43 +02:00
HTMLSelectField.php Add namespace and deprecation alias to Xml and XmlSelect 2024-05-16 15:23:14 +03:30
HTMLSelectLanguageField.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLSelectLimitField.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLSelectNamespace.php HTMLSelectNamespace: Add Codex output 2024-05-05 11:35:18 +03:00
HTMLSelectNamespaceWithButton.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLSelectOrOtherField.php Add namespace and deprecation alias to Xml and XmlSelect 2024-05-16 15:23:14 +03:30
HTMLSizeFilterField.php Add namespace and deprecation alias to Xml and XmlSelect 2024-05-16 15:23:14 +03:30
HTMLSubmitField.php htmlform: Add missing documentation to class properties 2024-09-14 11:49:05 +00:00
HTMLTagFilter.php htmlform: Add missing documentation to class properties 2024-09-14 11:49:05 +00:00
HTMLTagMultiselectField.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLTextAreaField.php htmlform: Add missing documentation to class properties 2024-09-14 11:49:05 +00:00
HTMLTextField.php htmlform: Add missing documentation to class properties 2024-09-14 11:49:05 +00:00
HTMLTextFieldWithButton.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLTimezoneField.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLTitlesMultiselectField.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLTitleTextField.php Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
HTMLToggleSwitchField.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HTMLUsersMultiselectField.php Update user widgets to support named and temp account exclusion 2024-09-16 08:45:58 -07:00
HTMLUserTextField.php Update user widgets to support named and temp account exclusion 2024-09-16 08:45:58 -07:00