diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..f6bb5b1d1 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,24 @@ +* Mark Holmquist +* Gilles Dubuc +* Gergő Tisza +* Aaron Arcos +* Zeljko Filipin +* Pau Giner +* theopolisme +* MatmaRex +* apsdehal +* vldandrew +* Ebrahim Byagowi +* Dereckson +* Brion VIBBER +* Yuki Shira +* Yaroslav Melnychuk +* tonythomas01 <01tonythomas@gmail.com> +* raymond +* Kunal Mehta +* Jeff Hall +* Christian Aistleitner +* Amir E. Aharoni + +Generated with git log --format='%aN <%aE>' | awk '{arr[$0]++} END{for (i in arr){print arr[i], i;}}' | sort -rn | cut -d\ -f2- +Manually pruned for bots and duplicates diff --git a/MultimediaViewer.php b/MultimediaViewer.php index 85eee14b4..ca9d0af26 100644 --- a/MultimediaViewer.php +++ b/MultimediaViewer.php @@ -559,13 +559,33 @@ call_user_func( function() { $wgHooks['ResourceLoaderGetConfigVars'][] = 'MultimediaViewerHooks::resourceLoaderGetConfigVars'; $wgHooks['ResourceLoaderTestModules'][] = 'MultimediaViewerHooks::getTestModules'; - $wgExtensionCredits['other'][] = array( + $wgExtensionCredits['betafeatures'][] = array( 'path' => __FILE__, 'name' => 'MultimediaViewer', 'descriptionmsg' => 'multimediaviewer-desc', 'version' => '0.2.0', 'author' => array( 'MarkTraceur (Mark Holmquist)', + 'Gilles Dubuc', + 'Gergő Tisza', + 'Aaron Arcos', + 'Zeljko Filipin', + 'Pau Giner', + 'theopolisme', + 'MatmaRex', + 'apsdehal', + 'vldandrew', + 'Ebrahim Byagowi', + 'Dereckson', + 'Brion VIBBER', + 'Yuki Shira', + 'Yaroslav Melnychuk', + 'tonythomas01', + 'Raimond Spekking', + 'Kunal Mehta', + 'Jeff Hall', + 'Christian Aistleitner', + 'Amir E. Aharoni', ), 'url' => 'https://mediawiki.org/wiki/Extension:MultimediaViewer', );