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

mdupont’s picture

Good idea, I'll have a look at how to add these features.

mdupont’s picture

Assigned: Unassigned » mdupont
mdupont’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
mdupont’s picture

Status: Active » Patch (to be ported)

Latest 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()

mdupont’s picture

Status: Patch (to be ported) » Fixed

Committed to 6.x-1.x as well.

mdupont’s picture

Status: Fixed » Closed (fixed)