Download Size md5 hash
redhen-7.x-1.0.tar.gz 96.84 KB 40aa8415027b31a630e365d8ddfeca10
redhen-7.x-1.0.zip 131.94 KB 7f115fc5dde63677f207830b333885a6
Last updated: February 6, 2013 - 23:02
Official release from tag: 7.x-1.0

Release notes

ThinkShout is thrilled to announce a stable 1.0 release of RedHen, a native Drupal CRM. This update contains numerous improvements and bug fixes and updating is strongly recommended.

Changes since 7.x-1.0-beta3:

  • #1864320: Property export org group settings.
  • Restructure redhen_org with each class in a separate file and lib directory.
  • Restructure redhen_note with each class in a separate file and lib directory.
  • Coding standards.
  • Fix array index error resulting from filter system changes.
  • Restructure redhen_engagement with a lib directory and file for each class.
  • Restoring CSS attributes that were accidentally removed.
  • Missing text sanitization.
  • #1846238: Menu items need to be refreshed after Contact Type and Organization Type creation.
  • #1801390: Use native field API to generate filters in redhen_filter_form.
  • Cleanup for engagement listing render array
  • Cleanup relation listing render array
  • Cleanup of engagement listing render array
  • Issues #1778146, #1778126: Refactoring notes listing to cleanup theme functions.
  • Issues #1778146, #1778126: Refactoring organization listing to cleanup theme functions.
  • Issues #1778146, #1778126: Refactoring contact listings to cleanup theme functions.
  • #1796944 by tauno, nedjo: Add generic rules actions for RedHen Engagement scoring
  • Fixed behavior on Own Contact permissions reported in #1861558 by dwightlathan77
  • #1896682 - Define labels in 'entity keys' in hook_entity_info
  • Added appropriate default behavior and checks for null values on note types to avoid error messages on notes with a blank type. #1874280
  • #1673778: Add contact middle name.
  • Refactor redhen_engagement to use metadata properties and score machine names
  • Change Entity API dependency to 1.0 or greater.
  • Fixed display of activity module link when activity module is disabled as reported by micnap in #1806724.
  • Applied patch redhen-filter-form-bundle-1799576-3 for issue #1799576 by nedjo. Cleans up display of bundle-specific filter fields.
  • More coding standard changes in redhen_relation.module.
  • Coding standards in redhen_relation.module.
  • #1857548 by jcaston: added check in activity_message_save to ensure that relationships don't try to reference deleted entities while generating messages.
  • Refactoring each class into a separate file and moving all classes into the lib directory.
  • #1895944 by asherry: Organization entityreference error. Keep up with entityreference module.
  • #1894024 by iamEAP: Friendlier admin menu structure.
  • #1877086: Entity metadata properties of type 'entity' should return metadata wrapper not the entity
  • Fixing bug/typo in engagement scoring action
  • Fix array index error when an email label was empty.
  • #1874512: Move metadata property functions into module file rather than include.
  • #1840516 by valderama: Wrong path to image.
  • #1592686 by nedjo: Use Entity APIs new revision support.
  • #1757574 by marktfrey: Added views relationship for contact/user. Removed old join method.
  • Adding LICENSE file.
  • Fix typo.
  • Allow for email label to be set to None
  • Update redhen_fields_email_data_property_info for integers and udpate label to integer from term
  • Use the correct setter callback for field properties
  • Add metadata properties for email field columns
  • Remove hook_field_info_alter(), not currently needed.
  • Convert contact email handling to use entity metadata system.