From 25b6fa8d242434fca750b4dd9e03be1371724ec7 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 4 Aug 2008 14:37:26 +0000 Subject: [PATCH] * Mention multivalue parameters in the message about apihighlimits * 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 | 1 + includes/api/ApiMain.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 96fb428b1a..6c5def6711 100644 --- 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 diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index d81dfc851f..37893c179e 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -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 .@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 @gmail.com (creator, lead developer Sep 2006-Sep 2007)', '', 'Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org', -- 2.20.1