Closed (fixed)
Project:
Revision Moderation
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2007 at 15:45 UTC
Updated:
8 Jan 2009 at 13:43 UTC
I'm using Drupal 5.1 and when I update an existing page or create a new page nothing ends up in pending revisions. I've installed bug fix #25 from http://drupal.org/node/114822#comment-205854
Comments
Comment #1
toemaz commentedDid you check the 'New revisions in moderation' checkbox under the node 'Publishing options'?
You may also enable option this for a specific node type. More info the the readme file.
Comment #2
moorewilson commentedFor all my content types I have set Published, Create new revision and New revisions in moderation. I have also checked New revisions in moderation is selected when I edit the node, with no success.
Comment #3
toemaz commentedYou will probably have to narrow down the problem yourself. I mean, in case no one is able to reproduce it, you should try to set some flags in the module and try to figure out what happens.
Another possible way to find the problem: check the latest CVS messages and review the commits.
Comment #4
moorewilson commentedThe problem seems to be that the listing checks whether the version id in the revisions table is higher than that in the nodes table, but the version id in the revisions table is always set to the same value as the nodes revision id.
Comment #5
mrsocks commentedi am experiencing the same issue.
I applied the patches and still no revision is created.
I dont think that a check box that the editor has aaccess to turn on and off is a good idea. When the site admin sets the ability to create revisions on new edits, that should be the only place you see that.
is there any documentation on this on how the anonymous user should be setup to 'view revisions' should this be checked or unchecked?
Comment #6
gemini commentedsame here... applied patch, got everything installed and checked, but no pending revisions in the moderation.
Comment #7
add1sun commentedIs this still an issue with the latest code because this works fine for me.
Comment #8
add1sun commentedNo response. Closing.