User: robertDouglass Branch: DRUPAL-5--3 Date: Sat, 29 Dec 2007 16:25:05 +0000 Modified files: /modules/activity activity.info activity.install activity.module /modules/activity/contrib/buddylistactivity buddylistactivity.module /modules/activity/contrib/nodeactivity nodeactivity.module /modules/activity/contrib/user_relationshipsactivity user_relationshipsactivity.module /modules/activity/tests ActivityAPITests.test Log message: Continuing the rewrite with major changes. Added a scope column to the activity table. At this time the scope is limited to ALL or SELF and it distnguishes between activity messages that only the global user should see and those that everyone should see. Introduced a dependency on token module which will henceforth handle token parsing. So far integration with token module has only happened for nodeactivity and user_relationshipsactivity. Reduced the amount of data that is stored in tokens at activity write time and increased the number of activity messages that are generated at activity display time. This fixes the bug where activity messages violate access control, for example when a user doesn't have 'access user profiles' permission. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/activity/activity.... http://cvs.drupal.org/diff.php?path=contributions/modules/activity/activity.... http://cvs.drupal.org/diff.php?path=contributions/modules/activity/activity.... http://cvs.drupal.org/diff.php?path=contributions/modules/activity/contrib/b... http://cvs.drupal.org/diff.php?path=contributions/modules/activity/contrib/n... http://cvs.drupal.org/diff.php?path=contributions/modules/activity/contrib/u... http://cvs.drupal.org/diff.php?path=contributions/modules/activity/tests/Act...