wiki.techinc.nl/includes/htmlform
Brad Jorsch 8a58e69b46 HTMLForm: Improve hidden field handling
HTMLHiddenField is unable to output a non-default value, which makes it
unsuitable for actually persisting changes across multiple form
submissions. To preserve compatibility with forms that aren't expecting
persistence, fixing this requires a new parameter in the field
definition.

Also, due to the unusual way that hidden fields are added to the HTML
output, they are not being correctly handled by HTMLFormFieldCloner.
Special-case that.

Change-Id: I1fde7372401299b4432d28ac61982d47d5f3bbea
2014-10-09 13:40:04 -04:00
..
HTMLApiField.php
HTMLAutoCompleteSelectField.php Fixed spacing 2014-08-27 18:31:50 +02:00
HTMLButtonField.php Fixed some @params documentation (includes/*) 2014-04-20 23:33:05 +02:00
HTMLCheckField.php Fix regression: Allow HTML as checkbox label in HTMLCheckField 2014-08-23 21:12:26 -04:00
HTMLCheckMatrix.php includes/htmlform/: Use Config instead of globals 2014-08-23 22:09:15 -07:00
HTMLEditTools.php Add missing @param to function docs 2014-08-14 20:22:52 +02:00
HTMLFloatField.php
HTMLForm.php Fix input regression affecting HTMLForms that use VForm 2014-10-01 02:17:42 -04:00
HTMLFormField.php Merge "Improve hidden field validation" 2014-09-16 00:10:13 +00:00
HTMLFormFieldCloner.php HTMLForm: Improve hidden field handling 2014-10-09 13:40:04 -04:00
HTMLFormFieldRequiredOptionsException.php
HTMLHiddenField.php HTMLForm: Improve hidden field handling 2014-10-09 13:40:04 -04:00
HTMLInfoField.php Add missing @param to function docs 2014-08-14 20:22:52 +02:00
HTMLIntField.php
HTMLMultiSelectField.php HtmlForm: Use mw-ui-checkbox only if wgUseMediaWikiUIEverywhere is enabled 2014-09-23 19:14:50 -07:00
HTMLNestedFilterable.php Fixed some @params documentation (includes/*) 2014-04-20 23:33:05 +02:00
HTMLRadioField.php Fixed some @params documentation (includes/*) 2014-04-20 23:33:05 +02:00
HTMLSelectAndOtherField.php HTMLSelectOtherFields: Have 'other' always as first element 2014-06-29 11:50:52 +00:00
HTMLSelectField.php Fixed spacing 2014-07-19 23:12:10 +02:00
HTMLSelectLimitField.php Turn HTMLBlockedUsersItemSelect into HTMLSelectLimitField 2014-07-13 22:44:39 +00:00
HTMLSelectOrOtherField.php HTMLSelectOtherFields: Have 'other' always as first element 2014-06-29 11:50:52 +00:00
HTMLSubmitField.php
HTMLTextAreaField.php Add blanket support for mediawiki ui via globals 2014-08-15 14:48:00 -07:00
HTMLTextField.php Restore ability for getAttributes to set HTMLTextField type 2014-09-30 12:10:45 -04:00