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 |
1 | 15 | + native |
Index: trunk/extensions/SecurePasswords/SecurePasswords.php |
— | — | @@ -23,10 +23,14 @@ |
24 | 24 | ); |
25 | 25 | |
26 | 26 | $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', |
31 | 35 | ); |
32 | 36 | |
33 | 37 | $wgHooks['UserCryptPassword'][] = 'efSecurePasswordsCrypt'; //used to encrypt passwords |
Property changes on: trunk/extensions/SecurePasswords/SecurePasswords.php |
___________________________________________________________________ |
Added: svn:keywords |
34 | 38 | + LastChangedDate LastChangedRevision |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -609,6 +609,8 @@ |
610 | 610 | |
611 | 611 | Scan Set |
612 | 612 | |
| 613 | +Secure Passwords |
| 614 | + |
613 | 615 | Select Category |
614 | 616 | |
615 | 617 | Semantic Result Formats |