Downloads

Download tar.gz 163.52 KB
MD5: bd260542779595100d26c2f473c501e3
SHA-1: f5468b3e5602fc66df2099cf11ac279be4600310
SHA-256: 07ee3214dcad9ab43744f4fe99e012f6b9d6b5fbc60af0b50d35bdcdc7d1a501
Download zip 185.62 KB
MD5: 8bff891e121b0ef1603a44c74ea711fb
SHA-1: 5ea71142dc496df328418bc1af69b163fa8cfcbf
SHA-256: ca8bee27f6e19bbdacf83503d8c0f154db8365cd737f0d2dd41a4f7fc039dce2

Release notes

The 2.x-dev line contains the future version of the module. It is the
bleeding-edge code and the download is a daily snapshot of whatever is
in version control. The code may not be stable, isn't optimized for
performance, isn't as well tested, and might not even work. It should
not be used in production at all.

Major Features for 2.x

Ability to handle on-site activities. The stream can contain notices of node creations, comments on nodes, event signups, and other actions taken on the Drupal site.

Enhancements for high-volume sites. Improved update handling reduces the number of updates a site processes. Support fo the Job Queue module prevents cron time-outs with large numbers of users.

Taxonomy integration

Change Log

Here's the change log for the module. This will be updated periodically during development. For an up-to-date complete list of changes see the CVS log messages.

(New) installer for Flickr module that simply shows the user a message indicating they need an API key.
(New) Split node creation from stream addition to allow for local site activity
(New) Stub of Local module to handle basic on-site activities
(New) Permissions settings allow admins to determine which roles can use each add-on module
(New) If Job Queue is installed, use it instead of processing everything on Cron. #417548: Scalability of activity stream for large number of users
(New) Allow admins to specify a delay on Updates and not update every hour. #417548: Scalability of activity stream for large number of users
(New) Import Tags and Categories from feeds and feed-based plugins #265001: Importing tags patch by acstewart
(New) RSS feeds for the site stream and for each user #362433: RSS for "All User's" activity stream page & #257403: Create RSS feeds per user
(New) only update streams from users that have been active recently
(New) include geoRSS information in feed updates so modules can map stream items #384052: Allow location to be extracted from feeds patch by geodaniel
(New) Twitpic image preview in Twitter streams #381724: Twitpic support for Twitter sub module patch by geodaniel
(New) User-specific block of a user's recent activity. #427558: adding a user-specific block to the module patch by George2

(Improvement) Better handling of conflicts with other modules that use SimplePie feed parser #303765: Working with Feed API Module Installed
(Improvement) Include RSS feed url in watchdog error reports
(Improvement) On settings page, provide a link to get a flickr api key

(Fix) Submit button appears before module settings in admin settings form
(Fix) Breadcrumb missing "Home" link. #328827: breadcrumb should be 'Home' not 'Activity Stream', perhaps...?
(Fix) Problems with updates containing titles longer than 128 characters (ie Twitter). #304209: Twitter cron updates die at max length patch by dsantangelo
(Fix) Flickr module throws PHP errors and does not update

Created by: akalsey
Created on: 20 May 2008 at 22:44 UTC
Last updated: 16 Apr 2009 at 22:41 UTC
New features

Other releases