Index: trunk/extensions/inputbox/inputbox.php |
— | — | @@ -27,6 +27,8 @@ |
28 | 28 | $wgExtensionCredits['parserhook'][] = array( |
29 | 29 | 'name' => 'Inputbox', |
30 | 30 | 'author' => array( 'Erik Moeller', 'Leonardo Pimenta', 'Rob Church' ), |
| 31 | + 'svn-date' => '$LastChangedDate$', |
| 32 | + 'svn-revision' => '$LastChangedRevision$', |
31 | 33 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Inputbox', |
32 | 34 | 'description' => 'Allow inclusion of predefined HTML forms.', |
33 | 35 | 'descriptionmsg' => 'inputbox-desc', |
Property changes on: trunk/extensions/inputbox/inputbox.php |
___________________________________________________________________ |
Modified: svn:keywords |
34 | 36 | - Author Date Id Revision |
35 | 37 | + Author Date Id Revision LastChangedDate LastChangedRevision |
Index: trunk/extensions/Makesysop/SpecialMakesysop.php |
— | — | @@ -15,6 +15,8 @@ |
16 | 16 | $wgExtensionCredits['specialpage'][] = array( |
17 | 17 | 'author' => 'Tim Starling', |
18 | 18 | 'name' => 'Makesysop', |
| 19 | + 'svn-date' => '$LastChangedDate$', |
| 20 | + 'svn-revision' => '$LastChangedRevision$', |
19 | 21 | 'description' => 'Gives bureaucrats the ability to make users into sysops or bureaucrats', |
20 | 22 | 'descriptionmsg' => 'makesysop-desc', |
21 | 23 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Makesysop' |
Property changes on: trunk/extensions/Makesysop/SpecialMakesysop.php |
___________________________________________________________________ |
Modified: svn:keywords |
22 | 24 | - Author Date Id Revision |
23 | 25 | + Author Date Id Revision LastChangedDate LastChangedRevision |
Index: trunk/extensions/ConfirmEdit/ConfirmEdit.php |
— | — | @@ -37,6 +37,8 @@ |
38 | 38 | $wgExtensionCredits['other'][] = array( |
39 | 39 | 'name' => 'ConfirmEdit', |
40 | 40 | 'author' => 'Brion Vibber', |
| 41 | + 'svn-date' => '$LastChangedDate$', |
| 42 | + 'svn-revision' => '$LastChangedRevision$', |
41 | 43 | 'url' => 'http://www.mediawiki.org/wiki/Extension:ConfirmEdit', |
42 | 44 | 'description' => 'Simple captcha implementation', |
43 | 45 | 'descriptionmsg' => 'captcha-desc', |
Property changes on: trunk/extensions/ConfirmEdit/ConfirmEdit.php |
___________________________________________________________________ |
Modified: svn:keywords |
44 | 46 | - Author Date Id Revision |
45 | 47 | + Author Date Id Revision LastChangedDate LastChangedRevision |
Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -60,6 +60,8 @@ |
61 | 61 | $wgExtensionCredits['other'][] = array( |
62 | 62 | 'name' => 'CentralNotice', |
63 | 63 | 'author' => 'Brion Vibber', |
| 64 | + 'svn-date' => '$LastChangedDate$', |
| 65 | + 'svn-revision' => '$LastChangedRevision$', |
64 | 66 | 'url' => 'http://www.mediawiki.org/wiki/Extension:CentralNotice', |
65 | 67 | 'description' => 'Adds a central sitenotice', |
66 | 68 | 'descriptionmsg' => 'centralnotice-desc', |
Property changes on: trunk/extensions/CentralNotice/CentralNotice.php |
___________________________________________________________________ |
Added: svn:keywords |
67 | 69 | + LastChangedDate LastChangedRevision |
Index: trunk/extensions/CharInsert/CharInsert.php |
— | — | @@ -39,6 +39,8 @@ |
40 | 40 | $wgExtensionCredits['parserhook'][] = array( |
41 | 41 | 'name' => 'CharInsert', |
42 | 42 | 'author' => 'Brion Vibber', |
| 43 | + 'svn-date' => '$LastChangedDate$', |
| 44 | + 'svn-revision' => '$LastChangedRevision$', |
43 | 45 | 'url' => 'http://www.mediawiki.org/wiki/Extension:CharInsert', |
44 | 46 | 'description' => 'Allows creation of JavaScript box for inserting non-standard characters', |
45 | 47 | 'descriptionmsg' => 'charinsert-desc', |
Property changes on: trunk/extensions/CharInsert/CharInsert.php |
___________________________________________________________________ |
Modified: svn:keywords |
46 | 48 | - Author Date Id Revision |
47 | 49 | + Author Date Id Revision LastChangedDate LastChangedRevision |
Index: trunk/extensions/CheckUser/CheckUser.php |
— | — | @@ -13,6 +13,8 @@ |
14 | 14 | $wgExtensionCredits['specialpage'][] = array( |
15 | 15 | 'author' => array( 'Tim Starling', 'Aaron Schulz' ), |
16 | 16 | 'name' => 'CheckUser', |
| 17 | + 'svn-date' => '$LastChangedDate$', |
| 18 | + 'svn-revision' => '$LastChangedRevision$', |
17 | 19 | 'url' => 'http://www.mediawiki.org/wiki/Extension:CheckUser', |
18 | 20 | 'description' => 'Grants users with the appropriate permission the ability to check user\'s IP addresses and other information', |
19 | 21 | 'descriptionmsg'=> 'checkuser-desc', |
Property changes on: trunk/extensions/CheckUser/CheckUser.php |
___________________________________________________________________ |
Modified: svn:keywords |
20 | 22 | - Author Date Id Revision |
21 | 23 | + Author Date Id Revision LastChangedDate LastChangedRevision |