You are here

README.txt in Events Log Track 8.2

Same filename and directory in other branches
  1. 8 README.txt
INTRODUCTION
------------
This module track logs of specific events that you'd like to log. The events  by
the user (using the forms) are saved in the database and can be viewed on the
page admin/reports/events-track. You could use this to track number of times the
CUD operation performed by which users.

Currently, the following sub modules of Events Log Track are supported:
- Menu (custom menu's and menu items CUD operations)
- Node (CUD operations)
- Taxonomy (vocabulary and term CUD operations)
- User (CUD operations)
- User authentication (login/logout/request password)
- File (CUD operations)
- Media (CUD operations)
- Workflows (CUD operations)

The event log track can be easily extended with custom events.


INSTALLATION
------------
Enable the module and the sub modules for the events that you'd like to log.
From that point onwards the events will be logged.

After performing some operations the page admin/reports/events-track will show
the events.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. This module track logs of specific events that you'd like to log. The events by
  4. the user (using the forms) are saved in the database and can be viewed on the
  5. page admin/reports/events-track. You could use this to track number of times the
  6. CUD operation performed by which users.
  7. Currently, the following sub modules of Events Log Track are supported:
  8. - Menu (custom menu's and menu items CUD operations)
  9. - Node (CUD operations)
  10. - Taxonomy (vocabulary and term CUD operations)
  11. - User (CUD operations)
  12. - User authentication (login/logout/request password)
  13. - File (CUD operations)
  14. - Media (CUD operations)
  15. - Workflows (CUD operations)
  16. The event log track can be easily extended with custom events.
  17. INSTALLATION
  18. ------------
  19. Enable the module and the sub modules for the events that you'd like to log.
  20. From that point onwards the events will be logged.
  21. After performing some operations the page admin/reports/events-track will show
  22. the events.