You are here

README.txt in Content locking (anti-concurrent editing) 7.2

Same filename in this branch
  1. 7.2 README.txt
  2. 7.2 modules/content_lock_timeout/README.txt
Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7.3 README.txt
  4. 7 README.txt
The "Content Lock" module

SUMMARY
=======
The purpose of this module is to avoid the situation where two people
are editing a single node at the same time. On busy sites with dynamic
content, edit collisions are a problem and may frustrate editors with
an error stating that the node was already modified and can't be
updated. This module implements a pessimistic locking strategy, which
means that content will be exclusively locked whenever a user starts
editing it. The lock will be automatically released when the user
submits the form or navigates away from the edit page.

Content locks that have been "forgotten" can be automatically released
after a configurable time span using the bundled content_lock_timeout
sub module.

Installation and configuration
==============================
https://www.drupal.org/project/content_lock

LINKS
=====

For a full description, visit the project page
http://drupal.org/project/content_lock

Bug reports, feature suggestions, and latest developments:
http://drupal.org/project/issues/content_lock

File

README.txt
View source
  1. The "Content Lock" module
  2. SUMMARY
  3. =======
  4. The purpose of this module is to avoid the situation where two people
  5. are editing a single node at the same time. On busy sites with dynamic
  6. content, edit collisions are a problem and may frustrate editors with
  7. an error stating that the node was already modified and can't be
  8. updated. This module implements a pessimistic locking strategy, which
  9. means that content will be exclusively locked whenever a user starts
  10. editing it. The lock will be automatically released when the user
  11. submits the form or navigates away from the edit page.
  12. Content locks that have been "forgotten" can be automatically released
  13. after a configurable time span using the bundled content_lock_timeout
  14. sub module.
  15. Installation and configuration
  16. ==============================
  17. https://www.drupal.org/project/content_lock
  18. LINKS
  19. =====
  20. For a full description, visit the project page
  21. http://drupal.org/project/content_lock
  22. Bug reports, feature suggestions, and latest developments:
  23. http://drupal.org/project/issues/content_lock