Revision information fields: checkbox is misplaced; log's textarea is missing
Pinolo - July 1, 2009 - 15:40
| Project: | Override Node Options |
| Version: | 6.x-1.9 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Description
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.

#1
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).