r44469 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44468‎ | r44469 | r44470 >
Date:21:12, 11 December 2008
Author:brion
Status:ok
Tags:
Comment:
Make 'ChangePassword' be the default name form for the password change form instead of ResetPass.
Since it's something we're sending people to with an actual UI, for general password changing, and no longer specific to by-email password *resets*, it's nicer to use the cleaner name.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -436,7 +436,7 @@
437437 'Listbots' => array( 'ListBots' ),
438438 'Popularpages' => array( 'PopularPages' ),
439439 'Search' => array( 'Search' ),
440 - 'Resetpass' => array( 'ResetPass', 'ResetPassword', 'ChangePassword' ),
 440+ 'Resetpass' => array( 'ChangePassword', 'ResetPass', 'ResetPassword' ),
441441 'Withoutinterwiki' => array( 'WithoutInterwiki' ),
442442 'MergeHistory' => array( 'MergeHistory' ),
443443 'Filepath' => array( 'FilePath' ),

Status & tagging log