Now when we revert a node Drupal set automatically the revision log message.
$node_revision->log = t('Copy of the revision from %date.', array('%date' => format_date($node_revision->revision_timestamp)));
But I think it would be nice if the user can set they own message. So they can explain "why" they revert the node.
It's out of the scoop of this module?
Comments
Comment #1
mdupontThe goal of this module is to keep track of node modifications through revision log message, so it falls in the scope. I'll look into it.
Comment #2
mdupontComment #3
mdupontFirst implementation committed to CVS HEAD. Basically I overload revision deletion form submit function to store a custom log message. Please test.
Comment #4
gagarine commentedLook nice I will try it soon. Thanks
Comment #5
mdupontReleased in 6.x-1.0-beta3