r48936 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48935‎ | r48936 | r48937 >
Date:21:45, 27 March 2009
Author:raymond
Status:deferred
Tags:
Comment:
* Add a description message for Special:Version
* Add it to translatewiki.net
Modified paths:
  • /trunk/extensions/AjaxLogin/AjaxLogin.i18n.php (modified) (history)
  • /trunk/extensions/AjaxLogin/AjaxLogin.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/AjaxLogin/AjaxLogin.i18n.php
@@ -12,7 +12,9 @@
1313 * @author Inez Korczyński <korczynski@gmail.com>
1414 */
1515 $messages['en'] = array(
16 - 'ajaxLogin1' => 'To complete your log in, you must enter a new password. This will take you away from this edit page and you may lose your current edit.',
 16+ 'ajaxlogin-desc' => 'Dynamic box which allow users to login and remind password',
 17+ 'ajaxLogin1' => 'To complete your log in, you must enter a new password.
 18+This will take you away from this edit page and you may lose your current edit.',
1719 'ajaxLogin2' => 'Are you sure? You may lose your edits if you leave this page now.',
1820 'ajaxlogin-create' => 'Create an account',
1921 );
Index: trunk/extensions/AjaxLogin/AjaxLogin.php
@@ -4,7 +4,7 @@
55 *
66 * @file
77 * @ingroup Extensions
8 - * @version 1.1
 8+ * @version 1.1.1
99 * @author Inez Korczyński <korczynski(at)gmail(dot)com>
1010 * @author Jack Phoenix <jack@countervandalism.net>
1111 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
@@ -17,10 +17,11 @@
1818 // Extension credits that will show up on Special:Version
1919 $wgExtensionCredits['other'][] = array(
2020 'name' => 'AjaxLogin',
21 - 'version' => '1.1',
 21+ 'version' => '1.1.1',
2222 'author' => array( 'Inez Korczyński', 'Jack Phoenix' ),
2323 'description' => 'Dynamic box which allow users to login and remind password',
2424 'url' => 'http://www.mediawiki.org/wiki/Extension:AjaxLogin',
 25+ 'descmsg' => 'ajaxlogin-desc',
2526 );
2627
2728 // Array of skins for which AjaxLogin is enabled.
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -10,6 +10,8 @@
1111 Advanced Random
1212 file = AdvancedRandom/SpecialAdvancedRandom.i18n.php
1313
 14+Ajax Login
 15+
1416 Ajax Query Pages
1517 descmsg = ajax-qp-desc
1618

Status & tagging log