Part of this issue was reported back in http://drupal.org/node/329663.
In Drupal6 revision fields are no longer embedded into the publishing options fieldset; they have one for themselves ("Revision information").
When the revision override is active, instead of showing the new pertinent fieldset, the module shows an old-fashioned "Publishing options" fieldset.
Moreover, the textarea to be filled with a revision log message is missing.

Comments

pinolo’s picture

Status: Active » Needs work
StatusFileSize
new2.72 KB

I'm attaching a patch that addresses the mentioned problems, though it certainly needs work in terms of code cleanup and reordering (the revision options are still processed with the publishing options group).

dave reid’s picture

Status: Needs work » Closed (duplicate)