r97170 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97169‎ | r97170 | r97171 >
Date:16:09, 15 September 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
Follow up to r97128;
Modified paths:
  • /trunk/extensions/Survey/api/ApiQuerySurveyAnswers.php (modified) (history)
  • /trunk/extensions/Survey/api/ApiQuerySurveySubmissions.php (modified) (history)
  • /trunk/extensions/Survey/api/ApiQuerySurveys.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Survey/api/ApiQuerySurveySubmissions.php
@@ -91,7 +91,6 @@
9292 ApiBase::PARAM_MAX2 => ApiBase::LIMIT_BIG2
9393 ),
9494 'continue' => null,
95 - 'token' => null,
9695 );
9796
9897 return array_merge( SurveySubmission::getAPIParams( false ), $params );
@@ -106,7 +105,6 @@
107106 'props' => 'Survey data to query',
108107 'continue' => 'Offset number from where to continue the query',
109108 'limit' => 'Max amount of words to return',
110 - 'token' => 'Edit token. You can get one of these through prop=info.',
111109 );
112110
113111 return array_merge( SurveySubmission::getFieldDescriptions(), $descs );
Index: trunk/extensions/Survey/api/ApiQuerySurveyAnswers.php
@@ -91,7 +91,6 @@
9292 ApiBase::PARAM_MAX2 => ApiBase::LIMIT_BIG2
9393 ),
9494 'continue' => null,
95 - 'token' => null,
9695 );
9796
9897 return array_merge( SurveyAnswer::getAPIParams( false ), $params );
@@ -106,7 +105,6 @@
107106 'props' => 'Survey data to query',
108107 'continue' => 'Offset number from where to continue the query',
109108 'limit' => 'Max amount of words to return',
110 - 'token' => 'Edit token. You can get one of these through prop=info.',
111109 );
112110
113111 return array_merge( SurveyAnswer::getFieldDescriptions(), $descs );
Index: trunk/extensions/Survey/api/ApiQuerySurveys.php
@@ -153,7 +153,6 @@
154154 ApiBase::PARAM_MAX2 => ApiBase::LIMIT_BIG2
155155 ),
156156 'continue' => null,
157 - 'token' => null,
158157 );
159158
160159 }
@@ -171,7 +170,6 @@
172171 'props' => 'Survey data to query',
173172 'continue' => 'Offset number from where to continue the query',
174173 'limit' => 'Max amount of words to return',
175 - 'token' => 'Edit token. You can get one of these through prop=info.',
176174 );
177175 }
178176

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97128rem stupid codejeroendedauw00:26, 15 September 2011
r97169Follow up to r97128;jeroendedauw16:07, 15 September 2011

Status & tagging log