r25763 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25762‎ | r25763 | r25764 >
Date:06:04, 11 September 2007
Author:raymond
Status:old
Tags:
Comment:
r25714/25723 changed message 'cantcreateaccounttext' in a relevant manner, so it would be better to change the message name too.
Modified paths:
  • /trunk/phase3/includes/SpecialUserlogin.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesDe.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesHe.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -530,7 +530,7 @@
531531 ),
532532 'cantcreateaccount' => array(
533533 'cantcreateaccounttitle',
534 - 'cantcreateaccounttext',
 534+ 'cantcreateaccount-text',
535535 ),
536536 'history' => array(
537537 'revhistory',
Index: trunk/phase3/includes/SpecialUserlogin.php
@@ -611,10 +611,10 @@
612612 $wgOut->setArticleRelated( false );
613613
614614 $ip = wfGetIP();
615 - $blocker = User::whoIs($wgUser->mBlock->mBy);
 615+ $blocker = User::whoIs( $wgUser->mBlock->mBy );
616616 $block_reason = $wgUser->mBlock->mReason;
617617
618 - $wgOut->addWikiText( wfMsg( 'cantcreateaccounttext', $ip, $block_reason, $blocker ) );
 618+ $wgOut->addWikiText( wfMsg( 'cantcreateaccount-text', $ip, $block_reason, $blocker ) );
619619 $wgOut->returnToMain( false );
620620 }
621621
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1083,7 +1083,8 @@
10841084
10851085 # Account creation failure
10861086 'cantcreateaccounttitle' => "Can't create account",
1087 -'cantcreateaccounttext' => "Account creation from this IP address (<b>$1</b>) has been blocked by [[User:$3|$3]].
 1087+'cantcreateaccount-text' => "Account creation from this IP address (<b>$1</b>) has been blocked by [[User:$3|$3]].
 1088+
10881089 The reason given by $3 is ''$2''",
10891090
10901091 # History pages
Index: trunk/phase3/languages/messages/MessagesHe.php
@@ -776,7 +776,7 @@
777777
778778 # Account creation failure
779779 'cantcreateaccounttitle' => 'לא ניתן ליצור את החשבון',
780 -'cantcreateaccounttext' => 'אפשרות יצירת החשבונות מכתובת ה־IP הזו (<b>$1</b>) נחסמה על־ידי [[User:$3|$3]]. הסיבה שניתנה על־ידי $3 היא "$2".',
 780+'cantcreateaccount-text' => 'אפשרות יצירת החשבונות מכתובת ה־IP הזו (<b>$1</b>) נחסמה על־ידי [[User:$3|$3]]. הסיבה שניתנה על־ידי $3 היא "$2".',
781781
782782 # History pages
783783 'revhistory' => 'היסטוריית שינויים',
Index: trunk/phase3/languages/messages/MessagesDe.php
@@ -752,10 +752,11 @@
753753 'undo-summary' => 'Änderung $1 von [[{{ns:special}}:Contributions/$2|$2]] ([[{{ns:user_talk}}:$2|Diskussion]]) wurde rückgängig gemacht.',
754754
755755 # Account creation failure
756 -'cantcreateaccounttitle' => 'Benutzerkonto kann nicht erstellt werden.',
757 -'cantcreateaccounttext' => 'Die Erstellung eines Benutzerkontos von der IP-Adresse <b>$1</b> wurde gesperrt.
758 -Dies geschah vermutlich auf Grund von wiederholtem Vandalismus von Besuchern deiner Bildungseinrichtung oder anderen Benutzern des Internet-Service-Providers.',
 756+'cantcreateaccounttitle' => 'Benutzerkonto kann nicht erstellt werden',
 757+'cantcreateaccount-text' => "Die Erstellung eines Benutzerkontos von der IP-Adresse <b>$1</b> aus wurde von [[User:$3|$3]] gesperrt.
759758
 759+Grund der Sperre: ''$2''",
 760+
760761 # History pages
761762 'revhistory' => 'Frühere Versionen',
762763 'viewpagelogs' => 'Logbücher für diese Seite anzeigen',
@@ -993,7 +994,7 @@
994995 'rc_categories' => 'Nur Seiten aus den Kategorien (getrennt mit „|“):',
995996 'rc_categories_any' => 'Alle',
996997 'rc-change-size' => '$1 {{PLURAL:$1|Byte|Bytes}}',
997 -'newsectionsummary' => 'Neuer Abschnitt: /* $1 */',
 998+'newsectionsummary' => 'Neuer Abschnitt /* $1 */',
998999
9991000 # Recent changes linked
10001001 'recentchangeslinked' => 'Änderungen an verlinkten Seiten',

Follow-up revisions

RevisionCommit summaryAuthorDate
r25804Merged revisions 25752-25803 via svnmerge from...david02:25, 12 September 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r25714* (bug 9611) Supply the blocker and reason for the cantcreateaccounttext mess...werdna06:00, 10 September 2007

Status & tagging log