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

toemaz’s picture

Did 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.

moorewilson’s picture

For 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.

toemaz’s picture

You 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.

moorewilson’s picture

The 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.

mrsocks’s picture

i 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?

gemini’s picture

same here... applied patch, got everything installed and checked, but no pending revisions in the moderation.

add1sun’s picture

Status: Active » Postponed (maintainer needs more info)

Is this still an issue with the latest code because this works fine for me.

add1sun’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No response. Closing.