r46462 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46461‎ | r46462 | r46463 >
Date:19:19, 28 January 2009
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Follow up r46460: Add new messages to messages.inc
Add new special page to MessagesEn.php
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -2898,6 +2898,18 @@
28992899 'external_images' => array(
29002900 'external_image_whitelist',
29012901 ),
 2902+ 'special-tag' => array(
 2903+ 'tag-filter',
 2904+ 'tag-filter-submit',
 2905+ 'tags-title',
 2906+ 'tags-intro',
 2907+ 'tags-tag',
 2908+ 'tags-display-header',
 2909+ 'tags-description-header',
 2910+ 'tags-hitcount-header',
 2911+ 'tags-edit',
 2912+ 'tags-hitcount',
 2913+ ),
29022914 );
29032915
29042916 /** Comments for each block */
@@ -3094,6 +3106,7 @@
30953107 'special-specialpages' => 'Special:SpecialPages',
30963108 'special-blank' => 'Special:BlankPage',
30973109 'external_images' => 'External image whitelist',
 3110+ 'special-tag' => 'Special:Tag',
30983111 );
30993112
31003113 /** Short comments for standalone messages */
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -432,6 +432,7 @@
433433 'Blankpage' => array( 'BlankPage' ),
434434 'LinkSearch' => array( 'LinkSearch' ),
435435 'DeletedContributions' => array( 'DeletedContributions' ),
 436+ 'Tags' => array( 'Tags' ),
436437 );
437438
438439 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46460Branch merge of change-tagging branch with trunk...werdna19:08, 28 January 2009

Comments

#Comment by Werdna (talk | contribs)   22:55, 11 February 2009

Looks fine, thanks.

Status & tagging log