r115465 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r115464‎ | r115465 | r115466 >
Date:19:18, 31 May 2012
Author:ashley
Status:new
Tags:
Comment:
and this is why I dislike descriptionmsg...
Modified paths:
  • /trunk/extensions/AutomaticBoardWelcome/AutomaticBoardWelcome.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AutomaticBoardWelcome/AutomaticBoardWelcome.php
@@ -7,8 +7,8 @@
88 *
99 * @file
1010 * @ingroup Extensions
11 - * @version 0.1.1
12 - * @date 30 July 2011
 11+ * @version 0.2
 12+ * @date 31 May 2012
1313 * @author Jack Phoenix <jack@countervandalism.net>
1414 * @license http://en.wikipedia.org/wiki/Public_domain Public domain
1515 */
@@ -20,12 +20,14 @@
2121 $wgExtensionCredits['other'][] = array(
2222 'path' => __FILE__,
2323 'name' => 'Automatic Board Welcome',
24 - 'version' => '0.1.1',
 24+ 'version' => '0.2',
2525 'author' => 'Jack Phoenix',
2626 'descriptionmsg' => 'automaticboardwelcome-desc',
2727 'url' => 'https://www.mediawiki.org/wiki/Extension:Automatic_Board_Welcome',
2828 );
2929
 30+$wgExtensionMessagesFiles['AutomaticBoardWelcome'] = dirname( __FILE__ ) . '/AutomaticBoardWelcome.i18n.php';
 31+
3032 $wgHooks['AddNewAccount'][] = 'wfSendUserBoardMessageOnRegistration';
3133 /**
3234 * Send the message if the UserBoard class exists (duh!) and the welcome

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94878Add new extension (r93523) to translatewiki.net...raymond08:36, 18 August 2011