r59966 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59965‎ | r59966 | r59967 >
Date:19:59, 11 December 2009
Author:simetrical
Status:ok
Tags:
Comment:
Improve documentation for $wgEnforceHtmlIds

Per code review feedback on r45171. This seems to be easier than
reverting it wholesale, but anyone who would like to do that instead
should feel free.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -4056,8 +4056,9 @@
40574057
40584058 /**
40594059 * Allow id's that don't conform to HTML4 backward compatibility requirements.
4060 - * This is currently for testing; if all goes well, this option will be removed
4061 - * and the functionality will be enabled universally.
 4060+ * This is purely experimental, has multiple known flaws, and will likely be
 4061+ * renamed and reconcepted based on HTML5 in the future, so should not be used
 4062+ * except for testing.
40624063 */
40634064 $wgEnforceHtmlIds = true;
40644065

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r45171Optionally allow non-HTML4-compatible ids...simetrical00:22, 30 December 2008

Status & tagging log