From cdbd969dcb2f10fee77340558c5fe3966e3b8637 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 23 Aug 2009 01:25:48 +0000 Subject: [PATCH] * (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. --- RELEASE-NOTES | 1 + languages/messages/MessagesEn.php | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index dc333bf638..56be14b019 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 10ce63d3af..f2488066ea 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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', -- 2.20.1