Download & Extend

Releases for Heartbeat

heartbeat 7.x-1.0

Download Size md5 hash
heartbeat-7.x-1.0.tar.gz 96.99 KB 3a68d1943f4029ebe1a0ee4cffc2b7e4
heartbeat-7.x-1.0.zip 124.63 KB 11b359159121e9e2f3eef3fc710ba22a
Last updated: June 25, 2011 - 20:16
Official release from tag: 7.x-1.0

Release notes

Make sure you run updates to have the latest database structure and note that some things require the latest CTools and Rules dev version to work without problems.
Mainly bugfixes on data types, rules integration, user relationship integration, exportables.

The most innovating thing is the Node.js integration by miles. It's still in early stages but it works. Note that there are access levels that are not checked so messages end up that shouldn't be. The heartbeat_nodejs is thus very experimental.

heartbeat 7.x-1.0-beta1

Download Size md5 hash
heartbeat-7.x-1.0-beta1.tar.gz 94.45 KB 837049dd7f53e442049fd546cc4a2e75
heartbeat-7.x-1.0-beta1.zip 121.56 KB d230f43a488b832465dda05fb0305884
Last updated: May 3, 2011 - 23:51
Official release from tag: 7.x-1.0-beta1

Release notes

Added facebook style out-of-the-box
Added heartbeat comments
Added plugins
Added flags on messages
Added submodule to integrate with Node.js

heartbeat 6.x-4.11

Download Size md5 hash
heartbeat-6.x-4.11.tar.gz 116.23 KB e1012ad69f8c822dfb7c5c41d0412e80
heartbeat-6.x-4.11.zip 164.3 KB 9c1dd36b92a35cd4fad8a526e9f7a9a6
Last updated: January 21, 2011 - 01:05
Official release from tag: 6.x-4.11

Release notes

Big fix in comment cache and translation system for heartbeat comments.
a couple of minor to major other bugfixes reported in issue queue. See changelog for more details.

heartbeat 6.x-4.10

Download Size md5 hash
heartbeat-6.x-4.10.tar.gz 112.47 KB a90cbefd243269d4a78bad2a45fd11b3
heartbeat-6.x-4.10.zip 160.25 KB 5fdeec3db6b9e9079ce18dbf0335e9a0
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-4.10

Release notes

- Refactoring to improve perfomance (see readme.txt for more details)
- bugfixes on drupal.org

heartbeat 7.x-1.0-alpha7

Download Size md5 hash
heartbeat-7.x-1.0-alpha7.tar.gz 47.76 KB 9b0432242b2aec3415a702a864aad937
heartbeat-7.x-1.0-alpha7.zip 58.81 KB 8adcdb7deeadb168863bc31b604f5874
Last updated: December 24, 2010 - 23:07
Official release from tag: 7.x-1.0-alpha7

Release notes

First official alpha for heartbeat.

heartbeat 7.x-1.x-dev

Download Size md5 hash
heartbeat-7.x-1.x-dev.tar.gz 121.07 KB 53b729920950d263c4c2b31c65008566
heartbeat-7.x-1.x-dev.zip 162.22 KB f8d455b0e1e8c676dc830a3743dcadc3
Last packaged version: 7.x-1.0+132-dev
Last updated: May 21, 2012 - 00:21
Development snapshot from branch: 7.x-1.x

Release notes

First release of heartbeat for drupal 7. Basic api functions the same way as the 6 branch

heartbeat 7.x-1.0-alpha6

Download Size md5 hash
heartbeat-7.x-1.0-alpha6.tar.gz 106.17 KB 80dc036d9f0ff441fac1312cbb4acff5
heartbeat-7.x-1.0-alpha6.zip 153.7 KB 0f7ccfe81d312933db46b668d53522e5
Last updated: December 24, 2010 - 23:07
Official release from tag: 7.x-1.0-alpha6

Release notes

The most basic candidate for heartbeat. The releases will follow drupal releases after checking/testing everything keeps working.

heartbeat 6.x-4.9

Download Size md5 hash
heartbeat-6.x-4.9.tar.gz 102.79 KB 33548b3c7ed1130704883b22d1202f20
heartbeat-6.x-4.9.zip 146.13 KB 6d87102d4bc51e73874345f8c2716e9a
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-4.9

Release notes

- Refactored heartbeat comments and shouts to sanitize the user input.
When shouts are displayed, the content is now sanitized with filter_xss
to filter the user input.
Actions:
- Upgraded heartbeat.install so the default allowed tags are more secure.
There is a left-over img attack but the code where this filtering is done,
is managed by a higher level permission. Before heartbeat messages,
heartbeat comments (and shouts) were sanitized with this tags match. It is
only needed and handy for the per UI manipulatable heartbeat messages. This
means that heartbeat comments and shouts will follow the normal filter_xss
approach within standard drupal.
- Added the filter_xss for shouts module when fetching the shouts from database
- Tipped by David Rothstein, I moved the filter_xss for heartbeat_messages to a
earlier point so it's not theme-overriable (thus possibly leading to XSS attack)
- Change to hds_regions.css following the DS releases.
- Added basic features integration.
- Fixed a couple of issues from the d.o queue.
- Refactored the comment rules integration so it can take the original author as well.
- Added update hook for this install.

heartbeat 6.x-4.8

Download Size md5 hash
heartbeat-6.x-4.8.tar.gz 100.86 KB 83a67d38908e8fbd66d2d34437a4b904
heartbeat-6.x-4.8.zip 143.46 KB c46ee6ba4d61350fa188ea8016a72dae
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.8

Release notes

Cleaned up most of the issue queue and added a couple of feature requests untill stable again

heartbeat 6.x-4.7

Download Size md5 hash
heartbeat-6.x-4.7.tar.gz 96.14 KB 9b91060a42b7ccacce681f2fe4f4587c
heartbeat-6.x-4.7.zip 138.08 KB 4c738339760b17929ac332f90736b037
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.7

Release notes

- moved connectedheartbeat to friendlist_activity module where it belongs.
- Improved performance for user loads and message template loads.
- fixed some bugs on http://drupal.org/project/issues/heartbeat.
- Added throbber to ajax loads.
- improved views integration module.
- Added some examples and documentation on heartbeat.menhireffect.be

heartbeat 6.x-4.6

Download Size md5 hash
heartbeat-6.x-4.6.tar.gz 92.13 KB 797c1cfaed46c46e4e2c877a1678db87
heartbeat-6.x-4.6.zip 133.09 KB f5e21aad23e7def86b5823db20521d8d
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-4.6

Release notes

- Friendlist_activity module will now take three user relations defining modules as api to make a choice on what defines heartbeat user relations. Friendlist / flag_friend / User relationships
- Added node relation for heartbeat views. we can now filter on node type as well.
- Cleared d.o. issues and support request untill satisfied.
- Refactored hds to follow releases of display suite
- Added check box on the stream configuration page so we can choose to have filters on block and/or page in stead of always enabled at once.
- Fixed a bug on the page pager setting.
- Added a profile configuration setting to opt in/out from messages on account pages.
- Added a profile stream page for the displayed user. Administers can enable/disable this for each stream.
- Added actor user object to the message so heartbeat can works with nicer community data. This is a big increase of load though, but it's needed. Maybe heartbeat can cache it's user loads in its own way since users are not cached. The calculation of friends can not happen allways (BIG TODO)

heartbeat 6.x-4.5

Download Size md5 hash
heartbeat-6.x-4.5.tar.gz 82.41 KB 2d1b49b682eca8de7373ce694f4f6c70
heartbeat-6.x-4.5.zip 117.26 KB 9d1e826d1b31e01afc9ca0de65f4eb92
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.5

Release notes

- Changed friendlist_activity to take options to define which user relation
api will be used.
- Debug and fixround through the issue queue on drupal.org
- Updated views integration back to normal
- Improved scalability of a stream bigtime by adding a variable to maximize
the sql. This is a rather weird configuration as it takes a little of playing
with numbers.

heartbeat 6.x-4.4

Download Size md5 hash
heartbeat-6.x-4.4.tar.gz 82.41 KB 44e8e28662ec3996dd5a7f6daf886399
heartbeat-6.x-4.4.zip 117.27 KB ff3974d31eea2e39800668795c675bfb
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.4

Release notes

- Changed friendlist_activity to take options to define which user relation
api will be used.
- Debug and fixround through the issue queue on drupal.org
- Updated views integration back to normal
- Improved scalability of a stream bigtime by adding a variable to maximize
the sql. This is a rather weird configuration as it takes a little of playing
with numbers.

heartbeat 6.x-4.3

Download Size md5 hash
heartbeat-6.x-4.3.tar.gz 84.26 KB 6de38bbde1be796d0c84965d24482f68
heartbeat-6.x-4.3.zip 119.7 KB 05f97a2c5d0d68601fc98fad3518ef3c
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.3

Release notes

This is only because the beta's would not appear on the project page.

heartbeat 6.x-4.3-beta3

Download Size md5 hash
heartbeat-6.x-4.3-beta3.tar.gz 84.29 KB a738fd13c856217ac36961b775125c3c
heartbeat-6.x-4.3-beta3.zip 119.75 KB 2c87f5d91d3d50c4d8254ce2084ee741
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.3-beta3

Release notes

Fixed missing factory class so logging works again. See beta2 and beta1 for new features.

heartbeat 6.x-4.3-beta2

Download Size md5 hash
heartbeat-6.x-4.3-beta2.tar.gz 83.91 KB a189be1c05eb7a8f7f40425f8986f196
heartbeat-6.x-4.3-beta2.zip 119.41 KB 3a66566cfbcc2e20f092bc7c32fcb7c2
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.3-beta2

Release notes

Fixed bugs on beta1
Added features for display suite for instance
Changed core to take more dynamic settings and settings from other contribs / custom modules
Added an example module to clear a lot of things up for my fellow contributors.

heartbeat 6.x-4.3-beta1

Download Size md5 hash
heartbeat-6.x-4.3-beta1.tar.gz 72.26 KB 7f1d7e4fa010551af1ad6a2385ea30dd
heartbeat-6.x-4.3-beta1.zip 97.8 KB 6fe13df6cf58f2c44271084e4d1183b6
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.3-beta1

Release notes

Views integration works again, although it will never will be as powerfull as heartbeat built-in blocks and pages.
Fixed some bugs
Changed menu so all heartbeat admin pages are gathered together.
Changed the manner how heartbeat include files and classes. It is not as nice as an autoload but it will be more performant

heartbeat 6.x-4.2

Download Size md5 hash
heartbeat-6.x-4.2.tar.gz 71.1 KB 698a310fd7099ef78a0b8ae3a40c8630
heartbeat-6.x-4.2.zip 96.22 KB c2627f5572c68390d0d2925eebd0c1d2
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.2

Release notes

Heartbeat is much more of an API than before.

  • The api function logger is better than before because it includes an extra node id , the node target. This can be used for node references or organic groups for instance.
  • The display is even more configurable now. You can set global configuration, alter settings per stream and configure each message template specific.
  • Added a hook to filter messages, that allows us to filter the current stream with a callback, leaving out all messages that don't concern us.
  • With "shouts" module on, you can add comments to heartbeat activity messages. Another option is added for messages in node context, we can enable "node comments". This uses the normal comments we are familiar with. This setting exists per message type in the attachments section.
  • Added Ajax paging and settings for each stream per block and per page. The number of messages displayed can be set and after all filters and access checks, the number is calculated. "older messages" are shown with a pager on timestamp offset, making sure that all the messages are fetched that remain. A cron hook with a global setting will delete "too old" messages, to avoid bad streams.
Read more

heartbeat 6.x-4.1

Download Size md5 hash
heartbeat-6.x-4.1.tar.gz 62.4 KB 7a2c90918690412cc2ccde7d0aae261b
heartbeat-6.x-4.1.zip 87.88 KB 32683c41c70f9afd9716e6c5a7841163
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.1

Release notes

This release is the first release where heartbeat fungates as API and not as (POC) module with too many features and possible features.
Heartbeat activity streams are very customizable. We have attachments (comments, flags, ...) and lots of settings on a per-message basis to create the desired displays.
The views module would not be needed very much, but much work is to be one to take this beyond. Heartbeat comes with 3 default message access states, but other modules can add their own very easily. This way one can create displays in rather advanced user scopes. (E.g. activity within an organic group)

heartbeat 6.x-4.0

Download Size md5 hash
heartbeat-6.x-4.0.tar.gz 55.78 KB 5fe784b9fabc76c07b21606917e026b6
heartbeat-6.x-4.0.zip 81.45 KB 24310a1fa41382354cb460bb8ec803b6
Last updated: December 24, 2010 - 23:07
Official release from tag: 6.x-4.0

Release notes

Cleaned up lots of pieces of code
Added simple flag integration onto heartbeat activity messages
Added documentation in the module as well as at blog.menhir.be

Subscribe with RSS Syndicate content
nobody click here