Experimental project
This is a sandbox project, which contains experimental code for developer use only.
Introduction
The lognode module is an attempt to log events occuring on a node.
The types of events logged are:
* create: logs an event when a node is created.
* update: logs an event when a node is updated.
* delete: logs an event when a node is deleted.
* new revision: logs an event when a new revision is created on a node.
How is this different from dblog?
Dblog is a logging system while with lognode, you can see all changes your
content has been through.
How is this different from revisions?
Their goals are different.
With revisions, you'll not know what has changed if the user do not click on
"Create new revision". Then, if I update a node, one will only know that the
node has been modified, but will not know WHAT has been modified. The only way
to know what what was changed is to click on "Create new revision".
But not all users are allowed to do it.
With lognode, each time a node is modified, you know what has changed. But
let's explain what we understand when we say "MODIFIED".
With drupal (dblog) , every time you save a node, the node is marked as
"updated", even if NOTHING has really changed within the node. But with lognode,
the node is saved in logs ONLY when we detect something has changed.
Then, you're able to know the real life of a node. What the node has been
through and what has changed.
Dependencies
none
Installation
1) Copy the Lognode folder to the modules folder in your installation.
2) Enable Lognode using Administer -> Site building -> Modules
3) Go to Administer -> Content management -> Content types and edit the
content type on which you want to enable logs.
4) Check "Enable logs on this content type" and save the content type.
5) Edit or create a node of the content type your edited on step 3.
6) Go to Administer -> Content management -> Logs to see your logs.
Author
Willy TOUOMI
http://drupal.org/user/93261
Contacts:
http://drupal.org/user/93261/contact
twitter.com/touomiwilly
Project information
- Project categories: Content editing experience
- Created by wilmar81 on , updated