activitystream 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| activitystream-6.x-2.0-beta1.tar.gz | 97.88 KB | 6ea2c281a6ec7bf01ff93252a8f47fdc |
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...").
The full changelog since 1.0 is below.
(New) PHP 5.3 compatibility (Fixes #618504: Activitiy stream generates warnings)
(New) Support for Local module to handle basic on-site activities. The Local module itself doesn't work yet.
(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) Twitpic support. Patch by geodaniel #381724: Twitpic support for Twitter sub module
(New) Admin setting to determine if Twitter replies are shown or not
(new) installer for Flickr module that simply shows the user a message indicating they need an API key.
(New) Add ID attribute to items array with the original feed item's guid
(Change) On settings page, provide a link to get a flickr api key
(Change) Include RSS feed url in watchdog error reports
(Change) Update phpFlickr library to match current Flickr API
(Change) Use search.twitter.com for hashtags instead of hashtag.org
(Change) use a menu access callback to determine visibility of the profile subtab instead of the ugly hack that was previously used.
(Change) use node_body_field on the node edit form (Fixes #582918: Permit activitystream items to be edited- current save of activitystream nodes doesn't change the body patch by Benjamin Melançon)
(Fix) HTML entities in titles are double encoded (Fixes #490584: "&" shows up as "&" for Last.fm patch by butler360)
(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
(Fix) Initial install doesn't create 'changed column
(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.
(Fix) Call-time pass by reference error (Fixes #572596: Call-time pass-by-reference has been deprecated)
(Fix) Node edit field labels not translatable (#590216: Translate titles of form fields in hook_form patch by aufumy)
(Fix) Pass by reference errors in admin (Fixes #551104: Warning: Call-time pass-by-reference has been deprecated in modules/activitystream/activitystream.module on line 621)
(Fix) hook_cron doesn't honor db table prefixes (Fixes #547406: Drupal database prefix not used)
(Fix) # symbols in URLs are parsed as hashtags (Fixes #544804: Hashmark in links produces wrong links)
(Fix) @ symbols in email addresses and URLs are parsed as usernames
