https://bugzilla.wikimedia.org/show_bug.cgi?id=27678

--- Comment #6 from Beau <b...@adres.pl> 2011-08-21 11:35:02 UTC ---
Created attachment 8955
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8955
Patch for Special:IndexPages

It seems to me that version in trunk did not perform search at all.

I fixed following issues:
* Disable offset in reallyDoQuery if search was performed. So it won't be
applied 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.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to