You are here

README.txt in Track Field Changes 8

Same filename and directory in other branches
  1. 7 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 entity types need to be audited
    Select which fields need to be audited
    Integration with views

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)
    Long Text
    Text
    GeoField
    Entity reference
	Address field

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

1. Download and Enable the module

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

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

2.  Create a view showing the entity and bundle 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 entity is being inserted.
            br - An entity is being updated with the Basic audit enabled.
                 One entry per updated entity.
            fr - An entity 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.

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 entity types need to be audited
  12. Select which fields need to be audited
  13. Integration with views
  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. Long Text
  32. Text
  33. GeoField
  34. Entity reference
  35. Address field
  36. -----------------------------------------------------------------------------
  37. INSTALLATION
  38. -----------------------------------------------------------------------------
  39. 1. Download and Enable the module
  40. -----------------------------------------------------------------------------
  41. USAGE
  42. -----------------------------------------------------------------------------
  43. 1. Set up the fields and entity type you would like to audit:
  44. /admin/config/system/track_field_changes
  45. 2. Create a view showing the entity and bundle that your are tracking and add the
  46. 'Track Field Changes' fields. Types of field available are:
  47. Field Tracker: Creation Date
  48. This is the creation date of the revison. Displays the time and date the
  49. field was updated.
  50. Field Tracker: Field Name
  51. Displays the machine name for the field with tracking enabled.
  52. Field Tracker: Track Changes Log
  53. The log message entered when the field was changed.
  54. Field Tracker: Track Changes Type
  55. Possible values are:
  56. bn - A new entity is being inserted.
  57. br - An entity is being updated with the Basic audit enabled.
  58. One entry per updated entity.
  59. fr - An entity is being updated and field tracking is enabled.
  60. One entry per field with tracking enabled.
  61. Field Tracker: User
  62. The user who updated the field.
  63. Field Tracker: Value After
  64. The value after the update.
  65. Field Tracker: Value Before
  66. The value before the update.