https://bugzilla.wikimedia.org/show_bug.cgi?id=27757
Bergi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Bergi <[email protected]> 2012-04-23 16:57:26 UTC --- (In reply to comment #16) I think most of the actions you named are atomic, like moving a page. They won't need a notifiaction/conflict feature. For longer-taking actions like editing or revFlagging, you usually first need to query the page content or revision diff before acting. In this step both token and notification etc. can be sent along. But there are also exeptions. For example, adding a new section would be kind of atomic editing. Also, tokens are currently session-based, as you said. Changing this to target-based would always be a compatibility break for applications, no matter how the tokens are requested. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
