You are here

README.txt in Track Field Changes 7

Same filename and directory in other branches
  1. 8 README.txt
-----------------------------------------------------------------------------
ABOUT Track Field Changes
-----------------------------------------------------------------------------
The Track Field Changes enable to track/audit easily all the fields updates.

The module does not use the default Drupal versioning system.
The system will save the time, the user,
the value before and after each modification on a field.

-----------------------------------------------------------------------------
CURRENT FEATURES
-----------------------------------------------------------------------------

    Select which content type need to be audited
    Select which fields need to be audited
    Integration with view

Supported fields :

    Title
    Body
    Boolean
    Date
    Date ISO
    Date Unix
    Decimal
    File (Limited support)
    Email
    Float
    Image (Limited support)
    Integer
    Link
    List (float)
    List (integer)
    List (text)
    Lon Text
    Term reference
    Text
    User reference
    GeoField
    Entity reference

-----------------------------------------------------------------------------
INSTALLATION
-----------------------------------------------------------------------------

1. Download and Enable the module

-----------------------------------------------------------------------------
USAGE
-----------------------------------------------------------------------------

1.  Set up the fields and content type you would like to audit:
    /admin/config/system/track_field_changes

2.  Create a view showing the content type that your are tracking and add the
    'Track Field Changes' fields. Types of field available are:

    Field Tracker: Creation Date
        This is the creation date of the revison. Displays the time and date the
        field was updated.

    Field Tracker: Field Name
        Displays the machine name for the field with tracking enabled.

    Field Tracker: Track Changes Log
        The log message entered when the field was changed.

    Field Tracker: Track Changes Type
        Possible values are:
            bn - A new node is being inserted.
            br - A node is being updated with the Basic audit enabled.
                 One entry per updated node.
            fr - A node is being updated and field tracking is enabled.
                One entry per field with tracking enabled.

    Field Tracker: User
        The user who updated the field.

    Field Tracker: Value After
        The value after the update.

    Field Tracker: Value Before
        The value before the update.

-----------------------------------------------------------------------------
Future Roadmap
-----------------------------------------------------------------------------

    Enable track changes on every entity (user,..)

File

README.txt
View source
  1. -----------------------------------------------------------------------------
  2. ABOUT Track Field Changes
  3. -----------------------------------------------------------------------------
  4. The Track Field Changes enable to track/audit easily all the fields updates.
  5. The module does not use the default Drupal versioning system.
  6. The system will save the time, the user,
  7. the value before and after each modification on a field.
  8. -----------------------------------------------------------------------------
  9. CURRENT FEATURES
  10. -----------------------------------------------------------------------------
  11. Select which content type need to be audited
  12. Select which fields need to be audited
  13. Integration with view
  14. Supported fields :
  15. Title
  16. Body
  17. Boolean
  18. Date
  19. Date ISO
  20. Date Unix
  21. Decimal
  22. File (Limited support)
  23. Email
  24. Float
  25. Image (Limited support)
  26. Integer
  27. Link
  28. List (float)
  29. List (integer)
  30. List (text)
  31. Lon Text
  32. Term reference
  33. Text
  34. User reference
  35. GeoField
  36. Entity reference
  37. -----------------------------------------------------------------------------
  38. INSTALLATION
  39. -----------------------------------------------------------------------------
  40. 1. Download and Enable the module
  41. -----------------------------------------------------------------------------
  42. USAGE
  43. -----------------------------------------------------------------------------
  44. 1. Set up the fields and content type you would like to audit:
  45. /admin/config/system/track_field_changes
  46. 2. Create a view showing the content type that your are tracking and add the
  47. 'Track Field Changes' fields. Types of field available are:
  48. Field Tracker: Creation Date
  49. This is the creation date of the revison. Displays the time and date the
  50. field was updated.
  51. Field Tracker: Field Name
  52. Displays the machine name for the field with tracking enabled.
  53. Field Tracker: Track Changes Log
  54. The log message entered when the field was changed.
  55. Field Tracker: Track Changes Type
  56. Possible values are:
  57. bn - A new node is being inserted.
  58. br - A node is being updated with the Basic audit enabled.
  59. One entry per updated node.
  60. fr - A node is being updated and field tracking is enabled.
  61. One entry per field with tracking enabled.
  62. Field Tracker: User
  63. The user who updated the field.
  64. Field Tracker: Value After
  65. The value after the update.
  66. Field Tracker: Value Before
  67. The value before the update.
  68. -----------------------------------------------------------------------------
  69. Future Roadmap
  70. -----------------------------------------------------------------------------
  71. Enable track changes on every entity (user,..)