wiki.techinc.nl/includes/actions
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
..
Action.php build: Update mediawiki/mediawiki-codesniffer to 0.10.1 2017-07-22 18:24:09 -07:00
CachedAction.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CreditsAction.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
DeleteAction.php DeleteAction: Remove now-unnecessary RL modules 2017-07-12 20:46:15 +02:00
EditAction.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FormAction.php Convert various FormActions to OOUI 2017-03-11 16:48:17 +11:00
FormlessAction.php
HistoryAction.php ChangesList: Expose basic properties of lines as data attributes 2017-06-08 23:19:45 +00:00
InfoAction.php Human-readable section ID support 2017-08-01 20:32:20 -07:00
MarkpatrolledAction.php Replace Linker::link() usage with LinkRenderer 2016-12-01 12:04:38 -08:00
ProtectAction.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
PurgeAction.php Merge "Convert various FormActions to OOUI" 2017-04-16 19:30:55 +00:00
RawAction.php Replace some usages of &$this in hook parameters 2016-12-28 21:19:23 +00:00
RenderAction.php
RevertAction.php Convert various FormActions to OOUI 2017-03-11 16:48:17 +11:00
RollbackAction.php Add GENDER to rollback-success message 2017-02-22 21:11:29 +00:00
SpecialPageAction.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SubmitAction.php
UnprotectAction.php
UnwatchAction.php Convert various FormActions to OOUI 2017-03-11 16:48:17 +11:00
ViewAction.php Deprecate "Avoid page_touched update for HTTP GET action=purge requests" 2017-03-27 10:10:26 -04:00
WatchAction.php Convert various FormActions to OOUI 2017-03-11 16:48:17 +11:00