Add some more allowedRedirectParams to MyContributions
authorGlaisher <glaisher.wiki@gmail.com>
Tue, 9 Jun 2015 17:53:29 +0000 (22:53 +0500)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 10 Jun 2015 17:51:17 +0000 (17:51 +0000)
+deletedOnly
+nsInvert
+associated
+newOnly
+topOnly

Change-Id: Ibde818e259a5511791dd60a15830973a90468ae8

includes/specials/SpecialMyRedirectPages.php

index c8db1d8..5ef03f1 100644 (file)
@@ -79,7 +79,8 @@ class SpecialMycontributions extends RedirectSpecialPage {
        public function __construct() {
                parent::__construct( 'Mycontributions' );
                $this->mAllowedRedirectParams = array( 'limit', 'namespace', 'tagfilter',
-                       'offset', 'dir', 'year', 'month', 'feed' );
+                       'offset', 'dir', 'year', 'month', 'feed', 'deletedOnly',
+                       'nsInvert', 'associated', 'newOnly', 'topOnly' );
        }
 
        /**