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

--- Comment #2 from Jesús Martínez Novo <[email protected]> 2012-09-09 
18:40:02 UTC ---
(In reply to comment #1)
> Would it be possible to extend list=allimages to sort by upload date?

Both query the image table http://www.mediawiki.org/wiki/Manual:Image_table but
using different indexes for that. 

list=allimages provides functionality to filter by image name (or preffix)
while the new list=newfiles provide functionality to filter by username. I'm
not sure if mysql can use both indexes to perform the query or not, but if not
then both kind of filtering should be mutually exclusive (or allowed only in
Miser Mode). Also, pagination and sorting is different in both modes because of
the indexes.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to