Closed (fixed)
Project:
Diff
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2007 at 00:33 UTC
Updated:
7 Oct 2011 at 23:21 UTC
How to reproduce:
Are there any dependencies that aren't clearly stated?
Comments
Comment #1
moshe weitzman commentedyou have to check the 'save revision' checkbox when editing a node. if you don't you get the behavior you do now
Comment #2
aren cambre commentedThanks. Changing to a documentation request to get this in the documentation.
Comment #3
moshe weitzman commentedComment #4
aren cambre commentedAny way to get it in the user interface in addition to the documentation?
Comment #5
moshe weitzman commentedwe could throw a warning in hook_requirements() if none of your content types default to saving revisions.
Comment #6
Leeteq commented#5: "add a warning" would be nice, and preferably add a line like the below to the description section of the readme.txt?
"After enabling the module, make sure the desired content types are set to save revisions by default. (admin/content/types)"
Comment #7
aren cambre commentedMoving this to latest release.
Comment #8
realityloop commentedAdded the following to readme.txt in dev
It is strongly advised that you also enable the automatic creation of revisions on any content types you want to use this with. (e.g. 'admin/structure/types/manage/article/edit' Publishing options, enable Create new revision)