Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module adds Services support to the community module called content_lock that will prevent two users from editing the same node concurrently. This module exposes the main operations of content_lock through Services as a resource, so that content locking can be done over a web service API such as REST for mobile applications or third party integrations. The main operations it currently implements are retrieve, create, and delete.
Features
This module exposes the following operations of content_lock as a web service:
retrieve - Find out if a node is locked and get info about a lock e.g. who owns the lock and when it was created.
create - Create a new content lock on a node. Locks a node preventing other users from editing it.
delete - Deletes an existing lock on a node. Only the lock owner may delete the lock.
This module provides a "Read Time" field for a node. This is essentially a piece of text at the beginning of an article stating how long it will take to read it; i.e., Read Time: 4 min 30 sec.
Sky Field File module allows you to upload files to any single drupal entity (node, user, comment and etc) without making those scary, hard to understand configurations of content types, file fields, formaters and so on!
Now you don't have to create a new file field for a node if you just want to attach a file to a single node or a user or any other single entity.