activitystream 7.x-3.0

New features
Unsupported
Activity Stream 7.x-3.0, 2012-09-04
-----------------------------------
 * Activity Stream 3.0 IS NOT BACKWARDS COMPATIBLE with Activity Stream 1.x!
 * Activity Stream 3.0 HAS NO UPGRADE PATH from Activity Stream 1.x!
 * Activity Stream 3.x doesn't have everything from the 2.0 betas. Yet.

 * The Activity Stream API has been rewritten.
  * The original 1.x API has been around since Drupal 5.x.
  * The new 3.x API is focussed on Drupal 7.x and what it already offers.
  * Most Activity Stream-specific hooks have been replaced with core hooks.

activitystream 6.x-2.0-beta2

New features
Bug fixes
Unsupported

This release resolves all blocking issues with the 2.x beta. It also improves compatibility with other modules that use PEAR or the phpFlickr module.

In particular:

Performance for sites with very large numbers of Activity Stream nodes is improved.

PHP errors and warnings have all been resolved.

Display is improved, with mixed case Twitter IDs being properly handled and a new theme function for blocks.

(Fix) Date header in stream uses hard-coded date format. (Fixes #640528: Custom date format in stream)
(Fix) $baseurl not passed to flickr functions (Fixes #785408 patch by JeremyFrench )
(Fix) Misc notices in module
(Fix) Mixed case twitter IDs are not stripped from the title
(New) Strip leading twitter IDs from body as we do on the title.
(Fix) If item has no title, warnings occur on import (Fixes #736466)
(Fix) Feed item URLs with ampersands in them don't work
(Fix) Saving a twitter user results in error "warning: mysqli_real_escape_string() expects parameter 2 to be string, array given" (Fixes #663056)
(Fix) Watchdog messages using 5.x api
(Fix) DOM ID #activitystream used in block content (Fixes #673406)
(Fix) Default value for lastfetch in db schema causes postgres errors (Addresses #872264)
(Fix) Typo on admin page. (Fixes #959836)
(New) Add info about activitystream_user_load() helper to dev docs
(New) More link in block to link to full stream (Addresses #922718)

activitystream 6.x-1.0

Unsupported

This is the official release of Activity Stream 1.0. It is identical to RC2. No major issues were reported for RC2, so it has been promoted to a full release.

activitystream 6.x-2.0-beta1

Unsupported

This is the next generation of Activity Stream. This release focuses on performance for high volume sites, additional metadata like importing tags and geotagging from stream sources, and structuring the module to allow for local activities to appear as stream sources ("Joe left a comment on...").

activitystream 6.x-1.0-rc2

Bug fixes
Unsupported

(Fix) Saving a user account or profile causes the user's activity stream to stop updating until the user re-saves their activity stream settings. #331081: Must resave settings to enable automatic item import via cron Thanks to soyarma for finding the source of the bug.

activitystream 6.x-1.0-rc1

New features
Unsupported

This is the release candidate for the D6 version of Activity Stream. The major feature is the addition of Views support.

activitystream 5.x-1.3

Bug fixes
Unsupported

This is a bug fix only that fixes bugs in the initial installation process of 5.x-1.2. Users that installed 1.2 should uninstall Activity Stream (including running the uninstaller found by clicking on the "Uninstall" tab at the top of the modules page). They should then install this version instead.

Users who upgraded to 1.2 from a previous version are unaffected by this issue and do not need to upgrade.

activitystream 5.x-1.2

New features
Bug fixes
Unsupported

This release adds support for Views and Postgres. The module now includes a block that shows the stream for all users. Performance should be better, both during cron and when displaying streams. And now, if you edit a node in Drupal, Activity Stream won't change it.

Full changelog:

activitystream 6.x-1.0-beta1

Unsupported

The 6.x-1.0-beta1 release is a feature match for the current 5.x-1.2 release.

Special thanks to herbieh for the initial patch to port to 6.x and to eojthebrave for lots of testing and patching on this branch.

activitystream 5.x-1.1

Bug fixes
Unsupported

This is a maintenance release. It fixes a number of issues, cleans up the code, and makes the module integrate better into Drupal.

activitystream 6.x-2.x-dev

New features

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

activitystream 5.x-1.0

Unsupported

This marks the release of Activity Stream 1.0.

Changes in this release are:

activitystream 5.x-1.0-beta3

New features
Bug fixes
Unsupported

(Fix) twitter username is removed from node body instead of title
(New) In twitter module, autolink URLS
(Fix) extra space at the beginning of twitter statuses
(Fix) Delicious items are not linked
(Fix) Delicious items are missing CSS class on permalink

activitystream 5.x-1.0-beta2

New features
Bug fixes
Unsupported

(Fix) Parse errors in .info files cased by CVS tags - fixes http://drupal.org/node/239463
(Fix) Installer has incorrect module name - fixes http://drupal.org/node/240084
(Fix) Installer missing two columns in database table - fixes http://drupal.org/node/240084
(Fix) Profile module not listed as dependancy
(New) Usernames and hashtags linked in Twitter module

Subscribe with RSS Subscribe to Releases for Activity Stream