wiki.techinc.nl/tests/phpunit/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
..
HTMLAutoCompleteSelectFieldTest.php phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedException* and make pass 2019-10-14 12:48:48 -07:00
HTMLFormTest.php HTMLForm: Allow status object to have raw parameters 2020-02-09 18:06:12 +01:00
HTMLRestrictionsFieldTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00