Revision Log Subject

Component type

module

Categories

Maintenance status

Development status

Downloads

176

Component created

Component changed

Overview

This module adds a subject field to each revision log message.
It extends the node_revision table by adding a subject column and offers views integration.

Features

  • Allows for more structure in a revision log message, by separating the subject of the message from the actual message
  • Views integration

Recommended modules

If you need to do more advanced things with Revisions, try out the following modules:

Lock system

Component type

module

Maintenance status

Development status

Component created

Component changed

Light-weight module for locking nodes. Nodes are protected against paralell editation. Locks are bound to users.

How it works: When first user comes to node editation, current node is gets locked against editation of other users. When second user comes onto the same node editation, he can see whole editation form, but isn't able to edit any field.
Node editation is unlocked by lock-owning user when he exits the form via Save or Cancel buttons (Cancel button is provided by this module).

Better Jump Menu

Component type

module

Maintenance status

Development status

Downloads

3506

Component created

Component changed

Better Jump Menu is a module who provides:

  • The Drupal menu blocks with menu links in a select box instead of a list.
  • A Views style plugins to display links into a select box.
  • It can display any entity field in a select list, see features below.

This module has been made to cope with bugs in the original CTools implementation but some new features has been added.

Read Time

Component type

module

Categories

Maintenance status

Development status

Downloads

745

Component created

Component changed

Read Time displays the time it will take to read content on your site.

A pseudo-field is added to each content type that you can show or hide from the Manage Display page. You can also configure:

  • which fields are used to calculate the read time,
  • the average reading speed of your site's audience,
  • the format the read time is displayed in,
  • and additional information to display alongside the read time (such as a label).

Node Updater

Component type

module

Maintenance status

Development status

Component created

Component changed

Re-save or update nodes programmatically.

How to use

admin > content
Update selected nodes

admin > content > node-updater
Update by content types

* Note! this module may take heavy performance depending on nodes you have.
* Batch processing will be coming soon. this will solve above problem.

Note!

By updating with this module may skip some field's special events, like javascript value prefills or required validation.
So, use with caution.