Bugs item #1790473, was opened at 2007-09-08 00:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1790473...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 7 Private: No Submitted By: Daniel Herding (wikipedian) Assigned to: Nobody/Anonymous (nobody) Summary: Interwiki bot overwrites changes, no edit conflict
Initial Comment: This has recently happened:
http://de.wikipedia.org/w/index.php?title=Wiki&diff=36448315&oldid=3...
The only reason I can think of is some obscure error with starttime/edittime/tokens/stuff like that.
Maybe this assumption in GetAll doesn't always work as expected?
# There's no possibility to read the wpStarttime argument from the XML. # It is this time that the MediaWiki software uses to check for edit # conflicts. We take the earliest time later than the last edit, which # seems to be the safest possible time. page2._startTime = str(int(timestamp)+1)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1790473...