Download & Extend

Document importance of the 'save revision' checkbox when editing nodes

Project:Diff
Version:7.x-1.x-dev
Component:Documentation
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

How to reproduce:

  1. Fresh new install of Drupal. Make sure you're only logged in as user 1.
  2. Enable diff 1.1 and no other modules. (At this point, the only configuration changes should be setting up user 1 and enabling that module.)
  3. Create a story with the following body: This is revision 1 of my story.
  4. Edit the same story, but change the 1 to a 2: This is revision 2 of my story.
  5. Notice how the Revisions tab does not show after saving the second revision.

Are there any dependencies that aren't clearly stated?

Comments

#1

Status:active» closed (works as designed)

you have to check the 'save revision' checkbox when editing a node. if you don't you get the behavior you do now

#2

Component:Code» Documentation
Category:bug report» feature request
Status:closed (works as designed)» active

Thanks. Changing to a documentation request to get this in the documentation.

#3

Title:Diff doesn't work on vanilla installation» Document importance of the 'save revision' checkbox when editing nodes

#4

Any way to get it in the user interface in addition to the documentation?

#5

we could throw a warning in hook_requirements() if none of your content types default to saving revisions.

#6

#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)"

#7

Version:5.x-1.1» 7.x-1.x-dev

Moving this to latest release.

#8

Status:active» fixed

Added 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)

#9

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here