Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
node system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2007 at 04:25 UTC
Updated:
16 Sep 2008 at 17:08 UTC
I am starting to use parts of Drupal in a wiki-like manner. I would like for Drupal to allow me to require the Log Message field to contain comments. If I am dealing with multiple revisions of a node, it can be nice to see Log Messages explaining changes.
Comments
Comment #1
aren cambre commentedTo add, it seems this would be an appropriate option to select when you alter the content type.
Comment #2
webchickYou can do this in a contributed module...simply implement a hook_form_alter that sets the log #required property to TRUE.
If we want to add this as a feature of the core revision system (which I think might be a nice idea), then we need to move the version to 6.x-dev as new features only go into the dev version.
Comment #3
aren cambre commentedYes, I think it needs to be in core. Thanks for bumping to 6.x.
Comment #4
jbrauer commentedhttp://drupal.org/node/308352 is really a duplicate of this but since the work is happening there marking this as the duplicate.