/[drupal]/contributions/modules/drupalorg/role_activity/role_activity.module
ViewVC logotype

Log of /contributions/modules/drupalorg/role_activity/role_activity.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 18:39:36 2009 UTC (9 months, 4 weeks ago) by goba
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.10: +9 -17 lines
Diff to previous 1.10
Referer and link formatting was all broken, using nonexistent data

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 18:33:22 2009 UTC (9 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9
Ugh, parse error.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 18:13:50 2009 UTC (9 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
add variables with t() to message

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 18:09:09 2009 UTC (9 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.7: +12 -13 lines
Diff to previous 1.7
Fixed watchdog message parsing

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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 17:34:07 2009 UTC (9 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.5: +3 -5 lines
Diff to previous 1.5
Ups, broke the actual logging by the var rename.

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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 02:33:07 2009 UTC (10 months ago) by kbahey
Branch: MAIN
Changes since 1.3: +28 -34 lines
Diff to previous 1.3
#364615 Port of role_activity module to Drupal 6.x

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 14:12:10 2008 UTC (14 months ago) by kbahey
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.2: +9 -8 lines
Diff to previous 1.2
Change by user report to a menu callback, so we don't get a menu entry for it.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 00:42:35 2008 UTC (14 months ago) by kbahey
Branch: MAIN
Changes since 1.1: +12 -0 lines
Diff to previous 1.1
Added aggregator events.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2