r98035 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98034‎ | r98035 | r98036 >
Date:21:37, 24 September 2011
Author:happy-melon
Status:ok
Tags:lamecommitsummary 
Comment:
FU r98029 - message documentation.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesQqq.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -520,12 +520,16 @@
521521 'passwordreset-pretext',
522522 'passwordreset-username',
523523 'passwordreset-domain',
 524+ 'passwordreset-capture',
 525+ 'passwordreset-capture-help',
524526 'passwordreset-email',
525527 'passwordreset-emailtitle',
526528 'passwordreset-emailtext-ip',
527529 'passwordreset-emailtext-user',
528530 'passwordreset-emailelement',
529531 'passwordreset-emailsent',
 532+ 'passwordreset-emailsent-capture',
 533+ 'passwordreset-emailerror-capture',
530534 ),
531535 'changeemail' => array(
532536 'changeemail',
@@ -1143,6 +1147,7 @@
11441148 'right-siteadmin',
11451149 'right-override-export-depth',
11461150 'right-sendemail',
 1151+ 'right-passwordreset',
11471152 ),
11481153 'rightslog' => array(
11491154 'rightslog',
Index: trunk/phase3/languages/messages/MessagesQqq.php
@@ -791,6 +791,8 @@
792792 'passwordreset-pretext' => '$1 is the number of password reset routes. Apparently, this is never 1, but always two or more. Thus, the first plural option is empty in English.',
793793 'passwordreset-username' => '{{Identical|Username}}',
794794 'passwordreset-domain' => 'A domain like used in Domain Name System (DNS) or more specifically like a domain component in the Lightweight Directory Access Protocol (LDAP)',
 795+'passwordreset-capture' => 'Label for checkbox asking the user whether they want to see the contents of the password reset email (only shown if they have the <tt>passwordreset</tt> permission',
 796+'passwordreset-capture-help' => 'Longer explanatory message for the capture checkbox label.',
795797 'passwordreset-email' => '{{Identical|E-mail address}}',
796798 'passwordreset-emailtext-ip' => 'Parameters:
797799 * $1 - an IP address
@@ -1617,6 +1619,7 @@
16181620 'right-siteadmin' => '{{doc-right|siteadmin}}',
16191621 'right-override-export-depth' => '{{doc-right|override-export-depth}}',
16201622 'right-sendemail' => '{{doc-right}}',
 1623+'right-passwordreset' => '{{doc-right}}',
16211624
16221625 # User rights log
16231626 'rightslog' => 'In [[Special:Log]]',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98029(bug 30636) integrate the remaining functionality of the PasswordReset extens...happy-melon21:11, 24 September 2011

Status & tagging log