From a9d0587bebc4adc2b93e355fc7ea31cb5c2a158e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 1 Jul 2020 11:12:23 -0400 Subject: [PATCH] API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling --- CRM/ACL/DAO/ACL.php | 13 +++- CRM/ACL/DAO/ACLCache.php | 6 +- CRM/ACL/DAO/EntityRole.php | 7 +- CRM/Activity/DAO/Activity.php | 29 +++++++- CRM/Activity/DAO/ActivityContact.php | 6 +- CRM/Batch/DAO/Batch.php | 19 +++++- CRM/Batch/DAO/EntityBatch.php | 6 +- CRM/Campaign/DAO/Campaign.php | 19 +++++- CRM/Campaign/DAO/CampaignGroup.php | 7 +- CRM/Campaign/DAO/Survey.php | 22 +++++- CRM/Case/DAO/Case.php | 12 +++- CRM/Case/DAO/CaseActivity.php | 5 +- CRM/Case/DAO/CaseContact.php | 5 +- CRM/Case/DAO/CaseType.php | 10 ++- CRM/Contact/DAO/ACLContactCache.php | 6 +- CRM/Contact/DAO/Contact.php | 54 ++++++++++++++- CRM/Contact/DAO/ContactType.php | 10 ++- CRM/Contact/DAO/DashboardContact.php | 8 ++- CRM/Contact/DAO/Group.php | 22 +++++- CRM/Contact/DAO/GroupContact.php | 8 ++- CRM/Contact/DAO/GroupContactCache.php | 5 +- CRM/Contact/DAO/GroupNesting.php | 5 +- CRM/Contact/DAO/GroupOrganization.php | 5 +- CRM/Contact/DAO/Relationship.php | 13 +++- CRM/Contact/DAO/RelationshipType.php | 14 +++- CRM/Contact/DAO/SavedSearch.php | 8 ++- CRM/Contact/DAO/SubscriptionHistory.php | 9 ++- CRM/Contribute/DAO/Contribution.php | 33 ++++++++- CRM/Contribute/DAO/ContributionPage.php | 48 ++++++++++++- CRM/Contribute/DAO/ContributionProduct.php | 12 +++- CRM/Contribute/DAO/ContributionRecur.php | 31 ++++++++- CRM/Contribute/DAO/ContributionSoft.php | 12 +++- CRM/Contribute/DAO/Premium.php | 13 +++- CRM/Contribute/DAO/PremiumsProduct.php | 7 +- CRM/Contribute/DAO/Product.php | 21 +++++- CRM/Contribute/DAO/Widget.php | 19 +++++- CRM/Core/CodeGen/Specification.php | 1 + CRM/Core/DAO/ActionLog.php | 12 +++- CRM/Core/DAO/ActionMapping.php | 11 ++- CRM/Core/DAO/ActionSchedule.php | 40 ++++++++++- CRM/Core/DAO/Address.php | 31 ++++++++- CRM/Core/DAO/AddressFormat.php | 4 +- CRM/Core/DAO/Cache.php | 9 ++- CRM/Core/DAO/Component.php | 5 +- CRM/Core/DAO/Country.php | 11 ++- CRM/Core/DAO/County.php | 6 +- CRM/Core/DAO/CustomField.php | 33 ++++++++- CRM/Core/DAO/CustomGroup.php | 24 ++++++- CRM/Core/DAO/Dashboard.php | 13 +++- CRM/Core/DAO/Discount.php | 8 ++- CRM/Core/DAO/Domain.php | 9 ++- CRM/Core/DAO/Email.php | 14 +++- CRM/Core/DAO/EntityFile.php | 6 +- CRM/Core/DAO/EntityTag.php | 6 +- CRM/Core/DAO/Extension.php | 10 ++- CRM/Core/DAO/File.php | 10 ++- CRM/Core/DAO/IM.php | 9 ++- CRM/Core/DAO/Job.php | 13 +++- CRM/Core/DAO/JobLog.php | 10 ++- CRM/Core/DAO/LocBlock.php | 11 ++- CRM/Core/DAO/LocationType.php | 10 ++- CRM/Core/DAO/Log.php | 8 ++- CRM/Core/DAO/MailSettings.php | 17 ++++- CRM/Core/DAO/Managed.php | 8 ++- CRM/Core/DAO/Mapping.php | 6 +- CRM/Core/DAO/MappingField.php | 16 ++++- CRM/Core/DAO/Menu.php | 24 ++++++- CRM/Core/DAO/MessageTemplate.php | 14 +++- CRM/Core/DAO/Navigation.php | 14 +++- CRM/Core/DAO/Note.php | 10 ++- CRM/Core/DAO/OpenID.php | 8 ++- CRM/Core/DAO/OptionGroup.php | 10 ++- CRM/Core/DAO/OptionValue.php | 20 +++++- CRM/Core/DAO/Phone.php | 12 +++- CRM/Core/DAO/PreferencesDate.php | 9 ++- CRM/Core/DAO/PrevNextCache.php | 9 ++- CRM/Core/DAO/PrintLabel.php | 13 +++- CRM/Core/DAO/RecurringEntity.php | 7 +- CRM/Core/DAO/Setting.php | 11 ++- CRM/Core/DAO/StateProvince.php | 6 +- CRM/Core/DAO/StatusPreference.php | 10 ++- CRM/Core/DAO/SystemLog.php | 9 ++- CRM/Core/DAO/Tag.php | 13 +++- CRM/Core/DAO/Timezone.php | 8 ++- CRM/Core/DAO/UFField.php | 21 +++++- CRM/Core/DAO/UFGroup.php | 29 +++++++- CRM/Core/DAO/UFJoin.php | 10 ++- CRM/Core/DAO/UFMatch.php | 8 ++- CRM/Core/DAO/Website.php | 6 +- CRM/Core/DAO/WordReplacement.php | 8 ++- CRM/Core/DAO/Worldregion.php | 4 +- CRM/Cxn/DAO/Cxn.php | 13 +++- CRM/Dedupe/DAO/Exception.php | 5 +- CRM/Dedupe/DAO/Rule.php | 8 ++- CRM/Dedupe/DAO/RuleGroup.php | 9 ++- CRM/Event/Cart/DAO/Cart.php | 5 +- CRM/Event/Cart/DAO/EventInCart.php | 5 +- CRM/Event/DAO/Event.php | 71 +++++++++++++++++++- CRM/Event/DAO/Participant.php | 21 +++++- CRM/Event/DAO/ParticipantPayment.php | 5 +- CRM/Event/DAO/ParticipantStatusType.php | 11 ++- CRM/Financial/DAO/Currency.php | 7 +- CRM/Financial/DAO/EntityFinancialAccount.php | 7 +- CRM/Financial/DAO/EntityFinancialTrxn.php | 7 +- CRM/Financial/DAO/FinancialAccount.php | 17 ++++- CRM/Financial/DAO/FinancialItem.php | 13 +++- CRM/Financial/DAO/FinancialTrxn.php | 20 +++++- CRM/Financial/DAO/FinancialType.php | 8 ++- CRM/Financial/DAO/PaymentProcessor.php | 25 ++++++- CRM/Financial/DAO/PaymentProcessorType.php | 25 ++++++- CRM/Financial/DAO/PaymentToken.php | 15 ++++- CRM/Friend/DAO/Friend.php | 12 +++- CRM/Grant/DAO/Grant.php | 17 ++++- CRM/Mailing/DAO/BouncePattern.php | 5 +- CRM/Mailing/DAO/BounceType.php | 6 +- CRM/Mailing/DAO/Mailing.php | 45 ++++++++++++- CRM/Mailing/DAO/MailingAB.php | 16 ++++- CRM/Mailing/DAO/MailingComponent.php | 10 ++- CRM/Mailing/DAO/MailingGroup.php | 9 ++- CRM/Mailing/DAO/MailingJob.php | 13 +++- CRM/Mailing/DAO/Recipients.php | 7 +- CRM/Mailing/DAO/Spool.php | 9 ++- CRM/Mailing/DAO/TrackableURL.php | 5 +- CRM/Mailing/Event/DAO/Bounce.php | 7 +- CRM/Mailing/Event/DAO/Confirm.php | 5 +- CRM/Mailing/Event/DAO/Delivered.php | 5 +- CRM/Mailing/Event/DAO/Forward.php | 6 +- CRM/Mailing/Event/DAO/Opened.php | 5 +- CRM/Mailing/Event/DAO/Queue.php | 8 ++- CRM/Mailing/Event/DAO/Reply.php | 5 +- CRM/Mailing/Event/DAO/Subscribe.php | 7 +- CRM/Mailing/Event/DAO/TrackableURLOpen.php | 6 +- CRM/Mailing/Event/DAO/Unsubscribe.php | 6 +- CRM/Member/DAO/Membership.php | 18 ++++- CRM/Member/DAO/MembershipBlock.php | 15 ++++- CRM/Member/DAO/MembershipLog.php | 11 ++- CRM/Member/DAO/MembershipPayment.php | 5 +- CRM/Member/DAO/MembershipStatus.php | 17 ++++- CRM/Member/DAO/MembershipType.php | 23 ++++++- CRM/PCP/DAO/PCP.php | 18 ++++- CRM/PCP/DAO/PCPBlock.php | 15 ++++- CRM/Pledge/DAO/Pledge.php | 25 ++++++- CRM/Pledge/DAO/PledgeBlock.php | 13 +++- CRM/Pledge/DAO/PledgePayment.php | 12 +++- CRM/Price/DAO/LineItem.php | 16 ++++- CRM/Price/DAO/PriceField.php | 19 +++++- CRM/Price/DAO/PriceFieldValue.php | 20 +++++- CRM/Price/DAO/PriceSet.php | 15 ++++- CRM/Price/DAO/PriceSetEntity.php | 6 +- CRM/Queue/DAO/QueueItem.php | 8 ++- CRM/Report/DAO/ReportInstance.php | 23 ++++++- CRM/SMS/DAO/Provider.php | 13 +++- xml/templates/dao.tpl | 4 +- 153 files changed, 1848 insertions(+), 152 deletions(-) diff --git a/CRM/ACL/DAO/ACL.php b/CRM/ACL/DAO/ACL.php index 9ea04070d3..df4002df2b 100644 --- a/CRM/ACL/DAO/ACL.php +++ b/CRM/ACL/DAO/ACL.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/ACL/ACL.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0af7d1843e1f675978451550b843ba68) + * (GenCodeChecksum:d91adfb9ffb0a514d42f6828f1b95033) */ /** @@ -154,6 +154,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'entity' => 'ACL', 'bao' => 'CRM_ACL_BAO_ACL', 'localizable' => 0, + 'add' => '1.6', ], 'name' => [ 'name' => 'name', @@ -170,6 +171,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'deny' => [ 'name' => 'deny', @@ -186,6 +188,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'html' => [ 'type' => 'Radio', ], + 'add' => '1.6', ], 'entity_table' => [ 'name' => 'entity_table', @@ -200,6 +203,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'entity' => 'ACL', 'bao' => 'CRM_ACL_BAO_ACL', 'localizable' => 0, + 'add' => '1.6', ], 'entity_id' => [ 'name' => 'entity_id', @@ -211,6 +215,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'entity' => 'ACL', 'bao' => 'CRM_ACL_BAO_ACL', 'localizable' => 0, + 'add' => '1.6', ], 'operation' => [ 'name' => 'operation', @@ -231,6 +236,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_ACL_BAO_ACL::operation', ], + 'add' => '1.6', ], 'object_table' => [ 'name' => 'object_table', @@ -244,6 +250,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'entity' => 'ACL', 'bao' => 'CRM_ACL_BAO_ACL', 'localizable' => 0, + 'add' => '1.6', ], 'object_id' => [ 'name' => 'object_id', @@ -255,6 +262,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'entity' => 'ACL', 'bao' => 'CRM_ACL_BAO_ACL', 'localizable' => 0, + 'add' => '1.6', ], 'acl_table' => [ 'name' => 'acl_table', @@ -268,6 +276,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'entity' => 'ACL', 'bao' => 'CRM_ACL_BAO_ACL', 'localizable' => 0, + 'add' => '1.6', ], 'acl_id' => [ 'name' => 'acl_id', @@ -279,6 +288,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'entity' => 'ACL', 'bao' => 'CRM_ACL_BAO_ACL', 'localizable' => 0, + 'add' => '1.6', ], 'is_active' => [ 'name' => 'is_active', @@ -293,6 +303,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/ACL/DAO/ACLCache.php b/CRM/ACL/DAO/ACLCache.php index 832948e99a..9e7ede4882 100644 --- a/CRM/ACL/DAO/ACLCache.php +++ b/CRM/ACL/DAO/ACLCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/ACL/ACLCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ca99bbbd188d9c890d47e35c1b0b3bbd) + * (GenCodeChecksum:0427e4f02009f7a66cf34ae18ef397aa) */ /** @@ -106,6 +106,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO { 'entity' => 'ACLCache', 'bao' => 'CRM_ACL_DAO_ACLCache', 'localizable' => 0, + 'add' => '1.6', ], 'contact_id' => [ 'name' => 'contact_id', @@ -121,6 +122,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '1.6', ], 'acl_id' => [ 'name' => 'acl_id', @@ -139,6 +141,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.6', ], 'modified_date' => [ 'name' => 'modified_date', @@ -151,6 +154,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO { 'entity' => 'ACLCache', 'bao' => 'CRM_ACL_DAO_ACLCache', 'localizable' => 0, + 'add' => '1.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/ACL/DAO/EntityRole.php b/CRM/ACL/DAO/EntityRole.php index 31e3c98fd4..0afa11cd52 100644 --- a/CRM/ACL/DAO/EntityRole.php +++ b/CRM/ACL/DAO/EntityRole.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/ACL/EntityRole.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b7e097df726e1a5c5c3e495b4583db7a) + * (GenCodeChecksum:2e8133b4c385feaa934b2d14ea40f971) */ /** @@ -112,6 +112,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'entity' => 'EntityRole', 'bao' => 'CRM_ACL_BAO_EntityRole', 'localizable' => 0, + 'add' => '1.6', ], 'acl_role_id' => [ 'name' => 'acl_role_id', @@ -124,6 +125,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'entity' => 'EntityRole', 'bao' => 'CRM_ACL_BAO_EntityRole', 'localizable' => 0, + 'add' => '1.6', ], 'entity_table' => [ 'name' => 'entity_table', @@ -138,6 +140,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'entity' => 'EntityRole', 'bao' => 'CRM_ACL_BAO_EntityRole', 'localizable' => 0, + 'add' => '1.6', ], 'entity_id' => [ 'name' => 'entity_id', @@ -150,6 +153,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'entity' => 'EntityRole', 'bao' => 'CRM_ACL_BAO_EntityRole', 'localizable' => 0, + 'add' => '1.6', ], 'is_active' => [ 'name' => 'is_active', @@ -161,6 +165,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'entity' => 'EntityRole', 'bao' => 'CRM_ACL_BAO_EntityRole', 'localizable' => 0, + 'add' => '1.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Activity/DAO/Activity.php b/CRM/Activity/DAO/Activity.php index f18b5de937..141c390fa4 100644 --- a/CRM/Activity/DAO/Activity.php +++ b/CRM/Activity/DAO/Activity.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Activity/Activity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a80e5c13f6c26348a2479ed9851d18a1) + * (GenCodeChecksum:99193964db864f9ec91b02b2bbc2d8f4) */ /** @@ -269,6 +269,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'entity' => 'Activity', 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, + 'add' => '1.1', ], 'source_record_id' => [ 'name' => 'source_record_id', @@ -280,6 +281,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'entity' => 'Activity', 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, + 'add' => '2.0', ], 'activity_type_id' => [ 'name' => 'activity_type_id', @@ -303,6 +305,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'optionGroupName' => 'activity_type', 'optionEditPath' => 'civicrm/admin/options/activity_type', ], + 'add' => '1.1', ], 'activity_subject' => [ 'name' => 'subject', @@ -322,6 +325,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'activity_date_time' => [ 'name' => 'activity_date_time', @@ -342,6 +346,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '2.0', ], 'activity_duration' => [ 'name' => 'duration', @@ -359,6 +364,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'html' => [ 'type' => 'Number', ], + 'add' => '2.0', ], 'activity_location' => [ 'name' => 'location', @@ -378,6 +384,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'phone_id' => [ 'name' => 'phone_id', @@ -393,6 +400,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '2.0', ], 'phone_number' => [ 'name' => 'phone_number', @@ -409,6 +417,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.0', ], 'activity_details' => [ 'name' => 'details', @@ -426,6 +435,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.1', ], 'activity_status_id' => [ 'name' => 'status_id', @@ -447,6 +457,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'optionGroupName' => 'activity_status', 'optionEditPath' => 'civicrm/admin/options/activity_status', ], + 'add' => '2.0', ], 'priority_id' => [ 'name' => 'priority_id', @@ -467,6 +478,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'optionGroupName' => 'priority', 'optionEditPath' => 'civicrm/admin/options/priority', ], + 'add' => '2.0', ], 'parent_id' => [ 'name' => 'parent_id', @@ -479,6 +491,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, 'FKClassName' => 'CRM_Activity_DAO_Activity', + 'add' => '1.1', ], 'activity_is_test' => [ 'name' => 'is_test', @@ -496,6 +509,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.0', ], 'activity_medium_id' => [ 'name' => 'medium_id', @@ -515,6 +529,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'optionGroupName' => 'encounter_medium', 'optionEditPath' => 'civicrm/admin/options/encounter_medium', ], + 'add' => '2.2', ], 'is_auto' => [ 'name' => 'is_auto', @@ -526,6 +541,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'entity' => 'Activity', 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, + 'add' => '2.2', ], 'relationship_id' => [ 'name' => 'relationship_id', @@ -539,6 +555,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Relationship', + 'add' => '2.2', ], 'is_current_revision' => [ 'name' => 'is_current_revision', @@ -553,6 +570,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'entity' => 'Activity', 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, + 'add' => '2.2', ], 'original_id' => [ 'name' => 'original_id', @@ -565,6 +583,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, 'FKClassName' => 'CRM_Activity_DAO_Activity', + 'add' => '2.2', ], 'activity_result' => [ 'name' => 'result', @@ -578,6 +597,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'entity' => 'Activity', 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, + 'add' => '3.3', ], 'activity_is_deleted' => [ 'name' => 'is_deleted', @@ -595,6 +615,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.2', ], 'activity_campaign_id' => [ 'name' => 'campaign_id', @@ -617,6 +638,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.4', ], 'activity_engagement_level' => [ 'name' => 'engagement_level', @@ -637,6 +659,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'optionGroupName' => 'engagement_index', 'optionEditPath' => 'civicrm/admin/options/engagement_index', ], + 'add' => '3.4', ], 'weight' => [ 'name' => 'weight', @@ -647,6 +670,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'entity' => 'Activity', 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, + 'add' => '4.1', ], 'is_star' => [ 'name' => 'is_star', @@ -665,6 +689,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'html' => [ 'type' => 'Checkbox', ], + 'add' => '4.7', ], 'activity_created_date' => [ 'name' => 'created_date', @@ -679,6 +704,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'entity' => 'Activity', 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, + 'add' => '4.7', ], 'activity_modified_date' => [ 'name' => 'modified_date', @@ -693,6 +719,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'entity' => 'Activity', 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Activity/DAO/ActivityContact.php b/CRM/Activity/DAO/ActivityContact.php index e37d3b7839..f7bd52c8e5 100644 --- a/CRM/Activity/DAO/ActivityContact.php +++ b/CRM/Activity/DAO/ActivityContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Activity/ActivityContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:51e1279768073419675c95b4792366a8) + * (GenCodeChecksum:b458f04c2195968dbc9d49f35f7abb70) */ /** @@ -106,6 +106,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO { 'entity' => 'ActivityContact', 'bao' => 'CRM_Activity_BAO_ActivityContact', 'localizable' => 0, + 'add' => '4.4', ], 'activity_id' => [ 'name' => 'activity_id', @@ -119,6 +120,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO { 'bao' => 'CRM_Activity_BAO_ActivityContact', 'localizable' => 0, 'FKClassName' => 'CRM_Activity_DAO_Activity', + 'add' => '4.4', ], 'contact_id' => [ 'name' => 'contact_id', @@ -134,6 +136,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO { 'bao' => 'CRM_Activity_BAO_ActivityContact', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.4', ], 'record_type_id' => [ 'name' => 'record_type_id', @@ -152,6 +155,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO { 'optionGroupName' => 'activity_contacts', 'optionEditPath' => 'civicrm/admin/options/activity_contacts', ], + 'add' => '4.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Batch/DAO/Batch.php b/CRM/Batch/DAO/Batch.php index 53ca4769c1..7ccdf4bae4 100644 --- a/CRM/Batch/DAO/Batch.php +++ b/CRM/Batch/DAO/Batch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Batch/Batch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a1b3aef6caf88c912e7cc40e1220ae67) + * (GenCodeChecksum:1fc78ed79da3731e7c082cf678ae6753) */ /** @@ -196,6 +196,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', 'localizable' => 0, + 'add' => '3.3', ], 'name' => [ 'name' => 'name', @@ -212,6 +213,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'title' => [ 'name' => 'title', @@ -228,6 +230,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.2', ], 'description' => [ 'name' => 'description', @@ -244,6 +247,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '3.3', ], 'created_id' => [ 'name' => 'created_id', @@ -256,6 +260,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'bao' => 'CRM_Batch_BAO_Batch', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.3', ], 'created_date' => [ 'name' => 'created_date', @@ -270,6 +275,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '3.3', ], 'modified_id' => [ 'name' => 'modified_id', @@ -282,6 +288,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'bao' => 'CRM_Batch_BAO_Batch', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.3', ], 'modified_date' => [ 'name' => 'modified_date', @@ -293,6 +300,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', 'localizable' => 0, + 'add' => '3.3', ], 'saved_search_id' => [ 'name' => 'saved_search_id', @@ -308,6 +316,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '4.1', ], 'status_id' => [ 'name' => 'status_id', @@ -327,6 +336,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'optionGroupName' => 'batch_status', 'optionEditPath' => 'civicrm/admin/options/batch_status', ], + 'add' => '4.2', ], 'type_id' => [ 'name' => 'type_id', @@ -345,6 +355,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'optionGroupName' => 'batch_type', 'optionEditPath' => 'civicrm/admin/options/batch_type', ], + 'add' => '4.2', ], 'mode_id' => [ 'name' => 'mode_id', @@ -363,6 +374,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'optionGroupName' => 'batch_mode', 'optionEditPath' => 'civicrm/admin/options/batch_mode', ], + 'add' => '4.2', ], 'total' => [ 'name' => 'total', @@ -381,6 +393,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.2', ], 'item_count' => [ 'name' => 'item_count', @@ -395,6 +408,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.2', ], 'payment_instrument_id' => [ 'name' => 'payment_instrument_id', @@ -413,6 +427,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'optionGroupName' => 'payment_instrument', 'optionEditPath' => 'civicrm/admin/options/payment_instrument', ], + 'add' => '4.3', ], 'exported_date' => [ 'name' => 'exported_date', @@ -423,6 +438,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', 'localizable' => 0, + 'add' => '4.3', ], 'data' => [ 'name' => 'data', @@ -434,6 +450,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', 'localizable' => 0, + 'add' => '4.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Batch/DAO/EntityBatch.php b/CRM/Batch/DAO/EntityBatch.php index 59f336adda..3bffdf0ada 100644 --- a/CRM/Batch/DAO/EntityBatch.php +++ b/CRM/Batch/DAO/EntityBatch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Batch/EntityBatch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a88f13eb18fecbda3f310bd2e1f97767) + * (GenCodeChecksum:645843a03d3f8e9194ddd2bd79abf5c7) */ /** @@ -106,6 +106,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO { 'entity' => 'EntityBatch', 'bao' => 'CRM_Batch_BAO_EntityBatch', 'localizable' => 0, + 'add' => '3.3', ], 'entity_table' => [ 'name' => 'entity_table', @@ -119,6 +120,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO { 'entity' => 'EntityBatch', 'bao' => 'CRM_Batch_BAO_EntityBatch', 'localizable' => 0, + 'add' => '3.3', ], 'entity_id' => [ 'name' => 'entity_id', @@ -131,6 +133,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO { 'entity' => 'EntityBatch', 'bao' => 'CRM_Batch_BAO_EntityBatch', 'localizable' => 0, + 'add' => '3.3', ], 'batch_id' => [ 'name' => 'batch_id', @@ -149,6 +152,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Campaign/DAO/Campaign.php b/CRM/Campaign/DAO/Campaign.php index 44d5047685..6f875f7991 100644 --- a/CRM/Campaign/DAO/Campaign.php +++ b/CRM/Campaign/DAO/Campaign.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Campaign/Campaign.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:859dab84ee64d9d58287ba723faf3774) + * (GenCodeChecksum:cad676be961a58037e4c460be6f9a450) */ /** @@ -207,6 +207,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'entity' => 'Campaign', 'bao' => 'CRM_Campaign_BAO_Campaign', 'localizable' => 0, + 'add' => '3.3', ], 'name' => [ 'name' => 'name', @@ -226,6 +227,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'title' => [ 'name' => 'title', @@ -244,6 +246,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'description' => [ 'name' => 'description', @@ -260,6 +263,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '3.3', ], 'start_date' => [ 'name' => 'start_date', @@ -277,6 +281,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '3.3', ], 'end_date' => [ 'name' => 'end_date', @@ -294,6 +299,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '3.3', ], 'campaign_type_id' => [ 'name' => 'campaign_type_id', @@ -315,6 +321,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'optionGroupName' => 'campaign_type', 'optionEditPath' => 'civicrm/admin/options/campaign_type', ], + 'add' => '3.3', ], 'status_id' => [ 'name' => 'status_id', @@ -336,6 +343,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'optionGroupName' => 'campaign_status', 'optionEditPath' => 'civicrm/admin/options/campaign_status', ], + 'add' => '3.3', ], 'external_identifier' => [ 'name' => 'external_identifier', @@ -356,6 +364,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'parent_id' => [ 'name' => 'parent_id', @@ -374,6 +383,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '3.3', ], 'is_active' => [ 'name' => 'is_active', @@ -389,6 +399,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '3.3', ], 'created_id' => [ 'name' => 'created_id', @@ -401,6 +412,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_BAO_Campaign', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.3', ], 'created_date' => [ 'name' => 'created_date', @@ -415,6 +427,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '3.3', ], 'last_modified_id' => [ 'name' => 'last_modified_id', @@ -427,6 +440,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_BAO_Campaign', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.3', ], 'last_modified_date' => [ 'name' => 'last_modified_date', @@ -438,6 +452,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'entity' => 'Campaign', 'bao' => 'CRM_Campaign_BAO_Campaign', 'localizable' => 0, + 'add' => '3.3', ], 'goal_general' => [ 'name' => 'goal_general', @@ -452,6 +467,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '3.4', ], 'goal_revenue' => [ 'name' => 'goal_revenue', @@ -470,6 +486,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Campaign/DAO/CampaignGroup.php b/CRM/Campaign/DAO/CampaignGroup.php index 34d9a35f82..4dbb8b7f2d 100644 --- a/CRM/Campaign/DAO/CampaignGroup.php +++ b/CRM/Campaign/DAO/CampaignGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Campaign/CampaignGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c245f47a5db1f3cd039da4cf06b667d1) + * (GenCodeChecksum:a4fa6a19ef72119a316417521e209cd4) */ /** @@ -113,6 +113,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO { 'entity' => 'CampaignGroup', 'bao' => 'CRM_Campaign_DAO_CampaignGroup', 'localizable' => 0, + 'add' => '3.3', ], 'campaign_id' => [ 'name' => 'campaign_id', @@ -131,6 +132,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.3', ], 'group_type' => [ 'name' => 'group_type', @@ -151,6 +153,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getCampaignGroupTypes', ], + 'add' => NULL, ], 'entity_table' => [ 'name' => 'entity_table', @@ -165,6 +168,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO { 'entity' => 'CampaignGroup', 'bao' => 'CRM_Campaign_DAO_CampaignGroup', 'localizable' => 0, + 'add' => '3.3', ], 'entity_id' => [ 'name' => 'entity_id', @@ -177,6 +181,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO { 'entity' => 'CampaignGroup', 'bao' => 'CRM_Campaign_DAO_CampaignGroup', 'localizable' => 0, + 'add' => '3.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Campaign/DAO/Survey.php b/CRM/Campaign/DAO/Survey.php index b718426fe1..62493531bf 100644 --- a/CRM/Campaign/DAO/Survey.php +++ b/CRM/Campaign/DAO/Survey.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Campaign/Survey.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:44d3b1a60152ac9eb8080e80b3b11d2c) + * (GenCodeChecksum:80b92f90300f8e432ddd68e95d22b622) */ /** @@ -226,6 +226,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '3.3', ], 'title' => [ 'name' => 'title', @@ -242,6 +243,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 1, + 'add' => '3.3', ], 'campaign_id' => [ 'name' => 'campaign_id', @@ -260,6 +262,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.3', ], 'activity_type_id' => [ 'name' => 'activity_type_id', @@ -281,6 +284,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'optionGroupName' => 'activity_type', 'optionEditPath' => 'civicrm/admin/options/activity_type', ], + 'add' => '3.3', ], 'recontact_interval' => [ 'name' => 'recontact_interval', @@ -297,6 +301,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '3.3', ], 'instructions' => [ 'name' => 'instructions', @@ -313,6 +318,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '3.3', ], 'release_frequency' => [ 'name' => 'release_frequency', @@ -325,6 +331,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '3.3', ], 'max_number_of_contacts' => [ 'name' => 'max_number_of_contacts', @@ -337,6 +344,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '3.3', ], 'default_number_of_contacts' => [ 'name' => 'default_number_of_contacts', @@ -349,6 +357,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '3.3', ], 'is_active' => [ 'name' => 'is_active', @@ -361,6 +370,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '3.3', ], 'is_default' => [ 'name' => 'is_default', @@ -373,6 +383,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '3.3', ], 'created_id' => [ 'name' => 'created_id', @@ -385,6 +396,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.3', ], 'created_date' => [ 'name' => 'created_date', @@ -396,6 +408,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '3.3', ], 'last_modified_id' => [ 'name' => 'last_modified_id', @@ -408,6 +421,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.3', ], 'last_modified_date' => [ 'name' => 'last_modified_date', @@ -419,6 +433,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '3.3', ], 'result_id' => [ 'name' => 'result_id', @@ -431,6 +446,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '3.3', ], 'bypass_confirm' => [ 'name' => 'bypass_confirm', @@ -443,6 +459,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '4.2', ], 'thankyou_title' => [ 'name' => 'thankyou_title', @@ -456,6 +473,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 1, + 'add' => '4.2', ], 'thankyou_text' => [ 'name' => 'thankyou_text', @@ -472,6 +490,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '4.2', ], 'is_share' => [ 'name' => 'is_share', @@ -484,6 +503,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'add' => '4.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Case/DAO/Case.php b/CRM/Case/DAO/Case.php index a2fd729d80..8f54a68d23 100644 --- a/CRM/Case/DAO/Case.php +++ b/CRM/Case/DAO/Case.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Case/Case.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:faa618f0586b8f1f8b581cbde6c279dc) + * (GenCodeChecksum:ec6804103883c17fff63061e06d3e591) */ /** @@ -157,6 +157,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'case_type_id' => [ 'name' => 'case_type_id', @@ -180,6 +181,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '2.0', ], 'case_subject' => [ 'name' => 'subject', @@ -198,6 +200,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'case_start_date' => [ 'name' => 'start_date', @@ -215,6 +218,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.8', ], 'case_end_date' => [ 'name' => 'end_date', @@ -232,6 +236,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.8', ], 'details' => [ 'name' => 'details', @@ -248,6 +253,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.8', ], 'case_status_id' => [ 'name' => 'status_id', @@ -269,6 +275,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'optionGroupName' => 'case_status', 'optionEditPath' => 'civicrm/admin/options/case_status', ], + 'add' => '1.8', ], 'case_deleted' => [ 'name' => 'is_deleted', @@ -285,6 +292,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.2', ], 'case_created_date' => [ 'name' => 'created_date', @@ -299,6 +307,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'entity' => 'Case', 'bao' => 'CRM_Case_BAO_Case', 'localizable' => 0, + 'add' => '4.7', ], 'case_modified_date' => [ 'name' => 'modified_date', @@ -313,6 +322,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'entity' => 'Case', 'bao' => 'CRM_Case_BAO_Case', 'localizable' => 0, + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Case/DAO/CaseActivity.php b/CRM/Case/DAO/CaseActivity.php index d699322587..a57d2a9bd1 100644 --- a/CRM/Case/DAO/CaseActivity.php +++ b/CRM/Case/DAO/CaseActivity.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Case/CaseActivity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:51e6c7e07af84da07b90145b2dd8c0df) + * (GenCodeChecksum:d2ef4c48307f130ba531ff5c4bfb38d6) */ /** @@ -99,6 +99,7 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO { 'entity' => 'CaseActivity', 'bao' => 'CRM_Case_DAO_CaseActivity', 'localizable' => 0, + 'add' => '1.8', ], 'case_id' => [ 'name' => 'case_id', @@ -112,6 +113,7 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO { 'bao' => 'CRM_Case_DAO_CaseActivity', 'localizable' => 0, 'FKClassName' => 'CRM_Case_DAO_Case', + 'add' => '1.8', ], 'activity_id' => [ 'name' => 'activity_id', @@ -125,6 +127,7 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO { 'bao' => 'CRM_Case_DAO_CaseActivity', 'localizable' => 0, 'FKClassName' => 'CRM_Activity_DAO_Activity', + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Case/DAO/CaseContact.php b/CRM/Case/DAO/CaseContact.php index 2265eb94bc..df46165d15 100644 --- a/CRM/Case/DAO/CaseContact.php +++ b/CRM/Case/DAO/CaseContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Case/CaseContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:cf45b00165fe5bdad9b216e46091e3e6) + * (GenCodeChecksum:4a71399455a593008da4849db726f7b9) */ /** @@ -99,6 +99,7 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO { 'entity' => 'CaseContact', 'bao' => 'CRM_Case_BAO_CaseContact', 'localizable' => 0, + 'add' => '2.1', ], 'case_id' => [ 'name' => 'case_id', @@ -112,6 +113,7 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO { 'bao' => 'CRM_Case_BAO_CaseContact', 'localizable' => 0, 'FKClassName' => 'CRM_Case_DAO_Case', + 'add' => '2.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -128,6 +130,7 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '2.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Case/DAO/CaseType.php b/CRM/Case/DAO/CaseType.php index a05b62c535..039a958244 100644 --- a/CRM/Case/DAO/CaseType.php +++ b/CRM/Case/DAO/CaseType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Case/CaseType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:91266a2984e12a7526d5a6b13a901c63) + * (GenCodeChecksum:c65e3b1aa03fb9ad3122915d612fefb8) */ /** @@ -118,6 +118,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO { 'entity' => 'CaseType', 'bao' => 'CRM_Case_BAO_CaseType', 'localizable' => 0, + 'add' => '4.5', ], 'name' => [ 'name' => 'name', @@ -132,6 +133,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO { 'entity' => 'CaseType', 'bao' => 'CRM_Case_BAO_CaseType', 'localizable' => 0, + 'add' => '4.5', ], 'title' => [ 'name' => 'title', @@ -146,6 +148,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO { 'entity' => 'CaseType', 'bao' => 'CRM_Case_BAO_CaseType', 'localizable' => 1, + 'add' => '4.5', ], 'description' => [ 'name' => 'description', @@ -159,6 +162,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO { 'entity' => 'CaseType', 'bao' => 'CRM_Case_BAO_CaseType', 'localizable' => 1, + 'add' => '4.5', ], 'is_active' => [ 'name' => 'is_active', @@ -170,6 +174,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO { 'entity' => 'CaseType', 'bao' => 'CRM_Case_BAO_CaseType', 'localizable' => 0, + 'add' => '4.5', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -181,6 +186,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO { 'entity' => 'CaseType', 'bao' => 'CRM_Case_BAO_CaseType', 'localizable' => 0, + 'add' => '4.5', ], 'weight' => [ 'name' => 'weight', @@ -194,6 +200,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO { 'entity' => 'CaseType', 'bao' => 'CRM_Case_BAO_CaseType', 'localizable' => 0, + 'add' => '4.5', ], 'definition' => [ 'name' => 'definition', @@ -205,6 +212,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO { 'entity' => 'CaseType', 'bao' => 'CRM_Case_BAO_CaseType', 'localizable' => 0, + 'add' => '4.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/ACLContactCache.php b/CRM/Contact/DAO/ACLContactCache.php index 1ff549c968..b1bf5bdd03 100644 --- a/CRM/Contact/DAO/ACLContactCache.php +++ b/CRM/Contact/DAO/ACLContactCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/ACLContactCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6ab50b60a3e996451e8e35f730207f46) + * (GenCodeChecksum:b99253b18e66856d4b6d914f2669fa30) */ /** @@ -105,6 +105,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO { 'entity' => 'ACLContactCache', 'bao' => 'CRM_Contact_DAO_ACLContactCache', 'localizable' => 0, + 'add' => '3.1', ], 'user_id' => [ 'name' => 'user_id', @@ -116,6 +117,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO { 'entity' => 'ACLContactCache', 'bao' => 'CRM_Contact_DAO_ACLContactCache', 'localizable' => 0, + 'add' => '3.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -129,6 +131,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO { 'bao' => 'CRM_Contact_DAO_ACLContactCache', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.1', ], 'operation' => [ 'name' => 'operation', @@ -149,6 +152,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_ACL_BAO_ACL::operation', ], + 'add' => '1.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/Contact.php b/CRM/Contact/DAO/Contact.php index 9638d28f4b..c71b597509 100644 --- a/CRM/Contact/DAO/Contact.php +++ b/CRM/Contact/DAO/Contact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Contact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6d8b87302a9cecf71150fc71ca3879dd) + * (GenCodeChecksum:1c094c7c560285ff246e832afd002c82) */ /** @@ -438,6 +438,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'entity' => 'Contact', 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, + 'add' => '1.1', ], 'contact_type' => [ 'name' => 'contact_type', @@ -462,6 +463,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'labelColumn' => 'label', 'condition' => 'parent_id IS NULL', ], + 'add' => '1.1', ], 'contact_sub_type' => [ 'name' => 'contact_sub_type', @@ -488,6 +490,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'labelColumn' => 'label', 'condition' => 'parent_id IS NOT NULL', ], + 'add' => '1.5', ], 'do_not_email' => [ 'name' => 'do_not_email', @@ -506,6 +509,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.1', ], 'do_not_phone' => [ 'name' => 'do_not_phone', @@ -524,6 +528,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.1', ], 'do_not_mail' => [ 'name' => 'do_not_mail', @@ -542,6 +547,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.1', ], 'do_not_sms' => [ 'name' => 'do_not_sms', @@ -560,6 +566,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '3.0', ], 'do_not_trade' => [ 'name' => 'do_not_trade', @@ -578,6 +585,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.1', ], 'is_opt_out' => [ 'name' => 'is_opt_out', @@ -596,6 +604,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.1', ], 'legal_identifier' => [ 'name' => 'legal_identifier', @@ -616,6 +625,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'external_identifier' => [ 'name' => 'external_identifier', @@ -636,6 +646,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'sort_name' => [ 'name' => 'sort_name', @@ -653,6 +664,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'display_name' => [ 'name' => 'display_name', @@ -670,6 +682,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'nick_name' => [ 'name' => 'nick_name', @@ -690,6 +703,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'legal_name' => [ 'name' => 'legal_name', @@ -710,6 +724,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'image_URL' => [ 'name' => 'image_URL', @@ -726,6 +741,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'File', ], + 'add' => '1.1', ], 'preferred_communication_method' => [ 'name' => 'preferred_communication_method', @@ -751,6 +767,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'optionGroupName' => 'preferred_communication_method', 'optionEditPath' => 'civicrm/admin/options/preferred_communication_method', ], + 'add' => '1.1', ], 'preferred_language' => [ 'name' => 'preferred_language', @@ -775,6 +792,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'keyColumn' => 'name', 'optionEditPath' => 'civicrm/admin/options/languages', ], + 'add' => '3.2', ], 'preferred_mail_format' => [ 'name' => 'preferred_mail_format', @@ -798,6 +816,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::pmf', ], + 'add' => '1.1', ], 'hash' => [ 'name' => 'hash', @@ -812,6 +831,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'entity' => 'Contact', 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, + 'add' => '1.1', ], 'api_key' => [ 'name' => 'api_key', @@ -831,6 +851,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'entity' => 'Contact', 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, + 'add' => '2.2', ], 'contact_source' => [ 'name' => 'source', @@ -850,6 +871,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'first_name' => [ 'name' => 'first_name', @@ -871,6 +893,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'middle_name' => [ 'name' => 'middle_name', @@ -892,6 +915,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'last_name' => [ 'name' => 'last_name', @@ -913,6 +937,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'prefix_id' => [ 'name' => 'prefix_id', @@ -936,6 +961,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'optionGroupName' => 'individual_prefix', 'optionEditPath' => 'civicrm/admin/options/individual_prefix', ], + 'add' => '1.2', ], 'suffix_id' => [ 'name' => 'suffix_id', @@ -959,6 +985,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'optionGroupName' => 'individual_suffix', 'optionEditPath' => 'civicrm/admin/options/individual_suffix', ], + 'add' => '1.2', ], 'formal_title' => [ 'name' => 'formal_title', @@ -979,6 +1006,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.5', ], 'communication_style_id' => [ 'name' => 'communication_style_id', @@ -1000,6 +1028,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'optionGroupName' => 'communication_style', 'optionEditPath' => 'civicrm/admin/options/communication_style', ], + 'add' => '4.4', ], 'email_greeting_id' => [ 'name' => 'email_greeting_id', @@ -1019,6 +1048,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'optionGroupName' => 'email_greeting', 'optionEditPath' => 'civicrm/admin/options/email_greeting', ], + 'add' => '3.0', ], 'email_greeting_custom' => [ 'name' => 'email_greeting_custom', @@ -1037,6 +1067,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.0', ], 'email_greeting_display' => [ 'name' => 'email_greeting_display', @@ -1050,6 +1081,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'entity' => 'Contact', 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, + 'add' => '3.0', ], 'postal_greeting_id' => [ 'name' => 'postal_greeting_id', @@ -1069,6 +1101,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'optionGroupName' => 'postal_greeting', 'optionEditPath' => 'civicrm/admin/options/postal_greeting', ], + 'add' => '3.0', ], 'postal_greeting_custom' => [ 'name' => 'postal_greeting_custom', @@ -1087,6 +1120,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.0', ], 'postal_greeting_display' => [ 'name' => 'postal_greeting_display', @@ -1100,6 +1134,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'entity' => 'Contact', 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, + 'add' => '3.0', ], 'addressee_id' => [ 'name' => 'addressee_id', @@ -1119,6 +1154,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'optionGroupName' => 'addressee', 'optionEditPath' => 'civicrm/admin/options/addressee', ], + 'add' => '3.0', ], 'addressee_custom' => [ 'name' => 'addressee_custom', @@ -1137,6 +1173,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.0', ], 'addressee_display' => [ 'name' => 'addressee_display', @@ -1150,6 +1187,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'entity' => 'Contact', 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, + 'add' => '3.0', ], 'job_title' => [ 'name' => 'job_title', @@ -1171,6 +1209,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'gender_id' => [ 'name' => 'gender_id', @@ -1193,6 +1232,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'optionGroupName' => 'gender', 'optionEditPath' => 'civicrm/admin/options/gender', ], + 'add' => '1.2', ], 'birth_date' => [ 'name' => 'birth_date', @@ -1213,6 +1253,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'birth', ], + 'add' => '1.1', ], 'is_deceased' => [ 'name' => 'is_deceased', @@ -1232,6 +1273,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.1', ], 'deceased_date' => [ 'name' => 'deceased_date', @@ -1251,6 +1293,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'birth', ], + 'add' => '1.5', ], 'household_name' => [ 'name' => 'household_name', @@ -1272,6 +1315,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'primary_contact_id' => [ 'name' => 'primary_contact_id', @@ -1285,6 +1329,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '1.1', ], 'organization_name' => [ 'name' => 'organization_name', @@ -1306,6 +1351,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'sic_code' => [ 'name' => 'sic_code', @@ -1326,6 +1372,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'user_unique_id' => [ 'name' => 'user_unique_id', @@ -1347,6 +1394,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.0', ], 'current_employer_id' => [ 'name' => 'employer_id', @@ -1364,6 +1412,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '2.1', ], 'contact_is_deleted' => [ 'name' => 'is_deleted', @@ -1380,6 +1429,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '3.2', ], 'created_date' => [ 'name' => 'created_date', @@ -1394,6 +1444,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'entity' => 'Contact', 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, + 'add' => '4.3', ], 'modified_date' => [ 'name' => 'modified_date', @@ -1408,6 +1459,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'entity' => 'Contact', 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, + 'add' => '4.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/ContactType.php b/CRM/Contact/DAO/ContactType.php index 6baf936e73..0237e0943d 100644 --- a/CRM/Contact/DAO/ContactType.php +++ b/CRM/Contact/DAO/ContactType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/ContactType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:32038ad57ffa86a8e233d1d337d69f20) + * (GenCodeChecksum:34f2ee23181ddce3050484b6e30b0e72) */ /** @@ -133,6 +133,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'entity' => 'ContactType', 'bao' => 'CRM_Contact_BAO_ContactType', 'localizable' => 0, + 'add' => '1.1', ], 'name' => [ 'name' => 'name', @@ -147,6 +148,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'entity' => 'ContactType', 'bao' => 'CRM_Contact_BAO_ContactType', 'localizable' => 0, + 'add' => '3.1', ], 'label' => [ 'name' => 'label', @@ -160,6 +162,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'entity' => 'ContactType', 'bao' => 'CRM_Contact_BAO_ContactType', 'localizable' => 1, + 'add' => '3.1', ], 'description' => [ 'name' => 'description', @@ -176,6 +179,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '3.1', ], 'image_URL' => [ 'name' => 'image_URL', @@ -189,6 +193,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'entity' => 'ContactType', 'bao' => 'CRM_Contact_BAO_ContactType', 'localizable' => 0, + 'add' => '3.1', ], 'parent_id' => [ 'name' => 'parent_id', @@ -207,6 +212,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'labelColumn' => 'label', 'condition' => 'parent_id IS NULL', ], + 'add' => '3.1', ], 'is_active' => [ 'name' => 'is_active', @@ -219,6 +225,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'entity' => 'ContactType', 'bao' => 'CRM_Contact_BAO_ContactType', 'localizable' => 0, + 'add' => '3.1', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -231,6 +238,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'entity' => 'ContactType', 'bao' => 'CRM_Contact_BAO_ContactType', 'localizable' => 0, + 'add' => '3.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/DashboardContact.php b/CRM/Contact/DAO/DashboardContact.php index 5ceac6dcba..360c5caf71 100644 --- a/CRM/Contact/DAO/DashboardContact.php +++ b/CRM/Contact/DAO/DashboardContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/DashboardContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ebe84476b55f9383d54e5a645f657f83) + * (GenCodeChecksum:c6084fad33e2fed9634eee46cfcfd4ee) */ /** @@ -117,6 +117,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO { 'entity' => 'DashboardContact', 'bao' => 'CRM_Contact_BAO_DashboardContact', 'localizable' => 0, + 'add' => '3.1', ], 'dashboard_id' => [ 'name' => 'dashboard_id', @@ -130,6 +131,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_DashboardContact', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Dashboard', + 'add' => '3.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -143,6 +145,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_DashboardContact', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.1', ], 'column_no' => [ 'name' => 'column_no', @@ -155,6 +158,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO { 'entity' => 'DashboardContact', 'bao' => 'CRM_Contact_BAO_DashboardContact', 'localizable' => 0, + 'add' => '3.1', ], 'is_active' => [ 'name' => 'is_active', @@ -167,6 +171,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO { 'entity' => 'DashboardContact', 'bao' => 'CRM_Contact_BAO_DashboardContact', 'localizable' => 0, + 'add' => '3.1', ], 'weight' => [ 'name' => 'weight', @@ -179,6 +184,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO { 'entity' => 'DashboardContact', 'bao' => 'CRM_Contact_BAO_DashboardContact', 'localizable' => 0, + 'add' => '3.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/Group.php b/CRM/Contact/DAO/Group.php index 62c7b43119..3c051ec4f4 100644 --- a/CRM/Contact/DAO/Group.php +++ b/CRM/Contact/DAO/Group.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Group.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:06233cafdd53c046ba9008ae8af40a1b) + * (GenCodeChecksum:a8a3812a392b7544441cdbe1f9500f21) */ /** @@ -224,6 +224,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'add' => '1.1', ], 'name' => [ 'name' => 'name', @@ -237,6 +238,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'add' => '1.1', ], 'title' => [ 'name' => 'title', @@ -253,6 +255,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'description' => [ 'name' => 'description', @@ -269,6 +272,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.1', ], 'source' => [ 'name' => 'source', @@ -282,6 +286,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'add' => '1.1', ], 'saved_search_id' => [ 'name' => 'saved_search_id', @@ -294,6 +299,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_SavedSearch', + 'add' => '1.1', ], 'is_active' => [ 'name' => 'is_active', @@ -305,6 +311,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'add' => '1.1', ], 'visibility' => [ 'name' => 'visibility', @@ -325,6 +332,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::groupVisibility', ], + 'add' => '1.2', ], 'where_clause' => [ 'name' => 'where_clause', @@ -336,6 +344,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'add' => '1.6', ], 'select_tables' => [ 'name' => 'select_tables', @@ -348,6 +357,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, 'serialize' => self::SERIALIZE_PHP, + 'add' => '1.6', ], 'where_tables' => [ 'name' => 'where_tables', @@ -360,6 +370,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, 'serialize' => self::SERIALIZE_PHP, + 'add' => '1.6', ], 'group_type' => [ 'name' => 'group_type', @@ -378,6 +389,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'optionGroupName' => 'group_type', 'optionEditPath' => 'civicrm/admin/options/group_type', ], + 'add' => '1.9', ], 'cache_date' => [ 'name' => 'cache_date', @@ -390,6 +402,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'add' => '2.1', ], 'refresh_date' => [ 'name' => 'refresh_date', @@ -402,6 +415,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'add' => '4.3', ], 'parents' => [ 'name' => 'parents', @@ -417,6 +431,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_PseudoConstant::allGroup', ], + 'add' => '2.1', ], 'children' => [ 'name' => 'children', @@ -428,6 +443,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'add' => '2.1', ], 'is_hidden' => [ 'name' => 'is_hidden', @@ -440,6 +456,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'add' => '2.2', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -451,6 +468,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'add' => '4.2', ], 'created_id' => [ 'name' => 'created_id', @@ -463,6 +481,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.3', ], 'modified_id' => [ 'name' => 'modified_id', @@ -475,6 +494,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/GroupContact.php b/CRM/Contact/DAO/GroupContact.php index 55c67491a1..0605b3a09f 100644 --- a/CRM/Contact/DAO/GroupContact.php +++ b/CRM/Contact/DAO/GroupContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/GroupContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a2d4155bf9e67023136598c9ca86be31) + * (GenCodeChecksum:11947c2ac6a20781c2daa15b0f894983) */ /** @@ -122,6 +122,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'entity' => 'GroupContact', 'bao' => 'CRM_Contact_BAO_GroupContact', 'localizable' => 0, + 'add' => '1.1', ], 'group_id' => [ 'name' => 'group_id', @@ -143,6 +144,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -156,6 +158,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupContact', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '1.1', ], 'status' => [ 'name' => 'status', @@ -175,6 +178,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::groupContactStatus', ], + 'add' => '1.1', ], 'location_id' => [ 'name' => 'location_id', @@ -187,6 +191,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupContact', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_LocBlock', + 'add' => '1.1', ], 'email_id' => [ 'name' => 'email_id', @@ -199,6 +204,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupContact', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Email', + 'add' => '1.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/GroupContactCache.php b/CRM/Contact/DAO/GroupContactCache.php index 10760ac2d7..19c2f738cf 100644 --- a/CRM/Contact/DAO/GroupContactCache.php +++ b/CRM/Contact/DAO/GroupContactCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/GroupContactCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:773c4e4cbe66d404e30e3dffa2dcb8a1) + * (GenCodeChecksum:78446b0939b21d995dd17476d11030e7) */ /** @@ -99,6 +99,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO { 'entity' => 'GroupContactCache', 'bao' => 'CRM_Contact_BAO_GroupContactCache', 'localizable' => 0, + 'add' => '2.1', ], 'group_id' => [ 'name' => 'group_id', @@ -120,6 +121,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '2.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -133,6 +135,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupContactCache', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '2.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/GroupNesting.php b/CRM/Contact/DAO/GroupNesting.php index 0af54cf3a3..2f6a61b8f5 100644 --- a/CRM/Contact/DAO/GroupNesting.php +++ b/CRM/Contact/DAO/GroupNesting.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/GroupNesting.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:9d8fbfd3582d798a3536300ed7848d85) + * (GenCodeChecksum:7e5dfd763c2f4b39ff7f3ea962269bae) */ /** @@ -99,6 +99,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO { 'entity' => 'GroupNesting', 'bao' => 'CRM_Contact_BAO_GroupNesting', 'localizable' => 0, + 'add' => '2.0', ], 'child_group_id' => [ 'name' => 'child_group_id', @@ -112,6 +113,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupNesting', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Group', + 'add' => '2.0', ], 'parent_group_id' => [ 'name' => 'parent_group_id', @@ -125,6 +127,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupNesting', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Group', + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/GroupOrganization.php b/CRM/Contact/DAO/GroupOrganization.php index 84b18a513f..49f1bd8616 100644 --- a/CRM/Contact/DAO/GroupOrganization.php +++ b/CRM/Contact/DAO/GroupOrganization.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/GroupOrganization.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:12abfd5fb4d2eef796fec3a526338538) + * (GenCodeChecksum:59e2d9b6cb5577d3f8a72422fb33f643) */ /** @@ -99,6 +99,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO { 'entity' => 'GroupOrganization', 'bao' => 'CRM_Contact_BAO_GroupOrganization', 'localizable' => 0, + 'add' => '2.0', ], 'group_id' => [ 'name' => 'group_id', @@ -120,6 +121,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '2.0', ], 'organization_id' => [ 'name' => 'organization_id', @@ -133,6 +135,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupOrganization', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/Relationship.php b/CRM/Contact/DAO/Relationship.php index 0fdcca5d9d..5110814fe3 100644 --- a/CRM/Contact/DAO/Relationship.php +++ b/CRM/Contact/DAO/Relationship.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Relationship.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f512c36730defcd334c0e6ccc896e7fb) + * (GenCodeChecksum:b1e83f9c102db77881c4b9c730f38337) */ /** @@ -164,6 +164,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'entity' => 'Relationship', 'bao' => 'CRM_Contact_BAO_Relationship', 'localizable' => 0, + 'add' => '1.1', ], 'contact_id_a' => [ 'name' => 'contact_id_a', @@ -177,6 +178,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Relationship', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '1.1', ], 'contact_id_b' => [ 'name' => 'contact_id_b', @@ -193,6 +195,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '1.1', ], 'relationship_type_id' => [ 'name' => 'relationship_type_id', @@ -209,6 +212,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '1.1', ], 'relationship_start_date' => [ 'name' => 'start_date', @@ -224,6 +228,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.1', ], 'relationship_end_date' => [ 'name' => 'end_date', @@ -239,6 +244,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.1', ], 'is_active' => [ 'name' => 'is_active', @@ -254,6 +260,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.1', ], 'description' => [ 'name' => 'description', @@ -270,6 +277,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.5', ], 'is_permission_a_b' => [ 'name' => 'is_permission_a_b', @@ -289,6 +297,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getPermissionedRelationshipOptions', ], + 'add' => '2.1', ], 'is_permission_b_a' => [ 'name' => 'is_permission_b_a', @@ -308,6 +317,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getPermissionedRelationshipOptions', ], + 'add' => '2.1', ], 'case_id' => [ 'name' => 'case_id', @@ -321,6 +331,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Relationship', 'localizable' => 0, 'FKClassName' => 'CRM_Case_DAO_Case', + 'add' => '2.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/RelationshipType.php b/CRM/Contact/DAO/RelationshipType.php index 1fe25654f2..06ec7aff10 100644 --- a/CRM/Contact/DAO/RelationshipType.php +++ b/CRM/Contact/DAO/RelationshipType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/RelationshipType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:81dab8a4d80601fe4afa3dc1556cc804) + * (GenCodeChecksum:205fa87e1f397fbf810ffbbd74c1853a) */ /** @@ -146,6 +146,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'entity' => 'RelationshipType', 'bao' => 'CRM_Contact_BAO_RelationshipType', 'localizable' => 0, + 'add' => '1.1', ], 'name_a_b' => [ 'name' => 'name_a_b', @@ -159,6 +160,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'entity' => 'RelationshipType', 'bao' => 'CRM_Contact_BAO_RelationshipType', 'localizable' => 0, + 'add' => '1.1', ], 'label_a_b' => [ 'name' => 'label_a_b', @@ -175,6 +177,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.0', ], 'name_b_a' => [ 'name' => 'name_b_a', @@ -188,6 +191,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'entity' => 'RelationshipType', 'bao' => 'CRM_Contact_BAO_RelationshipType', 'localizable' => 0, + 'add' => '1.1', ], 'label_b_a' => [ 'name' => 'label_b_a', @@ -204,6 +208,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.0', ], 'description' => [ 'name' => 'description', @@ -220,6 +225,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'contact_type_a' => [ 'name' => 'contact_type_a', @@ -242,6 +248,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'labelColumn' => 'label', 'condition' => 'parent_id IS NULL', ], + 'add' => '1.1', ], 'contact_type_b' => [ 'name' => 'contact_type_b', @@ -264,6 +271,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'labelColumn' => 'label', 'condition' => 'parent_id IS NULL', ], + 'add' => '1.1', ], 'contact_sub_type_a' => [ 'name' => 'contact_sub_type_a', @@ -286,6 +294,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'labelColumn' => 'label', 'condition' => 'parent_id IS NOT NULL', ], + 'add' => '3.1', ], 'contact_sub_type_b' => [ 'name' => 'contact_sub_type_b', @@ -308,6 +317,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'labelColumn' => 'label', 'condition' => 'parent_id IS NOT NULL', ], + 'add' => '3.1', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -322,6 +332,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.1', ], 'is_active' => [ 'name' => 'is_active', @@ -337,6 +348,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/SavedSearch.php b/CRM/Contact/DAO/SavedSearch.php index c9c55e6c1c..0d3dcbbedd 100644 --- a/CRM/Contact/DAO/SavedSearch.php +++ b/CRM/Contact/DAO/SavedSearch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/SavedSearch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f84f342e55d9bbc420ff499c2789ab48) + * (GenCodeChecksum:4093fd1cfa684e54d609528d8df160ca) */ /** @@ -119,6 +119,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO { 'entity' => 'SavedSearch', 'bao' => 'CRM_Contact_BAO_SavedSearch', 'localizable' => 0, + 'add' => '1.1', ], 'form_values' => [ 'name' => 'form_values', @@ -133,6 +134,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_SavedSearch', 'localizable' => 0, 'serialize' => self::SERIALIZE_PHP, + 'add' => '1.1', ], 'mapping_id' => [ 'name' => 'mapping_id', @@ -145,6 +147,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_SavedSearch', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Mapping', + 'add' => '1.5', ], 'search_custom_id' => [ 'name' => 'search_custom_id', @@ -156,6 +159,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO { 'entity' => 'SavedSearch', 'bao' => 'CRM_Contact_BAO_SavedSearch', 'localizable' => 0, + 'add' => '2.0', ], 'api_entity' => [ 'name' => 'api_entity', @@ -169,6 +173,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO { 'entity' => 'SavedSearch', 'bao' => 'CRM_Contact_BAO_SavedSearch', 'localizable' => 0, + 'add' => '5.24', ], 'api_params' => [ 'name' => 'api_params', @@ -181,6 +186,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_SavedSearch', 'localizable' => 0, 'serialize' => self::SERIALIZE_JSON, + 'add' => '5.24', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contact/DAO/SubscriptionHistory.php b/CRM/Contact/DAO/SubscriptionHistory.php index cb8cae3491..d476dd3ebb 100644 --- a/CRM/Contact/DAO/SubscriptionHistory.php +++ b/CRM/Contact/DAO/SubscriptionHistory.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/SubscriptionHistory.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a927d94545a8c48923591a3cd494c6be) + * (GenCodeChecksum:4aa1411720f09f9ad8e2feb2a8d2a833) */ /** @@ -127,6 +127,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { 'entity' => 'SubscriptionHistory', 'bao' => 'CRM_Contact_BAO_SubscriptionHistory', 'localizable' => 0, + 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -140,6 +141,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_SubscriptionHistory', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '1.1', ], 'group_id' => [ 'name' => 'group_id', @@ -160,6 +162,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '1.1', ], 'date' => [ 'name' => 'date', @@ -173,6 +176,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { 'entity' => 'SubscriptionHistory', 'bao' => 'CRM_Contact_BAO_SubscriptionHistory', 'localizable' => 0, + 'add' => '1.1', ], 'method' => [ 'name' => 'method', @@ -192,6 +196,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getSubscriptionHistoryMethods', ], + 'add' => '1.1', ], 'status' => [ 'name' => 'status', @@ -208,6 +213,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::groupContactStatus', ], + 'add' => '1.1', ], 'tracking' => [ 'name' => 'tracking', @@ -221,6 +227,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { 'entity' => 'SubscriptionHistory', 'bao' => 'CRM_Contact_BAO_SubscriptionHistory', 'localizable' => 0, + 'add' => '1.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contribute/DAO/Contribution.php b/CRM/Contribute/DAO/Contribution.php index 493a0ae7d5..e64cf1675e 100644 --- a/CRM/Contribute/DAO/Contribution.php +++ b/CRM/Contribute/DAO/Contribution.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/Contribution.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:37ea1e1c100be249d416ec13f8269c52) + * (GenCodeChecksum:5e4c6a77803e361625cafbd2f6e58bbe) */ /** @@ -299,6 +299,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.3', ], 'contribution_contact_id' => [ 'name' => 'contact_id', @@ -319,6 +320,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '1.3', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -340,6 +342,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'contribution_page_id' => [ 'name' => 'contribution_page_id', @@ -362,6 +365,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '1.5', ], 'payment_instrument_id' => [ 'name' => 'payment_instrument_id', @@ -382,6 +386,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'optionGroupName' => 'payment_instrument', 'optionEditPath' => 'civicrm/admin/options/payment_instrument', ], + 'add' => '1.3', ], 'receive_date' => [ 'name' => 'receive_date', @@ -401,6 +406,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.3', ], 'non_deductible_amount' => [ 'name' => 'non_deductible_amount', @@ -424,6 +430,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.3', ], 'total_amount' => [ 'name' => 'total_amount', @@ -447,6 +454,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.3', ], 'fee_amount' => [ 'name' => 'fee_amount', @@ -469,6 +477,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.3', ], 'net_amount' => [ 'name' => 'net_amount', @@ -491,6 +500,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.3', ], 'trxn_id' => [ 'name' => 'trxn_id', @@ -510,6 +520,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.3', ], 'invoice_id' => [ 'name' => 'invoice_id', @@ -529,6 +540,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.3', ], 'invoice_number' => [ 'name' => 'invoice_number', @@ -548,6 +560,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.7', ], 'currency' => [ 'name' => 'currency', @@ -576,6 +589,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '1.3', ], 'contribution_cancel_date' => [ 'name' => 'cancel_date', @@ -595,6 +609,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.3', ], 'cancel_reason' => [ 'name' => 'cancel_reason', @@ -611,6 +626,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.3', ], 'receipt_date' => [ 'name' => 'receipt_date', @@ -630,6 +646,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.3', ], 'thankyou_date' => [ 'name' => 'thankyou_date', @@ -649,6 +666,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.3', ], 'contribution_source' => [ 'name' => 'source', @@ -668,6 +686,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.3', ], 'amount_level' => [ 'name' => 'amount_level', @@ -683,6 +702,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'contribution_recur_id' => [ 'name' => 'contribution_recur_id', @@ -696,6 +716,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_Contribution', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_ContributionRecur', + 'add' => '1.4', ], 'is_test' => [ 'name' => 'is_test', @@ -712,6 +733,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => NULL, ], 'is_pay_later' => [ 'name' => 'is_pay_later', @@ -728,6 +750,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.1', ], 'contribution_status_id' => [ 'name' => 'contribution_status_id', @@ -749,6 +772,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'optionGroupName' => 'contribution_status', 'optionEditPath' => 'civicrm/admin/options/contribution_status', ], + 'add' => '1.6', ], 'contribution_address_id' => [ 'name' => 'address_id', @@ -762,6 +786,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_Contribution', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Address', + 'add' => '2.2', ], 'contribution_check_number' => [ 'name' => 'check_number', @@ -780,6 +805,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.2', ], 'contribution_campaign_id' => [ 'name' => 'campaign_id', @@ -802,6 +828,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.4', ], 'creditnote_id' => [ 'name' => 'creditnote_id', @@ -821,6 +848,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.6', ], 'tax_amount' => [ 'name' => 'tax_amount', @@ -843,6 +871,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.6', ], 'revenue_recognition_date' => [ 'name' => 'revenue_recognition_date', @@ -862,6 +891,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '4.7', ], 'is_template' => [ 'name' => 'is_template', @@ -879,6 +909,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '5.20', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contribute/DAO/ContributionPage.php b/CRM/Contribute/DAO/ContributionPage.php index 3961bf1053..7970a2907f 100644 --- a/CRM/Contribute/DAO/ContributionPage.php +++ b/CRM/Contribute/DAO/ContributionPage.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionPage.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:95842d15d54a368f68e6531a1b16797b) + * (GenCodeChecksum:63bc96be1f5552249e75545940c13bed) */ /** @@ -401,6 +401,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.3', ], 'title' => [ 'name' => 'title', @@ -414,6 +415,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 1, + 'add' => '1.3', ], 'intro_text' => [ 'name' => 'intro_text', @@ -430,6 +432,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.3', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -450,6 +453,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'payment_processor' => [ 'name' => 'payment_processor', @@ -471,6 +475,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.8', ], 'is_credit_card_only' => [ 'name' => 'is_credit_card_only', @@ -483,6 +488,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.3', ], 'is_monetary' => [ 'name' => 'is_monetary', @@ -495,6 +501,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.6', ], 'is_recur' => [ 'name' => 'is_recur', @@ -507,6 +514,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.6', ], 'is_confirm_enabled' => [ 'name' => 'is_confirm_enabled', @@ -519,6 +527,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '4.2', ], 'recur_frequency_unit' => [ 'name' => 'recur_frequency_unit', @@ -541,6 +550,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'keyColumn' => 'name', 'optionEditPath' => 'civicrm/admin/options/recur_frequency_units', ], + 'add' => '2.1', ], 'is_recur_interval' => [ 'name' => 'is_recur_interval', @@ -553,6 +563,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '2.1', ], 'is_recur_installments' => [ 'name' => 'is_recur_installments', @@ -565,6 +576,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '4.3', ], 'adjust_recur_start_date' => [ 'name' => 'adjust_recur_start_date', @@ -577,6 +589,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '4.7', ], 'is_pay_later' => [ 'name' => 'is_pay_later', @@ -589,6 +602,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '2.0', ], 'pay_later_text' => [ 'name' => 'pay_later_text', @@ -600,6 +614,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 1, + 'add' => '2.0', ], 'pay_later_receipt' => [ 'name' => 'pay_later_receipt', @@ -611,6 +626,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 1, + 'add' => '2.0', ], 'is_partial_payment' => [ 'name' => 'is_partial_payment', @@ -623,6 +639,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '4.3', ], 'initial_amount_label' => [ 'name' => 'initial_amount_label', @@ -636,6 +653,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 1, + 'add' => '4.3', ], 'initial_amount_help_text' => [ 'name' => 'initial_amount_help_text', @@ -647,6 +665,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 1, + 'add' => '4.3', ], 'min_initial_amount' => [ 'name' => 'min_initial_amount', @@ -662,6 +681,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '4.3', ], 'is_allow_other_amount' => [ 'name' => 'is_allow_other_amount', @@ -674,6 +694,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.3', ], 'default_amount_id' => [ 'name' => 'default_amount_id', @@ -685,6 +706,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.7', ], 'min_amount' => [ 'name' => 'min_amount', @@ -700,6 +722,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.3', ], 'max_amount' => [ 'name' => 'max_amount', @@ -715,6 +738,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.3', ], 'goal_amount' => [ 'name' => 'goal_amount', @@ -730,6 +754,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.5', ], 'thankyou_title' => [ 'name' => 'thankyou_title', @@ -743,6 +768,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 1, + 'add' => '1.3', ], 'thankyou_text' => [ 'name' => 'thankyou_text', @@ -759,6 +785,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.3', ], 'thankyou_footer' => [ 'name' => 'thankyou_footer', @@ -775,6 +802,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.3', ], 'is_email_receipt' => [ 'name' => 'is_email_receipt', @@ -787,6 +815,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.3', ], 'receipt_from_name' => [ 'name' => 'receipt_from_name', @@ -800,6 +829,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 1, + 'add' => '1.3', ], 'receipt_from_email' => [ 'name' => 'receipt_from_email', @@ -813,6 +843,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.3', ], 'cc_receipt' => [ 'name' => 'cc_receipt', @@ -826,6 +857,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.3', ], 'bcc_receipt' => [ 'name' => 'bcc_receipt', @@ -839,6 +871,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.3', ], 'receipt_text' => [ 'name' => 'receipt_text', @@ -855,6 +888,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.3', ], 'is_active' => [ 'name' => 'is_active', @@ -866,6 +900,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.3', ], 'footer_text' => [ 'name' => 'footer_text', @@ -882,6 +917,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.4', ], 'amount_block_is_active' => [ 'name' => 'amount_block_is_active', @@ -894,6 +930,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.5', ], 'start_date' => [ 'name' => 'start_date', @@ -905,6 +942,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.8', ], 'end_date' => [ 'name' => 'end_date', @@ -916,6 +954,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '1.8', ], 'created_id' => [ 'name' => 'created_id', @@ -928,6 +967,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.0', ], 'created_date' => [ 'name' => 'created_date', @@ -939,6 +979,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '3.0', ], 'currency' => [ 'name' => 'currency', @@ -965,6 +1006,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.3', ], 'campaign_id' => [ 'name' => 'campaign_id', @@ -982,6 +1024,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.4', ], 'is_share' => [ 'name' => 'is_share', @@ -994,6 +1037,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '4.1', ], 'is_billing_required' => [ 'name' => 'is_billing_required', @@ -1006,6 +1050,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'add' => '4.6', ], 'contribution_page_frontend_title' => [ 'name' => 'frontend_title', @@ -1023,6 +1068,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '5.20', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contribute/DAO/ContributionProduct.php b/CRM/Contribute/DAO/ContributionProduct.php index cb4a36ae88..cebd77a3fb 100644 --- a/CRM/Contribute/DAO/ContributionProduct.php +++ b/CRM/Contribute/DAO/ContributionProduct.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionProduct.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ebb8b8950e36872fffdc5ffcf1fc426f) + * (GenCodeChecksum:dd95e7a994c6dfe314f149b5ba7d48db) */ /** @@ -137,6 +137,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'entity' => 'ContributionProduct', 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, + 'add' => '1.4', ], 'product_id' => [ 'name' => 'product_id', @@ -148,6 +149,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'entity' => 'ContributionProduct', 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, + 'add' => '1.4', ], 'contribution_id' => [ 'name' => 'contribution_id', @@ -160,6 +162,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'add' => '1.4', ], 'product_option' => [ 'name' => 'product_option', @@ -174,6 +177,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'entity' => 'ContributionProduct', 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, + 'add' => '1.4', ], 'quantity' => [ 'name' => 'quantity', @@ -185,6 +189,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'entity' => 'ContributionProduct', 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, + 'add' => '1.4', ], 'fulfilled_date' => [ 'name' => 'fulfilled_date', @@ -201,6 +206,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.4', ], 'contribution_start_date' => [ 'name' => 'start_date', @@ -213,6 +219,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'entity' => 'ContributionProduct', 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, + 'add' => '1.4', ], 'contribution_end_date' => [ 'name' => 'end_date', @@ -225,6 +232,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'entity' => 'ContributionProduct', 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, + 'add' => '1.4', ], 'comment' => [ 'name' => 'comment', @@ -235,6 +243,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'entity' => 'ContributionProduct', 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, + 'add' => '1.4', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -253,6 +262,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contribute/DAO/ContributionRecur.php b/CRM/Contribute/DAO/ContributionRecur.php index b45c41efaf..a3254572ca 100644 --- a/CRM/Contribute/DAO/ContributionRecur.php +++ b/CRM/Contribute/DAO/ContributionRecur.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionRecur.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0a7eaba45ea7d692276b351cd9cee473) + * (GenCodeChecksum:62019becf87dee13b7e9e174eb3c286e) */ /** @@ -280,6 +280,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'entity' => 'ContributionRecur', 'bao' => 'CRM_Contribute_BAO_ContributionRecur', 'localizable' => 0, + 'add' => '1.6', ], 'contact_id' => [ 'name' => 'contact_id', @@ -296,6 +297,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '1.6', ], 'amount' => [ 'name' => 'amount', @@ -315,6 +317,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'currency' => [ 'name' => 'currency', @@ -339,6 +342,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.2', ], 'frequency_unit' => [ 'name' => 'frequency_unit', @@ -361,6 +365,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'keyColumn' => 'name', 'optionEditPath' => 'civicrm/admin/options/recur_frequency_units', ], + 'add' => '1.6', ], 'frequency_interval' => [ 'name' => 'frequency_interval', @@ -376,6 +381,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'installments' => [ 'name' => 'installments', @@ -390,6 +396,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'contribution_recur_start_date' => [ 'name' => 'start_date', @@ -407,6 +414,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.6', ], 'contribution_recur_create_date' => [ 'name' => 'create_date', @@ -424,6 +432,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.6', ], 'contribution_recur_modified_date' => [ 'name' => 'modified_date', @@ -440,6 +449,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.6', ], 'contribution_recur_cancel_date' => [ 'name' => 'cancel_date', @@ -456,6 +466,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.6', ], 'contribution_recur_cancel_reason' => [ 'name' => 'cancel_reason', @@ -471,6 +482,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '5.13', ], 'contribution_recur_end_date' => [ 'name' => 'end_date', @@ -487,6 +499,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.6', ], 'contribution_recur_processor_id' => [ 'name' => 'processor_id', @@ -503,6 +516,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'payment_token_id' => [ 'name' => 'payment_token_id', @@ -515,6 +529,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionRecur', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_PaymentToken', + 'add' => '4.6', ], 'contribution_recur_trxn_id' => [ 'name' => 'trxn_id', @@ -531,6 +546,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'invoice_id' => [ 'name' => 'invoice_id', @@ -547,6 +563,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'contribution_recur_contribution_status_id' => [ 'name' => 'contribution_status_id', @@ -567,6 +584,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'optionGroupName' => 'contribution_recur_status', 'optionEditPath' => 'civicrm/admin/options/contribution_recur_status', ], + 'add' => '1.6', ], 'is_test' => [ 'name' => 'is_test', @@ -583,6 +601,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => NULL, ], 'cycle_day' => [ 'name' => 'cycle_day', @@ -599,6 +618,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'contribution_recur_next_sched_contribution_date' => [ 'name' => 'next_sched_contribution_date', @@ -615,6 +635,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '4.4', ], 'failure_count' => [ 'name' => 'failure_count', @@ -630,6 +651,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'contribution_recur_failure_retry_date' => [ 'name' => 'failure_retry_date', @@ -646,6 +668,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.6', ], 'auto_renew' => [ 'name' => 'auto_renew', @@ -662,6 +685,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.6', ], 'contribution_recur_payment_processor_id' => [ 'name' => 'payment_processor_id', @@ -682,6 +706,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.3', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -703,6 +728,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'payment_instrument_id' => [ 'name' => 'payment_instrument_id', @@ -721,6 +747,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'optionGroupName' => 'payment_instrument', 'optionEditPath' => 'civicrm/admin/options/payment_instrument', ], + 'add' => '4.1', ], 'contribution_campaign_id' => [ 'name' => 'campaign_id', @@ -743,6 +770,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '4.1', ], 'is_email_receipt' => [ 'name' => 'is_email_receipt', @@ -758,6 +786,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contribute/DAO/ContributionSoft.php b/CRM/Contribute/DAO/ContributionSoft.php index efcf47ff94..ba2c9e21c3 100644 --- a/CRM/Contribute/DAO/ContributionSoft.php +++ b/CRM/Contribute/DAO/ContributionSoft.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionSoft.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c03f89f9fba7d8b9c3b863393e617a78) + * (GenCodeChecksum:a1c2918874b74f3f9bbbe0464aea1563) */ /** @@ -145,6 +145,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'entity' => 'ContributionSoft', 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, + 'add' => '2.2', ], 'contribution_id' => [ 'name' => 'contribution_id', @@ -158,6 +159,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'add' => '2.2', ], 'contribution_soft_contact_id' => [ 'name' => 'contact_id', @@ -175,6 +177,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '2.2', ], 'amount' => [ 'name' => 'amount', @@ -195,6 +198,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'entity' => 'ContributionSoft', 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, + 'add' => '2.2', ], 'currency' => [ 'name' => 'currency', @@ -219,6 +223,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.2', ], 'pcp_id' => [ 'name' => 'pcp_id', @@ -237,6 +242,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '2.2', ], 'pcp_display_in_roll' => [ 'name' => 'pcp_display_in_roll', @@ -248,6 +254,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'entity' => 'ContributionSoft', 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, + 'add' => '2.2', ], 'pcp_roll_nickname' => [ 'name' => 'pcp_roll_nickname', @@ -261,6 +268,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'entity' => 'ContributionSoft', 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, + 'add' => '2.2', ], 'pcp_personal_note' => [ 'name' => 'pcp_personal_note', @@ -277,6 +285,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '2.2', ], 'soft_credit_type_id' => [ 'name' => 'soft_credit_type_id', @@ -293,6 +302,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'optionGroupName' => 'soft_credit_type', 'optionEditPath' => 'civicrm/admin/options/soft_credit_type', ], + 'add' => '2.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contribute/DAO/Premium.php b/CRM/Contribute/DAO/Premium.php index b97ea8d3ac..a6ef840350 100644 --- a/CRM/Contribute/DAO/Premium.php +++ b/CRM/Contribute/DAO/Premium.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/Premium.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:62ca558719cfe842066d2fb208df2f76) + * (GenCodeChecksum:df0bfae4e0916c02a621471db14f3151) */ /** @@ -147,6 +147,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 0, + 'add' => '1.4', ], 'entity_table' => [ 'name' => 'entity_table', @@ -161,6 +162,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 0, + 'add' => '1.4', ], 'entity_id' => [ 'name' => 'entity_id', @@ -172,6 +174,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 0, + 'add' => '1.4', ], 'premiums_active' => [ 'name' => 'premiums_active', @@ -185,6 +188,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 0, + 'add' => '1.4', ], 'premiums_intro_title' => [ 'name' => 'premiums_intro_title', @@ -198,6 +202,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 1, + 'add' => '1.4', ], 'premiums_intro_text' => [ 'name' => 'premiums_intro_text', @@ -209,6 +214,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 1, + 'add' => '1.4', ], 'premiums_contact_email' => [ 'name' => 'premiums_contact_email', @@ -222,6 +228,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 0, + 'add' => '1.4', ], 'premiums_contact_phone' => [ 'name' => 'premiums_contact_phone', @@ -235,6 +242,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 0, + 'add' => '1.4', ], 'premiums_display_min_contribution' => [ 'name' => 'premiums_display_min_contribution', @@ -247,6 +255,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 0, + 'add' => '1.4', ], 'premiums_nothankyou_label' => [ 'name' => 'premiums_nothankyou_label', @@ -260,6 +269,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 1, + 'add' => '4.3', ], 'premiums_nothankyou_position' => [ 'name' => 'premiums_nothankyou_position', @@ -271,6 +281,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 0, + 'add' => '4.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contribute/DAO/PremiumsProduct.php b/CRM/Contribute/DAO/PremiumsProduct.php index 16f572925a..79d9071c30 100644 --- a/CRM/Contribute/DAO/PremiumsProduct.php +++ b/CRM/Contribute/DAO/PremiumsProduct.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/PremiumsProduct.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c0e05c7f98e0801599d18ab12b1937a7) + * (GenCodeChecksum:a250114a018b2fd5e9d259f00d18a5c3) */ /** @@ -112,6 +112,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO { 'entity' => 'PremiumsProduct', 'bao' => 'CRM_Contribute_DAO_PremiumsProduct', 'localizable' => 0, + 'add' => '1.4', ], 'premiums_id' => [ 'name' => 'premiums_id', @@ -125,6 +126,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_DAO_PremiumsProduct', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Premium', + 'add' => '1.4', ], 'product_id' => [ 'name' => 'product_id', @@ -138,6 +140,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_DAO_PremiumsProduct', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Product', + 'add' => '1.4', ], 'weight' => [ 'name' => 'weight', @@ -149,6 +152,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO { 'entity' => 'PremiumsProduct', 'bao' => 'CRM_Contribute_DAO_PremiumsProduct', 'localizable' => 0, + 'add' => '2.0', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -167,6 +171,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contribute/DAO/Product.php b/CRM/Contribute/DAO/Product.php index 511bd5ee1b..5632c65d43 100644 --- a/CRM/Contribute/DAO/Product.php +++ b/CRM/Contribute/DAO/Product.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/Product.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ba0100c0ce50f67d39a4e131474de7e1) + * (GenCodeChecksum:6e0a8b319985de1fe01120f4d91003a8) */ /** @@ -206,6 +206,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'product_name' => [ 'name' => 'name', @@ -221,6 +222,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 1, + 'add' => '1.4', ], 'description' => [ 'name' => 'description', @@ -232,6 +234,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 1, + 'add' => '1.4', ], 'sku' => [ 'name' => 'sku', @@ -246,6 +249,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'options' => [ 'name' => 'options', @@ -257,6 +261,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 1, + 'add' => '1.4', ], 'image' => [ 'name' => 'image', @@ -270,6 +275,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'thumbnail' => [ 'name' => 'thumbnail', @@ -283,6 +289,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'price' => [ 'name' => 'price', @@ -298,6 +305,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'currency' => [ 'name' => 'currency', @@ -322,6 +330,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.2', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -340,6 +349,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'min_contribution' => [ 'name' => 'min_contribution', @@ -355,6 +365,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'cost' => [ 'name' => 'cost', @@ -370,6 +381,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'is_active' => [ 'name' => 'is_active', @@ -382,6 +394,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'period_type' => [ 'name' => 'period_type', @@ -403,6 +416,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::periodType', ], + 'add' => '1.4', ], 'fixed_period_start_day' => [ 'name' => 'fixed_period_start_day', @@ -415,6 +429,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'duration_unit' => [ 'name' => 'duration_unit', @@ -434,6 +449,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getPremiumUnits', ], + 'add' => '1.4', ], 'duration_interval' => [ 'name' => 'duration_interval', @@ -445,6 +461,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'frequency_unit' => [ 'name' => 'frequency_unit', @@ -465,6 +482,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getPremiumUnits', ], + 'add' => '1.4', ], 'frequency_interval' => [ 'name' => 'frequency_interval', @@ -476,6 +494,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Contribute/DAO/Widget.php b/CRM/Contribute/DAO/Widget.php index b6ce0b9763..116d447ed5 100644 --- a/CRM/Contribute/DAO/Widget.php +++ b/CRM/Contribute/DAO/Widget.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/Widget.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:aca8ff271ebf96332e4273589061f8a9) + * (GenCodeChecksum:b0e7180701d83e1d83d53bf2e43c0c51) */ /** @@ -178,6 +178,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'contribution_page_id' => [ 'name' => 'contribution_page_id', @@ -190,6 +191,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_ContributionPage', + 'add' => '1.5', ], 'is_active' => [ 'name' => 'is_active', @@ -201,6 +203,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'title' => [ 'name' => 'title', @@ -214,6 +217,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'url_logo' => [ 'name' => 'url_logo', @@ -227,6 +231,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'button_title' => [ 'name' => 'button_title', @@ -240,6 +245,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'about' => [ 'name' => 'about', @@ -251,6 +257,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'url_homepage' => [ 'name' => 'url_homepage', @@ -264,6 +271,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'color_title' => [ 'name' => 'color_title', @@ -276,6 +284,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'color_button' => [ 'name' => 'color_button', @@ -288,6 +297,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'color_bar' => [ 'name' => 'color_bar', @@ -300,6 +310,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'color_main_text' => [ 'name' => 'color_main_text', @@ -312,6 +323,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'color_main' => [ 'name' => 'color_main', @@ -324,6 +336,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'color_main_bg' => [ 'name' => 'color_main_bg', @@ -336,6 +349,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'color_bg' => [ 'name' => 'color_bg', @@ -348,6 +362,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'color_about_link' => [ 'name' => 'color_about_link', @@ -360,6 +375,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], 'color_homepage_link' => [ 'name' => 'color_homepage_link', @@ -372,6 +388,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/CodeGen/Specification.php b/CRM/Core/CodeGen/Specification.php index 5bca8cb225..67d057f096 100644 --- a/CRM/Core/CodeGen/Specification.php +++ b/CRM/Core/CodeGen/Specification.php @@ -420,6 +420,7 @@ class CRM_Core_CodeGen_Specification { if (isset($fieldXML->localize_context)) { $field['localize_context'] = $fieldXML->localize_context; } + $field['add'] = $this->value('add', $fieldXML); $field['pseudoconstant'] = $this->value('pseudoconstant', $fieldXML); if (!empty($field['pseudoconstant'])) { //ok this is a bit long-winded but it gets there & is consistent with above approach diff --git a/CRM/Core/DAO/ActionLog.php b/CRM/Core/DAO/ActionLog.php index 62c7baf4b3..b4399596f4 100644 --- a/CRM/Core/DAO/ActionLog.php +++ b/CRM/Core/DAO/ActionLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/ActionLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:744811fde95e9b8fd7d6a0bc6ce0a4dd) + * (GenCodeChecksum:1cc48318ce597a6cac7ff0e2a4518ff5) */ /** @@ -146,6 +146,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'entity' => 'ActionLog', 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, + 'add' => '3.4', ], 'contact_id' => [ 'name' => 'contact_id', @@ -158,6 +159,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.4', ], 'entity_id' => [ 'name' => 'entity_id', @@ -170,6 +172,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'entity' => 'ActionLog', 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, + 'add' => '3.4', ], 'entity_table' => [ 'name' => 'entity_table', @@ -183,6 +186,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'entity' => 'ActionLog', 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, + 'add' => '3.4', ], 'action_schedule_id' => [ 'name' => 'action_schedule_id', @@ -196,6 +200,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_ActionSchedule', + 'add' => '3.4', ], 'action_date_time' => [ 'name' => 'action_date_time', @@ -207,6 +212,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'entity' => 'ActionLog', 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, + 'add' => '3.4', ], 'is_error' => [ 'name' => 'is_error', @@ -219,6 +225,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'entity' => 'ActionLog', 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, + 'add' => '3.4', ], 'message' => [ 'name' => 'message', @@ -230,6 +237,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'entity' => 'ActionLog', 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, + 'add' => '3.4', ], 'repetition_number' => [ 'name' => 'repetition_number', @@ -241,6 +249,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'entity' => 'ActionLog', 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, + 'add' => '3.4', ], 'reference_date' => [ 'name' => 'reference_date', @@ -253,6 +262,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'entity' => 'ActionLog', 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, + 'add' => '4.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/ActionMapping.php b/CRM/Core/DAO/ActionMapping.php index 698422613e..95f2c276ab 100644 --- a/CRM/Core/DAO/ActionMapping.php +++ b/CRM/Core/DAO/ActionMapping.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/ActionMapping.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:369620c3d8cd0ff237b5372cff2e041f) + * (GenCodeChecksum:be879c0936430ca0cebf0c8bf1c3dc7a) */ /** @@ -122,6 +122,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', 'localizable' => 0, + 'add' => '3.4', ], 'entity' => [ 'name' => 'entity', @@ -135,6 +136,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', 'localizable' => 0, + 'add' => '3.4', ], 'entity_value' => [ 'name' => 'entity_value', @@ -148,6 +150,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', 'localizable' => 0, + 'add' => '3.4', ], 'entity_value_label' => [ 'name' => 'entity_value_label', @@ -161,6 +164,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', 'localizable' => 0, + 'add' => '3.4', ], 'entity_status' => [ 'name' => 'entity_status', @@ -174,6 +178,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', 'localizable' => 0, + 'add' => '3.4', ], 'entity_status_label' => [ 'name' => 'entity_status_label', @@ -187,6 +192,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', 'localizable' => 0, + 'add' => '3.4', ], 'entity_date_start' => [ 'name' => 'entity_date_start', @@ -200,6 +206,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', 'localizable' => 0, + 'add' => '3.4', ], 'entity_date_end' => [ 'name' => 'entity_date_end', @@ -213,6 +220,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', 'localizable' => 0, + 'add' => '3.4', ], 'entity_recipient' => [ 'name' => 'entity_recipient', @@ -226,6 +234,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', 'localizable' => 0, + 'add' => '3.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/ActionSchedule.php b/CRM/Core/DAO/ActionSchedule.php index 045980459b..6ac1166411 100644 --- a/CRM/Core/DAO/ActionSchedule.php +++ b/CRM/Core/DAO/ActionSchedule.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/ActionSchedule.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6268d24c3a013ae819b86f182c553344) + * (GenCodeChecksum:4493f5d18b2b452d4a6b9ee4e15a15bf) */ /** @@ -339,6 +339,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'name' => [ 'name' => 'name', @@ -352,6 +353,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'title' => [ 'name' => 'title', @@ -365,6 +367,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'recipient' => [ 'name' => 'recipient', @@ -378,6 +381,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'limit_to' => [ 'name' => 'limit_to', @@ -389,6 +393,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '4.4', ], 'entity_value' => [ 'name' => 'entity_value', @@ -402,6 +407,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'entity_status' => [ 'name' => 'entity_status', @@ -415,6 +421,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'start_action_offset' => [ 'name' => 'start_action_offset', @@ -427,6 +434,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'start_action_unit' => [ 'name' => 'start_action_unit', @@ -446,6 +454,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getRecurringFrequencyUnits', ], + 'add' => '3.4', ], 'start_action_condition' => [ 'name' => 'start_action_condition', @@ -459,6 +468,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'start_action_date' => [ 'name' => 'start_action_date', @@ -472,6 +482,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'is_repeat' => [ 'name' => 'is_repeat', @@ -483,6 +494,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'repetition_frequency_unit' => [ 'name' => 'repetition_frequency_unit', @@ -502,6 +514,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getRecurringFrequencyUnits', ], + 'add' => '3.4', ], 'repetition_frequency_interval' => [ 'name' => 'repetition_frequency_interval', @@ -514,6 +527,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'end_frequency_unit' => [ 'name' => 'end_frequency_unit', @@ -533,6 +547,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getRecurringFrequencyUnits', ], + 'add' => '3.4', ], 'end_frequency_interval' => [ 'name' => 'end_frequency_interval', @@ -545,6 +560,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'end_action' => [ 'name' => 'end_action', @@ -558,6 +574,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'end_date' => [ 'name' => 'end_date', @@ -571,6 +588,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'is_active' => [ 'name' => 'is_active', @@ -583,6 +601,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'recipient_manual' => [ 'name' => 'recipient_manual', @@ -596,6 +615,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'recipient_listing' => [ 'name' => 'recipient_listing', @@ -609,6 +629,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '4.1', ], 'body_text' => [ 'name' => 'body_text', @@ -620,6 +641,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'body_html' => [ 'name' => 'body_html', @@ -631,6 +653,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'sms_body_text' => [ 'name' => 'sms_body_text', @@ -642,6 +665,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '4.5', ], 'subject' => [ 'name' => 'subject', @@ -655,6 +679,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'record_activity' => [ 'name' => 'record_activity', @@ -667,6 +692,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'mapping_id' => [ 'name' => 'mapping_id', @@ -680,6 +706,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '3.4', ], 'group_id' => [ 'name' => 'group_id', @@ -700,6 +727,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.4', ], 'msg_template_id' => [ 'name' => 'msg_template_id', @@ -712,6 +740,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_MessageTemplate', + 'add' => NULL, ], 'sms_template_id' => [ 'name' => 'sms_template_id', @@ -724,6 +753,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_MessageTemplate', + 'add' => NULL, ], 'absolute_date' => [ 'name' => 'absolute_date', @@ -735,6 +765,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '4.1', ], 'from_name' => [ 'name' => 'from_name', @@ -748,6 +779,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '4.5', ], 'from_email' => [ 'name' => 'from_email', @@ -761,6 +793,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '4.5', ], 'mode' => [ 'name' => 'mode', @@ -782,6 +815,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'optionGroupName' => 'msg_mode', 'optionEditPath' => 'civicrm/admin/options/msg_mode', ], + 'add' => '4.5', ], 'sms_provider_id' => [ 'name' => 'sms_provider_id', @@ -796,6 +830,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '4.5', ], 'used_for' => [ 'name' => 'used_for', @@ -809,6 +844,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '4.6', ], 'filter_contact_language' => [ 'name' => 'filter_contact_language', @@ -822,6 +858,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '4.7', ], 'communication_language' => [ 'name' => 'communication_language', @@ -835,6 +872,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Address.php b/CRM/Core/DAO/Address.php index 18d881903c..f74252f6e2 100644 --- a/CRM/Core/DAO/Address.php +++ b/CRM/Core/DAO/Address.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Address.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ecd12ccf6f73ab607645bb57298e8366) + * (GenCodeChecksum:8dc9868de21595676938b96deb836379) */ /** @@ -292,6 +292,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'entity' => 'Address', 'bao' => 'CRM_Core_BAO_Address', 'localizable' => 0, + 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -304,6 +305,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Address', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '2.0', ], 'location_type_id' => [ 'name' => 'location_type_id', @@ -323,6 +325,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'display_name', ], + 'add' => '2.0', ], 'is_primary' => [ 'name' => 'is_primary', @@ -338,6 +341,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Radio', ], + 'add' => '2.0', ], 'is_billing' => [ 'name' => 'is_billing', @@ -353,6 +357,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.0', ], 'street_address' => [ 'name' => 'street_address', @@ -375,6 +380,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'street_number' => [ 'name' => 'street_number', @@ -390,6 +396,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'street_number_suffix' => [ 'name' => 'street_number_suffix', @@ -407,6 +414,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'street_number_predirectional' => [ 'name' => 'street_number_predirectional', @@ -423,6 +431,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'street_name' => [ 'name' => 'street_name', @@ -440,6 +449,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'street_type' => [ 'name' => 'street_type', @@ -456,6 +466,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'street_number_postdirectional' => [ 'name' => 'street_number_postdirectional', @@ -472,6 +483,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'street_unit' => [ 'name' => 'street_unit', @@ -489,6 +501,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'supplemental_address_1' => [ 'name' => 'supplemental_address_1', @@ -509,6 +522,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'supplemental_address_2' => [ 'name' => 'supplemental_address_2', @@ -529,6 +543,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'supplemental_address_3' => [ 'name' => 'supplemental_address_3', @@ -549,6 +564,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'city' => [ 'name' => 'city', @@ -569,6 +585,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'county_id' => [ 'name' => 'county_id', @@ -590,6 +607,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.1', ], 'state_province_id' => [ 'name' => 'state_province_id', @@ -612,6 +630,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.1', ], 'postal_code_suffix' => [ 'name' => 'postal_code_suffix', @@ -632,6 +651,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'postal_code' => [ 'name' => 'postal_code', @@ -652,6 +672,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'usps_adc' => [ 'name' => 'usps_adc', @@ -665,6 +686,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'entity' => 'Address', 'bao' => 'CRM_Core_BAO_Address', 'localizable' => 0, + 'add' => '1.1', ], 'country_id' => [ 'name' => 'country_id', @@ -688,6 +710,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'nameColumn' => 'iso_code', 'abbrColumn' => 'iso_code', ], + 'add' => '1.1', ], 'geo_code_1' => [ 'name' => 'geo_code_1', @@ -705,6 +728,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'geo_code_2' => [ 'name' => 'geo_code_2', @@ -722,6 +746,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'manual_geo_code' => [ 'name' => 'manual_geo_code', @@ -738,6 +763,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.3', ], 'timezone' => [ 'name' => 'timezone', @@ -754,6 +780,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'address_name' => [ 'name' => 'name', @@ -773,6 +800,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.1', ], 'master_id' => [ 'name' => 'master_id', @@ -787,6 +815,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Address', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Address', + 'add' => '3.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/AddressFormat.php b/CRM/Core/DAO/AddressFormat.php index 4bf97512b3..436733d4bc 100644 --- a/CRM/Core/DAO/AddressFormat.php +++ b/CRM/Core/DAO/AddressFormat.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/AddressFormat.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f6157f3762d51c4a658be0b2c3b55a17) + * (GenCodeChecksum:bd005804e8f957b74c4eafacea35792d) */ /** @@ -76,6 +76,7 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO { 'entity' => 'AddressFormat', 'bao' => 'CRM_Core_DAO_AddressFormat', 'localizable' => 0, + 'add' => '3.2', ], 'format' => [ 'name' => 'format', @@ -87,6 +88,7 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO { 'entity' => 'AddressFormat', 'bao' => 'CRM_Core_DAO_AddressFormat', 'localizable' => 0, + 'add' => '3.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Cache.php b/CRM/Core/DAO/Cache.php index c6e41b7724..71704bd66a 100644 --- a/CRM/Core/DAO/Cache.php +++ b/CRM/Core/DAO/Cache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Cache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:545b50d2d3c660110b57694fb951a84d) + * (GenCodeChecksum:695d7ebea0e7103ff58dfbbff111dde6) */ /** @@ -126,6 +126,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO { 'entity' => 'Cache', 'bao' => 'CRM_Core_BAO_Cache', 'localizable' => 0, + 'add' => '2.1', ], 'group_name' => [ 'name' => 'group_name', @@ -140,6 +141,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO { 'entity' => 'Cache', 'bao' => 'CRM_Core_BAO_Cache', 'localizable' => 0, + 'add' => '2.1', ], 'path' => [ 'name' => 'path', @@ -153,6 +155,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO { 'entity' => 'Cache', 'bao' => 'CRM_Core_BAO_Cache', 'localizable' => 0, + 'add' => '2.1', ], 'data' => [ 'name' => 'data', @@ -164,6 +167,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO { 'entity' => 'Cache', 'bao' => 'CRM_Core_BAO_Cache', 'localizable' => 0, + 'add' => '2.1', ], 'component_id' => [ 'name' => 'component_id', @@ -184,6 +188,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '2.1', ], 'created_date' => [ 'name' => 'created_date', @@ -196,6 +201,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO { 'entity' => 'Cache', 'bao' => 'CRM_Core_BAO_Cache', 'localizable' => 0, + 'add' => '2.1', ], 'expired_date' => [ 'name' => 'expired_date', @@ -209,6 +215,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO { 'entity' => 'Cache', 'bao' => 'CRM_Core_BAO_Cache', 'localizable' => 0, + 'add' => '2.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Component.php b/CRM/Core/DAO/Component.php index a9fa9f3cbc..bcc2c8008a 100644 --- a/CRM/Core/DAO/Component.php +++ b/CRM/Core/DAO/Component.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Component.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:401ea910c7f9dc995191f6a4764037ca) + * (GenCodeChecksum:1f7be99fb2d2adfebdf3faa2013666f4) */ /** @@ -83,6 +83,7 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO { 'entity' => 'Component', 'bao' => 'CRM_Core_DAO_Component', 'localizable' => 0, + 'add' => '2.0', ], 'name' => [ 'name' => 'name', @@ -97,6 +98,7 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO { 'entity' => 'Component', 'bao' => 'CRM_Core_DAO_Component', 'localizable' => 0, + 'add' => '2.0', ], 'namespace' => [ 'name' => 'namespace', @@ -110,6 +112,7 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO { 'entity' => 'Component', 'bao' => 'CRM_Core_DAO_Component', 'localizable' => 0, + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Country.php b/CRM/Core/DAO/Country.php index 03f4bbe1a2..eb77528b78 100644 --- a/CRM/Core/DAO/Country.php +++ b/CRM/Core/DAO/Country.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Country.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0e0ebf773f04ad229c4165fe05f63345) + * (GenCodeChecksum:d40139ce11551ce445103a7fe9d3d46e) */ /** @@ -141,6 +141,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'entity' => 'Country', 'bao' => 'CRM_Core_BAO_Country', 'localizable' => 0, + 'add' => '1.1', ], 'name' => [ 'name' => 'name', @@ -158,6 +159,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'entity' => 'Country', 'bao' => 'CRM_Core_BAO_Country', 'localizable' => 0, + 'add' => '1.1', ], 'iso_code' => [ 'name' => 'iso_code', @@ -171,6 +173,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'entity' => 'Country', 'bao' => 'CRM_Core_BAO_Country', 'localizable' => 0, + 'add' => '1.1', ], 'country_code' => [ 'name' => 'country_code', @@ -184,6 +187,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'entity' => 'Country', 'bao' => 'CRM_Core_BAO_Country', 'localizable' => 0, + 'add' => '1.1', ], 'address_format_id' => [ 'name' => 'address_format_id', @@ -196,6 +200,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Country', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_AddressFormat', + 'add' => '3.2', ], 'idd_prefix' => [ 'name' => 'idd_prefix', @@ -209,6 +214,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'entity' => 'Country', 'bao' => 'CRM_Core_BAO_Country', 'localizable' => 0, + 'add' => '1.1', ], 'ndd_prefix' => [ 'name' => 'ndd_prefix', @@ -222,6 +228,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'entity' => 'Country', 'bao' => 'CRM_Core_BAO_Country', 'localizable' => 0, + 'add' => '1.1', ], 'region_id' => [ 'name' => 'region_id', @@ -241,6 +248,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.8', ], 'is_province_abbreviated' => [ 'name' => 'is_province_abbreviated', @@ -253,6 +261,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'entity' => 'Country', 'bao' => 'CRM_Core_BAO_Country', 'localizable' => 0, + 'add' => '3.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/County.php b/CRM/Core/DAO/County.php index 0623141c0b..38167c8050 100644 --- a/CRM/Core/DAO/County.php +++ b/CRM/Core/DAO/County.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/County.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:fe1dce431c3df99392a7a0e5b7d6a612) + * (GenCodeChecksum:095ad13ad08bd1d3c12be5094239df32) */ /** @@ -105,6 +105,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO { 'entity' => 'County', 'bao' => 'CRM_Core_DAO_County', 'localizable' => 0, + 'add' => '1.1', ], 'name' => [ 'name' => 'name', @@ -122,6 +123,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO { 'entity' => 'County', 'bao' => 'CRM_Core_DAO_County', 'localizable' => 0, + 'add' => '1.1', ], 'abbreviation' => [ 'name' => 'abbreviation', @@ -135,6 +137,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO { 'entity' => 'County', 'bao' => 'CRM_Core_DAO_County', 'localizable' => 0, + 'add' => '1.1', ], 'state_province_id' => [ 'name' => 'state_province_id', @@ -153,6 +156,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/CustomField.php b/CRM/Core/DAO/CustomField.php index d86561758f..13307453a9 100644 --- a/CRM/Core/DAO/CustomField.php +++ b/CRM/Core/DAO/CustomField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/CustomField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:dea9a99c6b6a34dbc3b1f6d04e801661) + * (GenCodeChecksum:30f1deaf5c81a0f9cffb0219507d2e4f) */ /** @@ -295,6 +295,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.1', ], 'custom_group_id' => [ 'name' => 'custom_group_id', @@ -316,6 +317,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '1.1', ], 'name' => [ 'name' => 'name', @@ -329,6 +331,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '3.3', ], 'label' => [ 'name' => 'label', @@ -343,6 +346,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 1, + 'add' => '1.1', ], 'data_type' => [ 'name' => 'data_type', @@ -363,6 +367,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_BAO_CustomField::dataType', ], + 'add' => '1.1', ], 'html_type' => [ 'name' => 'html_type', @@ -380,6 +385,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::customHtmlType', ], + 'add' => '1.1', ], 'default_value' => [ 'name' => 'default_value', @@ -393,6 +399,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.1', ], 'is_required' => [ 'name' => 'is_required', @@ -405,6 +412,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.1', ], 'is_searchable' => [ 'name' => 'is_searchable', @@ -417,6 +425,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.1', ], 'is_search_range' => [ 'name' => 'is_search_range', @@ -429,6 +438,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.4', ], 'weight' => [ 'name' => 'weight', @@ -442,6 +452,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.1', ], 'help_pre' => [ 'name' => 'help_pre', @@ -453,6 +464,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 1, + 'add' => '1.1', ], 'help_post' => [ 'name' => 'help_post', @@ -464,6 +476,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 1, + 'add' => '1.1', ], 'mask' => [ 'name' => 'mask', @@ -477,6 +490,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.1', ], 'attributes' => [ 'name' => 'attributes', @@ -490,6 +504,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.1', ], 'javascript' => [ 'name' => 'javascript', @@ -503,6 +518,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.1', ], 'is_active' => [ 'name' => 'is_active', @@ -515,6 +531,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.1', ], 'is_view' => [ 'name' => 'is_view', @@ -527,6 +544,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.1', ], 'options_per_line' => [ 'name' => 'options_per_line', @@ -538,6 +556,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => NULL, ], 'text_length' => [ 'name' => 'text_length', @@ -549,6 +568,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '2.2', ], 'start_date_years' => [ 'name' => 'start_date_years', @@ -560,6 +580,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.4', ], 'end_date_years' => [ 'name' => 'end_date_years', @@ -571,6 +592,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.4', ], 'date_format' => [ 'name' => 'date_format', @@ -587,6 +609,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getDatePluginInputFormats', ], + 'add' => '3.1', ], 'time_format' => [ 'name' => 'time_format', @@ -601,6 +624,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getTimeFormats', ], + 'add' => '3.1', ], 'note_columns' => [ 'name' => 'note_columns', @@ -612,6 +636,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.4', ], 'note_rows' => [ 'name' => 'note_rows', @@ -623,6 +648,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '1.4', ], 'column_name' => [ 'name' => 'column_name', @@ -636,6 +662,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '2.0', ], 'option_group_id' => [ 'name' => 'option_group_id', @@ -653,6 +680,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '1.4', ], 'serialize' => [ 'name' => 'serialize', @@ -667,6 +695,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::fieldSerialization', ], + 'add' => '5.26', ], 'filter' => [ 'name' => 'filter', @@ -680,6 +709,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '4.1', ], 'in_selector' => [ 'name' => 'in_selector', @@ -692,6 +722,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'add' => '4.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/CustomGroup.php b/CRM/Core/DAO/CustomGroup.php index 3896c204fe..8d38cd71d5 100644 --- a/CRM/Core/DAO/CustomGroup.php +++ b/CRM/Core/DAO/CustomGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/CustomGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4c79528589c88a45d81a037f990077b7) + * (GenCodeChecksum:4f58c488f8213dab928db357bc88f478) */ /** @@ -231,6 +231,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '1.1', ], 'name' => [ 'name' => 'name', @@ -244,6 +245,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '1.1', ], 'title' => [ 'name' => 'title', @@ -258,6 +260,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 1, + 'add' => '1.1', ], 'extends' => [ 'name' => 'extends', @@ -272,6 +275,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '1.1', ], 'extends_entity_column_id' => [ 'name' => 'extends_entity_column_id', @@ -291,6 +295,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'optionGroupName' => 'custom_data_type', 'optionEditPath' => 'civicrm/admin/options/custom_data_type', ], + 'add' => '2.2', ], 'extends_entity_column_value' => [ 'name' => 'extends_entity_column_value', @@ -305,6 +310,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, 'serialize' => self::SERIALIZE_SEPARATOR_BOOKEND, + 'add' => '1.6', ], 'style' => [ 'name' => 'style', @@ -324,6 +330,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::customGroupStyle', ], + 'add' => '1.1', ], 'collapse_display' => [ 'name' => 'collapse_display', @@ -336,6 +343,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '1.1', ], 'help_pre' => [ 'name' => 'help_pre', @@ -352,6 +360,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.1', ], 'help_post' => [ 'name' => 'help_post', @@ -368,6 +377,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.1', ], 'weight' => [ 'name' => 'weight', @@ -381,6 +391,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '1.1', ], 'is_active' => [ 'name' => 'is_active', @@ -393,6 +404,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '1.1', ], 'table_name' => [ 'name' => 'table_name', @@ -406,6 +418,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '2.0', ], 'is_multiple' => [ 'name' => 'is_multiple', @@ -418,6 +431,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '2.0', ], 'min_multiple' => [ 'name' => 'min_multiple', @@ -429,6 +443,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '2.2', ], 'max_multiple' => [ 'name' => 'max_multiple', @@ -440,6 +455,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '2.2', ], 'collapse_adv_display' => [ 'name' => 'collapse_adv_display', @@ -452,6 +468,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '3.0', ], 'created_id' => [ 'name' => 'created_id', @@ -464,6 +481,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.0', ], 'created_date' => [ 'name' => 'created_date', @@ -475,6 +493,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '3.0', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -487,6 +506,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '4.4', ], 'is_public' => [ 'name' => 'is_public', @@ -499,6 +519,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '4.7', ], 'icon' => [ 'name' => 'icon', @@ -513,6 +534,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'add' => '5.28', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Dashboard.php b/CRM/Core/DAO/Dashboard.php index e69658712c..a54895fe9e 100644 --- a/CRM/Core/DAO/Dashboard.php +++ b/CRM/Core/DAO/Dashboard.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Dashboard.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:cde009752aa290013f7eca7fed93b9bb) + * (GenCodeChecksum:8cc83b4a4fa0fe28868e33887824c4e5) */ /** @@ -151,6 +151,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'entity' => 'Dashboard', 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, + 'add' => '3.1', ], 'domain_id' => [ 'name' => 'domain_id', @@ -169,6 +170,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.1', ], 'name' => [ 'name' => 'name', @@ -182,6 +184,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'entity' => 'Dashboard', 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, + 'add' => '4.4', ], 'label' => [ 'name' => 'label', @@ -195,6 +198,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'entity' => 'Dashboard', 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 1, + 'add' => '3.1', ], 'url' => [ 'name' => 'url', @@ -208,6 +212,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'entity' => 'Dashboard', 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, + 'add' => '3.1', ], 'permission' => [ 'name' => 'permission', @@ -222,6 +227,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, 'serialize' => self::SERIALIZE_COMMA, + 'add' => '3.1', ], 'permission_operator' => [ 'name' => 'permission_operator', @@ -235,6 +241,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'entity' => 'Dashboard', 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, + 'add' => '3.1', ], 'fullscreen_url' => [ 'name' => 'fullscreen_url', @@ -248,6 +255,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'entity' => 'Dashboard', 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, + 'add' => '3.4', ], 'is_active' => [ 'name' => 'is_active', @@ -260,6 +268,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'entity' => 'Dashboard', 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, + 'add' => '3.1', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -272,6 +281,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'entity' => 'Dashboard', 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, + 'add' => '3.1', ], 'cache_minutes' => [ 'name' => 'cache_minutes', @@ -285,6 +295,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'entity' => 'Dashboard', 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Discount.php b/CRM/Core/DAO/Discount.php index 3781ee69eb..914c2d9147 100644 --- a/CRM/Core/DAO/Discount.php +++ b/CRM/Core/DAO/Discount.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Discount.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:dcc27cc6871dbb3ce3f892ec35508bef) + * (GenCodeChecksum:b240911ddcf71cc294fe02614887711c) */ /** @@ -120,6 +120,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO { 'entity' => 'Discount', 'bao' => 'CRM_Core_BAO_Discount', 'localizable' => 0, + 'add' => '2.1', ], 'entity_table' => [ 'name' => 'entity_table', @@ -133,6 +134,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO { 'entity' => 'Discount', 'bao' => 'CRM_Core_BAO_Discount', 'localizable' => 0, + 'add' => '2.1', ], 'entity_id' => [ 'name' => 'entity_id', @@ -145,6 +147,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO { 'entity' => 'Discount', 'bao' => 'CRM_Core_BAO_Discount', 'localizable' => 0, + 'add' => '2.1', ], 'participant_discount_name' => [ 'name' => 'price_set_id', @@ -164,6 +167,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '4.3', ], 'start_date' => [ 'name' => 'start_date', @@ -175,6 +179,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO { 'entity' => 'Discount', 'bao' => 'CRM_Core_BAO_Discount', 'localizable' => 0, + 'add' => '2.1', ], 'end_date' => [ 'name' => 'end_date', @@ -186,6 +191,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO { 'entity' => 'Discount', 'bao' => 'CRM_Core_BAO_Discount', 'localizable' => 0, + 'add' => '2.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Domain.php b/CRM/Core/DAO/Domain.php index 3b8a756f71..b90d697812 100644 --- a/CRM/Core/DAO/Domain.php +++ b/CRM/Core/DAO/Domain.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Domain.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:867bfe42e7ea7ebf4f7300348bae59d7) + * (GenCodeChecksum:33e01928bc64aa36fb39bbbeea1579dc) */ /** @@ -126,6 +126,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'entity' => 'Domain', 'bao' => 'CRM_Core_BAO_Domain', 'localizable' => 0, + 'add' => '1.1', ], 'name' => [ 'name' => 'name', @@ -142,6 +143,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'description' => [ 'name' => 'description', @@ -158,6 +160,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'version' => [ 'name' => 'version', @@ -171,6 +174,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'entity' => 'Domain', 'bao' => 'CRM_Core_BAO_Domain', 'localizable' => 0, + 'add' => '2.0', ], 'contact_id' => [ 'name' => 'contact_id', @@ -183,6 +187,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Domain', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.3', ], 'locales' => [ 'name' => 'locales', @@ -195,6 +200,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Domain', 'localizable' => 0, 'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED, + 'add' => '2.1', ], 'locale_custom_strings' => [ 'name' => 'locale_custom_strings', @@ -207,6 +213,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Domain', 'localizable' => 0, 'serialize' => self::SERIALIZE_PHP, + 'add' => '3.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Email.php b/CRM/Core/DAO/Email.php index dfb7df5344..92ff31e6dd 100644 --- a/CRM/Core/DAO/Email.php +++ b/CRM/Core/DAO/Email.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Email.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:04c281c9aa6ce3a51e2e08273469ca9f) + * (GenCodeChecksum:6e34e9759f2a50eb22dea1fceb15090c) */ /** @@ -168,6 +168,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'entity' => 'Email', 'bao' => 'CRM_Core_BAO_Email', 'localizable' => 0, + 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -180,6 +181,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Email', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '2.0', ], 'location_type_id' => [ 'name' => 'location_type_id', @@ -199,6 +201,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'display_name', ], + 'add' => '2.0', ], 'email' => [ 'name' => 'email', @@ -220,6 +223,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'is_primary' => [ 'name' => 'is_primary', @@ -235,6 +239,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'html' => [ 'type' => 'Radio', ], + 'add' => '1.1', ], 'is_billing' => [ 'name' => 'is_billing', @@ -247,6 +252,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'entity' => 'Email', 'bao' => 'CRM_Core_BAO_Email', 'localizable' => 0, + 'add' => '2.0', ], 'on_hold' => [ 'name' => 'on_hold', @@ -267,6 +273,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_PseudoConstant::emailOnHoldOptions', ], + 'add' => '1.1', ], 'is_bulkmail' => [ 'name' => 'is_bulkmail', @@ -281,6 +288,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'entity' => 'Email', 'bao' => 'CRM_Core_BAO_Email', 'localizable' => 0, + 'add' => '1.9', ], 'hold_date' => [ 'name' => 'hold_date', @@ -292,6 +300,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'entity' => 'Email', 'bao' => 'CRM_Core_BAO_Email', 'localizable' => 0, + 'add' => '1.1', ], 'reset_date' => [ 'name' => 'reset_date', @@ -303,6 +312,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'entity' => 'Email', 'bao' => 'CRM_Core_BAO_Email', 'localizable' => 0, + 'add' => '1.1', ], 'signature_text' => [ 'name' => 'signature_text', @@ -317,6 +327,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'entity' => 'Email', 'bao' => 'CRM_Core_BAO_Email', 'localizable' => 0, + 'add' => '3.2', ], 'signature_html' => [ 'name' => 'signature_html', @@ -331,6 +342,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'entity' => 'Email', 'bao' => 'CRM_Core_BAO_Email', 'localizable' => 0, + 'add' => '3.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/EntityFile.php b/CRM/Core/DAO/EntityFile.php index 6a573c6140..efef635fb8 100644 --- a/CRM/Core/DAO/EntityFile.php +++ b/CRM/Core/DAO/EntityFile.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/EntityFile.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:9f53de4bc8c3551092104bbb880cca60) + * (GenCodeChecksum:b9ac4293489f424584b9983d1304987f) */ /** @@ -106,6 +106,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO { 'entity' => 'EntityFile', 'bao' => 'CRM_Core_DAO_EntityFile', 'localizable' => 0, + 'add' => '1.5', ], 'entity_table' => [ 'name' => 'entity_table', @@ -119,6 +120,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO { 'entity' => 'EntityFile', 'bao' => 'CRM_Core_DAO_EntityFile', 'localizable' => 0, + 'add' => '1.5', ], 'entity_id' => [ 'name' => 'entity_id', @@ -131,6 +133,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO { 'entity' => 'EntityFile', 'bao' => 'CRM_Core_DAO_EntityFile', 'localizable' => 0, + 'add' => '1.5', ], 'file_id' => [ 'name' => 'file_id', @@ -144,6 +147,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_EntityFile', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_File', + 'add' => '1.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/EntityTag.php b/CRM/Core/DAO/EntityTag.php index b9d1dcc027..7ef0feff7e 100644 --- a/CRM/Core/DAO/EntityTag.php +++ b/CRM/Core/DAO/EntityTag.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/EntityTag.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8296b5b3e00aa11bdbf6bdbd0a522f2e) + * (GenCodeChecksum:3f4e098850d5540fb6ddd3e04d0084fe) */ /** @@ -106,6 +106,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO { 'entity' => 'EntityTag', 'bao' => 'CRM_Core_BAO_EntityTag', 'localizable' => 0, + 'add' => '1.1', ], 'entity_table' => [ 'name' => 'entity_table', @@ -123,6 +124,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO { 'optionGroupName' => 'tag_used_for', 'optionEditPath' => 'civicrm/admin/options/tag_used_for', ], + 'add' => '3.2', ], 'entity_id' => [ 'name' => 'entity_id', @@ -135,6 +137,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO { 'entity' => 'EntityTag', 'bao' => 'CRM_Core_BAO_EntityTag', 'localizable' => 0, + 'add' => '3.2', ], 'tag_id' => [ 'name' => 'tag_id', @@ -156,6 +159,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Extension.php b/CRM/Core/DAO/Extension.php index ee7da6e502..3a58bb43c8 100644 --- a/CRM/Core/DAO/Extension.php +++ b/CRM/Core/DAO/Extension.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Extension.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:570f59a162584f56d66ee72a09e0c6c9) + * (GenCodeChecksum:84798b0aba44e90cbdde1d65736c616d) */ /** @@ -116,6 +116,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { 'entity' => 'Extension', 'bao' => 'CRM_Core_BAO_Extension', 'localizable' => 0, + 'add' => '4.2', ], 'type' => [ 'name' => 'type', @@ -135,6 +136,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getExtensionTypes', ], + 'add' => '4.2', ], 'full_name' => [ 'name' => 'full_name', @@ -149,6 +151,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { 'entity' => 'Extension', 'bao' => 'CRM_Core_BAO_Extension', 'localizable' => 0, + 'add' => '4.2', ], 'name' => [ 'name' => 'name', @@ -164,6 +167,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { 'entity' => 'Extension', 'bao' => 'CRM_Core_BAO_Extension', 'localizable' => 0, + 'add' => '4.2', ], 'label' => [ 'name' => 'label', @@ -179,6 +183,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { 'entity' => 'Extension', 'bao' => 'CRM_Core_BAO_Extension', 'localizable' => 0, + 'add' => '4.2', ], 'file' => [ 'name' => 'file', @@ -194,6 +199,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { 'entity' => 'Extension', 'bao' => 'CRM_Core_BAO_Extension', 'localizable' => 0, + 'add' => '4.2', ], 'schema_version' => [ 'name' => 'schema_version', @@ -209,6 +215,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { 'entity' => 'Extension', 'bao' => 'CRM_Core_BAO_Extension', 'localizable' => 0, + 'add' => '4.2', ], 'is_active' => [ 'name' => 'is_active', @@ -221,6 +228,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { 'entity' => 'Extension', 'bao' => 'CRM_Core_BAO_Extension', 'localizable' => 0, + 'add' => '4.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/File.php b/CRM/Core/DAO/File.php index 98ab5bdc83..51b0b79200 100644 --- a/CRM/Core/DAO/File.php +++ b/CRM/Core/DAO/File.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/File.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:99baae76a4c2bf505fa7e0c67706844b) + * (GenCodeChecksum:5c8f93d416373dd32add73f0bbaa59cc) */ /** @@ -133,6 +133,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'entity' => 'File', 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, + 'add' => '1.5', ], 'file_type_id' => [ 'name' => 'file_type_id', @@ -144,6 +145,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'entity' => 'File', 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, + 'add' => '1.5', ], 'mime_type' => [ 'name' => 'mime_type', @@ -157,6 +159,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'entity' => 'File', 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, + 'add' => '1.5', ], 'uri' => [ 'name' => 'uri', @@ -170,6 +173,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'entity' => 'File', 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, + 'add' => '1.5', ], 'document' => [ 'name' => 'document', @@ -181,6 +185,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'entity' => 'File', 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, + 'add' => '1.5', ], 'description' => [ 'name' => 'description', @@ -194,6 +199,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'entity' => 'File', 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, + 'add' => '1.5', ], 'upload_date' => [ 'name' => 'upload_date', @@ -205,6 +211,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'entity' => 'File', 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, + 'add' => '1.5', ], 'created_id' => [ 'name' => 'created_id', @@ -217,6 +224,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '5.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/IM.php b/CRM/Core/DAO/IM.php index fbf9adb1d5..bee4ce0022 100644 --- a/CRM/Core/DAO/IM.php +++ b/CRM/Core/DAO/IM.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/IM.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e7172d0e1832211ef5bee017828f41e8) + * (GenCodeChecksum:a01a1aec350383201dbc1c3f59e9b709) */ /** @@ -133,6 +133,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO { 'entity' => 'IM', 'bao' => 'CRM_Core_BAO_IM', 'localizable' => 0, + 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -145,6 +146,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_IM', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '2.0', ], 'location_type_id' => [ 'name' => 'location_type_id', @@ -164,6 +166,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'display_name', ], + 'add' => '2.0', ], 'name' => [ 'name' => 'name', @@ -184,6 +187,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'provider_id' => [ 'name' => 'provider_id', @@ -202,6 +206,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO { 'optionGroupName' => 'instant_messenger_service', 'optionEditPath' => 'civicrm/admin/options/instant_messenger_service', ], + 'add' => '1.1', ], 'is_primary' => [ 'name' => 'is_primary', @@ -217,6 +222,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO { 'html' => [ 'type' => 'Radio', ], + 'add' => '1.1', ], 'is_billing' => [ 'name' => 'is_billing', @@ -229,6 +235,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO { 'entity' => 'IM', 'bao' => 'CRM_Core_BAO_IM', 'localizable' => 0, + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Job.php b/CRM/Core/DAO/Job.php index fc79bb625e..39d72b9754 100644 --- a/CRM/Core/DAO/Job.php +++ b/CRM/Core/DAO/Job.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Job.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:22125e7d95e0e7fcd6df2a696555f352) + * (GenCodeChecksum:8f64b00207fd2c2f98c378c01e29b911) */ /** @@ -154,6 +154,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'add' => '4.1', ], 'domain_id' => [ 'name' => 'domain_id', @@ -172,6 +173,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.1', ], 'run_frequency' => [ 'name' => 'run_frequency', @@ -192,6 +194,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getJobFrequency', ], + 'add' => '4.1', ], 'last_run' => [ 'name' => 'last_run', @@ -205,6 +208,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'add' => '4.1', ], 'scheduled_run_date' => [ 'name' => 'scheduled_run_date', @@ -218,6 +222,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'add' => '4.7', ], 'name' => [ 'name' => 'name', @@ -231,6 +236,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'add' => '4.1', ], 'description' => [ 'name' => 'description', @@ -244,6 +250,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'add' => '4.1', ], 'api_entity' => [ 'name' => 'api_entity', @@ -257,6 +264,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'add' => '4.1', ], 'api_action' => [ 'name' => 'api_action', @@ -270,6 +278,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'add' => '4.1', ], 'parameters' => [ 'name' => 'parameters', @@ -286,6 +295,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '4.1', ], 'is_active' => [ 'name' => 'is_active', @@ -297,6 +307,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'add' => '4.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/JobLog.php b/CRM/Core/DAO/JobLog.php index 7b88e3977c..59e75d9fab 100644 --- a/CRM/Core/DAO/JobLog.php +++ b/CRM/Core/DAO/JobLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/JobLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:12719e12e89bcb64ad0f701988fe439b) + * (GenCodeChecksum:d5266d899de027b3411970632fd2d6ef) */ /** @@ -133,6 +133,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog', 'localizable' => 0, + 'add' => '4.1', ], 'domain_id' => [ 'name' => 'domain_id', @@ -151,6 +152,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.1', ], 'run_time' => [ 'name' => 'run_time', @@ -162,6 +164,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog', 'localizable' => 0, + 'add' => '4.1', ], 'job_id' => [ 'name' => 'job_id', @@ -173,6 +176,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog', 'localizable' => 0, + 'add' => '4.1', ], 'name' => [ 'name' => 'name', @@ -186,6 +190,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog', 'localizable' => 0, + 'add' => '4.1', ], 'command' => [ 'name' => 'command', @@ -199,6 +204,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog', 'localizable' => 0, + 'add' => '4.1', ], 'description' => [ 'name' => 'description', @@ -212,6 +218,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog', 'localizable' => 0, + 'add' => '4.1', ], 'data' => [ 'name' => 'data', @@ -223,6 +230,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog', 'localizable' => 0, + 'add' => '4.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/LocBlock.php b/CRM/Core/DAO/LocBlock.php index e79473c75a..fcac92b27c 100644 --- a/CRM/Core/DAO/LocBlock.php +++ b/CRM/Core/DAO/LocBlock.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/LocBlock.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:9442f8158c0a237f0e2340230a748261) + * (GenCodeChecksum:fd6b47fdf91519058cc607ab736a8934) */ /** @@ -131,6 +131,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO { 'entity' => 'LocBlock', 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, + 'add' => '2.0', ], 'address_id' => [ 'name' => 'address_id', @@ -142,6 +143,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Address', + 'add' => '2.0', ], 'email_id' => [ 'name' => 'email_id', @@ -153,6 +155,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Email', + 'add' => '2.0', ], 'phone_id' => [ 'name' => 'phone_id', @@ -164,6 +167,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Phone', + 'add' => '2.0', ], 'im_id' => [ 'name' => 'im_id', @@ -175,6 +179,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_IM', + 'add' => '2.0', ], 'address_2_id' => [ 'name' => 'address_2_id', @@ -186,6 +191,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Address', + 'add' => '2.0', ], 'email_2_id' => [ 'name' => 'email_2_id', @@ -197,6 +203,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Email', + 'add' => '2.0', ], 'phone_2_id' => [ 'name' => 'phone_2_id', @@ -208,6 +215,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Phone', + 'add' => '2.0', ], 'im_2_id' => [ 'name' => 'im_2_id', @@ -219,6 +227,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_IM', + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/LocationType.php b/CRM/Core/DAO/LocationType.php index 5aeed18260..b75a338c7d 100644 --- a/CRM/Core/DAO/LocationType.php +++ b/CRM/Core/DAO/LocationType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/LocationType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a7c9ceb9ba007a11f69bf4be9fc732e0) + * (GenCodeChecksum:06904ebbc78a929b34c17ba1bb580350) */ /** @@ -118,6 +118,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { 'entity' => 'LocationType', 'bao' => 'CRM_Core_BAO_LocationType', 'localizable' => 0, + 'add' => '1.1', ], 'name' => [ 'name' => 'name', @@ -131,6 +132,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { 'entity' => 'LocationType', 'bao' => 'CRM_Core_BAO_LocationType', 'localizable' => 0, + 'add' => '1.1', ], 'display_name' => [ 'name' => 'display_name', @@ -144,6 +146,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { 'entity' => 'LocationType', 'bao' => 'CRM_Core_BAO_LocationType', 'localizable' => 1, + 'add' => '4.1', ], 'vcard_name' => [ 'name' => 'vcard_name', @@ -157,6 +160,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { 'entity' => 'LocationType', 'bao' => 'CRM_Core_BAO_LocationType', 'localizable' => 0, + 'add' => '1.1', ], 'description' => [ 'name' => 'description', @@ -170,6 +174,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { 'entity' => 'LocationType', 'bao' => 'CRM_Core_BAO_LocationType', 'localizable' => 0, + 'add' => '1.1', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -181,6 +186,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { 'entity' => 'LocationType', 'bao' => 'CRM_Core_BAO_LocationType', 'localizable' => 0, + 'add' => '1.1', ], 'is_active' => [ 'name' => 'is_active', @@ -192,6 +198,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { 'entity' => 'LocationType', 'bao' => 'CRM_Core_BAO_LocationType', 'localizable' => 0, + 'add' => '1.1', ], 'is_default' => [ 'name' => 'is_default', @@ -203,6 +210,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { 'entity' => 'LocationType', 'bao' => 'CRM_Core_BAO_LocationType', 'localizable' => 0, + 'add' => '1.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Log.php b/CRM/Core/DAO/Log.php index 34559d513f..c9541016bf 100644 --- a/CRM/Core/DAO/Log.php +++ b/CRM/Core/DAO/Log.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Log.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3f7c58e17bdae8212004611d6fa2f6f3) + * (GenCodeChecksum:a102ecbdf345a1df748ea11fdd997b9e) */ /** @@ -120,6 +120,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { 'entity' => 'Log', 'bao' => 'CRM_Core_BAO_Log', 'localizable' => 0, + 'add' => '1.5', ], 'entity_table' => [ 'name' => 'entity_table', @@ -134,6 +135,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { 'entity' => 'Log', 'bao' => 'CRM_Core_BAO_Log', 'localizable' => 0, + 'add' => '1.5', ], 'entity_id' => [ 'name' => 'entity_id', @@ -146,6 +148,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { 'entity' => 'Log', 'bao' => 'CRM_Core_BAO_Log', 'localizable' => 0, + 'add' => '1.5', ], 'data' => [ 'name' => 'data', @@ -157,6 +160,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { 'entity' => 'Log', 'bao' => 'CRM_Core_BAO_Log', 'localizable' => 0, + 'add' => '1.5', ], 'modified_id' => [ 'name' => 'modified_id', @@ -169,6 +173,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Log', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '1.5', ], 'modified_date' => [ 'name' => 'modified_date', @@ -180,6 +185,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { 'entity' => 'Log', 'bao' => 'CRM_Core_BAO_Log', 'localizable' => 0, + 'add' => '1.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/MailSettings.php b/CRM/Core/DAO/MailSettings.php index 7323cebe89..343c7e6bfd 100644 --- a/CRM/Core/DAO/MailSettings.php +++ b/CRM/Core/DAO/MailSettings.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/MailSettings.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:1c0272c8ff0392b03ef4a1f6ab23c0df) + * (GenCodeChecksum:455750fee6f1acbe50aeb19387f12158) */ /** @@ -182,6 +182,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'domain_id' => [ 'name' => 'domain_id', @@ -200,6 +201,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.1', ], 'name' => [ 'name' => 'name', @@ -213,6 +215,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'is_default' => [ 'name' => 'is_default', @@ -224,6 +227,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'domain' => [ 'name' => 'domain', @@ -237,6 +241,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'localpart' => [ 'name' => 'localpart', @@ -250,6 +255,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'return_path' => [ 'name' => 'return_path', @@ -263,6 +269,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'protocol' => [ 'name' => 'protocol', @@ -283,6 +290,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'optionGroupName' => 'mail_protocol', 'optionEditPath' => 'civicrm/admin/options/mail_protocol', ], + 'add' => '2.2', ], 'server' => [ 'name' => 'server', @@ -296,6 +304,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'port' => [ 'name' => 'port', @@ -307,6 +316,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'username' => [ 'name' => 'username', @@ -320,6 +330,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'password' => [ 'name' => 'password', @@ -333,6 +344,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'is_ssl' => [ 'name' => 'is_ssl', @@ -344,6 +356,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'source' => [ 'name' => 'source', @@ -357,6 +370,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'add' => '2.2', ], 'activity_status' => [ 'name' => 'activity_status', @@ -378,6 +392,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'keyColumn' => 'name', 'optionEditPath' => 'civicrm/admin/options/activity_status', ], + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Managed.php b/CRM/Core/DAO/Managed.php index d4f8f3ce9c..4d4cbafdfd 100644 --- a/CRM/Core/DAO/Managed.php +++ b/CRM/Core/DAO/Managed.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Managed.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:341e6ee8dbeb3ab714034368c32837f1) + * (GenCodeChecksum:939c0ed6422323450f5b9b00f8da85ad) */ /** @@ -104,6 +104,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO { 'entity' => 'Managed', 'bao' => 'CRM_Core_DAO_Managed', 'localizable' => 0, + 'add' => '4.2', ], 'module' => [ 'name' => 'module', @@ -118,6 +119,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO { 'entity' => 'Managed', 'bao' => 'CRM_Core_DAO_Managed', 'localizable' => 0, + 'add' => '4.2', ], 'name' => [ 'name' => 'name', @@ -131,6 +133,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO { 'entity' => 'Managed', 'bao' => 'CRM_Core_DAO_Managed', 'localizable' => 0, + 'add' => '4.2', ], 'entity_type' => [ 'name' => 'entity_type', @@ -145,6 +148,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO { 'entity' => 'Managed', 'bao' => 'CRM_Core_DAO_Managed', 'localizable' => 0, + 'add' => '4.2', ], 'entity_id' => [ 'name' => 'entity_id', @@ -157,6 +161,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO { 'entity' => 'Managed', 'bao' => 'CRM_Core_DAO_Managed', 'localizable' => 0, + 'add' => '4.2', ], 'cleanup' => [ 'name' => 'cleanup', @@ -176,6 +181,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_ManagedEntities::getCleanupOptions', ], + 'add' => '4.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Mapping.php b/CRM/Core/DAO/Mapping.php index 67a9c0a748..5b7121f90f 100644 --- a/CRM/Core/DAO/Mapping.php +++ b/CRM/Core/DAO/Mapping.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Mapping.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:5b937841c099c775e7467f70fdd529b3) + * (GenCodeChecksum:ca067ae4e0d6b7c01e9c24da7cff585a) */ /** @@ -90,6 +90,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 'entity' => 'Mapping', 'bao' => 'CRM_Core_BAO_Mapping', 'localizable' => 0, + 'add' => '1.2', ], 'name' => [ 'name' => 'name', @@ -103,6 +104,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 'entity' => 'Mapping', 'bao' => 'CRM_Core_BAO_Mapping', 'localizable' => 0, + 'add' => '1.2', ], 'description' => [ 'name' => 'description', @@ -116,6 +118,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 'entity' => 'Mapping', 'bao' => 'CRM_Core_BAO_Mapping', 'localizable' => 0, + 'add' => '1.2', ], 'mapping_type_id' => [ 'name' => 'mapping_type_id', @@ -134,6 +137,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 'optionGroupName' => 'mapping_type', 'optionEditPath' => 'civicrm/admin/options/mapping_type', ], + 'add' => '2.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/MappingField.php b/CRM/Core/DAO/MappingField.php index 9891a026ba..c8e0f48dda 100644 --- a/CRM/Core/DAO/MappingField.php +++ b/CRM/Core/DAO/MappingField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/MappingField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:fdc6c79da7e1c0c60b5a5987ce42fd0d) + * (GenCodeChecksum:c29cb464b46084c28cedf37c3757ffd1) */ /** @@ -176,6 +176,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'entity' => 'MappingField', 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, + 'add' => '1.2', ], 'mapping_id' => [ 'name' => 'mapping_id', @@ -189,6 +190,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Mapping', + 'add' => '1.2', ], 'name' => [ 'name' => 'name', @@ -202,6 +204,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'entity' => 'MappingField', 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, + 'add' => '1.2', ], 'contact_type' => [ 'name' => 'contact_type', @@ -218,6 +221,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '1.2', ], 'column_number' => [ 'name' => 'column_number', @@ -230,6 +234,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'entity' => 'MappingField', 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, + 'add' => '1.2', ], 'location_type_id' => [ 'name' => 'location_type_id', @@ -247,6 +252,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'display_name', ], + 'add' => '1.2', ], 'phone_type_id' => [ 'name' => 'phone_type_id', @@ -258,6 +264,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'entity' => 'MappingField', 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, + 'add' => '2.2', ], 'im_provider_id' => [ 'name' => 'im_provider_id', @@ -276,6 +283,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'optionGroupName' => 'instant_messenger_service', 'optionEditPath' => 'civicrm/admin/options/instant_messenger_service', ], + 'add' => '3.0', ], 'website_type_id' => [ 'name' => 'website_type_id', @@ -294,6 +302,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'optionGroupName' => 'website_type', 'optionEditPath' => 'civicrm/admin/options/website_type', ], + 'add' => '3.2', ], 'relationship_type_id' => [ 'name' => 'relationship_type_id', @@ -306,6 +315,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_RelationshipType', + 'add' => '1.2', ], 'relationship_direction' => [ 'name' => 'relationship_direction', @@ -318,6 +328,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'entity' => 'MappingField', 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, + 'add' => '1.7', ], 'grouping' => [ 'name' => 'grouping', @@ -331,6 +342,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'entity' => 'MappingField', 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, + 'add' => '1.5', ], 'operator' => [ 'name' => 'operator', @@ -350,6 +362,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getSearchBuilderOperators', ], + 'add' => '1.5', ], 'value' => [ 'name' => 'value', @@ -363,6 +376,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'entity' => 'MappingField', 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, + 'add' => '1.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Menu.php b/CRM/Core/DAO/Menu.php index 776f0f6edf..a0f1b6c6ea 100644 --- a/CRM/Core/DAO/Menu.php +++ b/CRM/Core/DAO/Menu.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Menu.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8495038ad35a0a38425fd1d57a6fca43) + * (GenCodeChecksum:8eaee41a6e8192bd26fab7f4ef443c0c) */ /** @@ -227,6 +227,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'domain_id' => [ 'name' => 'domain_id', @@ -245,6 +246,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.0', ], 'path' => [ 'name' => 'path', @@ -258,6 +260,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'path_arguments' => [ 'name' => 'path_arguments', @@ -269,6 +272,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'title' => [ 'name' => 'title', @@ -281,6 +285,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'access_callback' => [ 'name' => 'access_callback', @@ -294,6 +299,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'access_arguments' => [ 'name' => 'access_arguments', @@ -305,6 +311,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'page_callback' => [ 'name' => 'page_callback', @@ -318,6 +325,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'page_arguments' => [ 'name' => 'page_arguments', @@ -329,6 +337,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'breadcrumb' => [ 'name' => 'breadcrumb', @@ -340,6 +349,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'return_url' => [ 'name' => 'return_url', @@ -353,6 +363,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'return_url_args' => [ 'name' => 'return_url_args', @@ -366,6 +377,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'component_id' => [ 'name' => 'component_id', @@ -386,6 +398,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '2.1', ], 'is_active' => [ 'name' => 'is_active', @@ -397,6 +410,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'is_public' => [ 'name' => 'is_public', @@ -408,6 +422,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'is_exposed' => [ 'name' => 'is_exposed', @@ -419,6 +434,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'is_ssl' => [ 'name' => 'is_ssl', @@ -430,6 +446,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'weight' => [ 'name' => 'weight', @@ -443,6 +460,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'type' => [ 'name' => 'type', @@ -456,6 +474,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'page_type' => [ 'name' => 'page_type', @@ -469,6 +488,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.1', ], 'skipBreadcrumb' => [ 'name' => 'skipBreadcrumb', @@ -480,6 +500,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '2.2', ], 'module_data' => [ 'name' => 'module_data', @@ -491,6 +512,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/MessageTemplate.php b/CRM/Core/DAO/MessageTemplate.php index f6c282d347..54b4664182 100644 --- a/CRM/Core/DAO/MessageTemplate.php +++ b/CRM/Core/DAO/MessageTemplate.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/MessageTemplate.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:51b2e2f362cb7a438a04146b11589662) + * (GenCodeChecksum:542e52d6f757c9e8adfa2a5ed07b6475) */ /** @@ -142,6 +142,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'entity' => 'MessageTemplate', 'bao' => 'CRM_Core_BAO_MessageTemplate', 'localizable' => 0, + 'add' => '1.6', ], 'msg_title' => [ 'name' => 'msg_title', @@ -155,6 +156,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'entity' => 'MessageTemplate', 'bao' => 'CRM_Core_BAO_MessageTemplate', 'localizable' => 0, + 'add' => '1.6', ], 'msg_subject' => [ 'name' => 'msg_subject', @@ -166,6 +168,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'entity' => 'MessageTemplate', 'bao' => 'CRM_Core_BAO_MessageTemplate', 'localizable' => 0, + 'add' => '1.6', ], 'msg_text' => [ 'name' => 'msg_text', @@ -180,6 +183,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.6', ], 'msg_html' => [ 'name' => 'msg_html', @@ -194,6 +198,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.6', ], 'is_active' => [ 'name' => 'is_active', @@ -205,6 +210,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'entity' => 'MessageTemplate', 'bao' => 'CRM_Core_BAO_MessageTemplate', 'localizable' => 0, + 'add' => '1.6', ], 'workflow_id' => [ 'name' => 'workflow_id', @@ -216,6 +222,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'entity' => 'MessageTemplate', 'bao' => 'CRM_Core_BAO_MessageTemplate', 'localizable' => 0, + 'add' => '3.1', ], 'workflow_name' => [ 'name' => 'workflow_name', @@ -228,6 +235,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'entity' => 'MessageTemplate', 'bao' => 'CRM_Core_BAO_MessageTemplate', 'localizable' => 0, + 'add' => '5.26', ], 'is_default' => [ 'name' => 'is_default', @@ -240,6 +248,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'entity' => 'MessageTemplate', 'bao' => 'CRM_Core_BAO_MessageTemplate', 'localizable' => 0, + 'add' => '3.1', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -251,6 +260,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'entity' => 'MessageTemplate', 'bao' => 'CRM_Core_BAO_MessageTemplate', 'localizable' => 0, + 'add' => '3.1', ], 'is_sms' => [ 'name' => 'is_sms', @@ -263,6 +273,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'entity' => 'MessageTemplate', 'bao' => 'CRM_Core_BAO_MessageTemplate', 'localizable' => 0, + 'add' => '4.5', ], 'pdf_format_id' => [ 'name' => 'pdf_format_id', @@ -279,6 +290,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'keyColumn' => 'id', 'optionEditPath' => 'civicrm/admin/options/pdf_format', ], + 'add' => '3.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Navigation.php b/CRM/Core/DAO/Navigation.php index 80179999f1..81125e4f02 100644 --- a/CRM/Core/DAO/Navigation.php +++ b/CRM/Core/DAO/Navigation.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Navigation.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8d6052b04bcd4a7bdfff07ecfa14e60b) + * (GenCodeChecksum:39aa4b4d2c380d3a08c4931c3e497006) */ /** @@ -159,6 +159,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'entity' => 'Navigation', 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, + 'add' => '3.0', ], 'domain_id' => [ 'name' => 'domain_id', @@ -177,6 +178,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.0', ], 'label' => [ 'name' => 'label', @@ -190,6 +192,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'entity' => 'Navigation', 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, + 'add' => '3.0', ], 'name' => [ 'name' => 'name', @@ -203,6 +206,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'entity' => 'Navigation', 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, + 'add' => '3.0', ], 'url' => [ 'name' => 'url', @@ -216,6 +220,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'entity' => 'Navigation', 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, + 'add' => '3.0', ], 'icon' => [ 'name' => 'icon', @@ -231,6 +236,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'entity' => 'Navigation', 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, + 'add' => '4.7', ], 'permission' => [ 'name' => 'permission', @@ -244,6 +250,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'entity' => 'Navigation', 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, + 'add' => '3.0', ], 'permission_operator' => [ 'name' => 'permission_operator', @@ -257,6 +264,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'entity' => 'Navigation', 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, + 'add' => '3.0', ], 'parent_id' => [ 'name' => 'parent_id', @@ -275,6 +283,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'labelColumn' => 'label', 'nameColumn' => 'name', ], + 'add' => '3.0', ], 'is_active' => [ 'name' => 'is_active', @@ -286,6 +295,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'entity' => 'Navigation', 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, + 'add' => '3.0', ], 'has_separator' => [ 'name' => 'has_separator', @@ -301,6 +311,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::navigationMenuSeparator', ], + 'add' => '3.0', ], 'weight' => [ 'name' => 'weight', @@ -312,6 +323,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'entity' => 'Navigation', 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, + 'add' => '3.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Note.php b/CRM/Core/DAO/Note.php index 36409bc0ff..c5cd339ea7 100644 --- a/CRM/Core/DAO/Note.php +++ b/CRM/Core/DAO/Note.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Note.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:fd649e023be90204b62cc283886fa400) + * (GenCodeChecksum:0e43e07bfbf7de4e7fa48f4d24a923fd) */ /** @@ -141,6 +141,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'entity' => 'Note', 'bao' => 'CRM_Core_BAO_Note', 'localizable' => 0, + 'add' => '1.1', ], 'entity_table' => [ 'name' => 'entity_table', @@ -158,6 +159,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_BAO_Note::entityTables', ], + 'add' => '1.1', ], 'entity_id' => [ 'name' => 'entity_id', @@ -170,6 +172,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'entity' => 'Note', 'bao' => 'CRM_Core_BAO_Note', 'localizable' => 0, + 'add' => '1.1', ], 'note' => [ 'name' => 'note', @@ -190,6 +193,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -202,6 +206,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Note', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '1.1', ], 'modified_date' => [ 'name' => 'modified_date', @@ -214,6 +219,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'entity' => 'Note', 'bao' => 'CRM_Core_BAO_Note', 'localizable' => 0, + 'add' => '1.1', ], 'subject' => [ 'name' => 'subject', @@ -230,6 +236,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.5', ], 'privacy' => [ 'name' => 'privacy', @@ -250,6 +257,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'optionGroupName' => 'note_privacy', 'optionEditPath' => 'civicrm/admin/options/note_privacy', ], + 'add' => '3.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/OpenID.php b/CRM/Core/DAO/OpenID.php index 0f4a499885..02db0f94b5 100644 --- a/CRM/Core/DAO/OpenID.php +++ b/CRM/Core/DAO/OpenID.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/OpenID.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4fcc767aa82b542cd813a9de097a322c) + * (GenCodeChecksum:ed6e574083475c9caf6e8f5028510263) */ /** @@ -119,6 +119,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'entity' => 'OpenID', 'bao' => 'CRM_Core_BAO_OpenID', 'localizable' => 0, + 'add' => '2.0', ], 'contact_id' => [ 'name' => 'contact_id', @@ -131,6 +132,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_OpenID', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '2.0', ], 'location_type_id' => [ 'name' => 'location_type_id', @@ -147,6 +149,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'display_name', ], + 'add' => '2.0', ], 'openid' => [ 'name' => 'openid', @@ -165,6 +168,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'entity' => 'OpenID', 'bao' => 'CRM_Core_BAO_OpenID', 'localizable' => 0, + 'add' => '2.0', ], 'allowed_to_login' => [ 'name' => 'allowed_to_login', @@ -178,6 +182,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'entity' => 'OpenID', 'bao' => 'CRM_Core_BAO_OpenID', 'localizable' => 0, + 'add' => '2.0', ], 'is_primary' => [ 'name' => 'is_primary', @@ -193,6 +198,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'html' => [ 'type' => 'Radio', ], + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/OptionGroup.php b/CRM/Core/DAO/OptionGroup.php index bf9ec2f724..28611f23ac 100644 --- a/CRM/Core/DAO/OptionGroup.php +++ b/CRM/Core/DAO/OptionGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/OptionGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:1a8e6b71368afcabdc96d2fe768d67ec) + * (GenCodeChecksum:8a0474f902f423a6055399c438cd406c) */ /** @@ -118,6 +118,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO { 'entity' => 'OptionGroup', 'bao' => 'CRM_Core_BAO_OptionGroup', 'localizable' => 0, + 'add' => '1.5', ], 'name' => [ 'name' => 'name', @@ -132,6 +133,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO { 'entity' => 'OptionGroup', 'bao' => 'CRM_Core_BAO_OptionGroup', 'localizable' => 0, + 'add' => '1.5', ], 'title' => [ 'name' => 'title', @@ -145,6 +147,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO { 'entity' => 'OptionGroup', 'bao' => 'CRM_Core_BAO_OptionGroup', 'localizable' => 1, + 'add' => '1.5', ], 'description' => [ 'name' => 'description', @@ -158,6 +161,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO { 'entity' => 'OptionGroup', 'bao' => 'CRM_Core_BAO_OptionGroup', 'localizable' => 1, + 'add' => '1.5', ], 'data_type' => [ 'name' => 'data_type', @@ -174,6 +178,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Utils_Type::dataTypes', ], + 'add' => '4.7', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -187,6 +192,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO { 'entity' => 'OptionGroup', 'bao' => 'CRM_Core_BAO_OptionGroup', 'localizable' => 0, + 'add' => '1.5', ], 'is_active' => [ 'name' => 'is_active', @@ -200,6 +206,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO { 'entity' => 'OptionGroup', 'bao' => 'CRM_Core_BAO_OptionGroup', 'localizable' => 0, + 'add' => '1.5', ], 'is_locked' => [ 'name' => 'is_locked', @@ -213,6 +220,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO { 'entity' => 'OptionGroup', 'bao' => 'CRM_Core_BAO_OptionGroup', 'localizable' => 0, + 'add' => '4.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/OptionValue.php b/CRM/Core/DAO/OptionValue.php index 5dea2b484d..ed5bf88c5f 100644 --- a/CRM/Core/DAO/OptionValue.php +++ b/CRM/Core/DAO/OptionValue.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/OptionValue.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7cc1ab1ede682626c34db52967f627c8) + * (GenCodeChecksum:370198cee250edd2f29743a5b5667e9a) */ /** @@ -203,6 +203,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '1.5', ], 'option_group_id' => [ 'name' => 'option_group_id', @@ -225,6 +226,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'labelColumn' => 'title', 'nameColumn' => 'name', ], + 'add' => '1.5', ], 'label' => [ 'name' => 'label', @@ -239,6 +241,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 1, + 'add' => '1.5', ], 'value' => [ 'name' => 'value', @@ -253,6 +256,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '1.5', ], 'name' => [ 'name' => 'name', @@ -268,6 +272,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '1.5', ], 'grouping' => [ 'name' => 'grouping', @@ -281,6 +286,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '1.5', ], 'filter' => [ 'name' => 'filter', @@ -293,6 +299,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '1.5', ], 'is_default' => [ 'name' => 'is_default', @@ -305,6 +312,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '1.5', ], 'weight' => [ 'name' => 'weight', @@ -317,6 +325,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '1.5', ], 'description' => [ 'name' => 'description', @@ -333,6 +342,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.5', ], 'is_optgroup' => [ 'name' => 'is_optgroup', @@ -345,6 +355,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '1.5', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -357,6 +368,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '1.5', ], 'is_active' => [ 'name' => 'is_active', @@ -369,6 +381,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '1.5', ], 'component_id' => [ 'name' => 'component_id', @@ -389,6 +402,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '2.0', ], 'domain_id' => [ 'name' => 'domain_id', @@ -406,6 +420,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.1', ], 'visibility_id' => [ 'name' => 'visibility_id', @@ -421,6 +436,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'optionGroupName' => 'visibility', 'optionEditPath' => 'civicrm/admin/options/visibility', ], + 'add' => '2.2', ], 'icon' => [ 'name' => 'icon', @@ -435,6 +451,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '4.7', ], 'color' => [ 'name' => 'color', @@ -449,6 +466,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'entity' => 'OptionValue', 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Phone.php b/CRM/Core/DAO/Phone.php index 39a7ebdf3e..444c0b3a53 100644 --- a/CRM/Core/DAO/Phone.php +++ b/CRM/Core/DAO/Phone.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Phone.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:dcfc4989d248f3990a5ac2a422597061) + * (GenCodeChecksum:3c1f1743128af72b009c6cf4effc1da2) */ /** @@ -154,6 +154,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'entity' => 'Phone', 'bao' => 'CRM_Core_BAO_Phone', 'localizable' => 0, + 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -166,6 +167,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Phone', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '2.0', ], 'location_type_id' => [ 'name' => 'location_type_id', @@ -185,6 +187,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'display_name', ], + 'add' => '2.0', ], 'is_primary' => [ 'name' => 'is_primary', @@ -200,6 +203,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'html' => [ 'type' => 'Radio', ], + 'add' => '1.1', ], 'is_billing' => [ 'name' => 'is_billing', @@ -212,6 +216,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'entity' => 'Phone', 'bao' => 'CRM_Core_BAO_Phone', 'localizable' => 0, + 'add' => '2.0', ], 'mobile_provider_id' => [ 'name' => 'mobile_provider_id', @@ -223,6 +228,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'entity' => 'Phone', 'bao' => 'CRM_Core_BAO_Phone', 'localizable' => 0, + 'add' => '1.1', ], 'phone' => [ 'name' => 'phone', @@ -243,6 +249,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'phone_ext' => [ 'name' => 'phone_ext', @@ -263,6 +270,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'phone_numeric' => [ 'name' => 'phone_numeric', @@ -276,6 +284,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'entity' => 'Phone', 'bao' => 'CRM_Core_BAO_Phone', 'localizable' => 0, + 'add' => '4.3', ], 'phone_type_id' => [ 'name' => 'phone_type_id', @@ -295,6 +304,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'optionGroupName' => 'phone_type', 'optionEditPath' => 'civicrm/admin/options/phone_type', ], + 'add' => '2.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/PreferencesDate.php b/CRM/Core/DAO/PreferencesDate.php index ae9661db00..4f50074007 100644 --- a/CRM/Core/DAO/PreferencesDate.php +++ b/CRM/Core/DAO/PreferencesDate.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/PreferencesDate.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:59621b636915c317561204de52299004) + * (GenCodeChecksum:e950a7985ee12a8b5ec6e926e8a49b20) */ /** @@ -108,6 +108,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO { 'entity' => 'PreferencesDate', 'bao' => 'CRM_Core_BAO_PreferencesDate', 'localizable' => 0, + 'add' => '2.0', ], 'name' => [ 'name' => 'name', @@ -122,6 +123,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO { 'entity' => 'PreferencesDate', 'bao' => 'CRM_Core_BAO_PreferencesDate', 'localizable' => 0, + 'add' => '2.0', ], 'description' => [ 'name' => 'description', @@ -135,6 +137,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO { 'entity' => 'PreferencesDate', 'bao' => 'CRM_Core_BAO_PreferencesDate', 'localizable' => 0, + 'add' => '2.0', ], 'start' => [ 'name' => 'start', @@ -147,6 +150,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO { 'entity' => 'PreferencesDate', 'bao' => 'CRM_Core_BAO_PreferencesDate', 'localizable' => 0, + 'add' => '2.0', ], 'end' => [ 'name' => 'end', @@ -159,6 +163,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO { 'entity' => 'PreferencesDate', 'bao' => 'CRM_Core_BAO_PreferencesDate', 'localizable' => 0, + 'add' => '2.0', ], 'date_format' => [ 'name' => 'date_format', @@ -172,6 +177,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO { 'entity' => 'PreferencesDate', 'bao' => 'CRM_Core_BAO_PreferencesDate', 'localizable' => 0, + 'add' => '2.0', ], 'time_format' => [ 'name' => 'time_format', @@ -185,6 +191,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO { 'entity' => 'PreferencesDate', 'bao' => 'CRM_Core_BAO_PreferencesDate', 'localizable' => 0, + 'add' => '3.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/PrevNextCache.php b/CRM/Core/DAO/PrevNextCache.php index 5bcb1c8ccf..cb58112789 100644 --- a/CRM/Core/DAO/PrevNextCache.php +++ b/CRM/Core/DAO/PrevNextCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/PrevNextCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:bfe0f84f9404ffcc242ca8c15de4ca14) + * (GenCodeChecksum:3e1ec2353f61b542cca9c3c9efc73e80) */ /** @@ -106,6 +106,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'entity' => 'PrevNextCache', 'bao' => 'CRM_Core_BAO_PrevNextCache', 'localizable' => 0, + 'add' => '3.4', ], 'entity_table' => [ 'name' => 'entity_table', @@ -119,6 +120,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'entity' => 'PrevNextCache', 'bao' => 'CRM_Core_BAO_PrevNextCache', 'localizable' => 0, + 'add' => '3.4', ], 'entity_id1' => [ 'name' => 'entity_id1', @@ -131,6 +133,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'entity' => 'PrevNextCache', 'bao' => 'CRM_Core_BAO_PrevNextCache', 'localizable' => 0, + 'add' => '3.4', ], 'entity_id2' => [ 'name' => 'entity_id2', @@ -143,6 +146,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'entity' => 'PrevNextCache', 'bao' => 'CRM_Core_BAO_PrevNextCache', 'localizable' => 0, + 'add' => '3.4', ], 'cachekey' => [ 'name' => 'cachekey', @@ -156,6 +160,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'entity' => 'PrevNextCache', 'bao' => 'CRM_Core_BAO_PrevNextCache', 'localizable' => 0, + 'add' => '3.4', ], 'data' => [ 'name' => 'data', @@ -168,6 +173,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_PrevNextCache', 'localizable' => 0, 'serialize' => self::SERIALIZE_PHP, + 'add' => '3.4', ], 'is_selected' => [ 'name' => 'is_selected', @@ -179,6 +185,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'entity' => 'PrevNextCache', 'bao' => 'CRM_Core_BAO_PrevNextCache', 'localizable' => 0, + 'add' => '4.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/PrintLabel.php b/CRM/Core/DAO/PrintLabel.php index 46ae140e8f..c0d4463fe2 100644 --- a/CRM/Core/DAO/PrintLabel.php +++ b/CRM/Core/DAO/PrintLabel.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/PrintLabel.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e6d0fdaf773f8dec9b1b9282a41788d9) + * (GenCodeChecksum:b98543c0a9d27b4f6aef0ab432bb37e2) */ /** @@ -151,6 +151,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'entity' => 'PrintLabel', 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, + 'add' => '4.4', ], 'title' => [ 'name' => 'title', @@ -164,6 +165,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'entity' => 'PrintLabel', 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, + 'add' => '4.4', ], 'name' => [ 'name' => 'name', @@ -177,6 +179,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'entity' => 'PrintLabel', 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, + 'add' => '4.4', ], 'description' => [ 'name' => 'description', @@ -188,6 +191,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'entity' => 'PrintLabel', 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, + 'add' => '4.4', ], 'label_format_name' => [ 'name' => 'label_format_name', @@ -208,6 +212,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'optionGroupName' => 'name_badge', 'optionEditPath' => 'civicrm/admin/options/name_badge', ], + 'add' => '4.4', ], 'label_type_id' => [ 'name' => 'label_type_id', @@ -226,6 +231,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'optionGroupName' => 'label_type', 'optionEditPath' => 'civicrm/admin/options/label_type', ], + 'add' => '4.4', ], 'data' => [ 'name' => 'data', @@ -238,6 +244,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, 'serialize' => self::SERIALIZE_JSON, + 'add' => '4.4', ], 'is_default' => [ 'name' => 'is_default', @@ -250,6 +257,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'entity' => 'PrintLabel', 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, + 'add' => '4.4', ], 'is_active' => [ 'name' => 'is_active', @@ -262,6 +270,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'entity' => 'PrintLabel', 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, + 'add' => '4.4', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -274,6 +283,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'entity' => 'PrintLabel', 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, + 'add' => '4.4', ], 'created_id' => [ 'name' => 'created_id', @@ -286,6 +296,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/RecurringEntity.php b/CRM/Core/DAO/RecurringEntity.php index fac09fc6c0..e6463e239d 100644 --- a/CRM/Core/DAO/RecurringEntity.php +++ b/CRM/Core/DAO/RecurringEntity.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/RecurringEntity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6321192add109bdc0211b72cc49e3611) + * (GenCodeChecksum:4d0ee948935c36ddf9c0a04ed30ec44f) */ /** @@ -94,6 +94,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { 'entity' => 'RecurringEntity', 'bao' => 'CRM_Core_BAO_RecurringEntity', 'localizable' => 0, + 'add' => '4.6', ], 'parent_id' => [ 'name' => 'parent_id', @@ -106,6 +107,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { 'entity' => 'RecurringEntity', 'bao' => 'CRM_Core_BAO_RecurringEntity', 'localizable' => 0, + 'add' => '4.6', ], 'entity_id' => [ 'name' => 'entity_id', @@ -117,6 +119,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { 'entity' => 'RecurringEntity', 'bao' => 'CRM_Core_BAO_RecurringEntity', 'localizable' => 0, + 'add' => '4.6', ], 'entity_table' => [ 'name' => 'entity_table', @@ -131,6 +134,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { 'entity' => 'RecurringEntity', 'bao' => 'CRM_Core_BAO_RecurringEntity', 'localizable' => 0, + 'add' => '4.6', ], 'mode' => [ 'name' => 'mode', @@ -144,6 +148,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { 'entity' => 'RecurringEntity', 'bao' => 'CRM_Core_BAO_RecurringEntity', 'localizable' => 0, + 'add' => '4.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Setting.php b/CRM/Core/DAO/Setting.php index bc665201f7..70ac634cfd 100644 --- a/CRM/Core/DAO/Setting.php +++ b/CRM/Core/DAO/Setting.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Setting.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ecb3cb15071a1a6d785c458130040476) + * (GenCodeChecksum:196dea902e132f8ba6ffb8b108ee1996) */ /** @@ -140,6 +140,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'entity' => 'Setting', 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, + 'add' => '4.1', ], 'name' => [ 'name' => 'name', @@ -153,6 +154,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'entity' => 'Setting', 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, + 'add' => '4.1', ], 'value' => [ 'name' => 'value', @@ -165,6 +167,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, 'serialize' => self::SERIALIZE_PHP, + 'add' => '4.1', ], 'domain_id' => [ 'name' => 'domain_id', @@ -183,6 +186,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.1', ], 'contact_id' => [ 'name' => 'contact_id', @@ -195,6 +199,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.1', ], 'is_domain' => [ 'name' => 'is_domain', @@ -206,6 +211,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'entity' => 'Setting', 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, + 'add' => '4.1', ], 'component_id' => [ 'name' => 'component_id', @@ -226,6 +232,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.1', ], 'created_date' => [ 'name' => 'created_date', @@ -237,6 +244,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'entity' => 'Setting', 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, + 'add' => '4.1', ], 'created_id' => [ 'name' => 'created_id', @@ -249,6 +257,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/StateProvince.php b/CRM/Core/DAO/StateProvince.php index a05d6dab10..eed42f3859 100644 --- a/CRM/Core/DAO/StateProvince.php +++ b/CRM/Core/DAO/StateProvince.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/StateProvince.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:87314c17f95f8e72c6067d2c6a1892b5) + * (GenCodeChecksum:22bfd6264c17c80a3638b9860cb97767) */ /** @@ -105,6 +105,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO { 'entity' => 'StateProvince', 'bao' => 'CRM_Core_DAO_StateProvince', 'localizable' => 0, + 'add' => '1.1', ], 'name' => [ 'name' => 'name', @@ -122,6 +123,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO { 'entity' => 'StateProvince', 'bao' => 'CRM_Core_DAO_StateProvince', 'localizable' => 0, + 'add' => '1.1', ], 'abbreviation' => [ 'name' => 'abbreviation', @@ -135,6 +137,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO { 'entity' => 'StateProvince', 'bao' => 'CRM_Core_DAO_StateProvince', 'localizable' => 0, + 'add' => '1.1', ], 'country_id' => [ 'name' => 'country_id', @@ -148,6 +151,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_StateProvince', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Country', + 'add' => '1.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/StatusPreference.php b/CRM/Core/DAO/StatusPreference.php index 9311053197..471513595b 100644 --- a/CRM/Core/DAO/StatusPreference.php +++ b/CRM/Core/DAO/StatusPreference.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/StatusPreference.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:247c306dde20f79544e92221883dcef5) + * (GenCodeChecksum:48ca8492c6febf737281831d72147a38) */ /** @@ -133,6 +133,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'entity' => 'StatusPreference', 'bao' => 'CRM_Core_BAO_StatusPreference', 'localizable' => 0, + 'add' => '4.7', ], 'domain_id' => [ 'name' => 'domain_id', @@ -151,6 +152,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.7', ], 'name' => [ 'name' => 'name', @@ -167,6 +169,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'entity' => 'StatusPreference', 'bao' => 'CRM_Core_BAO_StatusPreference', 'localizable' => 0, + 'add' => '4.7', ], 'hush_until' => [ 'name' => 'hush_until', @@ -181,6 +184,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'entity' => 'StatusPreference', 'bao' => 'CRM_Core_BAO_StatusPreference', 'localizable' => 0, + 'add' => '4.7', ], 'ignore_severity' => [ 'name' => 'ignore_severity', @@ -198,6 +202,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Utils_Check::getSeverityList', ], + 'add' => '4.7', ], 'prefs' => [ 'name' => 'prefs', @@ -211,6 +216,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'entity' => 'StatusPreference', 'bao' => 'CRM_Core_BAO_StatusPreference', 'localizable' => 0, + 'add' => '4.7', ], 'check_info' => [ 'name' => 'check_info', @@ -224,6 +230,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'entity' => 'StatusPreference', 'bao' => 'CRM_Core_BAO_StatusPreference', 'localizable' => 0, + 'add' => '4.7', ], 'is_active' => [ 'name' => 'is_active', @@ -236,6 +243,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'entity' => 'StatusPreference', 'bao' => 'CRM_Core_BAO_StatusPreference', 'localizable' => 0, + 'add' => '5.19', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/SystemLog.php b/CRM/Core/DAO/SystemLog.php index f3c6e7e087..22d57c06a4 100644 --- a/CRM/Core/DAO/SystemLog.php +++ b/CRM/Core/DAO/SystemLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/SystemLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:99bd9a916303fe5167b981e14e05351e) + * (GenCodeChecksum:c90dd839d7756d95a85e38cadbcb40c9) */ /** @@ -111,6 +111,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO { 'entity' => 'SystemLog', 'bao' => 'CRM_Core_DAO_SystemLog', 'localizable' => 0, + 'add' => '4.4', ], 'message' => [ 'name' => 'message', @@ -125,6 +126,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO { 'entity' => 'SystemLog', 'bao' => 'CRM_Core_DAO_SystemLog', 'localizable' => 0, + 'add' => '4.5', ], 'context' => [ 'name' => 'context', @@ -136,6 +138,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO { 'entity' => 'SystemLog', 'bao' => 'CRM_Core_DAO_SystemLog', 'localizable' => 0, + 'add' => '4.5', ], 'level' => [ 'name' => 'level', @@ -150,6 +153,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO { 'entity' => 'SystemLog', 'bao' => 'CRM_Core_DAO_SystemLog', 'localizable' => 0, + 'add' => '4.5', ], 'timestamp' => [ 'name' => 'timestamp', @@ -162,6 +166,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO { 'entity' => 'SystemLog', 'bao' => 'CRM_Core_DAO_SystemLog', 'localizable' => 0, + 'add' => '4.5', ], 'contact_id' => [ 'name' => 'contact_id', @@ -173,6 +178,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO { 'entity' => 'SystemLog', 'bao' => 'CRM_Core_DAO_SystemLog', 'localizable' => 0, + 'add' => '4.5', ], 'hostname' => [ 'name' => 'hostname', @@ -186,6 +192,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO { 'entity' => 'SystemLog', 'bao' => 'CRM_Core_DAO_SystemLog', 'localizable' => 0, + 'add' => '4.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Tag.php b/CRM/Core/DAO/Tag.php index 765daebdeb..09e7ec787d 100644 --- a/CRM/Core/DAO/Tag.php +++ b/CRM/Core/DAO/Tag.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Tag.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:9aea04911ddc80492007b3217709ba9f) + * (GenCodeChecksum:71590516eaae029ef71f6f4b3d7a800d) */ /** @@ -156,6 +156,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'add' => '1.1', ], 'name' => [ 'name' => 'name', @@ -170,6 +171,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'add' => '1.1', ], 'description' => [ 'name' => 'description', @@ -183,6 +185,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'add' => '1.1', ], 'parent_id' => [ 'name' => 'parent_id', @@ -201,6 +204,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.1', ], 'is_selectable' => [ 'name' => 'is_selectable', @@ -213,6 +217,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'add' => '2.1', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -224,6 +229,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'add' => '3.2', ], 'is_tagset' => [ 'name' => 'is_tagset', @@ -235,6 +241,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'add' => '3.2', ], 'used_for' => [ 'name' => 'used_for', @@ -256,6 +263,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'optionGroupName' => 'tag_used_for', 'optionEditPath' => 'civicrm/admin/options/tag_used_for', ], + 'add' => '3.2', ], 'created_id' => [ 'name' => 'created_id', @@ -268,6 +276,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.4', ], 'color' => [ 'name' => 'color', @@ -282,6 +291,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'add' => '4.7', ], 'created_date' => [ 'name' => 'created_date', @@ -293,6 +303,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'add' => '3.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Timezone.php b/CRM/Core/DAO/Timezone.php index f8d54e1a8b..d2cd010c88 100644 --- a/CRM/Core/DAO/Timezone.php +++ b/CRM/Core/DAO/Timezone.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Timezone.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0c8797659c05f81eb6f2f2589b5baee4) + * (GenCodeChecksum:fc76675346aa5a97d5ce798b9968ee58) */ /** @@ -117,6 +117,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { 'entity' => 'Timezone', 'bao' => 'CRM_Core_DAO_Timezone', 'localizable' => 0, + 'add' => '1.8', ], 'name' => [ 'name' => 'name', @@ -130,6 +131,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { 'entity' => 'Timezone', 'bao' => 'CRM_Core_DAO_Timezone', 'localizable' => 0, + 'add' => '1.8', ], 'abbreviation' => [ 'name' => 'abbreviation', @@ -143,6 +145,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { 'entity' => 'Timezone', 'bao' => 'CRM_Core_DAO_Timezone', 'localizable' => 0, + 'add' => '1.8', ], 'gmt' => [ 'name' => 'gmt', @@ -156,6 +159,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { 'entity' => 'Timezone', 'bao' => 'CRM_Core_DAO_Timezone', 'localizable' => 0, + 'add' => '1.8', ], 'offset' => [ 'name' => 'offset', @@ -166,6 +170,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { 'entity' => 'Timezone', 'bao' => 'CRM_Core_DAO_Timezone', 'localizable' => 0, + 'add' => '1.8', ], 'country_id' => [ 'name' => 'country_id', @@ -179,6 +184,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_Timezone', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Country', + 'add' => '1.8', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/UFField.php b/CRM/Core/DAO/UFField.php index 426d31dd03..1d5821d996 100644 --- a/CRM/Core/DAO/UFField.php +++ b/CRM/Core/DAO/UFField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:00cecb109e6a5589dff3c84d3665abfd) + * (GenCodeChecksum:a77a2bfe4b288e20b6929fd3a7532850) */ /** @@ -211,6 +211,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'add' => '1.1', ], 'uf_group_id' => [ 'name' => 'uf_group_id', @@ -232,6 +233,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '1.1', ], 'field_name' => [ 'name' => 'field_name', @@ -249,6 +251,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_BAO_UFField::getAvailableFieldTitles', ], + 'add' => '1.1', ], 'is_active' => [ 'name' => 'is_active', @@ -261,6 +264,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'add' => '1.1', ], 'is_view' => [ 'name' => 'is_view', @@ -273,6 +277,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'add' => '1.1', ], 'is_required' => [ 'name' => 'is_required', @@ -285,6 +290,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'add' => '1.1', ], 'weight' => [ 'name' => 'weight', @@ -298,6 +304,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'add' => '1.1', ], 'help_post' => [ 'name' => 'help_post', @@ -309,6 +316,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 1, + 'add' => '1.1', ], 'help_pre' => [ 'name' => 'help_pre', @@ -320,6 +328,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 1, + 'add' => '3.2', ], 'visibility' => [ 'name' => 'visibility', @@ -340,6 +349,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::ufVisibility', ], + 'add' => '1.1', ], 'in_selector' => [ 'name' => 'in_selector', @@ -352,6 +362,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'add' => '1.2', ], 'is_searchable' => [ 'name' => 'is_searchable', @@ -364,6 +375,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'add' => '1.4', ], 'location_type_id' => [ 'name' => 'location_type_id', @@ -376,6 +388,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_LocationType', + 'add' => '1.3', ], 'phone_type_id' => [ 'name' => 'phone_type_id', @@ -391,6 +404,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'optionGroupName' => 'phone_type', 'optionEditPath' => 'civicrm/admin/options/phone_type', ], + 'add' => '2.2', ], 'website_type_id' => [ 'name' => 'website_type_id', @@ -406,6 +420,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'optionGroupName' => 'website_type', 'optionEditPath' => 'civicrm/admin/options/website_type', ], + 'add' => '4.5', ], 'label' => [ 'name' => 'label', @@ -420,6 +435,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 1, + 'add' => '1.4', ], 'field_type' => [ 'name' => 'field_type', @@ -433,6 +449,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'add' => '1.4', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -444,6 +461,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'add' => '3.0', ], 'is_multi_summary' => [ 'name' => 'is_multi_summary', @@ -456,6 +474,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'add' => '4.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/UFGroup.php b/CRM/Core/DAO/UFGroup.php index 4f4793ce04..5005250997 100644 --- a/CRM/Core/DAO/UFGroup.php +++ b/CRM/Core/DAO/UFGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a8da7bcb3b3499b21475a73fde62e9ec) + * (GenCodeChecksum:acf9d6ef6307d473c8a32775aa8e8e66) */ /** @@ -266,6 +266,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.1', ], 'is_active' => [ 'name' => 'is_active', @@ -278,6 +279,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.1', ], 'group_type' => [ 'name' => 'group_type', @@ -294,6 +296,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, 'serialize' => self::SERIALIZE_COMMA, + 'add' => '2.1', ], 'title' => [ 'name' => 'title', @@ -311,6 +314,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.1', ], 'frontend_title' => [ 'name' => 'frontend_title', @@ -327,6 +331,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.7', ], 'description' => [ 'name' => 'description', @@ -343,6 +348,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '4.4', ], 'help_pre' => [ 'name' => 'help_pre', @@ -359,6 +365,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.2', ], 'help_post' => [ 'name' => 'help_post', @@ -375,6 +382,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.2', ], 'limit_listings_group_id' => [ 'name' => 'limit_listings_group_id', @@ -387,6 +395,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Group', + 'add' => '1.4', ], 'post_URL' => [ 'name' => 'post_URL', @@ -400,6 +409,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.4', ], 'add_to_group_id' => [ 'name' => 'add_to_group_id', @@ -412,6 +422,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Group', + 'add' => NULL, ], 'add_captcha' => [ 'name' => 'add_captcha', @@ -424,6 +435,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.1', ], 'is_map' => [ 'name' => 'is_map', @@ -436,6 +448,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.5', ], 'is_edit_link' => [ 'name' => 'is_edit_link', @@ -448,6 +461,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.6', ], 'is_uf_link' => [ 'name' => 'is_uf_link', @@ -460,6 +474,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.7', ], 'is_update_dupe' => [ 'name' => 'is_update_dupe', @@ -472,6 +487,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.7', ], 'cancel_URL' => [ 'name' => 'cancel_URL', @@ -485,6 +501,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.4', ], 'is_cms_user' => [ 'name' => 'is_cms_user', @@ -497,6 +514,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.8', ], 'notify' => [ 'name' => 'notify', @@ -507,6 +525,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '1.8', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -518,6 +537,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '3.0', ], 'name' => [ 'name' => 'name', @@ -531,6 +551,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '3.0', ], 'created_id' => [ 'name' => 'created_id', @@ -543,6 +564,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.0', ], 'created_date' => [ 'name' => 'created_date', @@ -554,6 +576,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '3.0', ], 'is_proximity_search' => [ 'name' => 'is_proximity_search', @@ -566,6 +589,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '3.2', ], 'cancel_button_text' => [ 'name' => 'cancel_button_text', @@ -583,6 +607,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.7', ], 'submit_button_text' => [ 'name' => 'submit_button_text', @@ -600,6 +625,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.7', ], 'add_cancel_button' => [ 'name' => 'add_cancel_button', @@ -612,6 +638,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'add' => '5.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/UFJoin.php b/CRM/Core/DAO/UFJoin.php index d6b9325897..0477c90288 100644 --- a/CRM/Core/DAO/UFJoin.php +++ b/CRM/Core/DAO/UFJoin.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFJoin.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:159c61f4198faeeae14a9f79948e7509) + * (GenCodeChecksum:70a227711539c0b5fdea5349d18e6b7f) */ /** @@ -134,6 +134,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO { 'entity' => 'UFJoin', 'bao' => 'CRM_Core_BAO_UFJoin', 'localizable' => 0, + 'add' => '1.3', ], 'is_active' => [ 'name' => 'is_active', @@ -146,6 +147,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO { 'entity' => 'UFJoin', 'bao' => 'CRM_Core_BAO_UFJoin', 'localizable' => 0, + 'add' => '1.3', ], 'module' => [ 'name' => 'module', @@ -160,6 +162,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO { 'entity' => 'UFJoin', 'bao' => 'CRM_Core_BAO_UFJoin', 'localizable' => 0, + 'add' => '1.3', ], 'entity_table' => [ 'name' => 'entity_table', @@ -176,6 +179,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_BAO_UFJoin::entityTables', ], + 'add' => '1.3', ], 'entity_id' => [ 'name' => 'entity_id', @@ -187,6 +191,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO { 'entity' => 'UFJoin', 'bao' => 'CRM_Core_BAO_UFJoin', 'localizable' => 0, + 'add' => '1.3', ], 'weight' => [ 'name' => 'weight', @@ -200,6 +205,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO { 'entity' => 'UFJoin', 'bao' => 'CRM_Core_BAO_UFJoin', 'localizable' => 0, + 'add' => '1.3', ], 'uf_group_id' => [ 'name' => 'uf_group_id', @@ -221,6 +227,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '1.3', ], 'module_data' => [ 'name' => 'module_data', @@ -233,6 +240,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFJoin', 'localizable' => 0, 'serialize' => self::SERIALIZE_JSON, + 'add' => '4.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/UFMatch.php b/CRM/Core/DAO/UFMatch.php index c08c89284e..6712ed2c00 100644 --- a/CRM/Core/DAO/UFMatch.php +++ b/CRM/Core/DAO/UFMatch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFMatch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7ce4fe9f5303456e336af537ec214114) + * (GenCodeChecksum:4d249265c27fb6dbe50e0589ddfed7d2) */ /** @@ -120,6 +120,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'entity' => 'UFMatch', 'bao' => 'CRM_Core_BAO_UFMatch', 'localizable' => 0, + 'add' => '1.1', ], 'domain_id' => [ 'name' => 'domain_id', @@ -138,6 +139,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.0', ], 'uf_id' => [ 'name' => 'uf_id', @@ -150,6 +152,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'entity' => 'UFMatch', 'bao' => 'CRM_Core_BAO_UFMatch', 'localizable' => 0, + 'add' => '1.1', ], 'uf_name' => [ 'name' => 'uf_name', @@ -163,6 +166,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'entity' => 'UFMatch', 'bao' => 'CRM_Core_BAO_UFMatch', 'localizable' => 0, + 'add' => '1.9.kabissa', ], 'contact_id' => [ 'name' => 'contact_id', @@ -175,6 +179,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFMatch', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '1.1', ], 'language' => [ 'name' => 'language', @@ -188,6 +193,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'entity' => 'UFMatch', 'bao' => 'CRM_Core_BAO_UFMatch', 'localizable' => 0, + 'add' => '2.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Website.php b/CRM/Core/DAO/Website.php index cc44bae924..678e898f99 100644 --- a/CRM/Core/DAO/Website.php +++ b/CRM/Core/DAO/Website.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Website.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0abd2a4df3623b2f609a209ada2890f5) + * (GenCodeChecksum:2b048fb746a5762a6e132fe7b1e8dd07) */ /** @@ -112,6 +112,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO { 'entity' => 'Website', 'bao' => 'CRM_Core_BAO_Website', 'localizable' => 0, + 'add' => '3.2', ], 'contact_id' => [ 'name' => 'contact_id', @@ -124,6 +125,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Website', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.2', ], 'url' => [ 'name' => 'url', @@ -144,6 +146,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.2', ], 'website_type_id' => [ 'name' => 'website_type_id', @@ -162,6 +165,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO { 'optionGroupName' => 'website_type', 'optionEditPath' => 'civicrm/admin/options/website_type', ], + 'add' => '3.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/WordReplacement.php b/CRM/Core/DAO/WordReplacement.php index 6135dcc473..42c2051b31 100644 --- a/CRM/Core/DAO/WordReplacement.php +++ b/CRM/Core/DAO/WordReplacement.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/WordReplacement.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7c49ce3c9b6ec6cebff0413535928cbf) + * (GenCodeChecksum:d7e1414f899a3bcabd20806508741f55) */ /** @@ -117,6 +117,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'entity' => 'WordReplacement', 'bao' => 'CRM_Core_BAO_WordReplacement', 'localizable' => 0, + 'add' => '4.4', ], 'find_word' => [ 'name' => 'find_word', @@ -130,6 +131,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'entity' => 'WordReplacement', 'bao' => 'CRM_Core_BAO_WordReplacement', 'localizable' => 0, + 'add' => '4.4', ], 'replace_word' => [ 'name' => 'replace_word', @@ -143,6 +145,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'entity' => 'WordReplacement', 'bao' => 'CRM_Core_BAO_WordReplacement', 'localizable' => 0, + 'add' => '4.4', ], 'is_active' => [ 'name' => 'is_active', @@ -155,6 +158,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'entity' => 'WordReplacement', 'bao' => 'CRM_Core_BAO_WordReplacement', 'localizable' => 0, + 'add' => '4.4', ], 'match_type' => [ 'name' => 'match_type', @@ -174,6 +178,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getWordReplacementMatchType', ], + 'add' => '4.4', ], 'domain_id' => [ 'name' => 'domain_id', @@ -191,6 +196,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Core/DAO/Worldregion.php b/CRM/Core/DAO/Worldregion.php index 8b488e59ca..86b7409323 100644 --- a/CRM/Core/DAO/Worldregion.php +++ b/CRM/Core/DAO/Worldregion.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Worldregion.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f077b55105d6cbc918a1beddb158fe7d) + * (GenCodeChecksum:8045c0ab7f128626a594fbb634e2f169) */ /** @@ -76,6 +76,7 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO { 'entity' => 'Worldregion', 'bao' => 'CRM_Core_DAO_Worldregion', 'localizable' => 0, + 'add' => '1.8', ], 'world_region' => [ 'name' => 'name', @@ -90,6 +91,7 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO { 'entity' => 'Worldregion', 'bao' => 'CRM_Core_DAO_Worldregion', 'localizable' => 0, + 'add' => '1.8', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Cxn/DAO/Cxn.php b/CRM/Cxn/DAO/Cxn.php index 732c0d0398..f8190512c9 100644 --- a/CRM/Cxn/DAO/Cxn.php +++ b/CRM/Cxn/DAO/Cxn.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Cxn/Cxn.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:efa483cd4f17b2ff7c7444dd888b2369) + * (GenCodeChecksum:bafb13cb7901c4f15b5348e2bf9a27b5) */ /** @@ -139,6 +139,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'add' => '4.6', ], 'app_guid' => [ 'name' => 'app_guid', @@ -152,6 +153,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'add' => '4.6', ], 'app_meta' => [ 'name' => 'app_meta', @@ -163,6 +165,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'add' => '4.6', ], 'cxn_guid' => [ 'name' => 'cxn_guid', @@ -176,6 +179,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'add' => '4.6', ], 'secret' => [ 'name' => 'secret', @@ -187,6 +191,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'add' => '4.6', ], 'perm' => [ 'name' => 'perm', @@ -198,6 +203,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'add' => '4.6', ], 'options' => [ 'name' => 'options', @@ -210,6 +216,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, 'serialize' => self::SERIALIZE_JSON, + 'add' => '4.6', ], 'is_active' => [ 'name' => 'is_active', @@ -222,6 +229,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'add' => '4.6', ], 'created_date' => [ 'name' => 'created_date', @@ -235,6 +243,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'add' => '4.6', ], 'modified_date' => [ 'name' => 'modified_date', @@ -248,6 +257,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'add' => '4.6', ], 'fetched_date' => [ 'name' => 'fetched_date', @@ -261,6 +271,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'add' => '4.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Dedupe/DAO/Exception.php b/CRM/Dedupe/DAO/Exception.php index d8321fb5c1..2d479b45da 100644 --- a/CRM/Dedupe/DAO/Exception.php +++ b/CRM/Dedupe/DAO/Exception.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Dedupe/Exception.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ba60ce547a19bb867543b38a84f4654d) + * (GenCodeChecksum:ea7ca2395c6d2d927c35a7241d621cdd) */ /** @@ -99,6 +99,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO { 'entity' => 'Exception', 'bao' => 'CRM_Dedupe_BAO_Exception', 'localizable' => 0, + 'add' => '3.3', ], 'contact_id1' => [ 'name' => 'contact_id1', @@ -112,6 +113,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO { 'bao' => 'CRM_Dedupe_BAO_Exception', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.3', ], 'contact_id2' => [ 'name' => 'contact_id2', @@ -125,6 +127,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO { 'bao' => 'CRM_Dedupe_BAO_Exception', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Dedupe/DAO/Rule.php b/CRM/Dedupe/DAO/Rule.php index 0bc1f003ce..df7521454e 100644 --- a/CRM/Dedupe/DAO/Rule.php +++ b/CRM/Dedupe/DAO/Rule.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Dedupe/Rule.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:78004d786287419f4f322dd22c8e7daa) + * (GenCodeChecksum:e218ab6aaed8b58ef6dc189845a36755) */ /** @@ -119,6 +119,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO { 'entity' => 'Rule', 'bao' => 'CRM_Dedupe_BAO_Rule', 'localizable' => 0, + 'add' => '1.8', ], 'dedupe_rule_group_id' => [ 'name' => 'dedupe_rule_group_id', @@ -132,6 +133,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO { 'bao' => 'CRM_Dedupe_BAO_Rule', 'localizable' => 0, 'FKClassName' => 'CRM_Dedupe_DAO_RuleGroup', + 'add' => '1.8', ], 'rule_table' => [ 'name' => 'rule_table', @@ -146,6 +148,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO { 'entity' => 'Rule', 'bao' => 'CRM_Dedupe_BAO_Rule', 'localizable' => 0, + 'add' => '1.8', ], 'rule_field' => [ 'name' => 'rule_field', @@ -160,6 +163,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO { 'entity' => 'Rule', 'bao' => 'CRM_Dedupe_BAO_Rule', 'localizable' => 0, + 'add' => '1.8', ], 'rule_length' => [ 'name' => 'rule_length', @@ -174,6 +178,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'rule_weight' => [ 'name' => 'rule_weight', @@ -189,6 +194,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Dedupe/DAO/RuleGroup.php b/CRM/Dedupe/DAO/RuleGroup.php index 4717b2f534..7caf59d70b 100644 --- a/CRM/Dedupe/DAO/RuleGroup.php +++ b/CRM/Dedupe/DAO/RuleGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Dedupe/RuleGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:77493b98b740fced03c2bca0ab28f567) + * (GenCodeChecksum:3c21b8b33d8d561b1104318fba0db930) */ /** @@ -111,6 +111,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO { 'entity' => 'RuleGroup', 'bao' => 'CRM_Dedupe_BAO_RuleGroup', 'localizable' => 0, + 'add' => '1.8', ], 'contact_type' => [ 'name' => 'contact_type', @@ -133,6 +134,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO { 'labelColumn' => 'label', 'condition' => 'parent_id IS NULL', ], + 'add' => '1.8', ], 'threshold' => [ 'name' => 'threshold', @@ -148,6 +150,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'used' => [ 'name' => 'used', @@ -168,6 +171,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getDedupeRuleTypes', ], + 'add' => '4.3', ], 'name' => [ 'name' => 'name', @@ -181,6 +185,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO { 'entity' => 'RuleGroup', 'bao' => 'CRM_Dedupe_BAO_RuleGroup', 'localizable' => 0, + 'add' => '2.1', ], 'title' => [ 'name' => 'title', @@ -197,6 +202,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.1', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -211,6 +217,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Event/Cart/DAO/Cart.php b/CRM/Event/Cart/DAO/Cart.php index 4ccc310b7f..4683add13d 100644 --- a/CRM/Event/Cart/DAO/Cart.php +++ b/CRM/Event/Cart/DAO/Cart.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Cart/Cart.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ff4dc6dfd849ffb9b89627be860bad2b) + * (GenCodeChecksum:c0fdef43850965dce80a73e66caa3ceb) */ /** @@ -96,6 +96,7 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO { 'entity' => 'Cart', 'bao' => 'CRM_Event_Cart_BAO_Cart', 'localizable' => 0, + 'add' => '4.1', ], 'user_id' => [ 'name' => 'user_id', @@ -108,6 +109,7 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO { 'bao' => 'CRM_Event_Cart_BAO_Cart', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.1', ], 'completed' => [ 'name' => 'completed', @@ -119,6 +121,7 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO { 'entity' => 'Cart', 'bao' => 'CRM_Event_Cart_BAO_Cart', 'localizable' => 0, + 'add' => '4.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Event/Cart/DAO/EventInCart.php b/CRM/Event/Cart/DAO/EventInCart.php index 72128e08e2..e10ee7974f 100644 --- a/CRM/Event/Cart/DAO/EventInCart.php +++ b/CRM/Event/Cart/DAO/EventInCart.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Cart/EventInCart.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:08059cba106ef30473329a642a4edc84) + * (GenCodeChecksum:a995a300028b34f7b866a41b2e2b96bf) */ /** @@ -99,6 +99,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO { 'entity' => 'EventInCart', 'bao' => 'CRM_Event_Cart_BAO_EventInCart', 'localizable' => 0, + 'add' => '4.1', ], 'event_id' => [ 'name' => 'event_id', @@ -111,6 +112,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO { 'bao' => 'CRM_Event_Cart_BAO_EventInCart', 'localizable' => 0, 'FKClassName' => 'CRM_Event_DAO_Event', + 'add' => '4.1', ], 'event_cart_id' => [ 'name' => 'event_cart_id', @@ -123,6 +125,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO { 'bao' => 'CRM_Event_Cart_BAO_EventInCart', 'localizable' => 0, 'FKClassName' => 'CRM_Event_Cart_DAO_Cart', + 'add' => '4.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Event/DAO/Event.php b/CRM/Event/DAO/Event.php index a4713572e5..adcf39c5d7 100644 --- a/CRM/Event/DAO/Event.php +++ b/CRM/Event/DAO/Event.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Event.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2393c957679f1dc404df661e3575b4c5) + * (GenCodeChecksum:331a210ceb36b5e9460705dbfbe71abf) */ /** @@ -568,6 +568,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'entity' => 'Event', 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, + 'add' => '1.7', ], 'event_title' => [ 'name' => 'title', @@ -587,6 +588,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'summary' => [ 'name' => 'summary', @@ -603,6 +605,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.7', ], 'event_description' => [ 'name' => 'description', @@ -619,6 +622,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.7', ], 'event_type_id' => [ 'name' => 'event_type_id', @@ -638,6 +642,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'optionGroupName' => 'event_type', 'optionEditPath' => 'civicrm/admin/options/event_type', ], + 'add' => '1.7', ], 'participant_listing_id' => [ 'name' => 'participant_listing_id', @@ -657,6 +662,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'optionGroupName' => 'participant_listing', 'optionEditPath' => 'civicrm/admin/options/participant_listing', ], + 'add' => '2.0', ], 'is_public' => [ 'name' => 'is_public', @@ -672,6 +678,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.7', ], 'event_start_date' => [ 'name' => 'start_date', @@ -690,6 +697,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.7', ], 'event_end_date' => [ 'name' => 'end_date', @@ -708,6 +716,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.7', ], 'is_online_registration' => [ 'name' => 'is_online_registration', @@ -723,6 +732,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.7', ], 'registration_link_text' => [ 'name' => 'registration_link_text', @@ -739,6 +749,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'registration_start_date' => [ 'name' => 'registration_start_date', @@ -754,6 +765,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.8', ], 'registration_end_date' => [ 'name' => 'registration_end_date', @@ -769,6 +781,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.8', ], 'max_participants' => [ 'name' => 'max_participants', @@ -784,6 +797,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'event_full_text' => [ 'name' => 'event_full_text', @@ -800,6 +814,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.7', ], 'is_monetary' => [ 'name' => 'is_monetary', @@ -815,6 +830,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.7', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -835,6 +851,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'payment_processor' => [ 'name' => 'payment_processor', @@ -856,6 +873,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.8', ], 'is_map' => [ 'name' => 'is_map', @@ -871,6 +889,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.7', ], 'is_active' => [ 'name' => 'is_active', @@ -886,6 +905,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.7', ], 'fee_label' => [ 'name' => 'fee_label', @@ -904,6 +924,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'is_show_location' => [ 'name' => 'is_show_location', @@ -919,6 +940,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.7', ], 'loc_block_id' => [ 'name' => 'loc_block_id', @@ -931,6 +953,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_LocBlock', + 'add' => '2.0', ], 'default_role_id' => [ 'name' => 'default_role_id', @@ -952,6 +975,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'optionGroupName' => 'participant_role', 'optionEditPath' => 'civicrm/admin/options/participant_role', ], + 'add' => '2.0', ], 'intro_text' => [ 'name' => 'intro_text', @@ -968,6 +992,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.7', ], 'footer_text' => [ 'name' => 'footer_text', @@ -984,6 +1009,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.7', ], 'confirm_title' => [ 'name' => 'confirm_title', @@ -1001,6 +1027,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'confirm_text' => [ 'name' => 'confirm_text', @@ -1017,6 +1044,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.7', ], 'confirm_footer_text' => [ 'name' => 'confirm_footer_text', @@ -1033,6 +1061,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.7', ], 'is_email_confirm' => [ 'name' => 'is_email_confirm', @@ -1048,6 +1077,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.7', ], 'confirm_email_text' => [ 'name' => 'confirm_email_text', @@ -1064,6 +1094,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.7', ], 'confirm_from_name' => [ 'name' => 'confirm_from_name', @@ -1080,6 +1111,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'confirm_from_email' => [ 'name' => 'confirm_from_email', @@ -1096,6 +1128,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'cc_confirm' => [ 'name' => 'cc_confirm', @@ -1112,6 +1145,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'bcc_confirm' => [ 'name' => 'bcc_confirm', @@ -1128,6 +1162,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'default_fee_id' => [ 'name' => 'default_fee_id', @@ -1139,6 +1174,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'entity' => 'Event', 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, + 'add' => '1.7', ], 'default_discount_fee_id' => [ 'name' => 'default_discount_fee_id', @@ -1150,6 +1186,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'entity' => 'Event', 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, + 'add' => '1.7', ], 'thankyou_title' => [ 'name' => 'thankyou_title', @@ -1167,6 +1204,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'thankyou_text' => [ 'name' => 'thankyou_text', @@ -1183,6 +1221,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.7', ], 'thankyou_footer_text' => [ 'name' => 'thankyou_footer_text', @@ -1199,6 +1238,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '1.7', ], 'is_pay_later' => [ 'name' => 'is_pay_later', @@ -1214,6 +1254,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.0', ], 'pay_later_text' => [ 'name' => 'pay_later_text', @@ -1228,6 +1269,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'RichTextEditor', ], + 'add' => '2.0', ], 'pay_later_receipt' => [ 'name' => 'pay_later_receipt', @@ -1242,6 +1284,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.0', ], 'is_partial_payment' => [ 'name' => 'is_partial_payment', @@ -1257,6 +1300,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.3', ], 'initial_amount_label' => [ 'name' => 'initial_amount_label', @@ -1273,6 +1317,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.3', ], 'initial_amount_help_text' => [ 'name' => 'initial_amount_help_text', @@ -1287,6 +1332,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.3', ], 'min_initial_amount' => [ 'name' => 'min_initial_amount', @@ -1305,6 +1351,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.3', ], 'is_multiple_registrations' => [ 'name' => 'is_multiple_registrations', @@ -1320,6 +1367,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.1', ], 'max_additional_participants' => [ 'name' => 'max_additional_participants', @@ -1332,6 +1380,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'entity' => 'Event', 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, + 'add' => '4.7', ], 'allow_same_participant_emails' => [ 'name' => 'allow_same_participant_emails', @@ -1347,6 +1396,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.2', ], 'has_waitlist' => [ 'name' => 'has_waitlist', @@ -1361,6 +1411,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '3.0', ], 'requires_approval' => [ 'name' => 'requires_approval', @@ -1375,6 +1426,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '3.0', ], 'expiration_time' => [ 'name' => 'expiration_time', @@ -1389,6 +1441,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.0', ], 'allow_selfcancelxfer' => [ 'name' => 'allow_selfcancelxfer', @@ -1404,6 +1457,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.7', ], 'selfcancelxfer_time' => [ 'name' => 'selfcancelxfer_time', @@ -1419,6 +1473,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.7', ], 'waitlist_text' => [ 'name' => 'waitlist_text', @@ -1435,6 +1490,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '3.0', ], 'approval_req_text' => [ 'name' => 'approval_req_text', @@ -1451,6 +1507,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '3.0', ], 'is_template' => [ 'name' => 'is_template', @@ -1467,6 +1524,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '3.0', ], 'template_title' => [ 'name' => 'template_title', @@ -1486,6 +1544,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.0', ], 'created_id' => [ 'name' => 'created_id', @@ -1498,6 +1557,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '3.0', ], 'created_date' => [ 'name' => 'created_date', @@ -1509,6 +1569,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'entity' => 'Event', 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, + 'add' => '3.0', ], 'currency' => [ 'name' => 'currency', @@ -1536,6 +1597,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.3', ], 'campaign_id' => [ 'name' => 'campaign_id', @@ -1556,6 +1618,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.4', ], 'is_share' => [ 'name' => 'is_share', @@ -1571,6 +1634,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.1', ], 'is_confirm_enabled' => [ 'name' => 'is_confirm_enabled', @@ -1586,6 +1650,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.5', ], 'parent_event_id' => [ 'name' => 'parent_event_id', @@ -1601,6 +1666,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '4.1', ], 'slot_label_id' => [ 'name' => 'slot_label_id', @@ -1616,6 +1682,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '4.1', ], 'dedupe_rule_group_id' => [ 'name' => 'dedupe_rule_group_id', @@ -1638,6 +1705,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'labelColumn' => 'title', 'nameColumn' => 'name', ], + 'add' => '4.5', ], 'is_billing_required' => [ 'name' => 'is_billing_required', @@ -1653,6 +1721,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Event/DAO/Participant.php b/CRM/Event/DAO/Participant.php index 19117a0646..09f5bc0a93 100644 --- a/CRM/Event/DAO/Participant.php +++ b/CRM/Event/DAO/Participant.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Participant.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b69fa86841b69f5f447c8dbd1b135437) + * (GenCodeChecksum:5ae3aa69ac3d004f649038adbf993b8b) */ /** @@ -224,6 +224,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'entity' => 'Participant', 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, + 'add' => '1.7', ], 'participant_contact_id' => [ 'name' => 'contact_id', @@ -240,6 +241,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '1.7', ], 'event_id' => [ 'name' => 'event_id', @@ -256,6 +258,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Event_DAO_Event', + 'add' => '1.7', ], 'participant_status_id' => [ 'name' => 'status_id', @@ -281,6 +284,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'label', ], + 'add' => '1.7', ], 'participant_role_id' => [ 'name' => 'role_id', @@ -306,6 +310,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'optionGroupName' => 'participant_role', 'optionEditPath' => 'civicrm/admin/options/participant_role', ], + 'add' => '1.7', ], 'participant_register_date' => [ 'name' => 'register_date', @@ -324,6 +329,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.7', ], 'participant_source' => [ 'name' => 'source', @@ -343,6 +349,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'participant_fee_level' => [ 'name' => 'fee_level', @@ -359,6 +366,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'serialize' => self::SERIALIZE_SEPARATOR_BOOKEND, + 'add' => '1.7', ], 'participant_is_test' => [ 'name' => 'is_test', @@ -372,6 +380,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'entity' => 'Participant', 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, + 'add' => '1.7', ], 'participant_is_pay_later' => [ 'name' => 'is_pay_later', @@ -386,6 +395,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'entity' => 'Participant', 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, + 'add' => '2.1', ], 'participant_fee_amount' => [ 'name' => 'fee_amount', @@ -405,6 +415,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'entity' => 'Participant', 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, + 'add' => '2.1', ], 'participant_registered_by_id' => [ 'name' => 'registered_by_id', @@ -420,6 +431,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Event_DAO_Participant', + 'add' => '2.1', ], 'participant_discount_id' => [ 'name' => 'discount_id', @@ -433,6 +445,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Discount', + 'add' => '2.1', ], 'participant_fee_currency' => [ 'name' => 'fee_currency', @@ -461,6 +474,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.0', ], 'participant_campaign_id' => [ 'name' => 'campaign_id', @@ -480,6 +494,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.4', ], 'discount_amount' => [ 'name' => 'discount_amount', @@ -491,6 +506,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'entity' => 'Participant', 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, + 'add' => '4.1', ], 'cart_id' => [ 'name' => 'cart_id', @@ -503,6 +519,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Event_Cart_DAO_Cart', + 'add' => '4.1', ], 'must_wait' => [ 'name' => 'must_wait', @@ -514,6 +531,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'entity' => 'Participant', 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, + 'add' => '4.1', ], 'transferred_to_contact_id' => [ 'name' => 'transferred_to_contact_id', @@ -530,6 +548,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Event/DAO/ParticipantPayment.php b/CRM/Event/DAO/ParticipantPayment.php index 6150463c46..b45665ccf3 100644 --- a/CRM/Event/DAO/ParticipantPayment.php +++ b/CRM/Event/DAO/ParticipantPayment.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/ParticipantPayment.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f368164249ac0b81ebd1920d0976ddf2) + * (GenCodeChecksum:ad58ecbb570f97b4a2d459d750e8f9b3) */ /** @@ -99,6 +99,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { 'entity' => 'ParticipantPayment', 'bao' => 'CRM_Event_BAO_ParticipantPayment', 'localizable' => 0, + 'add' => '1.7', ], 'participant_id' => [ 'name' => 'participant_id', @@ -112,6 +113,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_ParticipantPayment', 'localizable' => 0, 'FKClassName' => 'CRM_Event_DAO_Participant', + 'add' => '1.7', ], 'contribution_id' => [ 'name' => 'contribution_id', @@ -125,6 +127,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_ParticipantPayment', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Event/DAO/ParticipantStatusType.php b/CRM/Event/DAO/ParticipantStatusType.php index 3e667486b6..a21a423e1a 100644 --- a/CRM/Event/DAO/ParticipantStatusType.php +++ b/CRM/Event/DAO/ParticipantStatusType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/ParticipantStatusType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:169aa98c17692b3d292aba16450fe51a) + * (GenCodeChecksum:ede2497e706ee17bb6dce92b72a2c535) */ /** @@ -125,6 +125,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO { 'entity' => 'ParticipantStatusType', 'bao' => 'CRM_Event_BAO_ParticipantStatusType', 'localizable' => 0, + 'add' => '3.0', ], 'participant_status' => [ 'name' => 'name', @@ -140,6 +141,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO { 'entity' => 'ParticipantStatusType', 'bao' => 'CRM_Event_BAO_ParticipantStatusType', 'localizable' => 0, + 'add' => '3.0', ], 'label' => [ 'name' => 'label', @@ -153,6 +155,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO { 'entity' => 'ParticipantStatusType', 'bao' => 'CRM_Event_BAO_ParticipantStatusType', 'localizable' => 1, + 'add' => '3.0', ], 'class' => [ 'name' => 'class', @@ -172,6 +175,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Event_PseudoConstant::participantStatusClassOptions', ], + 'add' => '3.0', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -183,6 +187,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO { 'entity' => 'ParticipantStatusType', 'bao' => 'CRM_Event_BAO_ParticipantStatusType', 'localizable' => 0, + 'add' => '3.0', ], 'is_active' => [ 'name' => 'is_active', @@ -195,6 +200,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO { 'entity' => 'ParticipantStatusType', 'bao' => 'CRM_Event_BAO_ParticipantStatusType', 'localizable' => 0, + 'add' => '3.0', ], 'is_counted' => [ 'name' => 'is_counted', @@ -206,6 +212,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO { 'entity' => 'ParticipantStatusType', 'bao' => 'CRM_Event_BAO_ParticipantStatusType', 'localizable' => 0, + 'add' => '3.0', ], 'weight' => [ 'name' => 'weight', @@ -218,6 +225,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO { 'entity' => 'ParticipantStatusType', 'bao' => 'CRM_Event_BAO_ParticipantStatusType', 'localizable' => 0, + 'add' => '3.0', ], 'visibility_id' => [ 'name' => 'visibility_id', @@ -236,6 +244,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO { 'optionGroupName' => 'visibility', 'optionEditPath' => 'civicrm/admin/options/visibility', ], + 'add' => '3.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Financial/DAO/Currency.php b/CRM/Financial/DAO/Currency.php index e144840e42..20dff31e7f 100644 --- a/CRM/Financial/DAO/Currency.php +++ b/CRM/Financial/DAO/Currency.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/Currency.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:37f7754e31fe685b29f1e04a13264253) + * (GenCodeChecksum:9141d433586789f5ea9003fdbe9fdf9b) */ /** @@ -97,6 +97,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO { 'entity' => 'Currency', 'bao' => 'CRM_Financial_DAO_Currency', 'localizable' => 0, + 'add' => '1.7', ], 'name' => [ 'name' => 'name', @@ -115,6 +116,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'symbol' => [ 'name' => 'symbol', @@ -131,6 +133,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'numeric_code' => [ 'name' => 'numeric_code', @@ -146,6 +149,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO { 'entity' => 'Currency', 'bao' => 'CRM_Financial_DAO_Currency', 'localizable' => 0, + 'add' => '1.9', ], 'full_name' => [ 'name' => 'full_name', @@ -162,6 +166,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.9', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Financial/DAO/EntityFinancialAccount.php b/CRM/Financial/DAO/EntityFinancialAccount.php index 6b52e21188..a23822f2b4 100644 --- a/CRM/Financial/DAO/EntityFinancialAccount.php +++ b/CRM/Financial/DAO/EntityFinancialAccount.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/EntityFinancialAccount.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:52f632fb4083dc1e94f1d252a4eeec99) + * (GenCodeChecksum:5ed0eeb7d3f5f2caf668448cd441b004) */ /** @@ -113,6 +113,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO { 'entity' => 'EntityFinancialAccount', 'bao' => 'CRM_Financial_DAO_EntityFinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'entity_table' => [ 'name' => 'entity_table', @@ -129,6 +130,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO { 'entity' => 'EntityFinancialAccount', 'bao' => 'CRM_Financial_DAO_EntityFinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'entity_id' => [ 'name' => 'entity_id', @@ -141,6 +143,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO { 'entity' => 'EntityFinancialAccount', 'bao' => 'CRM_Financial_DAO_EntityFinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'account_relationship' => [ 'name' => 'account_relationship', @@ -160,6 +163,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO { 'optionGroupName' => 'account_relationship', 'optionEditPath' => 'civicrm/admin/options/account_relationship', ], + 'add' => '4.3', ], 'financial_account_id' => [ 'name' => 'financial_account_id', @@ -181,6 +185,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Financial/DAO/EntityFinancialTrxn.php b/CRM/Financial/DAO/EntityFinancialTrxn.php index 2fa8c6eda3..b74d080894 100644 --- a/CRM/Financial/DAO/EntityFinancialTrxn.php +++ b/CRM/Financial/DAO/EntityFinancialTrxn.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/EntityFinancialTrxn.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2654d7bdf6a8a80e13d17a6bb88e2a1a) + * (GenCodeChecksum:a4b054ba0fc5a16cd650bda8941690b1) */ /** @@ -109,6 +109,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO { 'entity' => 'EntityFinancialTrxn', 'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn', 'localizable' => 0, + 'add' => '3.2', ], 'entity_table' => [ 'name' => 'entity_table', @@ -125,6 +126,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO { 'entity' => 'EntityFinancialTrxn', 'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn', 'localizable' => 0, + 'add' => '3.2', ], 'entity_id' => [ 'name' => 'entity_id', @@ -136,6 +138,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO { 'entity' => 'EntityFinancialTrxn', 'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn', 'localizable' => 0, + 'add' => '3.2', ], 'financial_trxn_id' => [ 'name' => 'financial_trxn_id', @@ -147,6 +150,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO { 'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_FinancialTrxn', + 'add' => '3.2', ], 'amount' => [ 'name' => 'amount', @@ -167,6 +171,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO { 'entity' => 'EntityFinancialTrxn', 'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn', 'localizable' => 0, + 'add' => '3.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Financial/DAO/FinancialAccount.php b/CRM/Financial/DAO/FinancialAccount.php index 8e84e7f594..f6912ae03c 100644 --- a/CRM/Financial/DAO/FinancialAccount.php +++ b/CRM/Financial/DAO/FinancialAccount.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/FinancialAccount.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:50acc3ed98cf98d333d2fa80d7089577) + * (GenCodeChecksum:e9c9d66596703d9dfbf411034ce909c4) */ /** @@ -183,6 +183,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '3.2', ], 'name' => [ 'name' => 'name', @@ -197,6 +198,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '3.2', ], 'financial_account_contact_id' => [ 'name' => 'contact_id', @@ -209,6 +211,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.3', ], 'financial_account_type_id' => [ 'name' => 'financial_account_type_id', @@ -229,6 +232,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'optionGroupName' => 'financial_account_type', 'optionEditPath' => 'civicrm/admin/options/financial_account_type', ], + 'add' => '4.3', ], 'accounting_code' => [ 'name' => 'accounting_code', @@ -243,6 +247,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'account_type_code' => [ 'name' => 'account_type_code', @@ -257,6 +262,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'description' => [ 'name' => 'description', @@ -270,6 +276,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'parent_id' => [ 'name' => 'parent_id', @@ -282,6 +289,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_FinancialAccount', + 'add' => '4.3', ], 'is_header_account' => [ 'name' => 'is_header_account', @@ -294,6 +302,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'is_deductible' => [ 'name' => 'is_deductible', @@ -306,6 +315,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'is_tax' => [ 'name' => 'is_tax', @@ -318,6 +328,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'tax_rate' => [ 'name' => 'tax_rate', @@ -333,6 +344,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -344,6 +356,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'is_active' => [ 'name' => 'is_active', @@ -355,6 +368,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], 'is_default' => [ 'name' => 'is_default', @@ -366,6 +380,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'add' => '4.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Financial/DAO/FinancialItem.php b/CRM/Financial/DAO/FinancialItem.php index 21c18d03f9..055c8a5de1 100644 --- a/CRM/Financial/DAO/FinancialItem.php +++ b/CRM/Financial/DAO/FinancialItem.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/FinancialItem.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f0c54d50618e54bd122e14fab50402be) + * (GenCodeChecksum:4f2e977c0c7c668be342598772b0eb61) */ /** @@ -153,6 +153,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'entity' => 'FinancialItem', 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, + 'add' => '4.3', ], 'created_date' => [ 'name' => 'created_date', @@ -166,6 +167,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'entity' => 'FinancialItem', 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, + 'add' => '4.3', ], 'transaction_date' => [ 'name' => 'transaction_date', @@ -178,6 +180,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'entity' => 'FinancialItem', 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, + 'add' => '4.3', ], 'contact_id' => [ 'name' => 'contact_id', @@ -192,6 +195,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.3', ], 'description' => [ 'name' => 'description', @@ -205,6 +209,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'entity' => 'FinancialItem', 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, + 'add' => '4.3', ], 'amount' => [ 'name' => 'amount', @@ -224,6 +229,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'entity' => 'FinancialItem', 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, + 'add' => '4.3', ], 'currency' => [ 'name' => 'currency', @@ -248,6 +254,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '4.3', ], 'financial_account_id' => [ 'name' => 'financial_account_id', @@ -268,6 +275,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'status_id' => [ 'name' => 'status_id', @@ -287,6 +295,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'optionGroupName' => 'financial_item_status', 'optionEditPath' => 'civicrm/admin/options/financial_item_status', ], + 'add' => '4.3', ], 'entity_table' => [ 'name' => 'entity_table', @@ -300,6 +309,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'entity' => 'FinancialItem', 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, + 'add' => '4.3', ], 'entity_id' => [ 'name' => 'entity_id', @@ -311,6 +321,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'entity' => 'FinancialItem', 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, + 'add' => '4.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Financial/DAO/FinancialTrxn.php b/CRM/Financial/DAO/FinancialTrxn.php index 92382b6cbb..47f7ae2197 100644 --- a/CRM/Financial/DAO/FinancialTrxn.php +++ b/CRM/Financial/DAO/FinancialTrxn.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/FinancialTrxn.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:fc57b040c59579f712c08578967559e5) + * (GenCodeChecksum:7e2cf7d374cc6e0af61672c0318248b6) */ /** @@ -202,6 +202,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'entity' => 'FinancialTrxn', 'bao' => 'CRM_Financial_DAO_FinancialTrxn', 'localizable' => 0, + 'add' => '1.3', ], 'from_financial_account_id' => [ 'name' => 'from_financial_account_id', @@ -222,6 +223,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'to_financial_account_id' => [ 'name' => 'to_financial_account_id', @@ -242,6 +244,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'trxn_date' => [ 'name' => 'trxn_date', @@ -258,6 +261,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.3', ], 'total_amount' => [ 'name' => 'total_amount', @@ -274,6 +278,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'entity' => 'FinancialTrxn', 'bao' => 'CRM_Financial_DAO_FinancialTrxn', 'localizable' => 0, + 'add' => '1.3', ], 'fee_amount' => [ 'name' => 'fee_amount', @@ -289,6 +294,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'entity' => 'FinancialTrxn', 'bao' => 'CRM_Financial_DAO_FinancialTrxn', 'localizable' => 0, + 'add' => '1.3', ], 'net_amount' => [ 'name' => 'net_amount', @@ -304,6 +310,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'entity' => 'FinancialTrxn', 'bao' => 'CRM_Financial_DAO_FinancialTrxn', 'localizable' => 0, + 'add' => '1.3', ], 'currency' => [ 'name' => 'currency', @@ -332,6 +339,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '1.3', ], 'is_payment' => [ 'name' => 'is_payment', @@ -346,6 +354,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'entity' => 'FinancialTrxn', 'bao' => 'CRM_Financial_DAO_FinancialTrxn', 'localizable' => 0, + 'add' => '4.7', ], 'trxn_id' => [ 'name' => 'trxn_id', @@ -362,6 +371,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.3', ], 'trxn_result_code' => [ 'name' => 'trxn_result_code', @@ -375,6 +385,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'entity' => 'FinancialTrxn', 'bao' => 'CRM_Financial_DAO_FinancialTrxn', 'localizable' => 0, + 'add' => '1.3', ], 'status_id' => [ 'name' => 'status_id', @@ -393,6 +404,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'optionGroupName' => 'contribution_status', 'optionEditPath' => 'civicrm/admin/options/contribution_status', ], + 'add' => '4.3', ], 'payment_processor_id' => [ 'name' => 'payment_processor_id', @@ -405,6 +417,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'bao' => 'CRM_Financial_DAO_FinancialTrxn', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_PaymentProcessor', + 'add' => '4.3', ], 'financial_trxn_payment_instrument_id' => [ 'name' => 'payment_instrument_id', @@ -423,6 +436,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'optionGroupName' => 'payment_instrument', 'optionEditPath' => 'civicrm/admin/options/payment_instrument', ], + 'add' => '4.3', ], 'financial_trxn_card_type_id' => [ 'name' => 'card_type_id', @@ -441,6 +455,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'optionGroupName' => 'accept_creditcard', 'optionEditPath' => 'civicrm/admin/options/accept_creditcard', ], + 'add' => '4.7', ], 'financial_trxn_check_number' => [ 'name' => 'check_number', @@ -457,6 +472,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.3', ], 'financial_trxn_pan_truncation' => [ 'name' => 'pan_truncation', @@ -473,6 +489,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.7', ], 'financial_trxn_order_reference' => [ 'name' => 'order_reference', @@ -489,6 +506,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '5.20', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Financial/DAO/FinancialType.php b/CRM/Financial/DAO/FinancialType.php index b7a6784d24..a047fd348e 100644 --- a/CRM/Financial/DAO/FinancialType.php +++ b/CRM/Financial/DAO/FinancialType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/FinancialType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:9ee373312e38ce1a53603685cb99724c) + * (GenCodeChecksum:81cc1b7a95feede610081f2066eeb147) */ /** @@ -104,6 +104,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO { 'entity' => 'FinancialType', 'bao' => 'CRM_Financial_BAO_FinancialType', 'localizable' => 0, + 'add' => '1.3', ], 'financial_type' => [ 'name' => 'name', @@ -126,6 +127,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO { 'type' => 'Text', 'label' => ts("Name"), ], + 'add' => '1.3', ], 'description' => [ 'name' => 'description', @@ -143,6 +145,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO { 'type' => 'TextArea', 'label' => ts("Description"), ], + 'add' => '1.3', ], 'is_deductible' => [ 'name' => 'is_deductible', @@ -159,6 +162,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO { 'type' => 'CheckBox', 'label' => ts("Tax-Deductible?"), ], + 'add' => '1.3', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -174,6 +178,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO { 'type' => 'CheckBox', 'label' => ts("Reserved?"), ], + 'add' => '1.3', ], 'is_active' => [ 'name' => 'is_active', @@ -189,6 +194,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO { 'type' => 'CheckBox', 'label' => ts("Enabled?"), ], + 'add' => '1.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Financial/DAO/PaymentProcessor.php b/CRM/Financial/DAO/PaymentProcessor.php index efc354510f..6122a23076 100644 --- a/CRM/Financial/DAO/PaymentProcessor.php +++ b/CRM/Financial/DAO/PaymentProcessor.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/PaymentProcessor.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:5ed40da0dfabffcfec0b61650d63dd27) + * (GenCodeChecksum:625ab4ba983447ea3e236b48491eeed6) */ /** @@ -219,6 +219,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'entity' => 'PaymentProcessor', 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, + 'add' => '1.8', ], 'domain_id' => [ 'name' => 'domain_id', @@ -237,6 +238,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.0', ], 'name' => [ 'name' => 'name', @@ -253,6 +255,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'title' => [ 'name' => 'title', @@ -269,6 +272,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '5.13', ], 'description' => [ 'name' => 'description', @@ -285,6 +289,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'payment_processor_type_id' => [ 'name' => 'payment_processor_type_id', @@ -302,6 +307,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '4.3', ], 'is_active' => [ 'name' => 'is_active', @@ -314,6 +320,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'entity' => 'PaymentProcessor', 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, + 'add' => '1.8', ], 'is_default' => [ 'name' => 'is_default', @@ -326,6 +333,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'entity' => 'PaymentProcessor', 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, + 'add' => '1.8', ], 'is_test' => [ 'name' => 'is_test', @@ -338,6 +346,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'entity' => 'PaymentProcessor', 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, + 'add' => '1.8', ], 'user_name' => [ 'name' => 'user_name', @@ -353,6 +362,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'password' => [ 'name' => 'password', @@ -368,6 +378,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'Password', ], + 'add' => '1.8', ], 'signature' => [ 'name' => 'signature', @@ -383,6 +394,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.8', ], 'url_site' => [ 'name' => 'url_site', @@ -398,6 +410,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'url_api' => [ 'name' => 'url_api', @@ -413,6 +426,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'url_recur' => [ 'name' => 'url_recur', @@ -428,6 +442,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'url_button' => [ 'name' => 'url_button', @@ -443,6 +458,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'subject' => [ 'name' => 'subject', @@ -458,6 +474,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'class_name' => [ 'name' => 'class_name', @@ -470,6 +487,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'entity' => 'PaymentProcessor', 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, + 'add' => '1.8', ], 'billing_mode' => [ 'name' => 'billing_mode', @@ -482,6 +500,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'entity' => 'PaymentProcessor', 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, + 'add' => '1.8', ], 'is_recur' => [ 'name' => 'is_recur', @@ -493,6 +512,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'entity' => 'PaymentProcessor', 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, + 'add' => '1.8', ], 'payment_type' => [ 'name' => 'payment_type', @@ -505,6 +525,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'entity' => 'PaymentProcessor', 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, + 'add' => '3.0', ], 'payment_instrument_id' => [ 'name' => 'payment_instrument_id', @@ -521,6 +542,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'optionGroupName' => 'payment_instrument', 'optionEditPath' => 'civicrm/admin/options/payment_instrument', ], + 'add' => '4.7', ], 'accepted_credit_cards' => [ 'name' => 'accepted_credit_cards', @@ -534,6 +556,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, 'serialize' => self::SERIALIZE_JSON, + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Financial/DAO/PaymentProcessorType.php b/CRM/Financial/DAO/PaymentProcessorType.php index c58f71dd52..c942177b36 100644 --- a/CRM/Financial/DAO/PaymentProcessorType.php +++ b/CRM/Financial/DAO/PaymentProcessorType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/PaymentProcessorType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:5df657121babe9100c41c72eecb72181) + * (GenCodeChecksum:b57486d319cf2c2022b7447a6c53c199) */ /** @@ -197,6 +197,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'name' => [ 'name' => 'name', @@ -211,6 +212,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'title' => [ 'name' => 'title', @@ -225,6 +227,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'description' => [ 'name' => 'description', @@ -238,6 +241,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'is_active' => [ 'name' => 'is_active', @@ -250,6 +254,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'is_default' => [ 'name' => 'is_default', @@ -262,6 +267,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'user_name_label' => [ 'name' => 'user_name_label', @@ -274,6 +280,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'password_label' => [ 'name' => 'password_label', @@ -286,6 +293,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'signature_label' => [ 'name' => 'signature_label', @@ -298,6 +306,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'subject_label' => [ 'name' => 'subject_label', @@ -310,6 +319,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'class_name' => [ 'name' => 'class_name', @@ -323,6 +333,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'url_site_default' => [ 'name' => 'url_site_default', @@ -335,6 +346,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'url_api_default' => [ 'name' => 'url_api_default', @@ -347,6 +359,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'url_recur_default' => [ 'name' => 'url_recur_default', @@ -359,6 +372,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'url_button_default' => [ 'name' => 'url_button_default', @@ -371,6 +385,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'url_site_test_default' => [ 'name' => 'url_site_test_default', @@ -383,6 +398,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'url_api_test_default' => [ 'name' => 'url_api_test_default', @@ -395,6 +411,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'url_recur_test_default' => [ 'name' => 'url_recur_test_default', @@ -407,6 +424,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'url_button_test_default' => [ 'name' => 'url_button_test_default', @@ -419,6 +437,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'billing_mode' => [ 'name' => 'billing_mode', @@ -437,6 +456,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::billingMode', ], + 'add' => '1.8', ], 'is_recur' => [ 'name' => 'is_recur', @@ -448,6 +468,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '1.8', ], 'payment_type' => [ 'name' => 'payment_type', @@ -460,6 +481,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'add' => '3.0', ], 'payment_instrument_id' => [ 'name' => 'payment_instrument_id', @@ -476,6 +498,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'optionGroupName' => 'payment_instrument', 'optionEditPath' => 'civicrm/admin/options/payment_instrument', ], + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Financial/DAO/PaymentToken.php b/CRM/Financial/DAO/PaymentToken.php index 61eed66d5c..363de403c2 100644 --- a/CRM/Financial/DAO/PaymentToken.php +++ b/CRM/Financial/DAO/PaymentToken.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/PaymentToken.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:720f0e7cb082e98a9ec58b94de532db3) + * (GenCodeChecksum:c135e4bffc93086e83c082bbebc84372) */ /** @@ -168,6 +168,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'add' => '4.6', ], 'contact_id' => [ 'name' => 'contact_id', @@ -181,6 +182,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.6', ], 'payment_processor_id' => [ 'name' => 'payment_processor_id', @@ -193,6 +195,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_PaymentProcessor', + 'add' => '4.6', ], 'token' => [ 'name' => 'token', @@ -207,6 +210,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'add' => '4.6', ], 'created_date' => [ 'name' => 'created_date', @@ -219,6 +223,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'add' => '4.6', ], 'created_id' => [ 'name' => 'created_id', @@ -231,6 +236,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.6', ], 'expiry_date' => [ 'name' => 'expiry_date', @@ -242,6 +248,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'add' => '4.6', ], 'email' => [ 'name' => 'email', @@ -255,6 +262,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'add' => '4.6', ], 'billing_first_name' => [ 'name' => 'billing_first_name', @@ -268,6 +276,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'add' => '4.6', ], 'billing_middle_name' => [ 'name' => 'billing_middle_name', @@ -281,6 +290,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'add' => '4.6', ], 'billing_last_name' => [ 'name' => 'billing_last_name', @@ -294,6 +304,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'add' => '4.6', ], 'masked_account_number' => [ 'name' => 'masked_account_number', @@ -307,6 +318,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'add' => '4.6', ], 'ip_address' => [ 'name' => 'ip_address', @@ -320,6 +332,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'add' => '4.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Friend/DAO/Friend.php b/CRM/Friend/DAO/Friend.php index 62d6fa992a..854c5f5de7 100644 --- a/CRM/Friend/DAO/Friend.php +++ b/CRM/Friend/DAO/Friend.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Friend/Friend.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b414251f70114c81d45e699531a109af) + * (GenCodeChecksum:ed3cb6458bdc4ee011d6b30baa9e24ff) */ /** @@ -143,6 +143,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', 'localizable' => 0, + 'add' => '2.0', ], 'entity_table' => [ 'name' => 'entity_table', @@ -157,6 +158,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', 'localizable' => 0, + 'add' => '2.0', ], 'entity_id' => [ 'name' => 'entity_id', @@ -169,6 +171,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', 'localizable' => 0, + 'add' => '2.0', ], 'title' => [ 'name' => 'title', @@ -184,6 +187,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.0', ], 'intro' => [ 'name' => 'intro', @@ -198,6 +202,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.0', ], 'suggested_message' => [ 'name' => 'suggested_message', @@ -212,6 +217,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.0', ], 'general_link' => [ 'name' => 'general_link', @@ -230,6 +236,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.0', ], 'thankyou_title' => [ 'name' => 'thankyou_title', @@ -246,6 +253,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.0', ], 'thankyou_text' => [ 'name' => 'thankyou_text', @@ -260,6 +268,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.0', ], 'is_active' => [ 'name' => 'is_active', @@ -273,6 +282,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Grant/DAO/Grant.php b/CRM/Grant/DAO/Grant.php index 1531415e3b..fa8dd9d09f 100644 --- a/CRM/Grant/DAO/Grant.php +++ b/CRM/Grant/DAO/Grant.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Grant/Grant.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7c259bc89c2ee91302a9bd188f6cc3db) + * (GenCodeChecksum:b09a04b8edb982e838510dfb9d7dbc35) */ /** @@ -192,6 +192,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'entity' => 'Grant', 'bao' => 'CRM_Grant_BAO_Grant', 'localizable' => 0, + 'add' => '1.8', ], 'grant_contact_id' => [ 'name' => 'contact_id', @@ -209,6 +210,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '1.8', ], 'grant_application_received_date' => [ 'name' => 'application_received_date', @@ -226,6 +228,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.8', ], 'grant_decision_date' => [ 'name' => 'decision_date', @@ -243,6 +246,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.8', ], 'grant_money_transfer_date' => [ 'name' => 'money_transfer_date', @@ -260,6 +264,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.8', ], 'grant_due_date' => [ 'name' => 'grant_due_date', @@ -277,6 +282,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.8', ], 'grant_report_received' => [ 'name' => 'grant_report_received', @@ -293,6 +299,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.8', ], 'grant_type_id' => [ 'name' => 'grant_type_id', @@ -313,6 +320,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'optionGroupName' => 'grant_type', 'optionEditPath' => 'civicrm/admin/options/grant_type', ], + 'add' => '1.8', ], 'amount_total' => [ 'name' => 'amount_total', @@ -335,6 +343,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'amount_requested' => [ 'name' => 'amount_requested', @@ -354,6 +363,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'amount_granted' => [ 'name' => 'amount_granted', @@ -375,6 +385,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'currency' => [ 'name' => 'currency', @@ -399,6 +410,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.2', ], 'rationale' => [ 'name' => 'rationale', @@ -417,6 +429,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.8', ], 'grant_status_id' => [ 'name' => 'status_id', @@ -438,6 +451,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'optionGroupName' => 'grant_status', 'optionEditPath' => 'civicrm/admin/options/grant_status', ], + 'add' => '1.8', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -456,6 +470,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/DAO/BouncePattern.php b/CRM/Mailing/DAO/BouncePattern.php index 1115c4387a..1e6c539e5d 100644 --- a/CRM/Mailing/DAO/BouncePattern.php +++ b/CRM/Mailing/DAO/BouncePattern.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/BouncePattern.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:265a74c7d2cd07b11d0b43bf91e0fe62) + * (GenCodeChecksum:e36e2c40e59bfe04998b2e4e216724b6) */ /** @@ -95,6 +95,7 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO { 'entity' => 'BouncePattern', 'bao' => 'CRM_Mailing_BAO_BouncePattern', 'localizable' => 0, + 'add' => NULL, ], 'bounce_type_id' => [ 'name' => 'bounce_type_id', @@ -113,6 +114,7 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => NULL, ], 'pattern' => [ 'name' => 'pattern', @@ -126,6 +128,7 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO { 'entity' => 'BouncePattern', 'bao' => 'CRM_Mailing_BAO_BouncePattern', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/DAO/BounceType.php b/CRM/Mailing/DAO/BounceType.php index ee309df252..9bb3db1807 100644 --- a/CRM/Mailing/DAO/BounceType.php +++ b/CRM/Mailing/DAO/BounceType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/BounceType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3870b655b29d0264bd4915d3c93a3018) + * (GenCodeChecksum:b2b6ab45aa6fed676d81a68651f0bf93) */ /** @@ -87,6 +87,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO { 'entity' => 'BounceType', 'bao' => 'CRM_Mailing_DAO_BounceType', 'localizable' => 0, + 'add' => NULL, ], 'name' => [ 'name' => 'name', @@ -101,6 +102,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO { 'entity' => 'BounceType', 'bao' => 'CRM_Mailing_DAO_BounceType', 'localizable' => 0, + 'add' => NULL, ], 'description' => [ 'name' => 'description', @@ -114,6 +116,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO { 'entity' => 'BounceType', 'bao' => 'CRM_Mailing_DAO_BounceType', 'localizable' => 0, + 'add' => NULL, ], 'hold_threshold' => [ 'name' => 'hold_threshold', @@ -126,6 +129,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO { 'entity' => 'BounceType', 'bao' => 'CRM_Mailing_DAO_BounceType', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/DAO/Mailing.php b/CRM/Mailing/DAO/Mailing.php index 1d6246e245..e89653ee93 100644 --- a/CRM/Mailing/DAO/Mailing.php +++ b/CRM/Mailing/DAO/Mailing.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Mailing.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f1550e9f33a11dda97195455557f3035) + * (GenCodeChecksum:bfcc85d4eb2bab05f214dd946e5fdef6) */ /** @@ -390,6 +390,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'entity' => 'Mailing', 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, + 'add' => NULL, ], 'domain_id' => [ 'name' => 'domain_id', @@ -407,6 +408,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.4', ], 'header_id' => [ 'name' => 'header_id', @@ -425,6 +427,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'labelColumn' => 'name', 'condition' => 'component_type = "Header"', ], + 'add' => NULL, ], 'footer_id' => [ 'name' => 'footer_id', @@ -443,6 +446,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'labelColumn' => 'name', 'condition' => 'component_type = "Footer"', ], + 'add' => NULL, ], 'reply_id' => [ 'name' => 'reply_id', @@ -455,6 +459,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingComponent', + 'add' => NULL, ], 'unsubscribe_id' => [ 'name' => 'unsubscribe_id', @@ -467,6 +472,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingComponent', + 'add' => NULL, ], 'resubscribe_id' => [ 'name' => 'resubscribe_id', @@ -477,6 +483,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'entity' => 'Mailing', 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, + 'add' => NULL, ], 'optout_id' => [ 'name' => 'optout_id', @@ -489,6 +496,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingComponent', + 'add' => NULL, ], 'mailing_name' => [ 'name' => 'name', @@ -505,6 +513,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => NULL, ], 'mailing_type' => [ 'name' => 'mailing_type', @@ -524,6 +533,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Mailing_PseudoConstant::mailingTypes', ], + 'add' => '4.6', ], 'from_name' => [ 'name' => 'from_name', @@ -540,6 +550,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => NULL, ], 'from_email' => [ 'name' => 'from_email', @@ -556,6 +567,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => NULL, ], 'replyto_email' => [ 'name' => 'replyto_email', @@ -572,6 +584,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => NULL, ], 'template_type' => [ 'name' => 'template_type', @@ -590,6 +603,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Mailing_BAO_Mailing::getTemplateTypeNames', ], + 'add' => NULL, ], 'template_options' => [ 'name' => 'template_options', @@ -601,6 +615,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'entity' => 'Mailing', 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, + 'add' => NULL, ], 'subject' => [ 'name' => 'subject', @@ -617,6 +632,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => NULL, ], 'body_text' => [ 'name' => 'body_text', @@ -628,6 +644,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'entity' => 'Mailing', 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, + 'add' => NULL, ], 'body_html' => [ 'name' => 'body_html', @@ -639,6 +656,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'entity' => 'Mailing', 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, + 'add' => NULL, ], 'url_tracking' => [ 'name' => 'url_tracking', @@ -653,6 +671,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => NULL, ], 'forward_replies' => [ 'name' => 'forward_replies', @@ -667,6 +686,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => NULL, ], 'auto_responder' => [ 'name' => 'auto_responder', @@ -681,6 +701,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => NULL, ], 'open_tracking' => [ 'name' => 'open_tracking', @@ -692,6 +713,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'entity' => 'Mailing', 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, + 'add' => NULL, ], 'is_completed' => [ 'name' => 'is_completed', @@ -706,6 +728,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => NULL, ], 'msg_template_id' => [ 'name' => 'msg_template_id', @@ -718,6 +741,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_MessageTemplate', + 'add' => NULL, ], 'override_verp' => [ 'name' => 'override_verp', @@ -733,6 +757,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.2', ], 'created_id' => [ 'name' => 'created_id', @@ -745,6 +770,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => NULL, ], 'created_date' => [ 'name' => 'created_date', @@ -762,6 +788,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '3.0', ], 'mailing_modified_date' => [ 'name' => 'modified_date', @@ -776,6 +803,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'entity' => 'Mailing', 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, + 'add' => '4.7', ], 'scheduled_id' => [ 'name' => 'scheduled_id', @@ -788,6 +816,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => NULL, ], 'scheduled_date' => [ 'name' => 'scheduled_date', @@ -805,6 +834,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '3.3', ], 'approver_id' => [ 'name' => 'approver_id', @@ -817,6 +847,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => NULL, ], 'approval_date' => [ 'name' => 'approval_date', @@ -834,6 +865,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '3.3', ], 'approval_status_id' => [ 'name' => 'approval_status_id', @@ -852,6 +884,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'optionGroupName' => 'mail_approval_status', 'optionEditPath' => 'civicrm/admin/options/mail_approval_status', ], + 'add' => '3.3', ], 'approval_note' => [ 'name' => 'approval_note', @@ -866,6 +899,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '3.3', ], 'is_archived' => [ 'name' => 'is_archived', @@ -881,6 +915,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.2', ], 'visibility' => [ 'name' => 'visibility', @@ -901,6 +936,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::groupVisibility', ], + 'add' => '3.3', ], 'campaign_id' => [ 'name' => 'campaign_id', @@ -921,6 +957,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.4', ], 'dedupe_email' => [ 'name' => 'dedupe_email', @@ -936,6 +973,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.1', ], 'sms_provider_id' => [ 'name' => 'sms_provider_id', @@ -950,6 +988,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '4.2', ], 'hash' => [ 'name' => 'hash', @@ -963,6 +1002,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'entity' => 'Mailing', 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, + 'add' => '4.5', ], 'location_type_id' => [ 'name' => 'location_type_id', @@ -980,6 +1020,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'display_name', ], + 'add' => '4.6', ], 'email_selection_method' => [ 'name' => 'email_selection_method', @@ -997,6 +1038,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::emailSelectMethods', ], + 'add' => '4.6', ], 'language' => [ 'name' => 'language', @@ -1018,6 +1060,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'keyColumn' => 'name', 'optionEditPath' => 'civicrm/admin/options/languages', ], + 'add' => '4.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/DAO/MailingAB.php b/CRM/Mailing/DAO/MailingAB.php index 3a34d2739c..ef5d50908c 100644 --- a/CRM/Mailing/DAO/MailingAB.php +++ b/CRM/Mailing/DAO/MailingAB.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/MailingAB.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:afe07cb9f1839c37e7511949fc1f0bdc) + * (GenCodeChecksum:81b75b4631b20b4bf2b7ab0bf1a0f286) */ /** @@ -166,6 +166,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'add' => NULL, ], 'name' => [ 'name' => 'name', @@ -179,6 +180,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'add' => '4.6', ], 'status' => [ 'name' => 'status', @@ -195,6 +197,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Mailing_PseudoConstant::abStatus', ], + 'add' => '4.6', ], 'mailing_id_a' => [ 'name' => 'mailing_id_a', @@ -206,6 +209,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'add' => '4.6', ], 'mailing_id_b' => [ 'name' => 'mailing_id_b', @@ -217,6 +221,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'add' => '4.6', ], 'mailing_id_c' => [ 'name' => 'mailing_id_c', @@ -228,6 +233,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'add' => '4.6', ], 'domain_id' => [ 'name' => 'domain_id', @@ -240,6 +246,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'add' => '4.6', ], 'testing_criteria' => [ 'name' => 'testing_criteria', @@ -255,6 +262,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Mailing_PseudoConstant::abTestCriteria', ], + 'add' => '4.6', ], 'winner_criteria' => [ 'name' => 'winner_criteria', @@ -270,6 +278,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Mailing_PseudoConstant::abWinnerCriteria', ], + 'add' => '4.6', ], 'specific_url' => [ 'name' => 'specific_url', @@ -283,6 +292,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'add' => '4.6', ], 'declare_winning_time' => [ 'name' => 'declare_winning_time', @@ -294,6 +304,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'add' => '4.6', ], 'group_percentage' => [ 'name' => 'group_percentage', @@ -304,6 +315,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'add' => '4.6', ], 'created_id' => [ 'name' => 'created_id', @@ -316,6 +328,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.6', ], 'created_date' => [ 'name' => 'created_date', @@ -332,6 +345,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '4.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/DAO/MailingComponent.php b/CRM/Mailing/DAO/MailingComponent.php index 77ddbcecfd..cd35b7cce0 100644 --- a/CRM/Mailing/DAO/MailingComponent.php +++ b/CRM/Mailing/DAO/MailingComponent.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/MailingComponent.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0a36b87bc4baaec899f666c22187a071) + * (GenCodeChecksum:1d0efc3e5ba8dcd6d6bbc422877b86b4) */ /** @@ -113,6 +113,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO { 'entity' => 'MailingComponent', 'bao' => 'CRM_Mailing_BAO_MailingComponent', 'localizable' => 0, + 'add' => NULL, ], 'name' => [ 'name' => 'name', @@ -126,6 +127,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO { 'entity' => 'MailingComponent', 'bao' => 'CRM_Mailing_BAO_MailingComponent', 'localizable' => 0, + 'add' => NULL, ], 'component_type' => [ 'name' => 'component_type', @@ -145,6 +147,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::mailingComponents', ], + 'add' => NULL, ], 'subject' => [ 'name' => 'subject', @@ -157,6 +160,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO { 'entity' => 'MailingComponent', 'bao' => 'CRM_Mailing_BAO_MailingComponent', 'localizable' => 0, + 'add' => NULL, ], 'body_html' => [ 'name' => 'body_html', @@ -173,6 +177,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => NULL, ], 'body_text' => [ 'name' => 'body_text', @@ -189,6 +194,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => NULL, ], 'is_default' => [ 'name' => 'is_default', @@ -201,6 +207,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO { 'entity' => 'MailingComponent', 'bao' => 'CRM_Mailing_BAO_MailingComponent', 'localizable' => 0, + 'add' => NULL, ], 'is_active' => [ 'name' => 'is_active', @@ -212,6 +219,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO { 'entity' => 'MailingComponent', 'bao' => 'CRM_Mailing_BAO_MailingComponent', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/DAO/MailingGroup.php b/CRM/Mailing/DAO/MailingGroup.php index ae7559af38..6c1822212c 100644 --- a/CRM/Mailing/DAO/MailingGroup.php +++ b/CRM/Mailing/DAO/MailingGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/MailingGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2cb7030bb80525d10031c1d8d524c4a6) + * (GenCodeChecksum:1869c2f625f9a35820d1342217bd7feb) */ /** @@ -124,6 +124,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO { 'entity' => 'MailingGroup', 'bao' => 'CRM_Mailing_DAO_MailingGroup', 'localizable' => 0, + 'add' => NULL, ], 'mailing_id' => [ 'name' => 'mailing_id', @@ -137,6 +138,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_DAO_MailingGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_Mailing', + 'add' => NULL, ], 'group_type' => [ 'name' => 'group_type', @@ -156,6 +158,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getMailingGroupTypes', ], + 'add' => NULL, ], 'entity_table' => [ 'name' => 'entity_table', @@ -173,6 +176,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Mailing_BAO_Mailing::mailingGroupEntityTables', ], + 'add' => NULL, ], 'entity_id' => [ 'name' => 'entity_id', @@ -185,6 +189,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO { 'entity' => 'MailingGroup', 'bao' => 'CRM_Mailing_DAO_MailingGroup', 'localizable' => 0, + 'add' => NULL, ], 'search_id' => [ 'name' => 'search_id', @@ -196,6 +201,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO { 'entity' => 'MailingGroup', 'bao' => 'CRM_Mailing_DAO_MailingGroup', 'localizable' => 0, + 'add' => NULL, ], 'search_args' => [ 'name' => 'search_args', @@ -207,6 +213,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO { 'entity' => 'MailingGroup', 'bao' => 'CRM_Mailing_DAO_MailingGroup', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/DAO/MailingJob.php b/CRM/Mailing/DAO/MailingJob.php index 874f22491a..f803973e1b 100644 --- a/CRM/Mailing/DAO/MailingJob.php +++ b/CRM/Mailing/DAO/MailingJob.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/MailingJob.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6f300d432494c6b7df0480c1768290c8) + * (GenCodeChecksum:b84e3c6e86ddabfe04066d742f5c0ca5) */ /** @@ -152,6 +152,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'entity' => 'MailingJob', 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, + 'add' => NULL, ], 'mailing_id' => [ 'name' => 'mailing_id', @@ -165,6 +166,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_Mailing', + 'add' => NULL, ], 'scheduled_date' => [ 'name' => 'scheduled_date', @@ -182,6 +184,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => NULL, ], 'mailing_job_start_date' => [ 'name' => 'start_date', @@ -200,6 +203,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => NULL, ], 'end_date' => [ 'name' => 'end_date', @@ -217,6 +221,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => NULL, ], 'mailing_job_status' => [ 'name' => 'status', @@ -236,6 +241,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getMailingJobStatus', ], + 'add' => NULL, ], 'is_test' => [ 'name' => 'is_test', @@ -248,6 +254,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'entity' => 'MailingJob', 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, + 'add' => '1.9', ], 'job_type' => [ 'name' => 'job_type', @@ -261,6 +268,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'entity' => 'MailingJob', 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, + 'add' => '3.3', ], 'parent_id' => [ 'name' => 'parent_id', @@ -274,6 +282,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingJob', + 'add' => '3.3', ], 'job_offset' => [ 'name' => 'job_offset', @@ -286,6 +295,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'entity' => 'MailingJob', 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, + 'add' => '3.3', ], 'job_limit' => [ 'name' => 'job_limit', @@ -298,6 +308,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'entity' => 'MailingJob', 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, + 'add' => '3.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/DAO/Recipients.php b/CRM/Mailing/DAO/Recipients.php index 8fd1037b84..d3511d4ab7 100644 --- a/CRM/Mailing/DAO/Recipients.php +++ b/CRM/Mailing/DAO/Recipients.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Recipients.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a41f54cef4cdf0fe50f59ecc7a52cdee) + * (GenCodeChecksum:589a6adc830c8f9197b5123e08b63ba3) */ /** @@ -112,6 +112,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO { 'entity' => 'Recipients', 'bao' => 'CRM_Mailing_BAO_Recipients', 'localizable' => 0, + 'add' => NULL, ], 'mailing_id' => [ 'name' => 'mailing_id', @@ -125,6 +126,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Recipients', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_Mailing', + 'add' => NULL, ], 'contact_id' => [ 'name' => 'contact_id', @@ -138,6 +140,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Recipients', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => NULL, ], 'email_id' => [ 'name' => 'email_id', @@ -151,6 +154,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Recipients', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Email', + 'add' => NULL, ], 'phone_id' => [ 'name' => 'phone_id', @@ -164,6 +168,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Recipients', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Phone', + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/DAO/Spool.php b/CRM/Mailing/DAO/Spool.php index dc3cfe5284..d33871b7b7 100644 --- a/CRM/Mailing/DAO/Spool.php +++ b/CRM/Mailing/DAO/Spool.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Spool.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:96b1fb5521e4495353d74a3017db6a73) + * (GenCodeChecksum:8e8346020e4f3174bc4c4c2e87d8e136) */ /** @@ -123,6 +123,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { 'entity' => 'Spool', 'bao' => 'CRM_Mailing_BAO_Spool', 'localizable' => 0, + 'add' => NULL, ], 'job_id' => [ 'name' => 'job_id', @@ -136,6 +137,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Spool', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingJob', + 'add' => NULL, ], 'recipient_email' => [ 'name' => 'recipient_email', @@ -147,6 +149,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { 'entity' => 'Spool', 'bao' => 'CRM_Mailing_BAO_Spool', 'localizable' => 0, + 'add' => NULL, ], 'headers' => [ 'name' => 'headers', @@ -158,6 +161,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { 'entity' => 'Spool', 'bao' => 'CRM_Mailing_BAO_Spool', 'localizable' => 0, + 'add' => NULL, ], 'body' => [ 'name' => 'body', @@ -169,6 +173,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { 'entity' => 'Spool', 'bao' => 'CRM_Mailing_BAO_Spool', 'localizable' => 0, + 'add' => NULL, ], 'added_at' => [ 'name' => 'added_at', @@ -182,6 +187,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { 'entity' => 'Spool', 'bao' => 'CRM_Mailing_BAO_Spool', 'localizable' => 0, + 'add' => NULL, ], 'removed_at' => [ 'name' => 'removed_at', @@ -195,6 +201,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { 'entity' => 'Spool', 'bao' => 'CRM_Mailing_BAO_Spool', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/DAO/TrackableURL.php b/CRM/Mailing/DAO/TrackableURL.php index 4bab8702ef..771c0e469e 100644 --- a/CRM/Mailing/DAO/TrackableURL.php +++ b/CRM/Mailing/DAO/TrackableURL.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/TrackableURL.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:d6ed69fd6ed6a2344ce2349f1c56889f) + * (GenCodeChecksum:6436cc3cfd3b7a43b468c5372ec081be) */ /** @@ -95,6 +95,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO { 'entity' => 'TrackableURL', 'bao' => 'CRM_Mailing_BAO_TrackableURL', 'localizable' => 0, + 'add' => NULL, ], 'url' => [ 'name' => 'url', @@ -107,6 +108,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO { 'entity' => 'TrackableURL', 'bao' => 'CRM_Mailing_BAO_TrackableURL', 'localizable' => 0, + 'add' => NULL, ], 'mailing_id' => [ 'name' => 'mailing_id', @@ -120,6 +122,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_TrackableURL', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_Mailing', + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/Event/DAO/Bounce.php b/CRM/Mailing/Event/DAO/Bounce.php index ec5166c919..b21631b738 100644 --- a/CRM/Mailing/Event/DAO/Bounce.php +++ b/CRM/Mailing/Event/DAO/Bounce.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Bounce.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:730596183ae4efba185b7a5ad20fd7d6) + * (GenCodeChecksum:ca3431a45bad00b42a6bf347338041ed) */ /** @@ -109,6 +109,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO { 'entity' => 'Bounce', 'bao' => 'CRM_Mailing_Event_BAO_Bounce', 'localizable' => 0, + 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', @@ -122,6 +123,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Bounce', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'add' => NULL, ], 'bounce_type_id' => [ 'name' => 'bounce_type_id', @@ -141,6 +143,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => NULL, ], 'bounce_reason' => [ 'name' => 'bounce_reason', @@ -154,6 +157,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO { 'entity' => 'Bounce', 'bao' => 'CRM_Mailing_Event_BAO_Bounce', 'localizable' => 0, + 'add' => NULL, ], 'time_stamp' => [ 'name' => 'time_stamp', @@ -167,6 +171,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO { 'entity' => 'Bounce', 'bao' => 'CRM_Mailing_Event_BAO_Bounce', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/Event/DAO/Confirm.php b/CRM/Mailing/Event/DAO/Confirm.php index 5d974c31a8..bdde918922 100644 --- a/CRM/Mailing/Event/DAO/Confirm.php +++ b/CRM/Mailing/Event/DAO/Confirm.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Confirm.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:801236eec78c2079b4a35e3f6d097eef) + * (GenCodeChecksum:01729079bec5be7346678447b6cf2844) */ /** @@ -95,6 +95,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO { 'entity' => 'Confirm', 'bao' => 'CRM_Mailing_Event_BAO_Confirm', 'localizable' => 0, + 'add' => NULL, ], 'event_subscribe_id' => [ 'name' => 'event_subscribe_id', @@ -108,6 +109,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Confirm', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Subscribe', + 'add' => NULL, ], 'time_stamp' => [ 'name' => 'time_stamp', @@ -121,6 +123,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO { 'entity' => 'Confirm', 'bao' => 'CRM_Mailing_Event_BAO_Confirm', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/Event/DAO/Delivered.php b/CRM/Mailing/Event/DAO/Delivered.php index 1616e3726d..1adada28bc 100644 --- a/CRM/Mailing/Event/DAO/Delivered.php +++ b/CRM/Mailing/Event/DAO/Delivered.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Delivered.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8c36caf8d0b3d93b6ecc08db039309e4) + * (GenCodeChecksum:ced38ed0f599efdc44cca8dad6049d8c) */ /** @@ -95,6 +95,7 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO { 'entity' => 'Delivered', 'bao' => 'CRM_Mailing_Event_BAO_Delivered', 'localizable' => 0, + 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', @@ -108,6 +109,7 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Delivered', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'add' => NULL, ], 'time_stamp' => [ 'name' => 'time_stamp', @@ -121,6 +123,7 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO { 'entity' => 'Delivered', 'bao' => 'CRM_Mailing_Event_BAO_Delivered', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/Event/DAO/Forward.php b/CRM/Mailing/Event/DAO/Forward.php index fc0d2c7944..d5bdfbf7ec 100644 --- a/CRM/Mailing/Event/DAO/Forward.php +++ b/CRM/Mailing/Event/DAO/Forward.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Forward.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:9a9500f955376ac43ed4cd941eb8e47d) + * (GenCodeChecksum:ea0e4a784e682347d7320337cb5bc1ac) */ /** @@ -103,6 +103,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO { 'entity' => 'Forward', 'bao' => 'CRM_Mailing_Event_BAO_Forward', 'localizable' => 0, + 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', @@ -116,6 +117,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Forward', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'add' => NULL, ], 'dest_queue_id' => [ 'name' => 'dest_queue_id', @@ -128,6 +130,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Forward', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'add' => NULL, ], 'time_stamp' => [ 'name' => 'time_stamp', @@ -141,6 +144,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO { 'entity' => 'Forward', 'bao' => 'CRM_Mailing_Event_BAO_Forward', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/Event/DAO/Opened.php b/CRM/Mailing/Event/DAO/Opened.php index 5577350beb..15b5e0394e 100644 --- a/CRM/Mailing/Event/DAO/Opened.php +++ b/CRM/Mailing/Event/DAO/Opened.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Opened.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2dc61dd49b47eef791905aafc1ba6ee4) + * (GenCodeChecksum:8c6c5978fae73802fbd9984ef51a2576) */ /** @@ -95,6 +95,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO { 'entity' => 'Opened', 'bao' => 'CRM_Mailing_Event_BAO_Opened', 'localizable' => 0, + 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', @@ -108,6 +109,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Opened', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'add' => NULL, ], 'time_stamp' => [ 'name' => 'time_stamp', @@ -121,6 +123,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO { 'entity' => 'Opened', 'bao' => 'CRM_Mailing_Event_BAO_Opened', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/Event/DAO/Queue.php b/CRM/Mailing/Event/DAO/Queue.php index c5fe27ba2a..40f075d0b3 100644 --- a/CRM/Mailing/Event/DAO/Queue.php +++ b/CRM/Mailing/Event/DAO/Queue.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Queue.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3c7d41d69880cdcac21a45499b412db7) + * (GenCodeChecksum:316f29677ad04a5347bfd30cd60f474e) */ /** @@ -119,6 +119,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'entity' => 'Queue', 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, + 'add' => NULL, ], 'job_id' => [ 'name' => 'job_id', @@ -132,6 +133,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingJob', + 'add' => NULL, ], 'email_id' => [ 'name' => 'email_id', @@ -145,6 +147,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Email', + 'add' => NULL, ], 'contact_id' => [ 'name' => 'contact_id', @@ -158,6 +161,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => NULL, ], 'hash' => [ 'name' => 'hash', @@ -172,6 +176,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'entity' => 'Queue', 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, + 'add' => NULL, ], 'phone_id' => [ 'name' => 'phone_id', @@ -185,6 +190,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Phone', + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/Event/DAO/Reply.php b/CRM/Mailing/Event/DAO/Reply.php index f646098c8a..687cd8b30c 100644 --- a/CRM/Mailing/Event/DAO/Reply.php +++ b/CRM/Mailing/Event/DAO/Reply.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Reply.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3598974beede4fd0cdcfeab1422dc465) + * (GenCodeChecksum:a8246c6739f95a8e25d17ddebe882db7) */ /** @@ -95,6 +95,7 @@ class CRM_Mailing_Event_DAO_Reply extends CRM_Core_DAO { 'entity' => 'Reply', 'bao' => 'CRM_Mailing_Event_BAO_Reply', 'localizable' => 0, + 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', @@ -108,6 +109,7 @@ class CRM_Mailing_Event_DAO_Reply extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Reply', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'add' => NULL, ], 'time_stamp' => [ 'name' => 'time_stamp', @@ -121,6 +123,7 @@ class CRM_Mailing_Event_DAO_Reply extends CRM_Core_DAO { 'entity' => 'Reply', 'bao' => 'CRM_Mailing_Event_BAO_Reply', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/Event/DAO/Subscribe.php b/CRM/Mailing/Event/DAO/Subscribe.php index 31d8814d92..97e420d72b 100644 --- a/CRM/Mailing/Event/DAO/Subscribe.php +++ b/CRM/Mailing/Event/DAO/Subscribe.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Subscribe.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:97eb613e24b342aeb86b6e82b740ce7c) + * (GenCodeChecksum:acb361992fd2db48c82ee7b13f8b7cf4) */ /** @@ -110,6 +110,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO { 'entity' => 'Subscribe', 'bao' => 'CRM_Mailing_Event_BAO_Subscribe', 'localizable' => 0, + 'add' => NULL, ], 'group_id' => [ 'name' => 'group_id', @@ -131,6 +132,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => NULL, ], 'contact_id' => [ 'name' => 'contact_id', @@ -144,6 +146,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Subscribe', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => NULL, ], 'hash' => [ 'name' => 'hash', @@ -158,6 +161,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO { 'entity' => 'Subscribe', 'bao' => 'CRM_Mailing_Event_BAO_Subscribe', 'localizable' => 0, + 'add' => NULL, ], 'time_stamp' => [ 'name' => 'time_stamp', @@ -171,6 +175,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO { 'entity' => 'Subscribe', 'bao' => 'CRM_Mailing_Event_BAO_Subscribe', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/Event/DAO/TrackableURLOpen.php b/CRM/Mailing/Event/DAO/TrackableURLOpen.php index c7e056c2ae..07af2524c7 100644 --- a/CRM/Mailing/Event/DAO/TrackableURLOpen.php +++ b/CRM/Mailing/Event/DAO/TrackableURLOpen.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/TrackableURLOpen.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:958934aa3faffa4fb0de8d6c178b428a) + * (GenCodeChecksum:7d55cf77c7be3a81666b51aaa55c6358) */ /** @@ -103,6 +103,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO { 'entity' => 'TrackableURLOpen', 'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen', 'localizable' => 0, + 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', @@ -116,6 +117,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'add' => NULL, ], 'trackable_url_id' => [ 'name' => 'trackable_url_id', @@ -129,6 +131,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_TrackableURL', + 'add' => NULL, ], 'time_stamp' => [ 'name' => 'time_stamp', @@ -142,6 +145,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO { 'entity' => 'TrackableURLOpen', 'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Mailing/Event/DAO/Unsubscribe.php b/CRM/Mailing/Event/DAO/Unsubscribe.php index 5cdd8bb4d2..9448593d04 100644 --- a/CRM/Mailing/Event/DAO/Unsubscribe.php +++ b/CRM/Mailing/Event/DAO/Unsubscribe.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Unsubscribe.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b7ec3c7157b019ce2783d5d0b369690c) + * (GenCodeChecksum:d16e98421cdacbf5ad1b5542810fca6c) */ /** @@ -102,6 +102,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO { 'entity' => 'Unsubscribe', 'bao' => 'CRM_Mailing_Event_BAO_Unsubscribe', 'localizable' => 0, + 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', @@ -115,6 +116,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Unsubscribe', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'add' => NULL, ], 'org_unsubscribe' => [ 'name' => 'org_unsubscribe', @@ -127,6 +129,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO { 'entity' => 'Unsubscribe', 'bao' => 'CRM_Mailing_Event_BAO_Unsubscribe', 'localizable' => 0, + 'add' => NULL, ], 'time_stamp' => [ 'name' => 'time_stamp', @@ -140,6 +143,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO { 'entity' => 'Unsubscribe', 'bao' => 'CRM_Mailing_Event_BAO_Unsubscribe', 'localizable' => 0, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Member/DAO/Membership.php b/CRM/Member/DAO/Membership.php index abe74c5c1a..712b6b2cb4 100644 --- a/CRM/Member/DAO/Membership.php +++ b/CRM/Member/DAO/Membership.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/Membership.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e4d8c3cad5d344630c65f778238f1e27) + * (GenCodeChecksum:5767971ac9cef7be4adcdbb306b72a74) */ /** @@ -198,6 +198,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'entity' => 'Membership', 'bao' => 'CRM_Member_BAO_Membership', 'localizable' => 0, + 'add' => '1.5', ], 'membership_contact_id' => [ 'name' => 'contact_id', @@ -218,6 +219,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '1.5', ], 'membership_type_id' => [ 'name' => 'membership_type_id', @@ -243,6 +245,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '1.5', ], 'membership_join_date' => [ 'name' => 'join_date', @@ -262,6 +265,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.5', ], 'membership_start_date' => [ 'name' => 'start_date', @@ -281,6 +285,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.5', ], 'membership_end_date' => [ 'name' => 'end_date', @@ -300,6 +305,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.5', ], 'membership_source' => [ 'name' => 'source', @@ -318,6 +324,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.5', ], 'status_id' => [ 'name' => 'status_id', @@ -342,6 +349,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'label', ], + 'add' => '1.5', ], 'member_is_override' => [ 'name' => 'is_override', @@ -359,6 +367,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.5', ], 'status_override_end_date' => [ 'name' => 'status_override_end_date', @@ -376,6 +385,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '4.7', ], 'owner_membership_id' => [ 'name' => 'owner_membership_id', @@ -389,6 +399,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_Membership', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_Membership', + 'add' => '1.7', ], 'max_related' => [ 'name' => 'max_related', @@ -404,6 +415,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.3', ], 'member_is_test' => [ 'name' => 'is_test', @@ -421,6 +433,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => NULL, ], 'member_is_pay_later' => [ 'name' => 'is_pay_later', @@ -438,6 +451,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.1', ], 'membership_recur_id' => [ 'name' => 'contribution_recur_id', @@ -451,6 +465,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_Membership', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_ContributionRecur', + 'add' => '3.3', ], 'member_campaign_id' => [ 'name' => 'campaign_id', @@ -473,6 +488,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Member/DAO/MembershipBlock.php b/CRM/Member/DAO/MembershipBlock.php index 56391eba4f..36b91c2eae 100644 --- a/CRM/Member/DAO/MembershipBlock.php +++ b/CRM/Member/DAO/MembershipBlock.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipBlock.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:becab4023b8e0c9d10b2081b7002467d) + * (GenCodeChecksum:317a1eb3c0a67ffe4662f939a0b1fb69) */ /** @@ -169,6 +169,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, + 'add' => '1.5', ], 'entity_table' => [ 'name' => 'entity_table', @@ -182,6 +183,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, + 'add' => '1.5', ], 'entity_id' => [ 'name' => 'entity_id', @@ -195,6 +197,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_ContributionPage', + 'add' => '1.5', ], 'membership_types' => [ 'name' => 'membership_types', @@ -209,6 +212,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, 'serialize' => self::SERIALIZE_PHP, + 'add' => '1.5', ], 'membership_type_default' => [ 'name' => 'membership_type_default', @@ -221,6 +225,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_MembershipType', + 'add' => '1.5', ], 'display_min_fee' => [ 'name' => 'display_min_fee', @@ -233,6 +238,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, + 'add' => '1.5', ], 'is_separate_payment' => [ 'name' => 'is_separate_payment', @@ -245,6 +251,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, + 'add' => '1.5', ], 'new_title' => [ 'name' => 'new_title', @@ -258,6 +265,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 1, + 'add' => '1.5', ], 'new_text' => [ 'name' => 'new_text', @@ -269,6 +277,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 1, + 'add' => '1.5', ], 'renewal_title' => [ 'name' => 'renewal_title', @@ -282,6 +291,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 1, + 'add' => '1.5', ], 'renewal_text' => [ 'name' => 'renewal_text', @@ -293,6 +303,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 1, + 'add' => '1.5', ], 'is_required' => [ 'name' => 'is_required', @@ -305,6 +316,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, + 'add' => '1.5', ], 'is_active' => [ 'name' => 'is_active', @@ -317,6 +329,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, + 'add' => '1.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Member/DAO/MembershipLog.php b/CRM/Member/DAO/MembershipLog.php index a87d7a1e31..2f44712bc7 100644 --- a/CRM/Member/DAO/MembershipLog.php +++ b/CRM/Member/DAO/MembershipLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c4812779eb38780be0f426d084ac51ff) + * (GenCodeChecksum:ff966b7edcdd126ddef1ee3b3f3bff2f) */ /** @@ -140,6 +140,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'entity' => 'MembershipLog', 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, + 'add' => '1.5', ], 'membership_id' => [ 'name' => 'membership_id', @@ -153,6 +154,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_Membership', + 'add' => '1.5', ], 'status_id' => [ 'name' => 'status_id', @@ -166,6 +168,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_MembershipStatus', + 'add' => '1.5', ], 'start_date' => [ 'name' => 'start_date', @@ -178,6 +181,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'entity' => 'MembershipLog', 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, + 'add' => '1.5', ], 'end_date' => [ 'name' => 'end_date', @@ -190,6 +194,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'entity' => 'MembershipLog', 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, + 'add' => '1.5', ], 'modified_id' => [ 'name' => 'modified_id', @@ -202,6 +207,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '1.5', ], 'modified_date' => [ 'name' => 'modified_date', @@ -214,6 +220,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'entity' => 'MembershipLog', 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, + 'add' => '1.5', ], 'membership_type_id' => [ 'name' => 'membership_type_id', @@ -226,6 +233,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_MembershipType', + 'add' => '3.4', ], 'max_related' => [ 'name' => 'max_related', @@ -237,6 +245,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'entity' => 'MembershipLog', 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, + 'add' => '4.3', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Member/DAO/MembershipPayment.php b/CRM/Member/DAO/MembershipPayment.php index cf24cc184f..91c700e21a 100644 --- a/CRM/Member/DAO/MembershipPayment.php +++ b/CRM/Member/DAO/MembershipPayment.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipPayment.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a1d90b50f82493fea93ba2236877fb45) + * (GenCodeChecksum:b2fa8ca60001d75a9049ca179c4e68ce) */ /** @@ -96,6 +96,7 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO { 'entity' => 'MembershipPayment', 'bao' => 'CRM_Member_BAO_MembershipPayment', 'localizable' => 0, + 'add' => '1.5', ], 'membership_id' => [ 'name' => 'membership_id', @@ -109,6 +110,7 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipPayment', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_Membership', + 'add' => '1.5', ], 'contribution_id' => [ 'name' => 'contribution_id', @@ -121,6 +123,7 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipPayment', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Member/DAO/MembershipStatus.php b/CRM/Member/DAO/MembershipStatus.php index 44687f8612..c1b2afc1fe 100644 --- a/CRM/Member/DAO/MembershipStatus.php +++ b/CRM/Member/DAO/MembershipStatus.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipStatus.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:82972d65885561006f0b674bd0add135) + * (GenCodeChecksum:e6fe414d2b0dc3ff72ee5adcad75fab8) */ /** @@ -165,6 +165,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'entity' => 'MembershipStatus', 'bao' => 'CRM_Member_BAO_MembershipStatus', 'localizable' => 0, + 'add' => '1.5', ], 'membership_status' => [ 'name' => 'name', @@ -180,6 +181,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'entity' => 'MembershipStatus', 'bao' => 'CRM_Member_BAO_MembershipStatus', 'localizable' => 0, + 'add' => '1.5', ], 'label' => [ 'name' => 'label', @@ -196,6 +198,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.2', ], 'start_event' => [ 'name' => 'start_event', @@ -215,6 +218,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::eventDate', ], + 'add' => '1.5', ], 'start_event_adjust_unit' => [ 'name' => 'start_event_adjust_unit', @@ -234,6 +238,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::unitList', ], + 'add' => '1.5', ], 'start_event_adjust_interval' => [ 'name' => 'start_event_adjust_interval', @@ -245,6 +250,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'entity' => 'MembershipStatus', 'bao' => 'CRM_Member_BAO_MembershipStatus', 'localizable' => 0, + 'add' => '1.5', ], 'end_event' => [ 'name' => 'end_event', @@ -264,6 +270,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::eventDate', ], + 'add' => '1.5', ], 'end_event_adjust_unit' => [ 'name' => 'end_event_adjust_unit', @@ -283,6 +290,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::unitList', ], + 'add' => '1.5', ], 'end_event_adjust_interval' => [ 'name' => 'end_event_adjust_interval', @@ -294,6 +302,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'entity' => 'MembershipStatus', 'bao' => 'CRM_Member_BAO_MembershipStatus', 'localizable' => 0, + 'add' => '1.5', ], 'is_current_member' => [ 'name' => 'is_current_member', @@ -305,6 +314,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'entity' => 'MembershipStatus', 'bao' => 'CRM_Member_BAO_MembershipStatus', 'localizable' => 0, + 'add' => '1.5', ], 'is_admin' => [ 'name' => 'is_admin', @@ -319,6 +329,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.5', ], 'weight' => [ 'name' => 'weight', @@ -329,6 +340,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'entity' => 'MembershipStatus', 'bao' => 'CRM_Member_BAO_MembershipStatus', 'localizable' => 0, + 'add' => '1.5', ], 'is_default' => [ 'name' => 'is_default', @@ -343,6 +355,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.5', ], 'is_active' => [ 'name' => 'is_active', @@ -358,6 +371,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.5', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -373,6 +387,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Member/DAO/MembershipType.php b/CRM/Member/DAO/MembershipType.php index aceddc5a70..63ef86aaaf 100644 --- a/CRM/Member/DAO/MembershipType.php +++ b/CRM/Member/DAO/MembershipType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f5bc2479f6a11bf6e573782d008ca262) + * (GenCodeChecksum:20b0eec540f3bb69e386f86b29419391) */ /** @@ -220,6 +220,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'entity' => 'MembershipType', 'bao' => 'CRM_Member_BAO_MembershipType', 'localizable' => 0, + 'add' => '1.5', ], 'domain_id' => [ 'name' => 'domain_id', @@ -238,6 +239,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.0', ], 'membership_type' => [ 'name' => 'name', @@ -258,6 +260,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'type' => 'Text', 'label' => ts("Name"), ], + 'add' => '1.5', ], 'description' => [ 'name' => 'description', @@ -275,6 +278,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'type' => 'TextArea', 'label' => ts("Description"), ], + 'add' => '1.5', ], 'member_of_contact_id' => [ 'name' => 'member_of_contact_id', @@ -288,6 +292,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipType', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '1.5', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -306,6 +311,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'minimum_fee' => [ 'name' => 'minimum_fee', @@ -326,6 +332,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'type' => 'Text', 'label' => ts("Minimum Fee"), ], + 'add' => '1.5', ], 'duration_unit' => [ 'name' => 'duration_unit', @@ -345,6 +352,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::membershipTypeUnitList', ], + 'add' => '1.5', ], 'duration_interval' => [ 'name' => 'duration_interval', @@ -359,6 +367,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.5', ], 'period_type' => [ 'name' => 'period_type', @@ -378,6 +387,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::periodType', ], + 'add' => '1.5', ], 'fixed_period_start_day' => [ 'name' => 'fixed_period_start_day', @@ -389,6 +399,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'entity' => 'MembershipType', 'bao' => 'CRM_Member_BAO_MembershipType', 'localizable' => 0, + 'add' => '1.5', ], 'fixed_period_rollover_day' => [ 'name' => 'fixed_period_rollover_day', @@ -400,6 +411,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'entity' => 'MembershipType', 'bao' => 'CRM_Member_BAO_MembershipType', 'localizable' => 0, + 'add' => '1.5', ], 'relationship_type_id' => [ 'name' => 'relationship_type_id', @@ -414,6 +426,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipType', 'localizable' => 0, 'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED, + 'add' => '1.5', ], 'relationship_direction' => [ 'name' => 'relationship_direction', @@ -427,6 +440,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipType', 'localizable' => 0, 'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED, + 'add' => '1.7', ], 'max_related' => [ 'name' => 'max_related', @@ -442,6 +456,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'type' => 'Text', 'label' => ts("Max Related"), ], + 'add' => '4.3', ], 'visibility' => [ 'name' => 'visibility', @@ -460,6 +475,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::memberVisibility', ], + 'add' => '1.5', ], 'weight' => [ 'name' => 'weight', @@ -473,6 +489,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.5', ], 'receipt_text_signup' => [ 'name' => 'receipt_text_signup', @@ -489,6 +506,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '2.0', ], 'receipt_text_renewal' => [ 'name' => 'receipt_text_renewal', @@ -505,6 +523,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '2.0', ], 'auto_renew' => [ 'name' => 'auto_renew', @@ -523,6 +542,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::memberAutoRenew', ], + 'add' => '3.3', ], 'is_active' => [ 'name' => 'is_active', @@ -539,6 +559,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'type' => 'CheckBox', 'label' => ts("Enabled?"), ], + 'add' => '1.5', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/PCP/DAO/PCP.php b/CRM/PCP/DAO/PCP.php index 5b37e2d03d..f5d8ed2363 100644 --- a/CRM/PCP/DAO/PCP.php +++ b/CRM/PCP/DAO/PCP.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/PCP/PCP.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:cbc0ec5e899ec81538d2a54f44281856) + * (GenCodeChecksum:30c5a26e001449a2ace9e530714e833c) */ /** @@ -175,6 +175,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'entity' => 'PCP', 'bao' => 'CRM_PCP_BAO_PCP', 'localizable' => 0, + 'add' => '2.2', ], 'pcp_contact_id' => [ 'name' => 'contact_id', @@ -191,6 +192,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '2.2', ], 'status_id' => [ 'name' => 'status_id', @@ -209,6 +211,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'optionGroupName' => 'pcp_status', 'optionEditPath' => 'civicrm/admin/options/pcp_status', ], + 'add' => '2.2', ], 'title' => [ 'name' => 'title', @@ -225,6 +228,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.2', ], 'intro_text' => [ 'name' => 'intro_text', @@ -239,6 +243,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '2.2', ], 'page_text' => [ 'name' => 'page_text', @@ -253,6 +258,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '2.2', ], 'donate_link_text' => [ 'name' => 'donate_link_text', @@ -269,6 +275,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.2', ], 'page_id' => [ 'name' => 'page_id', @@ -281,6 +288,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'entity' => 'PCP', 'bao' => 'CRM_PCP_BAO_PCP', 'localizable' => 0, + 'add' => '4.1', ], 'page_type' => [ 'name' => 'page_type', @@ -298,6 +306,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '2.2', ], 'pcp_block_id' => [ 'name' => 'pcp_block_id', @@ -310,6 +319,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'entity' => 'PCP', 'bao' => 'CRM_PCP_BAO_PCP', 'localizable' => 0, + 'add' => '4.1', ], 'is_thermometer' => [ 'name' => 'is_thermometer', @@ -324,6 +334,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.2', ], 'is_honor_roll' => [ 'name' => 'is_honor_roll', @@ -338,6 +349,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.2', ], 'goal_amount' => [ 'name' => 'goal_amount', @@ -356,6 +368,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.2', ], 'currency' => [ 'name' => 'currency', @@ -380,6 +393,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.2', ], 'is_active' => [ 'name' => 'is_active', @@ -395,6 +409,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.2', ], 'is_notify' => [ 'name' => 'is_notify', @@ -410,6 +425,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/PCP/DAO/PCPBlock.php b/CRM/PCP/DAO/PCPBlock.php index 2f0f6a9aef..897d9145f3 100644 --- a/CRM/PCP/DAO/PCPBlock.php +++ b/CRM/PCP/DAO/PCPBlock.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/PCP/PCPBlock.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:d4817f5b53ace3909b94c7f6baff5964) + * (GenCodeChecksum:039e37edb86cfd25e6c882ce4950e3c9) */ /** @@ -168,6 +168,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'add' => '2.2', ], 'entity_table' => [ 'name' => 'entity_table', @@ -180,6 +181,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'add' => '2.2', ], 'entity_id' => [ 'name' => 'entity_id', @@ -192,6 +194,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'add' => '2.2', ], 'target_entity_type' => [ 'name' => 'target_entity_type', @@ -207,6 +210,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'add' => '4.1', ], 'target_entity_id' => [ 'name' => 'target_entity_id', @@ -219,6 +223,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'add' => '4.1', ], 'supporter_profile_id' => [ 'name' => 'supporter_profile_id', @@ -232,6 +237,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_UFGroup', + 'add' => '2.2', ], 'owner_notify_id' => [ 'name' => 'owner_notify_id', @@ -251,6 +257,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'optionGroupName' => 'pcp_owner_notify', 'optionEditPath' => 'civicrm/admin/options/pcp_owner_notify', ], + 'add' => '4.6', ], 'is_approval_needed' => [ 'name' => 'is_approval_needed', @@ -263,6 +270,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'add' => '2.2', ], 'is_tellfriend_enabled' => [ 'name' => 'is_tellfriend_enabled', @@ -275,6 +283,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'add' => '2.2', ], 'tellfriend_limit' => [ 'name' => 'tellfriend_limit', @@ -287,6 +296,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'add' => '2.2', ], 'link_text' => [ 'name' => 'link_text', @@ -301,6 +311,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 1, + 'add' => '2.2', ], 'is_active' => [ 'name' => 'is_active', @@ -313,6 +324,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'add' => '2.2', ], 'notify_email' => [ 'name' => 'notify_email', @@ -327,6 +339,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'add' => '2.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Pledge/DAO/Pledge.php b/CRM/Pledge/DAO/Pledge.php index 1d001b8411..56683051e8 100644 --- a/CRM/Pledge/DAO/Pledge.php +++ b/CRM/Pledge/DAO/Pledge.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Pledge/Pledge.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7beeffe02aa5aa08578f40547b3c61bd) + * (GenCodeChecksum:0df66b3d12c2b147e5f8b5b03f2148a8) */ /** @@ -248,6 +248,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'entity' => 'Pledge', 'bao' => 'CRM_Pledge_BAO_Pledge', 'localizable' => 0, + 'add' => '2.1', ], 'pledge_contact_id' => [ 'name' => 'contact_id', @@ -266,6 +267,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '2.1', ], 'pledge_financial_type_id' => [ 'name' => 'financial_type_id', @@ -286,6 +288,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'pledge_contribution_page_id' => [ 'name' => 'contribution_page_id', @@ -298,6 +301,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'bao' => 'CRM_Pledge_BAO_Pledge', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_ContributionPage', + 'add' => '2.1', ], 'pledge_amount' => [ 'name' => 'amount', @@ -319,6 +323,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.1', ], 'pledge_original_installment_amount' => [ 'name' => 'original_installment_amount', @@ -339,6 +344,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.2', ], 'currency' => [ 'name' => 'currency', @@ -363,6 +369,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.2', ], 'pledge_frequency_unit' => [ 'name' => 'frequency_unit', @@ -385,6 +392,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'keyColumn' => 'name', 'optionEditPath' => 'civicrm/admin/options/recur_frequency_units', ], + 'add' => '2.1', ], 'pledge_frequency_interval' => [ 'name' => 'frequency_interval', @@ -401,6 +409,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.1', ], 'frequency_day' => [ 'name' => 'frequency_day', @@ -417,6 +426,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '2.1', ], 'installments' => [ 'name' => 'installments', @@ -433,6 +443,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.1', ], 'pledge_start_date' => [ 'name' => 'start_date', @@ -450,6 +461,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '2.1', ], 'pledge_create_date' => [ 'name' => 'create_date', @@ -467,6 +479,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '2.1', ], 'acknowledge_date' => [ 'name' => 'acknowledge_date', @@ -481,6 +494,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '2.1', ], 'modified_date' => [ 'name' => 'modified_date', @@ -492,6 +506,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'entity' => 'Pledge', 'bao' => 'CRM_Pledge_BAO_Pledge', 'localizable' => 0, + 'add' => '2.1', ], 'cancel_date' => [ 'name' => 'cancel_date', @@ -506,6 +521,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '2.1', ], 'pledge_end_date' => [ 'name' => 'end_date', @@ -522,6 +538,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => '2.1', ], 'max_reminders' => [ 'name' => 'max_reminders', @@ -537,6 +554,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.1', ], 'initial_reminder_day' => [ 'name' => 'initial_reminder_day', @@ -552,6 +570,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '2.1', ], 'additional_reminder_day' => [ 'name' => 'additional_reminder_day', @@ -567,6 +586,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.1', ], 'pledge_status_id' => [ 'name' => 'status_id', @@ -587,6 +607,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'optionGroupName' => 'pledge_status', 'optionEditPath' => 'civicrm/admin/options/pledge_status', ], + 'add' => '2.1', ], 'pledge_is_test' => [ 'name' => 'is_test', @@ -603,6 +624,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => NULL, ], 'pledge_campaign_id' => [ 'name' => 'campaign_id', @@ -625,6 +647,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '3.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Pledge/DAO/PledgeBlock.php b/CRM/Pledge/DAO/PledgeBlock.php index edd9376910..1cb20cb50e 100644 --- a/CRM/Pledge/DAO/PledgeBlock.php +++ b/CRM/Pledge/DAO/PledgeBlock.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Pledge/PledgeBlock.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8a4ad7f69cab18b992ea2c18ddccec62) + * (GenCodeChecksum:fd4a1319ac7b6cdc29baa3e9e4df68de) */ /** @@ -154,6 +154,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'add' => '2.1', ], 'entity_table' => [ 'name' => 'entity_table', @@ -167,6 +168,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'add' => '2.1', ], 'entity_id' => [ 'name' => 'entity_id', @@ -179,6 +181,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'add' => '2.1', ], 'pledge_frequency_unit' => [ 'name' => 'pledge_frequency_unit', @@ -193,6 +196,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, 'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED, + 'add' => '2.1', ], 'is_pledge_interval' => [ 'name' => 'is_pledge_interval', @@ -205,6 +209,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'add' => '2.1', ], 'max_reminders' => [ 'name' => 'max_reminders', @@ -217,6 +222,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'add' => '2.1', ], 'initial_reminder_day' => [ 'name' => 'initial_reminder_day', @@ -229,6 +235,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'add' => '2.1', ], 'additional_reminder_day' => [ 'name' => 'additional_reminder_day', @@ -241,6 +248,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'add' => '2.1', ], 'pledge_start_date' => [ 'name' => 'pledge_start_date', @@ -254,6 +262,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'add' => '4.7', ], 'is_pledge_start_date_visible' => [ 'name' => 'is_pledge_start_date_visible', @@ -267,6 +276,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'add' => '4.7', ], 'is_pledge_start_date_editable' => [ 'name' => 'is_pledge_start_date_editable', @@ -280,6 +290,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Pledge/DAO/PledgePayment.php b/CRM/Pledge/DAO/PledgePayment.php index 88e388caeb..b072dd7f06 100644 --- a/CRM/Pledge/DAO/PledgePayment.php +++ b/CRM/Pledge/DAO/PledgePayment.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Pledge/PledgePayment.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:265731583eeecb13c4759e29bf63b231) + * (GenCodeChecksum:64c6aef9e06ba7320d917ec5515c5ffc) */ /** @@ -145,6 +145,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'entity' => 'PledgePayment', 'bao' => 'CRM_Pledge_BAO_PledgePayment', 'localizable' => 0, + 'add' => '2.1', ], 'pledge_id' => [ 'name' => 'pledge_id', @@ -158,6 +159,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'bao' => 'CRM_Pledge_BAO_PledgePayment', 'localizable' => 0, 'FKClassName' => 'CRM_Pledge_DAO_Pledge', + 'add' => '2.1', ], 'contribution_id' => [ 'name' => 'contribution_id', @@ -170,6 +172,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'bao' => 'CRM_Pledge_BAO_PledgePayment', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'add' => '2.1', ], 'pledge_payment_scheduled_amount' => [ 'name' => 'scheduled_amount', @@ -188,6 +191,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'entity' => 'PledgePayment', 'bao' => 'CRM_Pledge_BAO_PledgePayment', 'localizable' => 0, + 'add' => '2.1', ], 'pledge_payment_actual_amount' => [ 'name' => 'actual_amount', @@ -205,6 +209,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'entity' => 'PledgePayment', 'bao' => 'CRM_Pledge_BAO_PledgePayment', 'localizable' => 0, + 'add' => '3.2', ], 'currency' => [ 'name' => 'currency', @@ -229,6 +234,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.2', ], 'pledge_payment_scheduled_date' => [ 'name' => 'scheduled_date', @@ -248,6 +254,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '2.1', ], 'pledge_payment_reminder_date' => [ 'name' => 'reminder_date', @@ -261,6 +268,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'entity' => 'PledgePayment', 'bao' => 'CRM_Pledge_BAO_PledgePayment', 'localizable' => 0, + 'add' => '2.1', ], 'pledge_payment_reminder_count' => [ 'name' => 'reminder_count', @@ -275,6 +283,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'entity' => 'PledgePayment', 'bao' => 'CRM_Pledge_BAO_PledgePayment', 'localizable' => 0, + 'add' => '2.1', ], 'pledge_payment_status_id' => [ 'name' => 'status_id', @@ -291,6 +300,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'optionGroupName' => 'contribution_status', 'optionEditPath' => 'civicrm/admin/options/contribution_status', ], + 'add' => '2.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Price/DAO/LineItem.php b/CRM/Price/DAO/LineItem.php index cdd8ddb737..1b09a54dc9 100644 --- a/CRM/Price/DAO/LineItem.php +++ b/CRM/Price/DAO/LineItem.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/LineItem.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:5609d31fcef89762093ebeccbf76f91b) + * (GenCodeChecksum:84c128f076238b53a8c0c6dd23a22587) */ /** @@ -179,6 +179,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'entity' => 'LineItem', 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, + 'add' => '1.7', ], 'entity_table' => [ 'name' => 'entity_table', @@ -193,6 +194,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'entity' => 'LineItem', 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, + 'add' => '1.7', ], 'entity_id' => [ 'name' => 'entity_id', @@ -205,6 +207,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'entity' => 'LineItem', 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, + 'add' => '1.7', ], 'contribution_id' => [ 'name' => 'contribution_id', @@ -217,6 +220,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'add' => '4.5', ], 'price_field_id' => [ 'name' => 'price_field_id', @@ -229,6 +233,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, 'FKClassName' => 'CRM_Price_DAO_PriceField', + 'add' => '1.7', ], 'label' => [ 'name' => 'label', @@ -246,6 +251,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'qty' => [ 'name' => 'qty', @@ -265,6 +271,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'unit_price' => [ 'name' => 'unit_price', @@ -284,6 +291,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.7', ], 'line_total' => [ 'name' => 'line_total', @@ -300,6 +308,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'entity' => 'LineItem', 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, + 'add' => '1.7', ], 'participant_count' => [ 'name' => 'participant_count', @@ -315,6 +324,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.2', ], 'price_field_value_id' => [ 'name' => 'price_field_value_id', @@ -328,6 +338,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, 'FKClassName' => 'CRM_Price_DAO_PriceFieldValue', + 'add' => '3.3', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -349,6 +360,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'non_deductible_amount' => [ 'name' => 'non_deductible_amount', @@ -371,6 +383,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.7', ], 'tax_amount' => [ 'name' => 'tax_amount', @@ -393,6 +406,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.6', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Price/DAO/PriceField.php b/CRM/Price/DAO/PriceField.php index afa4093257..babe806328 100644 --- a/CRM/Price/DAO/PriceField.php +++ b/CRM/Price/DAO/PriceField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6e47994bc98a74964af2347e6f93ad23) + * (GenCodeChecksum:7e0a818f8b8641ca3bae0abe1582c8ce) */ /** @@ -194,6 +194,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'entity' => 'PriceField', 'bao' => 'CRM_Price_BAO_PriceField', 'localizable' => 0, + 'add' => '1.8', ], 'price_set_id' => [ 'name' => 'price_set_id', @@ -213,6 +214,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'labelColumn' => 'title', 'nameColumn' => 'name', ], + 'add' => '1.8', ], 'name' => [ 'name' => 'name', @@ -230,6 +232,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'label' => [ 'name' => 'label', @@ -247,6 +250,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'html_type' => [ 'name' => 'html_type', @@ -266,6 +270,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Price_BAO_PriceField::htmlTypes', ], + 'add' => '1.8', ], 'is_enter_qty' => [ 'name' => 'is_enter_qty', @@ -281,6 +286,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.8', ], 'help_pre' => [ 'name' => 'help_pre', @@ -297,6 +303,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.8', ], 'help_post' => [ 'name' => 'help_post', @@ -313,6 +320,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.8', ], 'weight' => [ 'name' => 'weight', @@ -328,6 +336,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '1.8', ], 'is_display_amounts' => [ 'name' => 'is_display_amounts', @@ -343,6 +352,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => NULL, ], 'options_per_line' => [ 'name' => 'options_per_line', @@ -358,6 +368,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'is_active' => [ 'name' => 'is_active', @@ -373,6 +384,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.8', ], 'is_required' => [ 'name' => 'is_required', @@ -388,6 +400,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.8', ], 'active_on' => [ 'name' => 'active_on', @@ -404,6 +417,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.8', ], 'expire_on' => [ 'name' => 'expire_on', @@ -420,6 +434,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.8', ], 'javascript' => [ 'name' => 'javascript', @@ -436,6 +451,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'visibility_id' => [ 'name' => 'visibility_id', @@ -455,6 +471,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'optionGroupName' => 'visibility', 'optionEditPath' => 'civicrm/admin/options/visibility', ], + 'add' => '3.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Price/DAO/PriceFieldValue.php b/CRM/Price/DAO/PriceFieldValue.php index db36ba465a..d510c14b62 100644 --- a/CRM/Price/DAO/PriceFieldValue.php +++ b/CRM/Price/DAO/PriceFieldValue.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceFieldValue.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:192669fc7d0257b2f4a84c2cf6aebcc6) + * (GenCodeChecksum:28432a14b1b1523380eb41e8e481037d) */ /** @@ -205,6 +205,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'entity' => 'PriceFieldValue', 'bao' => 'CRM_Price_BAO_PriceFieldValue', 'localizable' => 0, + 'add' => '3.3', ], 'price_field_id' => [ 'name' => 'price_field_id', @@ -218,6 +219,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'bao' => 'CRM_Price_BAO_PriceFieldValue', 'localizable' => 0, 'FKClassName' => 'CRM_Price_DAO_PriceField', + 'add' => '3.3', ], 'name' => [ 'name' => 'name', @@ -235,6 +237,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'label' => [ 'name' => 'label', @@ -252,6 +255,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'description' => [ 'name' => 'description', @@ -269,6 +273,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '3.3', ], 'help_pre' => [ 'name' => 'help_pre', @@ -286,6 +291,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '4.7', ], 'help_post' => [ 'name' => 'help_post', @@ -303,6 +309,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '4.7', ], 'amount' => [ 'name' => 'amount', @@ -322,6 +329,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'count' => [ 'name' => 'count', @@ -337,6 +345,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'max_value' => [ 'name' => 'max_value', @@ -352,6 +361,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'weight' => [ 'name' => 'weight', @@ -367,6 +377,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.3', ], 'membership_type_id' => [ 'name' => 'membership_type_id', @@ -383,6 +394,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '3.4', ], 'membership_num_terms' => [ 'name' => 'membership_num_terms', @@ -398,6 +410,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.3', ], 'is_default' => [ 'name' => 'is_default', @@ -413,6 +426,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '3.3', ], 'is_active' => [ 'name' => 'is_active', @@ -425,6 +439,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'entity' => 'PriceFieldValue', 'bao' => 'CRM_Price_BAO_PriceFieldValue', 'localizable' => 0, + 'add' => '3.3', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -446,6 +461,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'non_deductible_amount' => [ 'name' => 'non_deductible_amount', @@ -468,6 +484,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.7', ], 'visibility_id' => [ 'name' => 'visibility_id', @@ -487,6 +504,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'optionGroupName' => 'visibility', 'optionEditPath' => 'civicrm/admin/options/visibility', ], + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Price/DAO/PriceSet.php b/CRM/Price/DAO/PriceSet.php index 17bbe9f48a..8fc97986b9 100644 --- a/CRM/Price/DAO/PriceSet.php +++ b/CRM/Price/DAO/PriceSet.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceSet.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:94d729c1b16adccb8e8b0111784314b5) + * (GenCodeChecksum:53c1906856d1a16d2edba1caa6a4fafc) */ /** @@ -172,6 +172,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '1.8', ], 'domain_id' => [ 'name' => 'domain_id', @@ -192,6 +193,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.1', ], 'name' => [ 'name' => 'name', @@ -209,6 +211,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'title' => [ 'name' => 'title', @@ -226,6 +229,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'is_active' => [ 'name' => 'is_active', @@ -241,6 +245,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.8', ], 'help_pre' => [ 'name' => 'help_pre', @@ -257,6 +262,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.8', ], 'help_post' => [ 'name' => 'help_post', @@ -273,6 +279,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '1.8', ], 'javascript' => [ 'name' => 'javascript', @@ -289,6 +296,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.8', ], 'extends' => [ 'name' => 'extends', @@ -311,6 +319,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.1', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -332,6 +341,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'is_quick_config' => [ 'name' => 'is_quick_config', @@ -347,6 +357,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.1', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -362,6 +373,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.2', ], 'min_amount' => [ 'name' => 'min_amount', @@ -377,6 +389,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Price/DAO/PriceSetEntity.php b/CRM/Price/DAO/PriceSetEntity.php index 6122453299..36ec1ec20a 100644 --- a/CRM/Price/DAO/PriceSetEntity.php +++ b/CRM/Price/DAO/PriceSetEntity.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceSetEntity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:11565afec12a53af8656a6eaf33b0977) + * (GenCodeChecksum:a37bda1a3508a9195c561c2b2e4f03a7) */ /** @@ -106,6 +106,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO { 'entity' => 'PriceSetEntity', 'bao' => 'CRM_Price_DAO_PriceSetEntity', 'localizable' => 0, + 'add' => '1.8', ], 'entity_table' => [ 'name' => 'entity_table', @@ -120,6 +121,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO { 'entity' => 'PriceSetEntity', 'bao' => 'CRM_Price_DAO_PriceSetEntity', 'localizable' => 0, + 'add' => '1.8', ], 'entity_id' => [ 'name' => 'entity_id', @@ -132,6 +134,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO { 'entity' => 'PriceSetEntity', 'bao' => 'CRM_Price_DAO_PriceSetEntity', 'localizable' => 0, + 'add' => '1.8', ], 'price_set_id' => [ 'name' => 'price_set_id', @@ -150,6 +153,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '1.8', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Queue/DAO/QueueItem.php b/CRM/Queue/DAO/QueueItem.php index 61250927c4..0d42995555 100644 --- a/CRM/Queue/DAO/QueueItem.php +++ b/CRM/Queue/DAO/QueueItem.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Queue/QueueItem.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4b3a1116045b1c18e6aa3288bbd07b49) + * (GenCodeChecksum:137a0dea273fd4cad666fc1091fc8c84) */ /** @@ -99,6 +99,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO { 'entity' => 'QueueItem', 'bao' => 'CRM_Queue_BAO_QueueItem', 'localizable' => 0, + 'add' => NULL, ], 'queue_name' => [ 'name' => 'queue_name', @@ -116,6 +117,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => NULL, ], 'weight' => [ 'name' => 'weight', @@ -130,6 +132,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => NULL, ], 'submit_time' => [ 'name' => 'submit_time', @@ -145,6 +148,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => NULL, ], 'release_time' => [ 'name' => 'release_time', @@ -159,6 +163,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO { 'html' => [ 'type' => 'Select Date', ], + 'add' => NULL, ], 'data' => [ 'name' => 'data', @@ -171,6 +176,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO { 'bao' => 'CRM_Queue_BAO_QueueItem', 'localizable' => 0, 'serialize' => self::SERIALIZE_PHP, + 'add' => NULL, ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/Report/DAO/ReportInstance.php b/CRM/Report/DAO/ReportInstance.php index b2af24148f..591332e670 100644 --- a/CRM/Report/DAO/ReportInstance.php +++ b/CRM/Report/DAO/ReportInstance.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Report/ReportInstance.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e578602adaab855b72e2aef8992cb97e) + * (GenCodeChecksum:5e7790bacc5ffff1ecfcaada1abeafec) */ /** @@ -233,6 +233,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'entity' => 'ReportInstance', 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, + 'add' => '2.2', ], 'domain_id' => [ 'name' => 'domain_id', @@ -251,6 +252,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.1', ], 'title' => [ 'name' => 'title', @@ -267,6 +269,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.2', ], 'report_id' => [ 'name' => 'report_id', @@ -284,6 +287,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'Select', ], + 'add' => '2.2', ], 'name' => [ 'name' => 'name', @@ -300,6 +304,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.2', ], 'args' => [ 'name' => 'args', @@ -316,6 +321,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '3.2', ], 'description' => [ 'name' => 'description', @@ -332,6 +338,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.2', ], 'permission' => [ 'name' => 'permission', @@ -348,6 +355,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.2', ], 'grouprole' => [ 'name' => 'grouprole', @@ -364,6 +372,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.1', ], 'form_values' => [ 'name' => 'form_values', @@ -378,6 +387,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, 'serialize' => self::SERIALIZE_PHP, + 'add' => '2.2', ], 'is_active' => [ 'name' => 'is_active', @@ -392,6 +402,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '2.2', ], 'created_id' => [ 'name' => 'created_id', @@ -404,6 +415,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.6', ], 'owner_id' => [ 'name' => 'owner_id', @@ -416,6 +428,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '4.6', ], 'email_subject' => [ 'name' => 'email_subject', @@ -432,6 +445,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => NULL, ], 'email_to' => [ 'name' => 'email_to', @@ -446,6 +460,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.2', ], 'email_cc' => [ 'name' => 'email_cc', @@ -460,6 +475,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '2.2', ], 'header' => [ 'name' => 'header', @@ -476,6 +492,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '2.2', ], 'footer' => [ 'name' => 'footer', @@ -492,6 +509,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'TextArea', ], + 'add' => '2.2', ], 'navigation_id' => [ 'name' => 'navigation_id', @@ -506,6 +524,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Navigation', + 'add' => '3.0', ], 'drilldown_id' => [ 'name' => 'drilldown_id', @@ -520,6 +539,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, 'FKClassName' => 'CRM_Report_DAO_ReportInstance', + 'add' => '4.3', ], 'is_reserved' => [ 'name' => 'is_reserved', @@ -534,6 +554,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.2', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/CRM/SMS/DAO/Provider.php b/CRM/SMS/DAO/Provider.php index 933b002642..8f87fa5a14 100644 --- a/CRM/SMS/DAO/Provider.php +++ b/CRM/SMS/DAO/Provider.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/SMS/Provider.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:964732a3dec2213ab9106ddd23e5391d) + * (GenCodeChecksum:b512d0ed25ec37b9c890952e48c667e6) */ /** @@ -144,6 +144,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'entity' => 'Provider', 'bao' => 'CRM_SMS_BAO_Provider', 'localizable' => 0, + 'add' => '4.2', ], 'name' => [ 'name' => 'name', @@ -157,6 +158,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'entity' => 'Provider', 'bao' => 'CRM_SMS_BAO_Provider', 'localizable' => 0, + 'add' => '4.2', ], 'title' => [ 'name' => 'title', @@ -173,6 +175,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.2', ], 'username' => [ 'name' => 'username', @@ -188,6 +191,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.2', ], 'password' => [ 'name' => 'password', @@ -203,6 +207,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.2', ], 'api_type' => [ 'name' => 'api_type', @@ -222,6 +227,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'optionGroupName' => 'sms_api_type', 'optionEditPath' => 'civicrm/admin/options/sms_api_type', ], + 'add' => '4.2', ], 'api_url' => [ 'name' => 'api_url', @@ -237,6 +243,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.2', ], 'api_params' => [ 'name' => 'api_params', @@ -251,6 +258,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '4.2', ], 'is_default' => [ 'name' => 'is_default', @@ -265,6 +273,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.2', ], 'is_active' => [ 'name' => 'is_active', @@ -279,6 +288,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.2', ], 'domain_id' => [ 'name' => 'domain_id', @@ -296,6 +306,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.7', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/xml/templates/dao.tpl b/xml/templates/dao.tpl index 41ce2252f4..3a0c51e328 100644 --- a/xml/templates/dao.tpl +++ b/xml/templates/dao.tpl @@ -177,7 +177,9 @@ class {$table.className} extends CRM_Core_DAO {ldelim} {/if} {if $field.pseudoconstant} 'pseudoconstant' => {$field.pseudoconstant|@print_array}, -{/if} {* field.pseudoconstant *} ), +{/if} + 'add' => {if $field.add}'{$field.add}'{else}NULL{/if}, +), {/foreach} {* table.fields *} ); CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); -- 2.25.1