"Tim Starling" posted a comment on MediaWiki.r95347. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95347#c29862
Commit summary for MediaWiki.r95347: (bug 27678) * Disable offset in reallyDoQuery if search was performed. So it won't beapplied twice. * List of pages is stored in $this->searchList instead of $searchList, so it will be used in getQueryInfo method. * When no matching indexes were found the page says so, instead of displaying all indexes. * When search button was clicked twice, user was redirected to main page. * When search button was clicked twice, the previous page limit was lost. * isCacheable returns false, due to search capabilities. Patch by Beau Tim Starling's comment: Tagging 1.18wmf1 since search on Special:IndexPages seems to be completely broken without it. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
