Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download crm_core-7.x-0.92.tar.gztar.gz 103.46 KB
MD5: dbc43c58882c082ffaf7ce8e600c0fb9
SHA-1: 8a407e7bba9c414bd6f2652de678a1abb32c2b00
SHA-256: 12874ccd96f797cf306a201e8d430e4c6cf4f18db84ea7f05b97dd7158ed5821
Download crm_core-7.x-0.92.zipzip 158 KB
MD5: 18265cc172aa67a5aa48273dedf85890
SHA-1: d59138867b490ddb1a8dad357b96ef87672d106a
SHA-256: 316e855b13d5c52fed3337da7a531a6e7c8717b7282dab9a39ecdcb519b04143

Release notes

The second official, stable release for CRM Core.

This release includes a number of improvements and bug fixes over the 7.x-0.91 release. CRM Core Match is now considered stable and provides a sophisticated means for preventing duplicate contacts entering the system.

New features

- Improvements for contacts
- implemented match method on CRMCoreContactEntity
- implemented primary fields for email, phone and address on contacts, for use in feature
development
- added hook_entity_delete for contact records
- added support for relationship deletion
- Improvments for activities
- activities can now be created without first selecting a contact
- modified logic for activity participants, removed dependency on original contact
- modified filters for activity displays, can now filter by all activity types
- Improvements for relationships
- relationships can now be created without first selecting a contact
- Improvements for CRM Core User Sync
- removed dependency on rules configuration for contact to user management
- New module: CRM Core Match
- implements matching engines and logic for identifying duplicate contacts
- implements interface for selecting default matching rules for contacts
- New module: CRM Core Default Matching Engine
- creates matching engine and interface for configuring matching logic

Other commits

- Corrected several permissions issues affecting the display of contact information
- Corrected path issues for links coming from various views
- Improved breadcrumb support for CRM Core Reports
- Modified filters on various views to support resetting filter criteria
- Implemented logical operators for contact matching in CRM Core Default Matching Engine
- Implemented field hanlders for supporting logical operations in CRM Core Default Matching Engine
- Implemented support for selecting matching engines in CRM Core Match
- Implemented support for multiple contact types in CRM Core Match
- Implemented test cases for evaluating contacts in CRM Core Match
- Implemented security around CRM Core Match test cases
- Implemented objects for creating custom matching engines and API around them
- Implemented several relationships in views to account for matches and duplicates
- Improved documentation in various areas of the code
- Corrected double encoding of contact labels
- Corrected missing uid column on contact table

Created by: pingers
Created on: 8 May 2013 at 13:48 UTC
Last updated: 11 Dec 2013 at 15:35 UTC
New features
Bug fixes

Other releases