Closed (duplicate)
Project:
Revision Moderation
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2007 at 21:37 UTC
Updated:
13 Feb 2007 at 03:45 UTC
I've been working for a while and here seems to be a halfway decent update to get this module working with 5.0
I've added stuff for hook_uninstall and if you can tell I'm partially in the middle of trying to (properly) add a settings panel so that the admin doesn't have to go into the queue but it DOESN'T WORK YET
The rest of the module show work as intended though there are some minor bugs still....
| Comment | File | Size | Author |
|---|---|---|---|
| file_14.patch | 9.51 KB | jimmygoon |
Comments
Comment #1
webchickThanks a lot for the patch, jimmy! I've combined your changes into mine and committed it. More details at the 5.x port issue. I marked this one as a duplicate, since that's the main issue where 5.x stuff is being discussed.
I kept the "revision in moderation" option inside the node_options_$type array as we discussed on IRC.
I removed hook_help() and the log stuff entirely, as we don't need that anymore in 5.x.
I didn't bring over the settings page, mainly because I don't think the 'admin shouldn't get revisions sent to queue' thing should be a setting, really.. that's how the module should just work... We should base it on permissions.
Let's discuss that part further over in http://drupal.org/node/113830.