activity 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| activity-7.x-1.x-dev.tar.gz | 35.83 KB | a4a459d3af9de2d8da906a0b77c000f9 |
| activity-7.x-1.x-dev.zip | 46.2 KB | e347e1599ec10c87cd7b98d4ea0e72a7 |
Release notes
Development snapshot of the Drupal 7 Branch
activity 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| activity-6.x-2.0-alpha1.tar.gz | 49.09 KB | c78cbeef2bc7e1e535bfdbb827124b62 |
| activity-6.x-2.0-alpha1.zip | 65.17 KB | d1d3f43ec56865022bf88cdc0fe995b7 |
Release notes
Tagging Alpha
activity 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| activity-6.x-1.2.tar.gz | 31.86 KB | 06eb42f6bf115ae7137e5a9e926c97f9 |
| activity-6.x-1.2.zip | 52.5 KB | 90abb883d70fd11d5eed4193c92029e0 |
Release notes
Changes since DRUPAL-6--1-1:
Read moreactivity 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| activity-6.x-2.x-dev.tar.gz | 41.93 KB | 1dcef40bd7b4fba03e948707754a0843 |
| activity-6.x-2.x-dev.zip | 54.71 KB | 349ef7e51663544bf7f30ebc1a186d8e |
Release notes
This is a completely different approach to Activity logging than the previous version (6.x-1.x). We're now utilizing core actions functionality to handle the recording of activity messages instead of having our own functions to do so. This is more efficient and will be less duplication/maintenance.
We also allow for some more hooks that other modules can implement in order to allow some kick ass integration. (Read DEVELOPER.txt for hook definitions)
From the README.txt:
* Activity 6.x-2.x takes a new approach from previous versions.
* Activity now provides a configurable action that can be used with any
Triggers.
* All activity is displayed through Views 2.
* Core modules such as Node, Comment, and User are provided as includes as a
way to provide example of how this can be integrated with any module.
* Permissions can be provided for display by any sort of user relationship
type modules, such as Flag friend, User Relationships, Friendlist, etc.
activity 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| activity-6.x-1.1.tar.gz | 30.91 KB | 2b522b71fe0de1d8883b9ffb504642b4 |
| activity-6.x-1.1.zip | 51.39 KB | a52aff936abba268c9fbf2ddd640e17d |
Release notes
Changes since DRUPAL-6--1:
Read moreactivity 5.x-4.x-dev
| Download | Size | md5 hash |
|---|---|---|
| activity-5.x-4.x-dev.tar.gz | 31.17 KB | 3f3188b6ed95b79b836ce3512c7efa60 |
| activity-5.x-4.x-dev.zip | 58.05 KB | 37472020cf8df1c31fabc6b1b48e8afe |
Release notes
A new branch of Activity for Drupal 5 has been created as the
changes from the DRUPAL-5--3 branch are enough to warrant
a new DRUPAL-5--4 branch.
The changes and enhancements made in this branch will be
detailed in future posts to the project page and to these
release notes.
activity 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| activity-6.x-1.x-dev.tar.gz | 35.35 KB | 44427467075f026e4a980e369c9401e9 |
| activity-6.x-1.x-dev.zip | 57.4 KB | 4adb4a1ab271c4a0a7888ecb0f8362f3 |
Release notes
First snapshot of the Drupal 6 compatible version of
Activity module.
activity 5.x-3.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| activity-5.x-3.0-beta2.tar.gz | 22.04 KB | 60438bab60bb66e6c630c9dfd3930cd1 |
| activity-5.x-3.0-beta2.zip | 36.13 KB | 7cea0b06b85f0bd09cc1d1ffb4e15428 |
Release notes
New release fixes some bugs.
activity 5.x-3.0-beta
| Download | Size | md5 hash |
|---|---|---|
| activity-5.x-3.0-beta.tar.gz | 17.44 KB | d18a34bc44546b3bfe9ae00f51f5854b |
| activity-5.x-3.0-beta.zip | 24.04 KB | cf922cac8fb7c473d5843a30b830e68a |
Release notes
Complete rewrite of the module done by Robert Douglass with the help of sirkitree.
New features:
- Extensible architecture so that any module can integrate with the Activity API
- Role and action sensitive messages so that you can tell the sender of a message "You sent Bob a message" and the receiver "You've received a message from Jim"
- Table view of all activity and "My activity"
- RSS feeds for all activity and "My activity"
- Integration with nodes, comments and user relationships.
- Simpletest unit testing of core get/set API functions
- All messages are customizable via the admin interface with token support provided by Token module
activity 5.x-2.1-2
| Download | Size | md5 hash |
|---|---|---|
| activity-5.x-2.1-2.tar.gz | 13.16 KB | c478a3c2306aaccde51087b617af4d48 |
| activity-5.x-2.1-2.zip | 17.71 KB | 5b960fbe2e36ecf67824d132113eea72 |
Release notes
#197513: activity block fix by katbailey
activity 5.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| activity-5.x-3.x-dev.tar.gz | 22.03 KB | cd42988820a4cd5a8c605e92d0bad749 |
| activity-5.x-3.x-dev.zip | 34.94 KB | e0c9683a7b13bab64f5c22d5de5ca60a |
Release notes
Some major advancements in turning this into an API. Thanks to RoberDouglass!
activity 5.x-2.1-1
| Download | Size | md5 hash |
|---|---|---|
| activity-5.x-2.1-1.tar.gz | 11.22 KB | ab393faed7308727a9389f85418dd72b |
| activity-5.x-2.1-1.zip | 15.27 KB | 590d95ab9ff25c7f9485630410c87364 |
Release notes
switched the includes to modules which need to be enabled now. this allows for module_invoke functions.
other various bug fixes by robertDouglass, sirkitree, and katbailey
activity 5.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| activity-5.x-2.1.tar.gz | 11.22 KB | f256c22809e1b26a21170749aeae0651 |
| activity-5.x-2.1.zip | 13.68 KB | 4c33aa0ff3a2f6402db2f6f52402267c |
Release notes
'Friend Activity' block now shows up.
The block was not showing up if there was no friend activity listed.
Also fixed some logic on what user to show friends of.
activity 5.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| activity-5.x-2.x-dev.tar.gz | 13.21 KB | 8a86fdef5011ae46da61dfc2d50bcaf2 |
| activity-5.x-2.x-dev.zip | 17.39 KB | 817b28514a02f212f5ebbd56fb0c6dee |
Release notes
Initial release of the module. Still need more generalization but should be usable.