* Mention multivalue parameters in the message about apihighlimits
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 4 Aug 2008 14:37:26 +0000 (14:37 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 4 Aug 2008 14:37:26 +0000 (14:37 +0000)
* Add Bryan Tongh Minh to the API credits. Half of all image-related code is his
* Add myself to CREDITS. Why do we sort that by first name, though? Kind of weird

CREDITS
includes/api/ApiMain.php

diff --git a/CREDITS b/CREDITS
index 96fb428..6c5def6 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -12,6 +12,7 @@ following names for their contribution to the product.
 * Hojjat
 * Mohamed Magdy
 * Raimond Spekking
+* Roan Kattouw
 * Rotem Liss
 * Shinjiman
 * Siebrand Mazeland
index d81dfc8..37893c1 100644 (file)
@@ -108,7 +108,7 @@ class ApiMain extends ApiBase {
         */
        private static $mRights = array( 'writeapi'             => array(       'msg' => 'Use of the write API' , 
                                                                                                                                'params' => array() ),
-                                                                       'apihighlimits' => array(       'msg' => 'Use higher limits in API queries (Slow queries: $1 results; Fast queries: $2 results)',
+                                                                       'apihighlimits' => array(       'msg' => 'Use higher limits in API queries (Slow queries: $1 results; Fast queries: $2 results). These limits also apply to multivalue parameters.',
                                                                                                                                'params' => array ( ApiMain :: LIMIT_SML2, ApiMain :: LIMIT_BIG2 ) ),
                                                                        );
 
@@ -510,6 +510,7 @@ class ApiMain extends ApiBase {
                        'API developers:',
                        '    Roan Kattouw <Firstname>.<Lastname>@home.nl (lead developer Sep 2007-present)',
                        '    Victor Vasiliev - vasilvv at gee mail dot com',
+                       '    Bryan Tongh Minh - bryan dot tonghminh at gee mail dot com',
                        '    Yuri Astrakhan <Firstname><Lastname>@gmail.com (creator, lead developer Sep 2006-Sep 2007)',
                        '',
                        'Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org',