You are here

README.txt in Taxonomy revision 7

Taxonomy revision module
========================

DESCRIPTION
------------

This module enables revisions for the taxonomy terms.

The users will have an option to create new revision for a taxonomy term as for
nodes. This means when a taxonomy term is edited in the default form, a new
checkbox is displayed for revision creation. If clicked a textarea will appear
to fill a revision log message.

Also on the taxonomy term edit page a new menu tab appears after the module
installation which will list all of the taxonomy term's revisions and provides
2 operations for each taxonomy term:
 * revert: which will revert the revision.
 * delete: which will delete the revision.

Also the module is adding some field handlers for taxonomy term revisions to
support the taxonomy term revisions in views.

REQUIREMENTS
------------
Drupal 7.x

INSTALLATION
------------
1.  Place Taxonomy revision module into your modules directory.
    This is normally the "sites/all/modules" directory.

2.  Go to admin/build/modules. Enable the module.

Read more about installing modules at http://drupal.org/node/70151

UPGRADING
---------
Any updates should be automatic.

File

README.txt
View source
  1. Taxonomy revision module
  2. ========================
  3. DESCRIPTION
  4. ------------
  5. This module enables revisions for the taxonomy terms.
  6. The users will have an option to create new revision for a taxonomy term as for
  7. nodes. This means when a taxonomy term is edited in the default form, a new
  8. checkbox is displayed for revision creation. If clicked a textarea will appear
  9. to fill a revision log message.
  10. Also on the taxonomy term edit page a new menu tab appears after the module
  11. installation which will list all of the taxonomy term's revisions and provides
  12. 2 operations for each taxonomy term:
  13. * revert: which will revert the revision.
  14. * delete: which will delete the revision.
  15. Also the module is adding some field handlers for taxonomy term revisions to
  16. support the taxonomy term revisions in views.
  17. REQUIREMENTS
  18. ------------
  19. Drupal 7.x
  20. INSTALLATION
  21. ------------
  22. 1. Place Taxonomy revision module into your modules directory.
  23. This is normally the "sites/all/modules" directory.
  24. 2. Go to admin/build/modules. Enable the module.
  25. Read more about installing modules at http://drupal.org/node/70151
  26. UPGRADING
  27. ---------
  28. Any updates should be automatic.