From: Remember the dot Date: Sat, 18 Apr 2009 00:56:30 +0000 (+0000) Subject: Follow-up to r49330: removed $wgRestrictDisplayTitle from DefaultSettings.php X-Git-Tag: 1.31.0-rc.0~42111 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=a3bdda23c911da924b8ac2e0e5d36c3836559095;p=lhc%2Fweb%2Fwiklou.git Follow-up to r49330: removed $wgRestrictDisplayTitle from DefaultSettings.php --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7fa8aae9fc..e7a40438b1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,12 +26,15 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Added $wgNoFollowDomainExceptions to allow exempting particular domain names from rel="nofollow" on external links * (bug 12970) Brought back $wgUseImageResize. -* Added $wgRedirectOnLogin to allow specifying a specifc page to redirect users - to upon logging in (ex: "Main Page") +* Added $wgRedirectOnLogin to allow specifying a page to redirect users to upon + logging in (for example, "Main Page") * Add $wgExportFromNamespaces for enabling/disabling the "export all from namespace" option (disabled by default) * (bug 18222) $wgMinimalPasswordLength default is now 1 * $wgSessionHandler can be used to configure session.save_handler +* Removed $wgRestrictDisplayTitle, in effect permanently setting it to true. + Without this variable, the DISPLAYTITLE magic word will only accept titles + that are equivalent to the actual page title. === New features in 1.15 === diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index b8f4426ffb..2684ef5087 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3462,11 +3462,6 @@ $wgAjaxLicensePreview = true; */ $wgAllowDisplayTitle = true; -/** - * for consistency, restrict DISPLAYTITLE to titles that normalize to the same canonical DB key - */ -$wgRestrictDisplayTitle = true; - /** * Array of usernames which may not be registered or logged in from * Maintenance scripts can still use these