r55513 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55512‎ | r55513 | r55514 >
Date:00:14, 23 August 2009
Author:brion
Status:ok
Tags:
Comment:
* (bug 20358) Unprotect tab was missing accesskey; now same as protect tab.
Patch by RockMFR: http://bug-attachment.wikimedia.org/attachment.cgi?id=6484
Modified paths:
  • /trunk/phase3/CREDITS (modified) (history)
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/CREDITS
@@ -98,6 +98,7 @@
9999 * PieRRoMaN
100100 * René Kijewski
101101 * Robert Treat
 102+* RockMFR
102103 * ST47
103104 * Simon Walker
104105 * Stefano Codari
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3170,6 +3170,7 @@
31713171 'accesskey-ca-viewsource' => 'e', # do not translate or duplicate this message to other languages
31723172 'accesskey-ca-history' => 'h', # do not translate or duplicate this message to other languages
31733173 'accesskey-ca-protect' => '=', # do not translate or duplicate this message to other languages
 3174+'accesskey-ca-unprotect' => '=', # do not translate or duplicate this message to other languages
31743175 'accesskey-ca-delete' => 'd', # do not translate or duplicate this message to other languages
31753176 'accesskey-ca-undelete' => 'd', # do not translate or duplicate this message to other languages
31763177 'accesskey-ca-move' => 'm', # do not translate or duplicate this message to other languages
@@ -3233,6 +3234,7 @@
32343235 You can view its source',
32353236 'tooltip-ca-history' => 'Past revisions of this page',
32363237 'tooltip-ca-protect' => 'Protect this page',
 3238+'tooltip-ca-unprotect' => 'Unprotect this page',
32373239 'tooltip-ca-delete' => 'Delete this page',
32383240 'tooltip-ca-undelete' => 'Restore the edits done to this page before it was deleted',
32393241 'tooltip-ca-move' => 'Move this page',
Index: trunk/phase3/RELEASE-NOTES
@@ -417,6 +417,7 @@
418418 presumably is already taken)
419419 * (bug 15646) Page creation notification email is not longer sent when a
420420 watched page is deleted
 421+* (bug 20358) Unprotect tab was missing accesskey; now same as protect tab.
421422
422423 == API changes in 1.16 ==
423424

Follow-up revisions

RevisionCommit summaryAuthorDate
r55519Follow-up r55513 and r55515: Add new message keys to maintenance scriptraymond07:20, 23 August 2009
r55520Follow-up r55513 and r55515: Add new message keys to maintenance script...raymond07:40, 23 August 2009
r55521Follow-up r55513 and r55515: Add new message keys to maintenance script...raymond07:42, 23 August 2009

Status & tagging log