Revision tags

franskuipers - February 12, 2007 - 21:13

A node can have many revisions. This module lets you tag revisions to keep track of your revision milestones. Tags can be public or not. If there is more than one public tag, a block is available that lets you browse the revisions by tag.

Example usage

This could be used for documentation nodes that have to apply to different versions of a software.

Features

Tagged revisions can be public or not. If they are not public, the tags are only visible to users with the tag revisions permission.

By default, the tags must be unique. You can override this default by setting $conf['revision_tags_unique'] = FALSE; in settings.php.

Permissions

The revision tags module defines two permissions; tag revisions and view tagged revisions. With the view tagged revisions, a user is able to browse public tagged revisions without the view revisions permission that exists in core. The tag revisions permission only makes sense if the user also has view revisions permission.

Releases

Official releasesDateSizeLinksStatus
6.x-1.02008-Mar-149.35 KBRecommended for 6.xThis is currently the recommended release for 6.x.
Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2007-Feb-229.1 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.