From: Chad Horohoe Date: Sun, 17 Aug 2008 21:29:05 +0000 (+0000) Subject: New RELEASE-NOTES belong at the bottom :) X-Git-Tag: 1.31.0-rc.0~45850 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=83bf0ff22dc17601515846a178f69e8bab22fef0;p=lhc%2Fweb%2Fwiklou.git New RELEASE-NOTES belong at the bottom :) --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1b73c1991b..f7a7960c54 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,9 +19,6 @@ Those wishing to use the latest code instead of a branch release can obtain it from source control: http://www.mediawiki.org/wiki/Download_from_SVN === Configuration changes in 1.14 === -* $wgRestrictDisplayTitle controls if the use of the {{DISPLAYTITLE}} magic - word is restricted to titles equivalent to the actual page title. This - is true per default, but can be set to false to allow any title. * $wgExemptFromUserRobotsControl is an array of namespaces to be exempt from the effect of the new __INDEX__/__NOINDEX__ magic words. (Default: null, ex- empt all content namespaces.) @@ -39,6 +36,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN Backwards compatibility is maintained. * $wgEnablePersistentCookies has been added. Setting to false disables the setting of persistent cookies. Defaults to true. +* $wgRestrictDisplayTitle controls if the use of the {{DISPLAYTITLE}} magic + word is restricted to titles equivalent to the actual page title. This + is true per default, but can be set to false to allow any title. === New features in 1.14 ===