http://www.mediawiki.org/wiki/Special:Code/MediaWiki/55515

Revision: 55515
Author:   brion
Date:     2009-08-23 01:25:48 +0000 (Sun, 23 Aug 2009)

Log Message:
-----------
* (bug 20317) Cleaned up default main page link accesskey settings

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.

Modified Paths:
--------------
    trunk/phase3/RELEASE-NOTES
    trunk/phase3/languages/messages/MessagesEn.php

Modified: trunk/phase3/RELEASE-NOTES
===================================================================
--- trunk/phase3/RELEASE-NOTES  2009-08-23 00:45:36 UTC (rev 55514)
+++ trunk/phase3/RELEASE-NOTES  2009-08-23 01:25:48 UTC (rev 55515)
@@ -420,6 +420,7 @@
 * (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 ==
 

Modified: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php      2009-08-23 00:45:36 UTC 
(rev 55514)
+++ trunk/phase3/languages/messages/MessagesEn.php      2009-08-23 01:25:48 UTC 
(rev 55515)
@@ -3179,8 +3179,9 @@
 '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 @@
 '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',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to