r78589 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78588‎ | r78589 | r78590 >
Date:01:20, 19 December 2010
Author:dantman
Status:ok (Comments)
Tags:
Comment:
Add a Antispam group to Special:Version... we have a lot of these kind of extensions and they just sit in other right now.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialVersion.php (modified) (history)
  • /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
@@ -3144,6 +3144,7 @@
31453145 'version-specialpages',
31463146 'version-parserhooks',
31473147 'version-variables',
 3148+ 'version-antispam',
31483149 'version-skins',
31493150 'version-other',
31503151 'version-mediahandlers',
Index: trunk/phase3/includes/specials/SpecialVersion.php
@@ -221,6 +221,7 @@
222222 'parserhook' => wfMsg( 'version-parserhooks' ),
223223 'variable' => wfMsg( 'version-variables' ),
224224 'media' => wfMsg( 'version-mediahandlers' ),
 225+ 'antispam' => wfMsg( 'version-antispam' ),
225226 'skin' => wfMsg( 'version-skins' ),
226227 'other' => wfMsg( 'version-other' ),
227228 );
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -4246,6 +4246,7 @@
42474247 'version-specialpages' => 'Special pages',
42484248 'version-parserhooks' => 'Parser hooks',
42494249 'version-variables' => 'Variables',
 4250+'version-antispam' => 'Antispam',
42504251 'version-skins' => 'Skins',
42514252 'version-other' => 'Other',
42524253 'version-mediahandlers' => 'Media handlers',

Follow-up revisions

RevisionCommit summaryAuthorDate
r78603Followup r78589 c12219, changing "Antispam" to "Spam prevention".dantman20:31, 19 December 2010

Comments

#Comment by Nikerabbit (talk | contribs)   09:56, 19 December 2010

Can we reword the message text to Spam prevention?

Status & tagging log