Revisions should be enabled by default so that historical versions are preserved, which allows administrators to easily restore a previous version or else simply confirm what information was displayed at a certain point in the past. Revisions are how you "undo" content changes in Drupal.
- Go to Administer->Content management->Content types (.../admin/content/types)
- Enable revisions by default for the Page content type
- Click the edit link for Page
- Click on Workflow settings to expand that section
- Enable (check) Create new revision
- Click the Save content type button
- Repeat for the Story content type:
- Click the edit link for "Story"
- Click on Workflow settings to expand that section
- Enable (check) Create new revision
- Click the Save content type button
- Whenever you add or create a new content type (such as when enabling the book module or creating a custom content type), enable Create new revision by default for that content type.
