Log of /contributions/modules/drupalorg/role_activity/role_activity.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 29 17:49:05 2009 UTC
(9 months, 4 weeks ago)
by
goba
Branch:
MAIN
Changes since
1.6: +22 -25 lines
Diff to
previous 1.6
More role activity logging cleanup:
- Remove unused variable copying in role_activity_write()
- Move activity link to its own column, since it was not easily findable
- Add missing Link column to tables (data was there, column header was not)
- Migrate from $user to $account following best practice
- Move periodic loading of the same user from per-user view to outside the while()
Revision
1.5 -
(
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
Changes since
1.4: +75 -53 lines
Diff to
previous 1.4
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
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.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.