Closed (fixed)
Project:
Enforce revision log message
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Jan 2011 at 17:25 UTC
Updated:
23 Jul 2011 at 23:05 UTC
It would be really handy if the log message could be enforced on a per book and/or per OG group basis.
There are a lot of things we just don't care enough about to force a log message on everything. However, we still want revisions created so we're able to revert from mistakes.
Comments
Comment #1
mdupontGood idea, I'll have a look at how to add these features.
Comment #2
mdupontComment #3
mdupontComment #4
mdupontLatest 7.x dev release now relies on a custom node property $node->enforce_revlog to enable the behavior. This way any module can set or unset $node->enforce_revlog following its own rules in a hook_form_alter()
Comment #5
mdupontCommitted to 6.x-1.x as well.
Comment #6
mdupont