r49610 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49609‎ | r49610 | r49611 >
Date:00:56, 18 April 2009
Author:rememberthedot
Status:reverted
Tags:
Comment:
Follow-up to r49330: removed $wgRestrictDisplayTitle from DefaultSettings.php
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3463,11 +3463,6 @@
34643464 $wgAllowDisplayTitle = true;
34653465
34663466 /**
3467 - * for consistency, restrict DISPLAYTITLE to titles that normalize to the same canonical DB key
3468 - */
3469 -$wgRestrictDisplayTitle = true;
3470 -
3471 -/**
34723467 * Array of usernames which may not be registered or logged in from
34733468 * Maintenance scripts can still use these
34743469 */
Index: trunk/phase3/RELEASE-NOTES
@@ -26,12 +26,15 @@
2727 * Added $wgNoFollowDomainExceptions to allow exempting particular domain names
2828 from rel="nofollow" on external links
2929 * (bug 12970) Brought back $wgUseImageResize.
30 -* Added $wgRedirectOnLogin to allow specifying a specifc page to redirect users
31 - to upon logging in (ex: "Main Page")
 30+* Added $wgRedirectOnLogin to allow specifying a page to redirect users to upon
 31+ logging in (for example, "Main Page")
3232 * Add $wgExportFromNamespaces for enabling/disabling the "export all from
3333 namespace" option (disabled by default)
3434 * (bug 18222) $wgMinimalPasswordLength default is now 1
3535 * $wgSessionHandler can be used to configure session.save_handler
 36+* Removed $wgRestrictDisplayTitle, in effect permanently setting it to true.
 37+ Without this variable, the DISPLAYTITLE magic word will only accept titles
 38+ that are equivalent to the actual page title.
3639
3740 === New features in 1.15 ===
3841

Follow-up revisions

RevisionCommit summaryAuthorDate
r49654Follow-up on r49330...skizzerz23:48, 19 April 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49330(bug 12998) Allow <sup>, <sub>, etc. in DISPLAYTITLErememberthedot05:15, 9 April 2009

Status & tagging log