wiki.techinc.nl/includes/htmlform/fields
Max Semenik fd6e9ef2d4 Human-readable section ID support
It adds the ability to replace the current section ID escaping
schema (.C0.DE) with a HTML5-compliant escaping schema that is
displayed as Unicode in many modern browsers.

See the linked bug for discussion of various options that were
considered before the implementation. A few remarks:
* Because Sanitizer::escapeId() is used in a bunch of places without
  escaping, I'm deprecating it without altering its behavior.
* The bug described in comments for Parser::guessLegacySectionNameFromWikiText()
  is still there in some Edge versions that display mojibake.

Bug: T152540
Change-Id: Id304010a0342efbb7ef2d56c5b8b244f2e4fb2c5
2017-08-01 20:32:20 -07:00
..
HTMLApiField.php
HTMLAutoCompleteSelectField.php
HTMLButtonField.php
HTMLCheckField.php Avoid duplicate accesskey hints on OOUI widgets 2017-08-01 20:59:13 +00:00
HTMLCheckMatrix.php
HTMLComboboxField.php
HTMLDateTimeField.php
HTMLEditTools.php
HTMLFloatField.php
HTMLFormFieldCloner.php Human-readable section ID support 2017-08-01 20:32:20 -07:00
HTMLFormFieldWithButton.php
HTMLHiddenField.php
HTMLInfoField.php
HTMLIntField.php
HTMLMultiSelectField.php Avoid duplicate accesskey hints on OOUI widgets 2017-08-01 20:59:13 +00:00
HTMLRadioField.php Human-readable section ID support 2017-08-01 20:32:20 -07:00
HTMLRestrictionsField.php
HTMLSelectAndOtherField.php HTMLSelectAndOtherField/HTMLSelectOrOtherField: Add OOUI implementation 2017-06-15 08:52:08 +05:30
HTMLSelectField.php
HTMLSelectLimitField.php
HTMLSelectNamespace.php
HTMLSelectNamespaceWithButton.php
HTMLSelectOrOtherField.php HTMLSelectAndOtherField/HTMLSelectOrOtherField: Add OOUI implementation 2017-06-15 08:52:08 +05:30
HTMLSizeFilterField.php
HTMLSubmitField.php
HTMLTagFilter.php
HTMLTextAreaField.php Avoid duplicate accesskey hints on OOUI widgets 2017-08-01 20:59:13 +00:00
HTMLTextField.php Avoid duplicate accesskey hints on OOUI widgets 2017-08-01 20:59:13 +00:00
HTMLTextFieldWithButton.php
HTMLTitleTextField.php
HTMLUsersMultiselectField.php HTMLUsersMultiSelectField: Don't use content language for placeholder message 2017-07-27 09:38:57 -07:00
HTMLUserTextField.php