You are here

CHANGELOG.txt in CRM Core 7

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 8.2 CHANGELOG.txt
CRM Core 7.x-1.0, 2017-02-16
-------------------------------------------------------------
- CRMFeedsActivityProcessor::expire() incompatible with FeedsProcessor::expire.
- Fixed content module missing warning in Drupal 7.50.
- Fixed Fatal error: Call to undefined method stdClass::label() when migrating contacts.
- CRMFeedsActivityProcessor does not expose all fields as targets.
- Strict Warnings in Feeds Integration.
- CRMFeedsContactProcessor does not expose all fields as targets.
- Moved devel integration code to separate project crm_core_devel.

CRM Core 7.x-1.0-rc1, 2016-01-23
----------------------------
- Added "Send email to participants" action for activities.
- CRM Core Report cleanup.
- Fixed issue with transferring relations on contacts merge.
- Move linked imports UI to the settings screen.
- Fixed documentation.
- Added views handler to provide default argument contact ID from current user.
- Added ability to skip node access checks when querying for related entities.
- Contact and activity templates are not used.
- Show only enabled themes on settings page.
- Replaced menu_rebuild() call with a marker that menu needs to be rebuilt.
- Fixed typo in array key.
- Added check for data received from CiviCRM API.
- Fixed handling CiviCRM field collections.
- Fixed fatal error in data import.
- Fixed check that relation between contacts exists.
- Added ability to alter entity list on rewind.
- Preserve data loss on contact/activity type being deleted.
- Preserve data loss on contact/activity type being deleted(features revert).
- Added crm_core_report_register_alter hook to API docs.
- Added convertion of primary/first address field related data.
- Added update of changed property on activity save.
- Added sender email to "Send e-mail to contacts" action.
- Added wrapped contact to mail params.
- PostgreSQL compatibility problem on activation.
- Improved contact label handling.
- Code should not call Drupal API functions outside of a function body. https://www.drupal.org/node/2597716.
- Fixed issues with contact autocomplete on PostgreSQL and improved label handling performance.
- Improved contact search by name handling.
- Fixed incorrect label cache population for not saved contacts.
- Removed unused param from name_format() call.
- By RoSk0, bechtold: Fill in contact "name" field.
- Bundle permissions not working correctly.

CRM Core 7.x-0.980, 2014-11-14
------------------------------
- Do not use t() in hook_menu.
- Remove unnecessary autocomplete code.
- By techsoldaten: creating data import modules.
- By techsoldaten: adding structure to data import module.
- By techsoldaten: more structure for data import.
- Added paths to basic pages.
- Added table for CRM Core data import.
- Added data import page.
- Added source selection page. Added plugins for source.
- Added CiviCRM plugin to info file.
- Added skeleton dynamic migration class.
- Base implementation for CRMCoreDataImport controller.
- Implementation for source config form.
- Added title callback for source settings page.
- Added next and previous buttons.
- Added title callback for field mapping page.
- Implementation of source fields.
- Implementation of destination plugins.
- Initial implementation for mapping form.
- Added entities and fields to mapping form.
- Refactoring and improving of mapping form.
- Added user destination plugin.
- Implementation of saving to db.
- Moved configuration pages to admin.inc.
- Added ctools plugins for settings page.
- Got rid of the unnecessary hooks implementation.
- Implementation of relations plugin.
- Implementation of the removal.
- Fixed adding of new elements.
- Updated comments and .info file.
- Added link to settings form.
- Improved generating options for relations select.
- Initial implementation for migration.
- Updated dependencies for migrate module.
- Implementation the run of migration for contacts and nodes.
- Implementation to use mapping from settings.
- Added primary key for source.
- Added batch for migration process and work with multiple entities.
- Implementation of relations.
- Added hooks.
- Added plugin for references settings.
- Added remove button.
- Initial implementation of references.
- Added styles for mapping form.
- Added intial support for multiple bundles.
- Improved support for multiple bundles on the mapping form.
- Updated migration to work with multiple bundles. Updated relations plugin.
- Updated references plugin to work with multiple bundles.
- Added delimiter to settings form for CSV plugin.
- Fixed migration for one destination.
- Fixed default values in form for settings of plugin.
- Fixed tooltip position.
- Fixed action buttons position on contact and activity forms.
- Implementation of move up and move down buttons.
- Implementation of remove button for each field.
- Styles for settings page.
- Implementation of remove button for settings forms.
- Added hook for preparing entity before saving.
- Fixed fatal error when references value added to contact entity.
- Improved code for references values.
- Improved handling for references. Added implementation for activities.
- Exposed contact creator to views.
- Unified naming.
- Exposed activity creator to views.
- Unified activity naming.
- Fixed some wording.
- Implementation of user migration.
- Fixed import for crm_core_activity.
- Added reference for node author.
- Fixed error with duplicates of controllers in settings.
- Converted plugins to use Batch API.
- Added real metrics to data import dashboard.
- Replaced ctools_dropbutton with crm_core_ui_ctools_dropbutton.
- Need a way to prevent creating contacts automatically when syncing between sites.
- Added plugin to manage settings for user contacts.
- Implementation of preImport method. Implementation of creating an user contact.
- Implementation of contact form in plugin.
- Implementation of crm_core_user_sync relation.
- Code refactoring and cleanup.
- Fixed fatal error with empty lastimport property.
- Fixed default value for primary fields.
- Added check of match engine to prevent creation duplicates of contacts.
- Fixed notices on the settings page.
- Implementation of removing entity from settings.
- Improved removing entity from settings.
- Disabled CiviCRM importer since it is empty for now.
- Set default importer.
- Got rid of the empty optional methods.
- Removed unused operation.
- Initial implementation for features integration.
- Added machine name of importer.
- Features integration based on machine name.
- Moved settings for source to separate field. Improved features integration.
- Prevent errors if source is not configured.
- Increased sourcekey size to 32.
- Harmonized destination labels.
- Fixed remove button to remove correct field.
- Fixed issue with unavailable items.
- Fixed issue with primary field.
- Fixed display of relations.
- Merge branch '7.x-0.x' into import.
- Remove migrate table and migrate settings when import is deleted.
- Implementation of rollback for all registered migrations.
- Added deregister operation.
- Removed registration of migration on the dashboard page.
- Allow mapping of multi-part fields.
- Updated styles for settings page.
- Cleanup code. Misc fixes.
- Display shorter field names for data import.
- Added implementation to display mapping form as table.
- Fixed 'Manage fields' link broken for CRM Core Contacts.
- Added field for default value.
- Implementation of setting default values.
- Removed unused styles.
- Added page manger support for activities.
- Fixed error on mapping form.
- Added message to finished callback.
- Initial implementation for civicrm source.
- Added CiviCRM plugins for activity, contact and relationship.
- Added entity mapping form.
- Added default values to forms.
- Render source mapping form as table.
- Added implementation for fields.
- Base implementation for CiviCRM data import.
- Fixed negative value after the importer is run.
- Removed ids from settings.
- Added base class for source_plugins. Updated source fields to use entity properties.
- Added support for different entity bundles.
- Hide empty tables for source mapping.
- Added fields for activity. Fixed code.
- Moved getListOfRelatedEntities to source, because they depends on the source type.
- Fix typo in comment for hook_entity_property_info.
- Support Entity Translation.
- Support Title module.
- Do not overwrite revision log messages.
- Allow to search for existing contact when user is created.
- Validate field_activity_participants only once.
- Standardize access checks for contacts and activities.
- Initial implementation of references for CiviCRM plugin.
- Moved CRM_CORE_DATA_IMPORT_CIVICRM_VERSION to wrapper.
- Fixed activity_type_id filter.
- Base implementation for relationships.
- Refactored getListOfRelatedEntities() method.
- Refactored reset() to prevent strict warning.
- Added RelationsCiviCrmImportSettings plugin.
- Added new implementation for CiviCRM relationships.
- Fixed error when  FALSE.
- Fixed avaiable relationships.
- Fixed bug with destination ids.
- Removed relationships from source mapping form.
- Added validation callback for settings. Replaced settings with importer in arguments.
- Added implementation for importing a relation types.
- Added pager to display current step.
- Fixed notices.
- Added source mapping to ctools dropbutton.
- Refactored settings plugins. Moved code for each plugin to separate method of source plugin.
- Added skipping for fields which listed in settings for references.
- Removed hardcoded fields for references. Improved references, which currently based on mapping.
- Fixed code style issues.
- Refactored getEntitiesForRelationships and getEntitiesForReferences methods.
- Improved performance. Added caching for migration tables.
- Improved performance of references plugin.
- Fixed issue with table name. Fixed issue with references.
- Improved available fields for contacts.
- Fixed labels for references.
- Added skeleton for conversion plugins.
- Added based implementation for CiviCRM core fields.
- Added activity fields. Improved getFields method, which currently based on the 'getfields' CiviCRM API method.
- Added support of custom fields. Added conversion plugin for custom fields.
- Improved performance for custom fields.
- Added ability to choose existing bundle on the source mapping form.
- Added restriction for available options on the field mapping form.
- Fixed features integration for CiviCRM plugin.
- Fixed restriction for new entity bundle.
- Added ReferencesCiviCrmImportSettings plugin for CiviCRM references. Improved performance.
- Added implementation for field collection fields on mapping.
- Added listing of subfields for field collection.
- Added skipping for field collection items.
- Added items of field collection to listing of source fields.
- Refactored batch operations.
- Implemented conversion for items of field collection.
- Added implementation for field collection fields.
- Removed temporary code.
- Added 'token type' to entity info.
- Code style fixes.
- Renamed CRM Activity to CRM Core Activity.
- Fixed issue preventing to search for activities.
- Fixed autocomplete for contact.
- Added caching for statistic of migration.
- Added implementation of default values for FC items.
- Fixed broken plugins: RelationsImportSettings and ReferencesImportSettings. Temporary fix.
- Moved general functionality to the base abstract class.
- Refactored CivicrmDataSourceHandler and EntityListMigrateSource to use lazy loading.
- Fixed counters and improved performance.
- Fixed available fields for participant and contribution.
- Fixed available repationships.
- Added ability to skip row.
- Adding watchdog information to relationsimportsettings - shows when a relationship fails to create.
- Resolve PHP notice when label is not set.
- Add additional source fields to migrate map table if there are relationships and/or references.
- Multiple source keys.
- Allow source and destination endpoints of relationship be different.
- Get the list of data imports to create list of dependencies.
- Linked imports form addition.
- Save linked imports state in importer settings.
- Store primary source field for linked data imports.
- Register linked data import as Migration::softDependencies.
- Populate sourceMigration from linked data imports.
- Extend MigrateSQLMap to store additional ids.
- Fix UUID errors from duplicating entity api keys.
- Get relation id setting from data importer settings.
- Add static caching of relation endpoints.
- Added a default for form state. See https://www.drupal.org/node/2332505.
- Fatal error: Call to undefined method stdClass::uri().
- Improved DX in using match method.
- Make linked import fieldset collapsed by default.
- Improved method documentation.
- Don't just call civicrm_initialize() if CiviCRM is not enabled.
- Add a basic README.txt file for CRM Core data import.

CRM Core 7.x-0.964 (23-March-2014)
===================================

Seems like some of the CHANGELOG history has been lost in past commits. Going to
try to recreate some of it. See 7.x-0.963 if you want details about UUID / services
integration for CRM Core contacts, activities and relationships.

This is a bugfix release that addresses a spectrum of issues related to maintaining
contacts, relationships and activities.

Contacts:

- Issue #2142911 by kristofferrom: fixing issue with access checks on content types
- Issue #2217843 by dsnopek: fixing issue with spaces between names in autocomplete

Activities:

- Issue #2216295 by Spleshka: making activity fields optional

Relationships:

- Issue #2191173: support for non-unique relationships

Reports:

- Adding support for tooltips on flot charts

General:

- Issue #2201165 by attiks: added uid to revisions
- Issue #2211587 by Dane Powell: Added Migrate destinations for activities and contacts.
- Removing hook_enable and hook_disable from CRM Core UI, this means no more crm core
  menu appearing automatically.


CRM Core 7.x-0.964 (12-Dec-2013)
===================================

Adding enhancements related to synchronizing contacts across sites. Fixing bugs.

Activities:

- Added activity_string property to activity type.
- Updated crm_activities_by_contact view.

General:

- Added UUID Support
- Fixed uninstall functions in crm_core_contact and crm_core_activity.
- Added relations as dependencies for CRM Core.
- Fixed resources access check.
- Adding contact activities as dependencies.
- Fixed bug preventing crm_core_activity from consistent export with services.
- Added 'create' and 'update' functionality for services integration.
- Fixed saving activity_type_id on feed import.


CRM Core 7.x-0.952 (27-Aug-2013)
===================================

Contacts:

-	Added merge contacts functionality. Now in main contact list you can select 2
  or more contacts and merge them in one, selecting which contact should be
  updated with data from what contacts.
- Added menu entries for contact types in admin_menu module.
- Added action to send e-mails to contacts from main contact list.

Activities:

- Enabled revisions for activities.


CRM Core 7.x-0.95 (13-Aug-2013)
===================================

The major change for this version of CRM Core deals with the name field.

The name field is now unlocked, users can do with it what they wish. Just
remember that deleting the name field will make most of the UI modules
not work.

There is a patch for the name module (see https://drupal.org/node/2047643)
that needs to be used for CRM Core to work properly.

General:

- Added support for panels (https://drupal.org/node/2041833)
- Removed circular dependencies (https://drupal.org/node/1995700)

Activities:

- Addressed issues with access to activity records
- Added full support for theming individual activity types
- Addressed a core issue where title is not set for MENU_LOCAL_ACTION
  (see http://drupal.org/node/891892)

Contacts:

- Addressed an issue with the name field. Until it is updated, CRM Core
  requires a patch to properly support different naming conventions for
  different contact types (https://drupal.org/node/2047643)
- Unlocked contact name to allow field permissions settings.
- Addressed an issue where users were being forced to use CRM Core
  Contact UI (https://drupal.org/node/1897892)
- Addressed an issue where install profiles would fail because of string
  translations in CRM Core Contact.
- Revised revision support for contact records.
- Added entity metadata for specifying primary fields for contact information.
- Added views handlers to provide support for primary fields.
- Restored missing uid on the base table (https://drupal.org/node/1914326)

Matching Engines:

- Improved support for custom matching rules

Relationships:

- Addressed an issue where install profiles would fail because of string
  translations in CRM Core Relationship.
- Addressed an issue with relationships not displaying properly
  (https://drupal.org/node/2059309)

Reports:

- Improved indexing of reports


CRM Core 7.x-0.93 (08-May-2013)
===================================

Fixes release merge issue.


CRM Core 7.x-0.92 (08-May-2013)
===================================

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

CRM Core 7.x-0.91 (22-Mar-2013)
===================================

New features:

- Addition of settings screen, with options for controlling the theme, primary links, and contact info for
  linked user accounts.
- Addition of user matching screen, for linking user accounts to contacts.
- Addition of inactive relationships screen.
- Addition of navigational menu for CRM Core, and creation of CRM Core Admin menu.
- Addition of CRM Core Report.
- Implementation of theming functions and code hinting for all CRM Core entities.
- Removed from this release:

Removals:

The following modules, which exist in previous development releases, were removed from this release:

- CRM OG Sync
- CRM Core Case
- CRM Core Match
- CRM Core Default Matching Engine

These modules still exist in development versions, they are just not considered stable. These modules will be
supported in future official releases of CRM Core. You can find them the --development branch.

Other commits:

- Implemented consistent path schemes for all CRM Core entities.
- Implemented consistent breadcrumb structure for all CRM Core entities.
- Removed the default image field for contacts.
- Removed default contact fields from the user edit form.
- Corrected bugs with bi-directional relationships.
- Modified appearance of various screens for adding CRM Core entities to ensure there is a uniform appearance.
- Modified various page titles for compliance with Drupal standards.
- Modified no results text on contacts, activities and relationship pages.
- Added action links for adding CRM Core entities.
- Added operations columns to screens for displaying CRM Core entities.
- Modified links for adding new contacts.
- Added reset buttons and other UI controls for various filters throughout the system.
- Improved UI for user synchronization.
- Enhanced user synchronization options - system now allows for weighted rules matching.
- Enhanced user synchronization options - system now allows for batch processing of user accounts.
- Enhanced sync form to only display users / contacts with no match.
- Improved dashboard handling - removed default text.
- Improved dashboard handling - added UI for configuring dashboard.
- Improved dashboard handling - added controls to remove links to dashboard when it is not present in the system.
- Removed unnecessary CSS throughout system.
- Adjusted paths for adding entities within the dashboard.
- Business logic - CRM Core now allows contacts to be removed from activities.
- Business logic - CRM Core now allows multiple contacts to be added to activities.
- Business logic - UI now displays information about contacts when viewing an activity.
- Business logic - UI now displays participant names as links to contact records.
- Business logic - streamlined process for deleting relationships.
- Dependencies - removed unnecessary dependencies.
- Template files - removed duplicate template files, added theme hinting.

File

CHANGELOG.txt
View source
  1. CRM Core 7.x-1.0, 2017-02-16
  2. -------------------------------------------------------------
  3. - CRMFeedsActivityProcessor::expire() incompatible with FeedsProcessor::expire.
  4. - Fixed content module missing warning in Drupal 7.50.
  5. - Fixed Fatal error: Call to undefined method stdClass::label() when migrating contacts.
  6. - CRMFeedsActivityProcessor does not expose all fields as targets.
  7. - Strict Warnings in Feeds Integration.
  8. - CRMFeedsContactProcessor does not expose all fields as targets.
  9. - Moved devel integration code to separate project crm_core_devel.
  10. CRM Core 7.x-1.0-rc1, 2016-01-23
  11. ----------------------------
  12. - Added "Send email to participants" action for activities.
  13. - CRM Core Report cleanup.
  14. - Fixed issue with transferring relations on contacts merge.
  15. - Move linked imports UI to the settings screen.
  16. - Fixed documentation.
  17. - Added views handler to provide default argument contact ID from current user.
  18. - Added ability to skip node access checks when querying for related entities.
  19. - Contact and activity templates are not used.
  20. - Show only enabled themes on settings page.
  21. - Replaced menu_rebuild() call with a marker that menu needs to be rebuilt.
  22. - Fixed typo in array key.
  23. - Added check for data received from CiviCRM API.
  24. - Fixed handling CiviCRM field collections.
  25. - Fixed fatal error in data import.
  26. - Fixed check that relation between contacts exists.
  27. - Added ability to alter entity list on rewind.
  28. - Preserve data loss on contact/activity type being deleted.
  29. - Preserve data loss on contact/activity type being deleted(features revert).
  30. - Added crm_core_report_register_alter hook to API docs.
  31. - Added convertion of primary/first address field related data.
  32. - Added update of changed property on activity save.
  33. - Added sender email to "Send e-mail to contacts" action.
  34. - Added wrapped contact to mail params.
  35. - PostgreSQL compatibility problem on activation.
  36. - Improved contact label handling.
  37. - Code should not call Drupal API functions outside of a function body. https://www.drupal.org/node/2597716.
  38. - Fixed issues with contact autocomplete on PostgreSQL and improved label handling performance.
  39. - Improved contact search by name handling.
  40. - Fixed incorrect label cache population for not saved contacts.
  41. - Removed unused param from name_format() call.
  42. - By RoSk0, bechtold: Fill in contact "name" field.
  43. - Bundle permissions not working correctly.
  44. CRM Core 7.x-0.980, 2014-11-14
  45. ------------------------------
  46. - Do not use t() in hook_menu.
  47. - Remove unnecessary autocomplete code.
  48. - By techsoldaten: creating data import modules.
  49. - By techsoldaten: adding structure to data import module.
  50. - By techsoldaten: more structure for data import.
  51. - Added paths to basic pages.
  52. - Added table for CRM Core data import.
  53. - Added data import page.
  54. - Added source selection page. Added plugins for source.
  55. - Added CiviCRM plugin to info file.
  56. - Added skeleton dynamic migration class.
  57. - Base implementation for CRMCoreDataImport controller.
  58. - Implementation for source config form.
  59. - Added title callback for source settings page.
  60. - Added next and previous buttons.
  61. - Added title callback for field mapping page.
  62. - Implementation of source fields.
  63. - Implementation of destination plugins.
  64. - Initial implementation for mapping form.
  65. - Added entities and fields to mapping form.
  66. - Refactoring and improving of mapping form.
  67. - Added user destination plugin.
  68. - Implementation of saving to db.
  69. - Moved configuration pages to admin.inc.
  70. - Added ctools plugins for settings page.
  71. - Got rid of the unnecessary hooks implementation.
  72. - Implementation of relations plugin.
  73. - Implementation of the removal.
  74. - Fixed adding of new elements.
  75. - Updated comments and .info file.
  76. - Added link to settings form.
  77. - Improved generating options for relations select.
  78. - Initial implementation for migration.
  79. - Updated dependencies for migrate module.
  80. - Implementation the run of migration for contacts and nodes.
  81. - Implementation to use mapping from settings.
  82. - Added primary key for source.
  83. - Added batch for migration process and work with multiple entities.
  84. - Implementation of relations.
  85. - Added hooks.
  86. - Added plugin for references settings.
  87. - Added remove button.
  88. - Initial implementation of references.
  89. - Added styles for mapping form.
  90. - Added intial support for multiple bundles.
  91. - Improved support for multiple bundles on the mapping form.
  92. - Updated migration to work with multiple bundles. Updated relations plugin.
  93. - Updated references plugin to work with multiple bundles.
  94. - Added delimiter to settings form for CSV plugin.
  95. - Fixed migration for one destination.
  96. - Fixed default values in form for settings of plugin.
  97. - Fixed tooltip position.
  98. - Fixed action buttons position on contact and activity forms.
  99. - Implementation of move up and move down buttons.
  100. - Implementation of remove button for each field.
  101. - Styles for settings page.
  102. - Implementation of remove button for settings forms.
  103. - Added hook for preparing entity before saving.
  104. - Fixed fatal error when references value added to contact entity.
  105. - Improved code for references values.
  106. - Improved handling for references. Added implementation for activities.
  107. - Exposed contact creator to views.
  108. - Unified naming.
  109. - Exposed activity creator to views.
  110. - Unified activity naming.
  111. - Fixed some wording.
  112. - Implementation of user migration.
  113. - Fixed import for crm_core_activity.
  114. - Added reference for node author.
  115. - Fixed error with duplicates of controllers in settings.
  116. - Converted plugins to use Batch API.
  117. - Added real metrics to data import dashboard.
  118. - Replaced ctools_dropbutton with crm_core_ui_ctools_dropbutton.
  119. - Need a way to prevent creating contacts automatically when syncing between sites.
  120. - Added plugin to manage settings for user contacts.
  121. - Implementation of preImport method. Implementation of creating an user contact.
  122. - Implementation of contact form in plugin.
  123. - Implementation of crm_core_user_sync relation.
  124. - Code refactoring and cleanup.
  125. - Fixed fatal error with empty lastimport property.
  126. - Fixed default value for primary fields.
  127. - Added check of match engine to prevent creation duplicates of contacts.
  128. - Fixed notices on the settings page.
  129. - Implementation of removing entity from settings.
  130. - Improved removing entity from settings.
  131. - Disabled CiviCRM importer since it is empty for now.
  132. - Set default importer.
  133. - Got rid of the empty optional methods.
  134. - Removed unused operation.
  135. - Initial implementation for features integration.
  136. - Added machine name of importer.
  137. - Features integration based on machine name.
  138. - Moved settings for source to separate field. Improved features integration.
  139. - Prevent errors if source is not configured.
  140. - Increased sourcekey size to 32.
  141. - Harmonized destination labels.
  142. - Fixed remove button to remove correct field.
  143. - Fixed issue with unavailable items.
  144. - Fixed issue with primary field.
  145. - Fixed display of relations.
  146. - Merge branch '7.x-0.x' into import.
  147. - Remove migrate table and migrate settings when import is deleted.
  148. - Implementation of rollback for all registered migrations.
  149. - Added deregister operation.
  150. - Removed registration of migration on the dashboard page.
  151. - Allow mapping of multi-part fields.
  152. - Updated styles for settings page.
  153. - Cleanup code. Misc fixes.
  154. - Display shorter field names for data import.
  155. - Added implementation to display mapping form as table.
  156. - Fixed 'Manage fields' link broken for CRM Core Contacts.
  157. - Added field for default value.
  158. - Implementation of setting default values.
  159. - Removed unused styles.
  160. - Added page manger support for activities.
  161. - Fixed error on mapping form.
  162. - Added message to finished callback.
  163. - Initial implementation for civicrm source.
  164. - Added CiviCRM plugins for activity, contact and relationship.
  165. - Added entity mapping form.
  166. - Added default values to forms.
  167. - Render source mapping form as table.
  168. - Added implementation for fields.
  169. - Base implementation for CiviCRM data import.
  170. - Fixed negative value after the importer is run.
  171. - Removed ids from settings.
  172. - Added base class for source_plugins. Updated source fields to use entity properties.
  173. - Added support for different entity bundles.
  174. - Hide empty tables for source mapping.
  175. - Added fields for activity. Fixed code.
  176. - Moved getListOfRelatedEntities to source, because they depends on the source type.
  177. - Fix typo in comment for hook_entity_property_info.
  178. - Support Entity Translation.
  179. - Support Title module.
  180. - Do not overwrite revision log messages.
  181. - Allow to search for existing contact when user is created.
  182. - Validate field_activity_participants only once.
  183. - Standardize access checks for contacts and activities.
  184. - Initial implementation of references for CiviCRM plugin.
  185. - Moved CRM_CORE_DATA_IMPORT_CIVICRM_VERSION to wrapper.
  186. - Fixed activity_type_id filter.
  187. - Base implementation for relationships.
  188. - Refactored getListOfRelatedEntities() method.
  189. - Refactored reset() to prevent strict warning.
  190. - Added RelationsCiviCrmImportSettings plugin.
  191. - Added new implementation for CiviCRM relationships.
  192. - Fixed error when FALSE.
  193. - Fixed avaiable relationships.
  194. - Fixed bug with destination ids.
  195. - Removed relationships from source mapping form.
  196. - Added validation callback for settings. Replaced settings with importer in arguments.
  197. - Added implementation for importing a relation types.
  198. - Added pager to display current step.
  199. - Fixed notices.
  200. - Added source mapping to ctools dropbutton.
  201. - Refactored settings plugins. Moved code for each plugin to separate method of source plugin.
  202. - Added skipping for fields which listed in settings for references.
  203. - Removed hardcoded fields for references. Improved references, which currently based on mapping.
  204. - Fixed code style issues.
  205. - Refactored getEntitiesForRelationships and getEntitiesForReferences methods.
  206. - Improved performance. Added caching for migration tables.
  207. - Improved performance of references plugin.
  208. - Fixed issue with table name. Fixed issue with references.
  209. - Improved available fields for contacts.
  210. - Fixed labels for references.
  211. - Added skeleton for conversion plugins.
  212. - Added based implementation for CiviCRM core fields.
  213. - Added activity fields. Improved getFields method, which currently based on the 'getfields' CiviCRM API method.
  214. - Added support of custom fields. Added conversion plugin for custom fields.
  215. - Improved performance for custom fields.
  216. - Added ability to choose existing bundle on the source mapping form.
  217. - Added restriction for available options on the field mapping form.
  218. - Fixed features integration for CiviCRM plugin.
  219. - Fixed restriction for new entity bundle.
  220. - Added ReferencesCiviCrmImportSettings plugin for CiviCRM references. Improved performance.
  221. - Added implementation for field collection fields on mapping.
  222. - Added listing of subfields for field collection.
  223. - Added skipping for field collection items.
  224. - Added items of field collection to listing of source fields.
  225. - Refactored batch operations.
  226. - Implemented conversion for items of field collection.
  227. - Added implementation for field collection fields.
  228. - Removed temporary code.
  229. - Added 'token type' to entity info.
  230. - Code style fixes.
  231. - Renamed CRM Activity to CRM Core Activity.
  232. - Fixed issue preventing to search for activities.
  233. - Fixed autocomplete for contact.
  234. - Added caching for statistic of migration.
  235. - Added implementation of default values for FC items.
  236. - Fixed broken plugins: RelationsImportSettings and ReferencesImportSettings. Temporary fix.
  237. - Moved general functionality to the base abstract class.
  238. - Refactored CivicrmDataSourceHandler and EntityListMigrateSource to use lazy loading.
  239. - Fixed counters and improved performance.
  240. - Fixed available fields for participant and contribution.
  241. - Fixed available repationships.
  242. - Added ability to skip row.
  243. - Adding watchdog information to relationsimportsettings - shows when a relationship fails to create.
  244. - Resolve PHP notice when label is not set.
  245. - Add additional source fields to migrate map table if there are relationships and/or references.
  246. - Multiple source keys.
  247. - Allow source and destination endpoints of relationship be different.
  248. - Get the list of data imports to create list of dependencies.
  249. - Linked imports form addition.
  250. - Save linked imports state in importer settings.
  251. - Store primary source field for linked data imports.
  252. - Register linked data import as Migration::softDependencies.
  253. - Populate sourceMigration from linked data imports.
  254. - Extend MigrateSQLMap to store additional ids.
  255. - Fix UUID errors from duplicating entity api keys.
  256. - Get relation id setting from data importer settings.
  257. - Add static caching of relation endpoints.
  258. - Added a default for form state. See https://www.drupal.org/node/2332505.
  259. - Fatal error: Call to undefined method stdClass::uri().
  260. - Improved DX in using match method.
  261. - Make linked import fieldset collapsed by default.
  262. - Improved method documentation.
  263. - Don't just call civicrm_initialize() if CiviCRM is not enabled.
  264. - Add a basic README.txt file for CRM Core data import.
  265. CRM Core 7.x-0.964 (23-March-2014)
  266. ===================================
  267. Seems like some of the CHANGELOG history has been lost in past commits. Going to
  268. try to recreate some of it. See 7.x-0.963 if you want details about UUID / services
  269. integration for CRM Core contacts, activities and relationships.
  270. This is a bugfix release that addresses a spectrum of issues related to maintaining
  271. contacts, relationships and activities.
  272. Contacts:
  273. - Issue #2142911 by kristofferrom: fixing issue with access checks on content types
  274. - Issue #2217843 by dsnopek: fixing issue with spaces between names in autocomplete
  275. Activities:
  276. - Issue #2216295 by Spleshka: making activity fields optional
  277. Relationships:
  278. - Issue #2191173: support for non-unique relationships
  279. Reports:
  280. - Adding support for tooltips on flot charts
  281. General:
  282. - Issue #2201165 by attiks: added uid to revisions
  283. - Issue #2211587 by Dane Powell: Added Migrate destinations for activities and contacts.
  284. - Removing hook_enable and hook_disable from CRM Core UI, this means no more crm core
  285. menu appearing automatically.
  286. CRM Core 7.x-0.964 (12-Dec-2013)
  287. ===================================
  288. Adding enhancements related to synchronizing contacts across sites. Fixing bugs.
  289. Activities:
  290. - Added activity_string property to activity type.
  291. - Updated crm_activities_by_contact view.
  292. General:
  293. - Added UUID Support
  294. - Fixed uninstall functions in crm_core_contact and crm_core_activity.
  295. - Added relations as dependencies for CRM Core.
  296. - Fixed resources access check.
  297. - Adding contact activities as dependencies.
  298. - Fixed bug preventing crm_core_activity from consistent export with services.
  299. - Added 'create' and 'update' functionality for services integration.
  300. - Fixed saving activity_type_id on feed import.
  301. CRM Core 7.x-0.952 (27-Aug-2013)
  302. ===================================
  303. Contacts:
  304. - Added merge contacts functionality. Now in main contact list you can select 2
  305. or more contacts and merge them in one, selecting which contact should be
  306. updated with data from what contacts.
  307. - Added menu entries for contact types in admin_menu module.
  308. - Added action to send e-mails to contacts from main contact list.
  309. Activities:
  310. - Enabled revisions for activities.
  311. CRM Core 7.x-0.95 (13-Aug-2013)
  312. ===================================
  313. The major change for this version of CRM Core deals with the name field.
  314. The name field is now unlocked, users can do with it what they wish. Just
  315. remember that deleting the name field will make most of the UI modules
  316. not work.
  317. There is a patch for the name module (see https://drupal.org/node/2047643)
  318. that needs to be used for CRM Core to work properly.
  319. General:
  320. - Added support for panels (https://drupal.org/node/2041833)
  321. - Removed circular dependencies (https://drupal.org/node/1995700)
  322. Activities:
  323. - Addressed issues with access to activity records
  324. - Added full support for theming individual activity types
  325. - Addressed a core issue where title is not set for MENU_LOCAL_ACTION
  326. (see http://drupal.org/node/891892)
  327. Contacts:
  328. - Addressed an issue with the name field. Until it is updated, CRM Core
  329. requires a patch to properly support different naming conventions for
  330. different contact types (https://drupal.org/node/2047643)
  331. - Unlocked contact name to allow field permissions settings.
  332. - Addressed an issue where users were being forced to use CRM Core
  333. Contact UI (https://drupal.org/node/1897892)
  334. - Addressed an issue where install profiles would fail because of string
  335. translations in CRM Core Contact.
  336. - Revised revision support for contact records.
  337. - Added entity metadata for specifying primary fields for contact information.
  338. - Added views handlers to provide support for primary fields.
  339. - Restored missing uid on the base table (https://drupal.org/node/1914326)
  340. Matching Engines:
  341. - Improved support for custom matching rules
  342. Relationships:
  343. - Addressed an issue where install profiles would fail because of string
  344. translations in CRM Core Relationship.
  345. - Addressed an issue with relationships not displaying properly
  346. (https://drupal.org/node/2059309)
  347. Reports:
  348. - Improved indexing of reports
  349. CRM Core 7.x-0.93 (08-May-2013)
  350. ===================================
  351. Fixes release merge issue.
  352. CRM Core 7.x-0.92 (08-May-2013)
  353. ===================================
  354. New features:
  355. - Improvements for contacts
  356. - implemented match method on CRMCoreContactEntity
  357. - implemented primary fields for email, phone and address on contacts, for use in feature
  358. development
  359. - added hook_entity_delete for contact records
  360. - added support for relationship deletion
  361. - Improvments for activities
  362. - activities can now be created without first selecting a contact
  363. - modified logic for activity participants, removed dependency on original contact
  364. - modified filters for activity displays, can now filter by all activity types
  365. - Improvements for relationships
  366. - relationships can now be created without first selecting a contact
  367. - Improvements for CRM Core User Sync
  368. - removed dependency on rules configuration for contact to user management
  369. - New module: CRM Core Match
  370. - implements matching engines and logic for identifying duplicate contacts
  371. - implements interface for selecting default matching rules for contacts
  372. - New module: CRM Core Default Matching Engine
  373. - creates matching engine and interface for configuring matching logic
  374. Other commits:
  375. - Corrected several permissions issues affecting the display of contact information
  376. - Corrected path issues for links coming from various views
  377. - Improved breadcrumb support for CRM Core Reports
  378. - Modified filters on various views to support resetting filter criteria
  379. - Implemented logical operators for contact matching in CRM Core Default Matching Engine
  380. - Implemented field hanlders for supporting logical operations in CRM Core Default Matching Engine
  381. - Implemented support for selecting matching engines in CRM Core Match
  382. - Implemented support for multiple contact types in CRM Core Match
  383. - Implemented test cases for evaluating contacts in CRM Core Match
  384. - Implemented security around CRM Core Match test cases
  385. - Implemented objects for creating custom matching engines and API around them
  386. - Implemented several relationships in views to account for matches and duplicates
  387. - Improved documentation in various areas of the code
  388. - Corrected double encoding of contact labels
  389. - Corrected missing uid column on contact table
  390. CRM Core 7.x-0.91 (22-Mar-2013)
  391. ===================================
  392. New features:
  393. - Addition of settings screen, with options for controlling the theme, primary links, and contact info for
  394. linked user accounts.
  395. - Addition of user matching screen, for linking user accounts to contacts.
  396. - Addition of inactive relationships screen.
  397. - Addition of navigational menu for CRM Core, and creation of CRM Core Admin menu.
  398. - Addition of CRM Core Report.
  399. - Implementation of theming functions and code hinting for all CRM Core entities.
  400. - Removed from this release:
  401. Removals:
  402. The following modules, which exist in previous development releases, were removed from this release:
  403. - CRM OG Sync
  404. - CRM Core Case
  405. - CRM Core Match
  406. - CRM Core Default Matching Engine
  407. These modules still exist in development versions, they are just not considered stable. These modules will be
  408. supported in future official releases of CRM Core. You can find them the --development branch.
  409. Other commits:
  410. - Implemented consistent path schemes for all CRM Core entities.
  411. - Implemented consistent breadcrumb structure for all CRM Core entities.
  412. - Removed the default image field for contacts.
  413. - Removed default contact fields from the user edit form.
  414. - Corrected bugs with bi-directional relationships.
  415. - Modified appearance of various screens for adding CRM Core entities to ensure there is a uniform appearance.
  416. - Modified various page titles for compliance with Drupal standards.
  417. - Modified no results text on contacts, activities and relationship pages.
  418. - Added action links for adding CRM Core entities.
  419. - Added operations columns to screens for displaying CRM Core entities.
  420. - Modified links for adding new contacts.
  421. - Added reset buttons and other UI controls for various filters throughout the system.
  422. - Improved UI for user synchronization.
  423. - Enhanced user synchronization options - system now allows for weighted rules matching.
  424. - Enhanced user synchronization options - system now allows for batch processing of user accounts.
  425. - Enhanced sync form to only display users / contacts with no match.
  426. - Improved dashboard handling - removed default text.
  427. - Improved dashboard handling - added UI for configuring dashboard.
  428. - Improved dashboard handling - added controls to remove links to dashboard when it is not present in the system.
  429. - Removed unnecessary CSS throughout system.
  430. - Adjusted paths for adding entities within the dashboard.
  431. - Business logic - CRM Core now allows contacts to be removed from activities.
  432. - Business logic - CRM Core now allows multiple contacts to be added to activities.
  433. - Business logic - UI now displays information about contacts when viewing an activity.
  434. - Business logic - UI now displays participant names as links to contact records.
  435. - Business logic - streamlined process for deleting relationships.
  436. - Dependencies - removed unnecessary dependencies.
  437. - Template files - removed duplicate template files, added theme hinting.