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 @@
4057
4057
4058
4058
/**
4059
4059
* 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.
4062
4063
*/
4063
4064
$wgEnforceHtmlIds = true;
4064
4065
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r45171
Optionally allow non-HTML4-compatible ids...
simetrical
00:22, 30 December 2008
Status & tagging log
05:45, 21 December 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r59966
[
removed:
new
added:
ok]