From a3bdda23c911da924b8ac2e0e5d36c3836559095 Mon Sep 17 00:00:00 2001 From: Remember the dot Date: Sat, 18 Apr 2009 00:56:30 +0000 Subject: [PATCH] Follow-up to r49330: removed $wgRestrictDisplayTitle from DefaultSettings.php --- RELEASE-NOTES | 7 +++++-- includes/DefaultSettings.php | 5 ----- 2 files changed, 5 insertions(+), 7 deletions(-) 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 -- 2.20.1