https://bugzilla.wikimedia.org/show_bug.cgi?id=52805
--- Comment #4 from Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> --- I've looked to what params are posted when the edit is saved, and they are: * action=threadaction * threadaction=edit * thread=<THREAD ID> * text=<MESSAGE TEXT> * render=1 * reason=<EDIT SUMMARY> * bump=true * signature=<SIGNATURE> * token=<TOKEN> Compared to a normal edit page, or what params are available to http://www.mediawiki.org/wiki/API:Edit for edit conflict resolution, LQT seems incomplete. It should get a "basetimestamp" along with the edit form, with the timestamp of the last edit of that message, and send it when the edit is saved, and pass it to the edit conflict resolution logic. Otherwise there's no way to detect conflicts because it doesn't know from what revision/timestamp the edit was started. -- 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
