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

--- Comment #3 from Bawolff <bawolff...@gmail.com> 2011-11-03 04:14:02 UTC ---
Ok, so what's happening:

For some reason we are returning 201 results for the image gallery section of
the category (instead of 200 like we should. We get 201 images so we know if to
make the continue link, but we normally shouldn't display image number 201).
This causes MediaWiki to detect an inconsistency in the category table (aka the
total counts) and not display the total number of images in that cat. Totals
are displayed on the next page, as having an offset disables much of the
consistency checks (since they don't make sense in that case)

The issue is not present in __NOGALLERY__ cats (Ex
[[commons:Category:Polish_pronunciation]] ).  At first glance does not seem to
be categorytree related (&notree=true url parameter didn't affect it). I'm also
having trouble reproducing locally (even on my 1.18wmf1 checkout, but i am
using a much lower $wgCategoryPagingLimit on my local checkout)


Where this gets really weird is that issue is not present on enwikipedia -
[[Category:Diagram_images_that_should_be_in_SVG_format]] (only 200 images are
returned per page as expected. (but then again neither is
[[commons:category:Unidentified_sunset_locations]] affected, so beats me)

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