r98719 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98718‎ | r98719 | r98720 >
Date:21:18, 2 October 2011
Author:raymond
Status:resolved
Tags:
Comment:
Followup r98718: Register new message key with content per chat with Roan and set it to ignore for translatewiki.net
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messageTypes.inc (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -472,6 +472,7 @@
473473 'loginend-https',
474474 'signupstart',
475475 'signupend',
 476+ 'signupend-https',
476477 'mailerror',
477478 'acct_creation_throttle_hit',
478479 'emailauthenticated',
Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -129,6 +129,7 @@
130130 'signature-anon',
131131 'signupstart',
132132 'signupend',
 133+ 'signupend-https',
133134 'sitenotice',
134135 'sitesubtitle',
135136 'sitetitle',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1117,6 +1117,7 @@
11181118 'loginend-https' => '', # do not translate or duplicate this message to other languages
11191119 'signupstart' => '{{int:loginstart}}', # do not translate or duplicate this message to other languages
11201120 'signupend' => '{{int:loginend}}', # do not translate or duplicate this message to other languages
 1121+'signupend-https' => '{{int:loginend-https}}', # do not translate or duplicate this message to other languages
11211122 'mailerror' => 'Error sending mail: $1',
11221123 'acct_creation_throttle_hit' => 'Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last day, which is the maximum allowed in this time period.
11231124 As a result, visitors using this IP address cannot create any more accounts at the moment.',

Follow-up revisions

RevisionCommit summaryAuthorDate
r98720Fix r98719: in hindsight, this message should be empty by default. Raymond as...catrope21:42, 2 October 2011
r987211.17wmf1: MFT r98713, r98716, r98718, r98719, r98720catrope21:46, 2 October 2011
r987221.18wmf1: MFT r98713, r98716, r98718, r98719, r98720catrope21:47, 2 October 2011
r98762REL1_18 MFT r97806, r97895, r98193, r98194, r98237, r98502, r98656, r98707, r...reedy13:56, 3 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98718Followup r98707: apply this logic to signupend too, per a bug comment.catrope21:07, 2 October 2011

Status & tagging log