API: Updating action=help credits to give Yuri and Vasiliev due credit
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 17 Mar 2008 18:16:51 +0000 (18:16 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 17 Mar 2008 18:16:51 +0000 (18:16 +0000)
includes/api/ApiMain.php

index 0526a24..68a518c 100644 (file)
@@ -451,7 +451,12 @@ class ApiMain extends ApiBase {
         */
        protected function getCredits() {
                return array(
-                       'This API is being implemented by Roan Kattouw <Firstname>.<Lastname>@home.nl',
+                       'Active API developers:',
+                       '    Roan Kattouw <Firstname>.<Lastname>@home.nl (lead developer)',
+                       '    Vasiliev Victor vasilvv at gee mail dot com',
+                       'Retired developers:',
+                       '    Yuri Astrakhan <Firstname><Lastname>@gmail.com',
+                       '',
                        'Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org',
                        'or file a bug report at http://bugzilla.wikimedia.org/'
                );