* (bug 20317) Cleaned up default main page link accesskey settings
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 23 Aug 2009 01:25:48 +0000 (01:25 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 23 Aug 2009 01:25:48 +0000 (01:25 +0000)
Cleanup from r46398 (bug 17184) which moved the accesskey from 'n-mainpage' onto 'p-logo' to avoid duplicating the access key on both the logo and the main page.

Putting the 'z' accesskey default on 'n-mainpage-description' now instead of p-logo; also kept 'z' for 'n-mainpage' for back-compat for people with older customized sidebars which don't specify mainpage-description.

RELEASE-NOTES
languages/messages/MessagesEn.php

index dc333bf..56be14b 100644 (file)
@@ -420,6 +420,7 @@ this. Was used when mwEmbed was going to be an extension.
 * (bug 15646) Page creation notification email is not longer sent when a 
   watched page is deleted
 * (bug 20358) Unprotect tab was missing accesskey; now same as protect tab.
+* (bug 20317) Cleaned up default main page link accesskey settings
 
 == API changes in 1.16 ==
 
index 10ce63d..f248806 100644 (file)
@@ -3179,8 +3179,9 @@ Please try again.',
 'accesskey-search'                  => 'f', # do not translate or duplicate this message to other languages
 'accesskey-search-go'               => '', # do not translate or duplicate this message to other languages
 'accesskey-search-fulltext'         => '', # do not translate or duplicate this message to other languages
-'accesskey-p-logo'                  => 'z', # do not translate or duplicate this message to other languages
-'accesskey-n-mainpage'              => '', # do not translate or duplicate this message to other languages
+'accesskey-p-logo'                  => '', # do not translate or duplicate this message to other languages
+'accesskey-n-mainpage'              => 'z', # for back-compat... do not translate or duplicate this message to other languages
+'accesskey-n-mainpage-description'  => 'z', # do not translate or duplicate this message to other languages
 'accesskey-n-portal'                => '', # do not translate or duplicate this message to other languages
 'accesskey-n-currentevents'         => '', # do not translate or duplicate this message to other languages
 'accesskey-n-recentchanges'         => 'r', # do not translate or duplicate this message to other languages
@@ -3243,8 +3244,9 @@ You can view its source',
 'tooltip-search'                  => 'Search {{SITENAME}}',
 'tooltip-search-go'               => 'Go to a page with this exact name if exists',
 'tooltip-search-fulltext'         => 'Search the pages for this text',
-'tooltip-p-logo'                  => 'Visit the main page',
-'tooltip-n-mainpage'              => 'Visit the main page',
+'tooltip-p-logo'                  => 'Visit the main page', # for back-compat
+'tooltip-n-mainpage'              => 'Visit the main page', # for back-compat
+'tooltip-n-mainpage-description'  => 'Visit the main page',
 'tooltip-n-portal'                => 'About the project, what you can do, where to find things',
 'tooltip-n-currentevents'         => 'Find background information on current events',
 'tooltip-n-recentchanges'         => 'The list of recent changes in the wiki',