https://bugzilla.wikimedia.org/show_bug.cgi?id=65338
--- Comment #13 from Brad Jorsch <[email protected]> --- (In reply to Rainer Rillke @commons.wikimedia from comment #12) > A new bug demanding that? The new bug blocking this bug? Go ahead. > Or can the API just block other uploads with the same title while one is > being processed? Is there shared memory between the servers that run the API > code except the database? There is shared memory, but using it from the API in this way would probably not be the greatest idea. It would be better for such a thing to live in the backend upload-handling code. > Then the user is renaming the files and can easily miss > that there's a file with the same name already in the list. Yeah, UploadWizard should be checking its list for duplicates (post-normalization, of course). -- 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
