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

jbrown’s picture

As described here: http://en.wikipedia.org/wiki/Wikipedia:Edit_conflict ?

This module does not have any means of detecting or resolving edit conflicts.

askit’s picture

Thank you for clarifying it.

binford2k’s picture

You should look into the checkout module. I don't know if it works with this module or not.

jbrown’s picture

Assigned: Unassigned » jbrown

At 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");

jbrown’s picture

created an issue for it here: http://drupal.org/node/528138

askit’s picture

Enn.. 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.

jbrown’s picture

Status: Active » Closed (fixed)