Remove a number of needless {{ns:project}}-type transforms from messages files. These...
authorRob Church <robchurch@users.mediawiki.org>
Fri, 9 Jun 2006 15:28:48 +0000 (15:28 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Fri, 9 Jun 2006 15:28:48 +0000 (15:28 +0000)
RELEASE-NOTES
languages/Messages.php

index e4caaf4..492d280 100644 (file)
@@ -462,7 +462,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 5945) Introduce {{CONTENTLANGUAGE}} magic word
 * {{PLURAL}} can now take up to five forms
 * (bug 6243) Fix email for usernames containing dots when using PEAR::Mail
-
+* Remove a number of needless {{ns:project}}-type transforms from messages files. These
+  usages already have separate label text. Such transforms are wasteful on each page view.
 
 == Compatibility ==
 
index ec3ba62..ec7e595 100644 (file)
@@ -127,19 +127,19 @@ parent class in order maintain consistency across languages.
 * [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]",
 
 'portal'               => 'Community portal',
-'portal-url'           => '{{ns:project}}:Community Portal',
+'portal-url'           => 'Project:Community Portal',
 'about'                        => 'About',
 'aboutsite'            => 'About {{SITENAME}}',
-'aboutpage'            => '{{ns:project}}:About',
+'aboutpage'            => 'Project:About',
 'article'              => 'Content page',
 'help'                 => 'Help',
 'helppage'             => 'Help:Contents',
 'bugreports'   => 'Bug reports',
-'bugreportspage' => '{{ns:project}}:Bug_reports',
+'bugreportspage' => 'Project:Bug_reports',
 'sitesupport'   => 'Donations',
-'sitesupport-url' => '{{ns:project}}:Site support',
+'sitesupport-url' => 'Project:Site support',
 'faq'                  => 'FAQ',
-'faqpage'              => '{{ns:project}}:FAQ',
+'faqpage'              => 'Project:FAQ',
 'edithelp'             => 'Editing help',
 'newwindow'            => '(opens in new window)',
 'edithelppage' => 'Help:Editing',
@@ -164,9 +164,9 @@ parent class in order maintain consistency across languages.
 'currentevents-url' => 'Current events',
 
 'disclaimers' => 'Disclaimers',
-'disclaimerpage' => '{{ns:project}}:General_disclaimer',
+'disclaimerpage' => 'Project:General_disclaimer',
 'privacy' => 'Privacy policy',
-'privacypage' => '{{ns:project}}:Privacy_policy',
+'privacypage' => 'Project:Privacy_policy',
 'errorpagetitle' => 'Error',
 'returnto'             => 'Return to $1.',
 'tagline'              => 'From {{SITENAME}}',
@@ -821,7 +821,7 @@ To include the image in a page, use a link in the form
 'fileuploadsummary' => 'Summary:',
 'filestatus' => 'Copyright status',
 'filesource' => 'Source',
-'copyrightpage' => "{{ns:project}}:Copyrights",
+'copyrightpage' => "Project:Copyrights",
 'copyrightpagename' => "{{SITENAME}} copyright",
 'uploadedfiles'        => 'Uploaded files',
 'ignorewarning'        => 'Ignore warning and save file anyway.',