[Bug 40120] Provide a new API query module to retrieve a list of newly uploaded files

2012-09-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40120

Jesús Martínez Novo martinezn...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||DUPLICATE

--- Comment #7 from Jesús Martínez Novo martinezn...@gmail.com 2012-09-12 
18:52:37 UTC ---
I'm abandoning this change in favor of including it in list=allimages as some
devs suggested.

*** This bug has been marked as a duplicate of bug 27202 ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 40120] Provide a new API query module to retrieve a list of newly uploaded files

2012-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40120

--- Comment #4 from Jesús Martínez Novo martinezn...@gmail.com 2012-09-11 
12:40:47 UTC ---
Ok, code pushed to gerrit (on merge queue) https://gerrit.wikimedia.org/r/23408

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 40120] Provide a new API query module to retrieve a list of newly uploaded files

2012-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40120

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #5 from Umherirrender umherirrender_de...@web.de 2012-09-11 
16:32:06 UTC ---
See bug 27202 for the sort=timestamp request

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 40120] Provide a new API query module to retrieve a list of newly uploaded files

2012-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40120

--- Comment #6 from Jesús Martínez Novo martinezn...@gmail.com 2012-09-11 
17:42:20 UTC ---
Okay, it seems there's a bit of more work to do there... some things changed on
the api between MW1.19 and the head version. This will take some time for me,
since I don't have here a development box with MediaWiki installed to be sure
it works. Long story short, my development server is in another machine
without external internet connection, several Kilometers away from where I am.

Maybe in a few weeks I could return to it and maybe provide this functionality
with list=allimages, with all the applicable restrictions.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 40120] Provide a new API query module to retrieve a list of newly uploaded files

2012-09-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40120

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
 CC||dereck...@espace-win.org
 AssignedTo|wikibugs-l@lists.wikimedia. |martinezn...@gmail.com
   |org |

--- Comment #3 from Dereckson dereck...@espace-win.org 2012-09-10 08:20:05 
UTC ---
Hello,

Thank you for your submission, this is appreciated.

You can request a Wikimedia development account at the following URL :
https://www.mediawiki.org/wiki/Developer_access

This will allow you to directly push your patch in our code review system,
Gerrit.

You'll find the git/git review/gerrit workflow manual here:
https://www.mediawiki.org/wiki/Git/Workflow

I'll be happy to assist you if you've some questions about that.

[ Setting priority: Normal. Bug assigned to code submitter. ]

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


[Bug 40120] Provide a new API query module to retrieve a list of newly uploaded files

2012-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40120

--- Comment #1 from Bryan Tong Minh bryan.tongm...@gmail.com 2012-09-09 
18:19:04 UTC ---
Would it be possible to extend list=allimages to sort by upload date?

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


[Bug 40120] Provide a new API query module to retrieve a list of newly uploaded files

2012-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40120

--- Comment #2 from Jesús Martínez Novo martinezn...@gmail.com 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l