r44842 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44841‎ | r44842 | r44843 >
Date:13:04, 20 December 2008
Author:raymond
Status:deferred
Tags:
Comment:
* Add description message
* Add extension to Translatewiki
Modified paths:
  • /trunk/extensions/SecurePasswords/SecurePasswords.i18n.php (added) (history)
  • /trunk/extensions/SecurePasswords/SecurePasswords.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/SecurePasswords/SecurePasswords.i18n.php
@@ -0,0 +1,13 @@
 2+<?php
 3+/**
 4+ * Internationalisation file for SecurePasswords extension.
 5+ */
 6+
 7+$messages = array();
 8+
 9+/** English
 10+ * @author Ryan Schmidt
 11+ */
 12+$messages['en'] = array(
 13+ 'securepasswords-desc' => 'Creates more secure password hashes and adds a password strength checker',
 14+);
Property changes on: trunk/extensions/SecurePasswords/SecurePasswords.i18n.php
___________________________________________________________________
Added: svn:eol-style
115 + native
Index: trunk/extensions/SecurePasswords/SecurePasswords.php
@@ -23,10 +23,14 @@
2424 );
2525
2626 $wgExtensionCredits['other'][] = array(
27 - 'name' => 'SecurePasswords',
28 - 'author' => 'Ryan Schmidt',
29 - 'url' => 'http://www.mediawiki.org/wiki/Extension:SecurePasswords',
30 - 'version' => '1.0',
 27+ 'name' => 'SecurePasswords',
 28+ 'author' => 'Ryan Schmidt',
 29+ 'url' => 'http://www.mediawiki.org/wiki/Extension:SecurePasswords',
 30+ 'version' => '1.0',
 31+ 'svn-date' => '$LastChangedDate$',
 32+ 'svn-revision' => '$LastChangedRevision$',
 33+ 'description' => 'Creates more secure password hashes and adds a password strength checker',
 34+ 'descriptionmsg' => 'securepasswords-desc',
3135 );
3236
3337 $wgHooks['UserCryptPassword'][] = 'efSecurePasswordsCrypt'; //used to encrypt passwords
Property changes on: trunk/extensions/SecurePasswords/SecurePasswords.php
___________________________________________________________________
Added: svn:keywords
3438 + LastChangedDate LastChangedRevision
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -609,6 +609,8 @@
610610
611611 Scan Set
612612
 613+Secure Passwords
 614+
613615 Select Category
614616
615617 Semantic Result Formats

Status & tagging log