https://bugzilla.wikimedia.org/show_bug.cgi?id=11269
Bawolff (Brian Wolff) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Bawolff (Brian Wolff) <[email protected]> --- Note part of this bug is easier than other parts: >Showing XYZ results in range ABC to DEF. That part is easy. >Showing XYZ of MNO results from ABC to DEF. and > > There should be also some box with direct accesses to certain pages like: > > |< < 1 2 3 4 5 6 7 > >| > That's generally hard, since it would require knowing how many pages there are in total. If its a cached special page, I suppose one could record that info by adding a column to querycache_info. Depending on the special page in question, it may be possible to have a link to the last page, and step through the query backwards (sans identifying which number we are on). I'm not sure off the top of my head, but that might be easier than listing all the page numbers, but still possibly harder than what an "easy" bug normally implies -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
