wiki.techinc.nl/includes/htmlform
Gergő Tisza 8dc5e1857d Unify handling of *-message(s) settings in HTMLForm
*-message(s) settings were documented as message key strings or arrays
of message key strings, but some actually accepted [key, params...]
arrays as well. They did not accept Message objects, which would be
the cleanest and most flexible method of message passing.

The patch adds a new method to process these settings (which accepts
a messages key, a [key, params...] array or a Message object), and
makes all *-message(s) usage call that.

Change-Id: Ida647973a58bea83fdbd53335e63b5a8615c16e4
2016-04-01 17:07:14 +03:00
..
HTMLApiField.php HTMLForm: Do not render hidden elements as elements 2015-11-09 16:16:40 +00:00
HTMLAutoCompleteSelectField.php Unify handling of *-message(s) settings in HTMLForm 2016-04-01 17:07:14 +03:00
HTMLButtonField.php Unify handling of *-message(s) settings in HTMLForm 2016-04-01 17:07:14 +03:00
HTMLCheckField.php HTMLForm: Use OOUI\Element::configFromHtmlAttributes instead of rolling our own 2016-03-09 00:08:05 +00:00
HTMLCheckMatrix.php HTMLForm: Use OOUI\Element::configFromHtmlAttributes instead of rolling our own 2016-03-09 00:08:05 +00:00
HTMLComboboxField.php HTMLForm: Use OOUI\Element::configFromHtmlAttributes instead of rolling our own 2016-03-09 00:08:05 +00:00
HTMLEditTools.php Unify handling of *-message(s) settings in HTMLForm 2016-04-01 17:07:14 +03:00
HTMLFloatField.php Replace dev.w3.org with more permanent or stable urls 2015-02-14 14:21:33 +00:00
HTMLForm.php Unify handling of *-message(s) settings in HTMLForm 2016-04-01 17:07:14 +03:00
HTMLFormField.php Unify handling of *-message(s) settings in HTMLForm 2016-04-01 17:07:14 +03:00
HTMLFormFieldCloner.php Unify handling of *-message(s) settings in HTMLForm 2016-04-01 17:07:14 +03:00
HTMLFormFieldRequiredOptionsException.php
HTMLFormFieldWithButton.php Merge "HTMLForm: Use OOUI\Element::configFromHtmlAttributes instead of rolling our own" 2016-03-10 21:33:28 +00:00
HTMLHiddenField.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HTMLInfoField.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HTMLIntField.php Replace dev.w3.org with more permanent or stable urls 2015-02-14 14:21:33 +00:00
HTMLMultiSelectField.php HTMLForm: Use OOUI\Element::configFromHtmlAttributes instead of rolling our own 2016-03-09 00:08:05 +00:00
HTMLNestedFilterable.php Fixed some @params documentation (includes/*) 2014-04-20 23:33:05 +02:00
HTMLRadioField.php HTMLForm: Use OOUI\Element::configFromHtmlAttributes instead of rolling our own 2016-03-09 00:08:05 +00:00
HTMLSelectAndOtherField.php Unify handling of *-message(s) settings in HTMLForm 2016-04-01 17:07:14 +03:00
HTMLSelectField.php HTMLForm: Use OOUI\Element::configFromHtmlAttributes instead of rolling our own 2016-03-09 00:08:05 +00:00
HTMLSelectLimitField.php Turn HTMLBlockedUsersItemSelect into HTMLSelectLimitField 2014-07-13 22:44:39 +00:00
HTMLSelectNamespace.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HTMLSelectNamespaceWithButton.php ellapsed => elapsed 2015-06-23 03:32:33 +00:00
HTMLSelectOrOtherField.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HTMLSubmitField.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HTMLTagFilter.php Make HTMLTagFilter disappear totally when $wgUseTagFilter = false 2015-02-17 00:02:51 +11:00
HTMLTextAreaField.php HTMLForm: Use OOUI\Element::configFromHtmlAttributes instead of rolling our own 2016-03-09 00:08:05 +00:00
HTMLTextField.php HTMLForm: Use OOUI\Element::configFromHtmlAttributes instead of rolling our own 2016-03-09 00:08:05 +00:00
HTMLTextFieldWithButton.php ellapsed => elapsed 2015-06-23 03:32:33 +00:00
HTMLTitleTextField.php Fix numerous class/function casing 2016-03-18 23:14:49 +00:00
HTMLUserTextField.php Fix numerous class/function casing 2016-03-18 23:14:49 +00:00
OOUIHTMLForm.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
VFormHTMLForm.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00