Last modified: 2011-02-25 18:20:18 UTC
Add the user ID that uploaded the image version of a deleted image is not available with list=filearchive. Maybe add faprop=userid. Thanks. See bug 19195.
list=filearchive&faprop=user <filearchive> <fa name="WFM.png" user="1" /> <fa name="WFM.png" user="1" /> </filearchive> Noted, that I uploaded and deleted it locally. I do notice, that although "user" gives the user id, but it doesn't the text Just tweaked, as it read horribly ' user - Adds user who uploaded the image version', So, this should already be done? As user returns the userid.. But should be tweaked for userid to retun the user id, and user to return the username
Brought those changes in in r82803
Why not change faprop=user to user_text and add faprop=userid with user. Than backport to 1.17. That is not a breaking change, because list=filearchive was added in 1.17. Than the prop and the output are like other modules.
That's what I did in r82803, well, asking for user gives both. Will backport to 1.17 and 1.17wmf1
r82805, r82806
Okay. An extra faprop is not necessary, thats right. Thanks.