From 575fd50d952328c35ff0094bf754b77bb538c63f Mon Sep 17 00:00:00 2001 From: Mark Holmquist Date: Thu, 13 Feb 2014 13:38:19 -0800 Subject: [PATCH] Big credits patch Add all authors, and put the extension in the new "Beta features" credit section in Special:Version. Change-Id: I22b0ab0ded87191832b469bec21665ef3fd6f2e1 --- AUTHORS | 24 ++++++++++++++++++++++++ MultimediaViewer.php | 22 +++++++++++++++++++++- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 AUTHORS 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 700aeb0f0..012ff524a 100644 --- a/MultimediaViewer.php +++ b/MultimediaViewer.php @@ -564,13 +564,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', );