Move QueryPage and abstract subclasses to specialpage folder
commitffa3518ed54bf1240195af6ec72e2e0a66a1e54e
authorKevin Israel <pleasestand@live.com>
Tue, 3 Jun 2014 03:02:29 +0000 (2 23:02 -0400)
committerKevin Israel <pleasestand@live.com>
Wed, 25 Jun 2014 00:03:21 +0000 (24 20:03 -0400)
treeeef77836d4007c888d39a0e3405eceaa8fb0b6b5
parent1b8657de2ad6c533505f002dba2df8dbe7344bba
Move QueryPage and abstract subclasses to specialpage folder

... now that f508561f7bde ("Moved $wgQueryPages stuff out of the global
scope and into a function") has been merged, which eliminated hardcoding
of the pathname except in the AutoLoader.

WantedQueryPage is moved to a separate file.

Bug: 60445
Change-Id: If2019492722083819b82afa6302670b94b181098
includes/AutoLoader.php
includes/specialpage/ImageQueryPage.php [moved from includes/ImageQueryPage.php with 100% similarity]
includes/specialpage/PageQueryPage.php [moved from includes/PageQueryPage.php with 100% similarity]
includes/specialpage/QueryPage.php [moved from includes/QueryPage.php with 90% similarity]
includes/specialpage/WantedQueryPage.php [new file with mode: 0644]
maintenance/updateSpecialPages.php