wiki.techinc.nl/includes/htmlform
Florian c13605dba4 HTMLForm: Allow status object to have raw parameters
The status object, which can be returned after validating an HTMLForm,
can contain message objects. These message objects can be constructed
with the full feature set provided by Message, e.g. raw parameters.

The handling of these status objects in HTMLForm basically prevented
some features of the Message object in the status, as it parsed the
messages through the Parser, which does not recognize these raw
parameters as such and escapes them wrongly.

This behaviour is fixed with this change.

Bug: T240774
Change-Id: I152ec51f317799572bf6791e110cd72c42da82a0
2020-02-09 18:06:12 +01:00
..
fields Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
CollapsibleFieldsetLayout.php Improve collapsible HTMLForm styling (and accessibility, slightly) 2019-09-23 10:57:26 -07:00
HTMLForm.php HTMLForm: Allow status object to have raw parameters 2020-02-09 18:06:12 +01:00
HTMLFormActionFieldLayout.php Split HTMLFormElement.php into class per file 2019-04-14 13:38:49 +01:00
HTMLFormElement.php Unsuppress another phan issue (part 7) 2019-09-03 17:19:21 +00:00
HTMLFormField.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
HTMLFormFieldLayout.php Split HTMLFormElement.php into class per file 2019-04-14 13:38:49 +01:00
HTMLFormFieldRequiredOptionsException.php
HTMLNestedFilterable.php
OOUIHTMLForm.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
VFormHTMLForm.php