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

--- Comment #2 from Brion Vibber <br...@pobox.com> 2011-01-24 04:28:49 UTC ---
Looks like some of the list view classes need to override either
getSpecializedWhereClause, or the entire getRevCount method...

... or better yet, replace getRevCount() by calling into the pager and turning
its query into a count(*) without the offset/limit. That would avoid having to
duplicate the query code that's already in the SvnRevTablePager subclasses.

-- 
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