An interesting and helpful module!
I have a question about how the module handle the possible editing conflicts, or it doesn't handle conflict at all as it simply adds UI elements for editing page section?
An interesting and helpful module!
I have a question about how the module handle the possible editing conflicts, or it doesn't handle conflict at all as it simply adds UI elements for editing page section?
Comments
Comment #1
jbrown commentedAs described here: http://en.wikipedia.org/wiki/Wikipedia:Edit_conflict ?
This module does not have any means of detecting or resolving edit conflicts.
Comment #2
askit commentedThank you for clarifying it.
Comment #3
binford2k commentedYou should look into the checkout module. I don't know if it works with this module or not.
Comment #4
jbrown commentedAt the moment checkout doesn't integrate with edit_section. I'm about to create a patch for it.
In the mean time edit checkout_get_nid() in checkout.module and change
$patterns = variable_get('checkout_edit_paths', "edit\nrevisions\nrevisions/*\noutline\nclassify");to
$patterns = variable_get('checkout_edit_paths', "edit\nedit/*\nrevisions\nrevisions/*\noutline\nclassify");Comment #5
jbrown commentedcreated an issue for it here: http://drupal.org/node/528138
Comment #6
askit commentedEnn.. we can now avoid conflict. Great! Thank you!
It will be even better if we go further allowing multiple users edit different sections at the same time and system assemblies the edited sections? That means, from the view of user, the locked is section instead node.
Comment #7
jbrown commented