activitystream 7.x-2.x-dev

Download Size md5 hash
activitystream-7.x-2.x-dev.tar.gz 168.69 KB 4163a271f655613a8fcfb6caaf126d47
activitystream-7.x-2.x-dev.zip 190.71 KB 92ee73edc35e60bab463cea037c78620
Development snapshot from branch: 7.x-2.x
Last updated: April 16, 2011 - 00:02

Initial port to 7.2

activitystream 6.x-2.0-beta2

Download Size md5 hash
activitystream-6.x-2.0-beta2.tar.gz 166.23 KB 7a7fc3908468bd4d3cc094c3a37599b7
activitystream-6.x-2.0-beta2.zip 192.97 KB 33a23eedaa877b31ff09b2a7ae966a9e
Official release from tag: 6.x-2.0-beta2
Last updated: December 24, 2010 - 22:24

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)

Read more

activitystream 6.x-1.0

Download Size md5 hash
activitystream-6.x-1.0.tar.gz 154.48 KB 0727580db922dd0a8a1607892492e355
activitystream-6.x-1.0.zip 177.34 KB f0096d5adbb658f9f29c19f04ebd54ee
Official release from tag: 6.x-1.0
Last updated: December 24, 2010 - 22:24

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

Download Size md5 hash
activitystream-6.x-2.0-beta1.tar.gz 97.88 KB 6ea2c281a6ec7bf01ff93252a8f47fdc
activitystream-6.x-2.0-beta1.zip 111.25 KB 257b417ca49a1284ea66e2b92297e590
Official release from tag: 6.x-2.0-beta1
Last updated: December 24, 2010 - 22:24

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...").

Read more

activitystream 6.x-1.0-rc2

Download Size md5 hash
activitystream-6.x-1.0-rc2.tar.gz 154.5 KB 9b840b8856bc4af291acac23a9c5bd7d
activitystream-6.x-1.0-rc2.zip 177.36 KB c80df92c90ca53b587ab225b5f7a7137
Official release from tag: 6.x-1.0-rc2
Last updated: December 24, 2010 - 22:24

(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) typo on settings page displays constant instead of help text #440658: Settings help text does not display

activitystream 6.x-1.0-rc1

Download Size md5 hash
activitystream-6.x-1.0-rc1.tar.gz 154.66 KB 640aadb87e4d510ce39f174473f88a11
activitystream-6.x-1.0-rc1.zip 178.4 KB 199487db3115adb4ce1a2352d410606c
Official release from tag: 6.x-1.0-rc1
Last updated: December 24, 2010 - 22:24

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

(New) Add permissions hooks for editing and deleting items #408218: activitystream nody type has no permissions settings
(New) Views2 support #300163: Views 2.x support
(Fix) Move profile view out of Summary #399266: Take the profile block out of summary for easy theming
(New) Add a friendly description on the user settings page. #429078: Add a nice description and title for the user

activitystream 6.x-1.0-beta2

Download Size md5 hash
activitystream-6.x-1.0-beta2.tar.gz 153.78 KB 556aa7a02fdc1a048ce5c4fec2640a70
activitystream-6.x-1.0-beta2.zip 176.42 KB 095bbee33fd0b098c9adff5c746fc459
Official release from tag: 6.x-1.0-beta2
Last updated: December 24, 2010 - 22:24

This release fixes a couple of installation problems.

(Fix) 'changed' column not created on install. Fixes #320263: Update errors and no display in block or profile
(Fix) 'lastfetch' column missing default value, which causes errors on first run. Fixes #319869: Field 'lastfetch' doesn't have a default value

activitystream 5.x-1.3

Download Size md5 hash
activitystream-5.x-1.3.tar.gz 152.8 KB 577f445eeb1e2a0572789f55aac6947a
activitystream-5.x-1.3.zip 174.97 KB e95e004514a6b5a5bad71271e5dc3573
Official release from tag: 5.x-1.3
Last updated: December 24, 2010 - 22:24

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.

(Fix) Installer doesn't created necessary DB column, leading to sql errors in node.module. Fixes #299534: Getting sql error on node pages
(Fix) If an item can't be added to a stream, a node is still created. #295796: Duplicate nodes created for each cron run

activitystream 5.x-1.2

Download Size md5 hash
activitystream-5.x-1.2.tar.gz 152.7 KB 33ff6f5696d74eba9069bb4c376a1536
activitystream-5.x-1.2.zip 174.88 KB f32fbd5c9f615eb72661618e4c4f8528
Official release from tag: 5.x-1.2
Last updated: December 24, 2010 - 22:24

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:

Clean up code formatting to match Drupal conventions
(New) Views support. Patch by acstewart -- #266615: Add views support
(New) Postgres support. Patch by HorsePunchKid #279567: Postgres support
(New) Block showing stream items from all users
(New) Edited nodes are no longer clobbered on updates
(New) Allow theming of date header via theme_activitystream_header
(Fix) user_load query repeated unneccesarily. Reported by eojthebrave in #293377: Theming overhaul
(Change) Updated Developer docs to include activitystream_user_load documentation
(Fix) Watchdog reports an item is new if it is updated
(Fix) Tab under user/*/edit does not use name set in admin/settings
(Fix) Module falsely says it requires profile.module
(Fix) Promote, status, and sticky flags are being overwritten on existing nodes
(Change) Only update node if it's different to save some processing time

activitystream 6.x-1.0-beta1

Download Size md5 hash
activitystream-6.x-1.0-beta1.tar.gz 153.46 KB 9d9bf8fb7d5dbb16d7361c3154444732
activitystream-6.x-1.0-beta1.zip 175.91 KB 8b783e78798fbd4e139f51f8f608b21b
Official release from tag: 6.x-1.0-beta1
Last updated: December 24, 2010 - 22:24

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 6.x-1.x-dev

Download Size md5 hash
activitystream-6.x-1.x-dev.tar.gz 154.95 KB b1caa839f46a0356288aec14a403ed0c
activitystream-6.x-1.x-dev.zip 175.92 KB 67ea87bb143c182aaceb5b24a266b01f
Development snapshot from branch: 6.x-1.x
Last updated: February 25, 2011 - 07:26

Added D6 1.x release

activitystream 5.x-1.1

Download Size md5 hash
activitystream-5.x-1.1.tar.gz 149.99 KB e7398f1bafaedd09152950c24b22245f
activitystream-5.x-1.1.zip 172.78 KB a40902ba33ec08233d423e6eca026e76
Official release from tag: 5.x-1.1
Last updated: December 24, 2010 - 22:24

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

(New) Use Drupal's settings for the number of items on a page. #287984: Configurable number of items on stream page
(Fix) Deleting a node doesn't delete the stream item #260625: Multiple users can't use the same stream source (comment 2)
(Fix) "foreach" errors when Twitter is down #260852: foreach errors when a stream feed can't be fetched
(Fix) missing user name in page titles #288026: Missing User Name in User's Activity Stream Title
(Fix) Multiple users can't use the same third party ID or feed #260625: Multiple users can't use the same stream source
(Fix) Undefined function error when uninstalling. #260127: when i try to uninstall the Activestream -- reported by kyanos and #279201: Module uninstalled but 'activity stream' still there
(Fix) Profile links are visible to users without profile access #278066: Stream items link to profile pages even when user has no access to view profiles.
(Fix) Module doesn't use Drupal's date formats #278417: Module doesn't Drupal's Date format settings
(Fix) Cleanup code formatting
(Fix) PHP warnings #287857: PHP errors on /stream page, #287857: PHP errors on /stream page, #287584: PHP notices on user/* when user has nothing in their activity stream, #287566: PHP Notices on user/*/edit and user/*/edit/Activity Stream, #287581: PHP notices caused by profile.module Reports and patches by eojthebrave

activitystream 6.x-2.x-dev

Download Size md5 hash
activitystream-6.x-2.x-dev.tar.gz 162.51 KB cb0e1ce8953d84f35d1f74935ef8aa9e
activitystream-6.x-2.x-dev.zip 184.54 KB 9464b56ebb61457a5d07e6c04d314d80
Development snapshot from branch: 6.x-2.x
Last updated: February 25, 2011 - 07:26

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

Read more

activitystream 5.x-1.0

Download Size md5 hash
activitystream-5.x-1.0.tar.gz 149.49 KB 4b544d8067e85e98fcfdec8bcf9efb06
activitystream-5.x-1.0.zip 172.49 KB 1122be4a1059892086bcea5aa6813781
Official release from tag: 5.x-1.0
Last updated: December 24, 2010 - 22:24

This marks the release of Activity Stream 1.0.

Changes in this release are:

(New) Force feed favicons to 16x16
(New) Place an error in the Drupal logs if a feed cannot be fetched. -- #253645: Feed not found (patch from cgardner)
(New) If no items are available in a stream, show an explanatory message.
(Fix) Feeds in user settings aren't shown when settings are edited.
(Fix) Flickr username isn't shown when user settings are edited
(Fix) Uninstall doesn't remove everything -- #245152: uninstall doens't uninstall everything (Report and patch from taynight)
(Fix) Some versions of PHP show all dates as Dec 31, 1969. -- #253523: Item dates not correct (Patch from http://seanreiser.com/node/956)
(Fix) useless select and loop before delete on uninstaller

activitystream 5.x-1.0-beta3

Download Size md5 hash
activitystream-5.x-1.0-beta3.tar.gz 149.47 KB b6feef3c8d17a9da73d78ab82d3474f3
activitystream-5.x-1.0-beta3.zip 172.5 KB 736600ba2cf29cabc7ee614cbd6c530e
Official release from tag: 5.x-1.0-beta3
Last updated: December 24, 2010 - 22:24

(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

Download Size md5 hash
activitystream-5.x-1.0-beta2.tar.gz 149.16 KB 79110548532a224d5ea9f9fb4321273c
activitystream-5.x-1.0-beta2.zip 172.21 KB ebf73c367a69933938be1de76ccf6bfd
Official release from tag: 5.x-1.0-beta2
Last updated: December 24, 2010 - 22:24

(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

activitystream 5.x-1.x-dev

Download Size md5 hash
activitystream-5.x-1.x-dev.tar.gz 153.69 KB 77c8c7c1ad0dd26b6d75543b814e88ce
activitystream-5.x-1.x-dev.zip 173.62 KB 83c035ff33568040ccaabed7ac24ecdd
Development snapshot from branch: 5.x-1.x
Last updated: February 25, 2011 - 07:26

Initial beta release

activitystream 5.x-1.0-beta1

Download Size md5 hash
activitystream-5.x-1.0-beta1.tar.gz 148.97 KB b2a16dae37db5b92155cab737213d58f
activitystream-5.x-1.0-beta1.zip 172.06 KB 73c606c0956e09fcb82bbb840b7fc569
Official release from tag: 5.x-1.0-beta1
Last updated: December 24, 2010 - 22:24

First beta release of the module.

Subscribe with RSS Syndicate content
nobody click here