You are here

Files in Content locking (anti-concurrent editing) 6.2

Primary tabs

File namesort descending Location Namespace Description
API.txt API.txt The API documentation has moved to using the API documentation services available at http://drupalcontrib.org/. Please view the documentation at: http://drupalcontrib.org/api/drupal/contributions--content_lock--content... Alternatively,…
content_lock.admin.inc content_lock.admin.inc
content_lock.api.inc content_lock.api.inc Document content_lock hooks.
content_lock.info content_lock.info name = "Content locking (edit lock)" description = "Prevents multiple users from trying to edit a single node simultaneously to prevent edit conflicts." core = 6.x project = "content_lock"
content_lock.install content_lock.install
content_lock.module content_lock.module Allows users to lock documents for modification.
content_lock.views.inc views/content_lock.views.inc This file handles views api definitions. We describe the table to Views module as well as other necessary stuff to integrate
content_lock_timeout.info modules/content_lock_timeout/content_lock_timeout.info name = "Content locking (edit lock) timeouts" description = "Provides mechanisms for automatically unlocking nodes that have been locked for a certain length of time." core = 6.x project = "content_lock" dependencies[] =…
content_lock_timeout.install modules/content_lock_timeout/content_lock_timeout.install Installation/uninstallation functions for the content_lock_timeout module.
content_lock_timeout.module modules/content_lock_timeout/content_lock_timeout.module Allowed time-based automatic unlocking of nodes locked for editing with content_lock.
README.txt README.txt content_lock -- 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…
README.txt modules/content_lock_timeout/README.txt -- SUMMARY -- This module extends content_lock to automatically break stale locks. It has a configurable stale lock timeout and will break locks through cron. It can also check for a stale lock and break it when another user tries to edit a node. --…
views_handler_field_is_locked.inc views/views_handler_field_is_locked.inc Handler to identify if node is locked or not
views_handler_filter_is_locked.inc views/views_handler_filter_is_locked.inc Handler to filter based on locked nodes
views_handler_sort_is_locked.inc views/views_handler_sort_is_locked.inc Handler to identify if node is locked or not

Other projects