You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Montage imports the latest version of the file available on Commons. However, one should retrieve the author and upload date from the first version, because only the first version is relevant for the disqualification by author or date.
The text was updated successfully, but these errors were encountered:
Montage loads file info from the image table, where the img_actor is the user who uploaded the most recent version. It should check the oldimage table for the previous uploader(s). (If there is only one version of a file, then it won't be in oldimage.)
Do we want to save any other info from previous versions in oldimage? Should we use that date for disqualification purposes too?
We should probably write a clean up script too, to see if this an issue in any ongoing campaigns.
I have an idea for a simple fix, but I need to test tomorrow before deploying. I want to make sure this doesn't slow down the import process or mess with anything else.
Currently, Montage imports the latest version of the file available on Commons. However, one should retrieve the author and upload date from the first version, because only the first version is relevant for the disqualification by author or date.
The text was updated successfully, but these errors were encountered: