* Split most of the result output code from QueryPage::doQuery() into QueryPage:...
authorRob Church <robchurch@users.mediawiki.org>
Wed, 28 Mar 2007 21:01:58 +0000 (21:01 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Wed, 28 Mar 2007 21:01:58 +0000 (21:01 +0000)
commitc640837eacd279bb1ea678790dccf1b23e398fc8
tree98448f100e158c5186a432b11c5d57826e4324a3
parentb7bc172289a1b110c1b1b2be97a754947bff59d1
* Split most of the result output code from QueryPage::doQuery() into QueryPage::outputResults(), leaving paging and other logic behind
* Introduce ImageQueryPage class which uses galleries instead of boring old lists
* (bug 9069) Use galleries in query pages dedicated to images [uncategorised images, most linked-to images and unused files at the moment]
RELEASE-NOTES
includes/AutoLoader.php
includes/ImageQueryPage.php [new file with mode: 0644]
includes/QueryPage.php
includes/SpecialMostimages.php
includes/SpecialUncategorizedimages.php
includes/SpecialUnusedimages.php