Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
90.77 KB
MD5: 5aefb0f931a16f1f2d733e802d448d8d
SHA-1: de0d4b435ab0bc1d2795f582cb3b9de032cb3c19
SHA-256: a91b90e0a4d2be398e519c0c32440f26e9b92cda7c79d7f91fe2ffe570b32763
Download zip
122.98 KB
MD5: 6b64a2424276ada0168690b2b47ec0b6
SHA-1: 11c74c9c1d190a38d8b9e299e347e4e79f9a5e12
SHA-256: 72a408c1b3ec78ffa98cc738eb0e08ddee58cc5fda412e6919530b8cfded4b3f
Release notes
This release features a new activity module which provides global and contact/organization specific activity logs.
Details changes since 7.x-1.0-beta1:
- #1744698: Add a permission to administer organization types.
- Add theme support for activity list.
- Remove conditional around membership message type. It always needs to be there to handle existing messages.
- Add activity support for redhen_membership.
- Add activity stream link to dashboard.
- Adjustments to message definitions.
- Code formatting for redhen_message.module.
- Changing format of messages to redhen_activity_message
- Moving message text field creation into hook_install().
- Remove CRUD from message type names.
- Created top level activity stream.
- Basic handling of date fields in EFQ filter forms
- Formatting README
- Handle note and relation messages in case of parent entity delation.
- Improve connection message to include both entities involved.
- Log contact and org deletions.
- Restore hook_field_access() implementation.
- Fix error when recording activity for connections.
- Renaming redhen_message to redhen_activity.
- Change all format_date() usage to redhen_format_date().
- Accept format parameter for redhen_format_date().
- Use standardized date formatter.
- Add standardized date formatter.
- Add author to message list.
- Implement hook_entity_property_info_alter() to add filtering for message dates.
- Improvements to redhen_filter_query(): support operator definition
- Add filtering to redhen activity.
- Expand filter fieldset if bundle provided.
- Add pager to message table.
- Refactor activity listing to use redhen query and filter api.
- Add message support for engagements.
- Add message support for relations.
- Create activity entry for notes.
- Load note author and entity in all cases.
- Fixing message bundle naming.
- Add function headers and change message types to be one each for all crud operations for each entity type.
- Fix note deletion redirection
- Refactoring saving a message into own function and reusing in hooks.
- Baseline activity list now appears for contacts and orgs.
- Initial commit of message integration.
- Minor tweaks to api docs.
- Markup change: cleanup email display formatter html
- Update redhen_note_entity_delete to use Redhen Note API