Index: trunk/extensions/AddMediaWizard/AddMediaWizard.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | $wgExtensionCredits['jsModule'][] = array( |
25 | 25 | 'path' => __FILE__, |
26 | 26 | 'name' => 'Add Media Wizard', |
27 | | - 'author' => array( 'Michael Dale', 'others' ), |
| 27 | + 'author' => array( 'Michael Dale', '...' ), |
28 | 28 | 'version' => '0.1.1', |
29 | 29 | 'descriptionmsg' => 'addmediawizard-desc', |
30 | 30 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Add_Media_Wizard' |
Index: trunk/extensions/Interwiki/Interwiki.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | $wgExtensionCredits['specialpage'][] = array( |
27 | 27 | 'path' => __FILE__, |
28 | 28 | 'name' => 'SpecialInterwiki', |
29 | | - 'author' => array( 'Stephanie Amanda Stevens', 'SPQRobin', 'others' ), |
| 29 | + 'author' => array( 'Stephanie Amanda Stevens', 'SPQRobin', '...' ), |
30 | 30 | 'version' => '1.3.1', |
31 | 31 | 'url' => 'http://www.mediawiki.org/wiki/Extension:SpecialInterwiki', |
32 | 32 | 'descriptionmsg' => 'interwiki-desc', |
— | — | @@ -49,4 +49,4 @@ |
50 | 50 | $wgLogActions['interwiki/interwiki'] = 'interwiki_logentry'; |
51 | 51 | $wgLogActions['interwiki/iw_add'] = 'interwiki_log_added'; |
52 | 52 | $wgLogActions['interwiki/iw_delete'] = 'interwiki_log_deleted'; |
53 | | -$wgLogActions['interwiki/iw_edit'] = 'interwiki_log_edited'; |
\ No newline at end of file |
| 53 | +$wgLogActions['interwiki/iw_edit'] = 'interwiki_log_edited'; |
Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | 'path' => __FILE__, |
15 | 15 | 'name' => 'Semantic Forms', |
16 | 16 | 'version' => SF_VERSION, |
17 | | - 'author' => 'Yaron Koren and others', |
| 17 | + 'author' => array( 'Yaron Koren', '...' ), |
18 | 18 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Forms', |
19 | 19 | 'descriptionmsg' => 'semanticforms-desc', |
20 | 20 | ); |
Index: trunk/extensions/FCKeditor/FCKeditor.php |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | $wgExtensionCredits['other'][] = array( |
70 | 70 | 'path' => __FILE__, |
71 | 71 | 'name' => 'FCKeditor', |
72 | | - 'author' => array( 'Frederico Caldeira Knabben', 'Wiktor Walc', 'others', 'Jack Phoenix' ), |
| 72 | + 'author' => array( 'Frederico Caldeira Knabben', 'Wiktor Walc', 'Jack Phoenix', '...' ), |
73 | 73 | 'version' => '1.0.1', |
74 | 74 | 'url' => 'http://www.mediawiki.org/wiki/Extension:FCKeditor_(Official)', |
75 | 75 | 'descriptionmsg' => 'fckeditor-desc', |
— | — | @@ -112,4 +112,4 @@ |
113 | 113 | $wgDefaultUserOptions['riched_use_toggle'] = 1; |
114 | 114 | $wgDefaultUserOptions['riched_start_disabled'] = 1; |
115 | 115 | $wgDefaultUserOptions['riched_use_popup'] = 1; |
116 | | -$wgDefaultUserOptions['riched_toggle_remember_state'] = 1; |
\ No newline at end of file |
| 116 | +$wgDefaultUserOptions['riched_toggle_remember_state'] = 1; |
Index: trunk/extensions/SecurePoll/SecurePoll.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | $wgExtensionCredits['other'][] = array( |
17 | 17 | 'path' => __FILE__, |
18 | 18 | 'name' => 'SecurePoll', |
19 | | - 'author' => array( 'Tim Starling', 'others' ), |
| 19 | + 'author' => array( 'Tim Starling', '...' ), |
20 | 20 | 'url' => 'http://www.mediawiki.org/wiki/Extension:SecurePoll', |
21 | 21 | 'descriptionmsg' => 'securepoll-desc', |
22 | 22 | ); |