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

--- Comment #2 from Bawolff (Brian Wolff) <[email protected]> ---
(In reply to comment #0)
> Created attachment 11678 [details]
> Screenshot of Category:Halmstad
> 
> In Category:... pages, in the three-column-tables of members or
> subcategories,
> one quite often sees single entries before or after the ''cont.'' E. g.,
> [[Category:Halmstad]] (As my knowledge in PHP and "report generation" is
> better
> than my English, I could contribute by looking through the code, if someone
> points me to the appropriate class)

As andre said - CategoryVirwer is the class that formats the results.
CategoryPage is the calling class.

What currently happens is we fetch the first 201 results (configurable) display
first 200 and use the last for the continue link. I imagine you would probably
have to fetch 202 results and then decide if to show either 200 or 201 results
depending on how the divisions fall.

If you have any trouble or need any help, don't hesitate to ask.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to