Index: trunk/extensions/MultiUpload/SpecialMultipleUpload.php |
— | — | @@ -17,14 +17,12 @@ |
18 | 18 | |
19 | 19 | // Extension credits that will show up on Special:Version |
20 | 20 | $wgExtensionCredits['specialpage'][] = array( |
21 | | - 'name' => 'MultipleUpload', |
22 | | - 'author' => 'Travis Derouin', |
23 | | - 'version' => '1.0', |
24 | | - 'svn-date' => '$LastChangedDate$', |
25 | | - 'svn-revision' => '$LastChangedRevision$', |
26 | | - 'description' => 'Allows users to upload several files at once.', |
| 21 | + 'name' => 'MultipleUpload', |
| 22 | + 'author' => 'Travis Derouin', |
| 23 | + 'version' => '1.0', |
| 24 | + 'description' => 'Allows users to upload several files at once.', |
27 | 25 | 'descriptionmsg' => 'multipleupload-desc', |
28 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:MultiUpload', |
| 26 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:MultiUpload', |
29 | 27 | ); |
30 | 28 | |
31 | 29 | // Set up the new special page |
— | — | @@ -82,4 +80,4 @@ |
83 | 81 | $wgOut->addHTML( $text ); |
84 | 82 | } |
85 | 83 | return true; |
86 | | -} |
\ No newline at end of file |
| 84 | +} |
Property changes on: trunk/extensions/MultiUpload/SpecialMultipleUpload.php |
___________________________________________________________________ |
Name: svn:keywords |
87 | 85 | - LastChangedDate LastChangedRevision |
Index: trunk/extensions/GlobalUserrights/GlobalUserrights.php |
— | — | @@ -97,6 +97,7 @@ |
98 | 98 | /** |
99 | 99 | * Hook function for SpecialListusersQueryInfo |
100 | 100 | * Updates UsersPager::getQueryInfo() to account for the global_user_groups table |
| 101 | + * This ensures that global rights show up on Special:Listusers |
101 | 102 | * |
102 | 103 | * @param $that instance of UsersPager |
103 | 104 | * @param &$query the query array to be returned |