r96658 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96657‎ | r96658 | r96659 >
Date:12:42, 9 September 2011
Author:ashley
Status:ok
Tags:
Comment:
AjaxLogin: bug #24657 - clarify description message (+bump version number)
Modified paths:
  • /trunk/extensions/AjaxLogin/AjaxLogin.i18n.php (modified) (history)
  • /trunk/extensions/AjaxLogin/AjaxLogin.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AjaxLogin/AjaxLogin.i18n.php
@@ -12,7 +12,7 @@
1313 * @author Inez Korczyński <korczynski@gmail.com>
1414 */
1515 $messages['en'] = array(
16 - 'ajaxlogin-desc' => 'Dynamic box which allows users to login and remind password',
 16+ 'ajaxlogin-desc' => 'Dynamic box which allows users to login and retrieve forgotten passwords via e-mail',
1717 'ajaxLogin1' => 'To complete your log in, you must enter a new password.
1818 This will take you away from this edit page and you may lose your current edit.',
1919 'ajaxLogin2' => 'Are you sure?
Index: trunk/extensions/AjaxLogin/AjaxLogin.php
@@ -4,7 +4,7 @@
55 *
66 * @file
77 * @ingroup Extensions
8 - * @version 2.2.0
 8+ * @version 2.2.1
99 * @author Inez Korczyński <korczynski(at)gmail(dot)com>
1010 * @author Jack Phoenix <jack@countervandalism.net>
1111 * @author Ryan Schmidt <skizzerz@shoutwiki.com>
@@ -19,7 +19,7 @@
2020 $wgExtensionCredits['other'][] = array(
2121 'path' => __FILE__,
2222 'name' => 'AjaxLogin',
23 - 'version' => '2.2.0',
 23+ 'version' => '2.2.1',
2424 'author' => array( 'Inez Korczyński', 'Jack Phoenix', 'Ryan Schmidt' ),
2525 'url' => 'http://www.mediawiki.org/wiki/Extension:AjaxLogin',
2626 'descriptionmsg' => 'ajaxlogin-desc',

Status & tagging log