You are here

Files in Content locking (anti-concurrent editing) 7.3

Primary tabs

File namesort descending Location Namespace Description
ContentLockViewsHandlerFieldLocked.inc views/ContentLockViewsHandlerFieldLocked.inc Handler to identify if node is locked or not.
ContentLockViewsHandlerFilterLocked.inc views/ContentLockViewsHandlerFilterLocked.inc Handler to filter based on locked nodes.
ContentLockViewsHandlerSortLocked.inc views/ContentLockViewsHandlerSortLocked.inc Handler to identify if node is locked or not.
content_lock.admin.inc includes/content_lock.admin.inc Content lock module admin page.
content_lock.ajax.inc includes/content_lock.ajax.inc content_lock.ajax.inc
content_lock.api.php content_lock.api.php Document content_lock hooks.
content_lock.forms.inc includes/content_lock.forms.inc content_lock.forms.inc
content_lock.func.inc includes/content_lock.func.inc content_lock.func.inc
content_lock.info content_lock.info name = "Content Lock" description = "Prevents multiple users from trying to edit a single node simultaneously to prevent edit conflicts." core = 7.x dependencies[] = filter dependencies[] = node files[] =…
content_lock.install content_lock.install Install file.
content_lock.module content_lock.module
content_lock.node.inc includes/content_lock.node.inc content_lock.node.inc
content_lock.pages.inc includes/content_lock.pages.inc Common pages for the Content Lock module.
content_lock.views.inc views/content_lock.views.inc Views integration.
content_lock_timeout.info modules/content_lock_timeout/content_lock_timeout.info name = Content Lock Timeouts description = Provides mechanisms for automatically unlocking nodes that have been locked for a certain length of time. core = 7.x dependencies[] = content_lock configure = admin/config/content/content_lock
content_lock_timeout.install modules/content_lock_timeout/content_lock_timeout.install Install file.
content_lock_timeout.module modules/content_lock_timeout/content_lock_timeout.module Allowed time-based automatic unlocking of nodes.
node_lock.inc plugins/access/node_lock.inc
README.txt 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…
README.txt modules/content_lock_timeout/README.txt The "Content Lock Timeout" module 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…

Other projects