https://bugzilla.wikimedia.org/show_bug.cgi?id=65251
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |UNCONFIRMED CC| |[email protected] Ever confirmed|1 |0 --- Comment #4 from Brad Jorsch <[email protected]> --- There's nothing the API can do about this right now, since the FileRepo code treats (title,timestamp) as a unique ID. It may be that FileRepo actually does enforce (title,timestamp) being unique[1]; I don't see an actual *example* of this bug given here, just a hypothetical. So if this bug can actually occur, it would be blocked by a bug on FileRepo needing a truly unique ID in its interface. If it can't actually occur, it's just invalid. CCing Aaron on this, since he actually knows how the FileRepo and FileBackend code works. [1]: Effectively rate-limiting uploads to 1 per second per title, which seems entirely sane if it does so. -- 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
