API: Temporarily disable ucprop=patrolled and ucshow=patrolled|!patrolled because...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 4 Feb 2009 13:16:12 +0000 (13:16 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 4 Feb 2009 13:16:12 +0000 (13:16 +0000)
includes/api/ApiQueryUserContributions.php

index 3ee76ca..4d8fee3 100644 (file)
@@ -304,7 +304,7 @@ class ApiQueryContributions extends ApiQueryBase {
                                        'timestamp',
                                        'comment',
                                        'flags',
-                                       'patrolled',
+//                                     'patrolled',    # Temporarily disabled, see bug 17215
                                )
                        ),
                        'show' => array (
@@ -312,8 +312,8 @@ class ApiQueryContributions extends ApiQueryBase {
                                ApiBase :: PARAM_TYPE => array (
                                        'minor',
                                        '!minor',
-                                       'patrolled',
-                                       '!patrolled',
+//                                     'patrolled',    # Temporarily disabled, see bug 17215
+//                                     '!patrolled',
                                )
                        ),
                );