On Fri, Feb 13, 2009 at 09:29:51PM +0100, Roan Kattouw wrote:
Roan Kattouw schreef:
Even title-based continue parameters have that problem. I'm thinking I might wanna merge $titles and $missing and use a more generic handler for them. The prop=info module needs some cleanup anyway (mostly splitting stuff into different functions), so I guess that's gonna be my project for the weekend.
Did that in r47214 (and followups r47215 and r47216). prop=info now merges $titles and $missing, sorts that by (ns, title) and iterates over that. incontinue now uses an ns|title format. This should fix prop=info's paging issues.
(:
Are there any other modules left you signaled paging issues for?
There's still the question about whether the SQL query for prop=duplicatefiles can have i2.img_name added to the ORDER BY without blowing up MySQL.
And there's extlinks and exturlusage, but I think nothing can be done about them due to the impossibility of using any index for sorting the el_to or el_index columns (MySQL requires an index on a blob column to specify a prefix length, and the total length of the index key can be only 256).