Move QueryPage and abstract subclasses to specialpage folder
authorKevin Israel <pleasestand@live.com>
Tue, 3 Jun 2014 03:02:29 +0000 (23:02 -0400)
committerKevin Israel <pleasestand@live.com>
Wed, 25 Jun 2014 00:03:21 +0000 (20:03 -0400)
commitffa3518ed54bf1240195af6ec72e2e0a66a1e54e
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/ImageQueryPage.php [deleted file]
includes/PageQueryPage.php [deleted file]
includes/QueryPage.php [deleted file]
includes/specialpage/ImageQueryPage.php [new file with mode: 0644]
includes/specialpage/PageQueryPage.php [new file with mode: 0644]
includes/specialpage/QueryPage.php [new file with mode: 0644]
includes/specialpage/WantedQueryPage.php [new file with mode: 0644]
maintenance/updateSpecialPages.php