Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 29 17:27:29 2009 UTC
(9 months, 4 weeks ago)
by
goba
Branch:
MAIN
CVS Tags:
HEAD
Branch point for:
DRUPAL-6--1
Changes since
1.2: +4 -2 lines
Diff to
previous 1.2
Reviewed role activity module
- Added dblog as a dependency, since this works based on the watchdog hook
- t() use in hook_menu was bad, it should not be done that way
- /admin/logs moved to /admin/reports
- Top users was not a subtab, show it as such
- Use nicer titles for the admin pages, it is not about role activity, it is about user activity
- Fix query in role_activity_check_role() to be much simpler, quicker, shorter.
- Add some explanatory text to admin settings
- Fix whitespace errors
- Use 'Activity' instead of 'Track' for links, since track is a concept used by tracker module and is different to what we do here.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 25 18:45:29 2008 UTC
(14 months ago)
by
kbahey
Branch:
MAIN
Branch point for:
DRUPAL-5
Role activity module.
Allows monitoring selected roles for selected events. On a busy site with a large
number of users in a given role, provides an alternative to the clutter and volume
in watchdog, which is purged more often than role activity.
Roles to be monitored is configurable. Events are regexps inside the module for
the time being.
Requires the hook_watchdog() patch for Drupal 5.x. See README.txt for details.