From 2cbbebe8c3284efaa7d9e8aab16ca67ed51fdd83 Mon Sep 17 00:00:00 2001 From: Ahed Date: Sat, 6 Feb 2021 13:36:32 +0200 Subject: [PATCH] Regenerate DAO files --- CRM/ACL/DAO/ACL.php | 5 +- CRM/ACL/DAO/ACLCache.php | 13 +++- CRM/ACL/DAO/EntityRole.php | 5 +- CRM/Activity/DAO/Activity.php | 25 ++++++-- CRM/Activity/DAO/ActivityContact.php | 13 +++- CRM/Batch/DAO/Batch.php | 18 ++++-- CRM/Batch/DAO/EntityBatch.php | 8 ++- CRM/Campaign/DAO/Campaign.php | 18 ++++-- CRM/Campaign/DAO/CampaignGroup.php | 10 ++- CRM/Campaign/DAO/Survey.php | 20 ++++-- CRM/Case/DAO/Case.php | 11 ++-- CRM/Case/DAO/CaseActivity.php | 13 +++- CRM/Case/DAO/CaseContact.php | 11 +++- CRM/Case/DAO/CaseType.php | 5 +- CRM/Contact/DAO/ACLContactCache.php | 8 ++- CRM/Contact/DAO/Contact.php | 8 ++- CRM/Contact/DAO/ContactType.php | 10 ++- CRM/Contact/DAO/DashboardContact.php | 15 ++++- CRM/Contact/DAO/Group.php | 18 +++++- CRM/Contact/DAO/GroupContact.php | 19 +++++- CRM/Contact/DAO/GroupContactCache.php | 11 +++- CRM/Contact/DAO/GroupNesting.php | 15 ++++- CRM/Contact/DAO/GroupOrganization.php | 13 +++- CRM/Contact/DAO/Relationship.php | 21 +++++-- CRM/Contact/DAO/RelationshipCache.php | 17 ++++- CRM/Contact/DAO/RelationshipType.php | 5 +- CRM/Contact/DAO/SavedSearch.php | 8 ++- CRM/Contact/DAO/SubscriptionHistory.php | 23 ++++--- CRM/Contribute/DAO/Contribution.php | 16 +++-- CRM/Contribute/DAO/ContributionPage.php | 21 +++++-- CRM/Contribute/DAO/ContributionProduct.php | 13 +++- CRM/Contribute/DAO/ContributionRecur.php | 20 ++++-- CRM/Contribute/DAO/ContributionSoft.php | 20 ++++-- CRM/Contribute/DAO/Premium.php | 5 +- CRM/Contribute/DAO/PremiumsProduct.php | 20 ++++-- CRM/Contribute/DAO/Product.php | 10 ++- CRM/Contribute/DAO/Widget.php | 14 +++-- CRM/Core/DAO/ActionLog.php | 15 ++++- CRM/Core/DAO/ActionMapping.php | 5 +- CRM/Core/DAO/ActionSchedule.php | 21 +++++-- CRM/Core/DAO/Address.php | 22 +++++-- CRM/Core/DAO/AddressFormat.php | 9 ++- CRM/Core/DAO/Cache.php | 6 +- CRM/Core/DAO/Component.php | 5 +- CRM/Core/DAO/Country.php | 17 +++-- CRM/Core/DAO/County.php | 10 ++- CRM/Core/DAO/CustomField.php | 13 +++- CRM/Core/DAO/CustomGroup.php | 10 ++- CRM/Core/DAO/Dashboard.php | 10 ++- CRM/Core/DAO/Discount.php | 10 ++- CRM/Core/DAO/Domain.php | 10 ++- CRM/Core/DAO/Email.php | 10 ++- CRM/Core/DAO/EntityFile.php | 10 ++- CRM/Core/DAO/EntityTag.php | 8 ++- CRM/Core/DAO/Extension.php | 5 +- CRM/Core/DAO/File.php | 8 ++- CRM/Core/DAO/IM.php | 10 ++- CRM/Core/DAO/Job.php | 14 +++-- CRM/Core/DAO/JobLog.php | 12 +++- CRM/Core/DAO/LocBlock.php | 45 ++++++++++--- CRM/Core/DAO/LocationType.php | 5 +- CRM/Core/DAO/Log.php | 10 ++- CRM/Core/DAO/MailSettings.php | 10 ++- CRM/Core/DAO/Managed.php | 5 +- CRM/Core/DAO/Mapping.php | 5 +- CRM/Core/DAO/MappingField.php | 14 ++++- CRM/Core/DAO/Menu.php | 13 +++- CRM/Core/DAO/MessageTemplate.php | 5 +- CRM/Core/DAO/Navigation.php | 15 ++++- CRM/Core/DAO/Note.php | 10 ++- CRM/Core/DAO/OpenID.php | 10 ++- CRM/Core/DAO/OptionGroup.php | 5 +- CRM/Core/DAO/OptionValue.php | 11 +++- CRM/Core/DAO/Phone.php | 10 ++- CRM/Core/DAO/PreferencesDate.php | 5 +- CRM/Core/DAO/PrevNextCache.php | 5 +- CRM/Core/DAO/PrintLabel.php | 10 ++- CRM/Core/DAO/RecurringEntity.php | 5 +- CRM/Core/DAO/Setting.php | 23 +++++-- CRM/Core/DAO/StateProvince.php | 10 ++- CRM/Core/DAO/StatusPreference.php | 10 ++- CRM/Core/DAO/SystemLog.php | 5 +- CRM/Core/DAO/Tag.php | 15 ++++- CRM/Core/DAO/Timezone.php | 18 ++++-- CRM/Core/DAO/UFField.php | 19 ++++-- CRM/Core/DAO/UFGroup.php | 20 ++++-- CRM/Core/DAO/UFJoin.php | 6 +- CRM/Core/DAO/UFMatch.php | 15 ++++- CRM/Core/DAO/Website.php | 10 ++- CRM/Core/DAO/WordReplacement.php | 10 ++- CRM/Core/DAO/Worldregion.php | 9 ++- CRM/Cxn/DAO/Cxn.php | 5 +- CRM/Dedupe/DAO/Exception.php | 11 +++- CRM/Dedupe/DAO/Rule.php | 10 ++- CRM/Dedupe/DAO/RuleGroup.php | 5 +- CRM/Event/Cart/DAO/Cart.php | 14 +++-- CRM/Event/Cart/DAO/EventInCart.php | 19 ++++-- CRM/Event/DAO/Event.php | 17 ++++- CRM/Event/DAO/Participant.php | 39 +++++++++--- CRM/Event/DAO/ParticipantPayment.php | 21 +++++-- CRM/Event/DAO/ParticipantStatusType.php | 5 +- CRM/Financial/DAO/Currency.php | 9 ++- CRM/Financial/DAO/EntityFinancialAccount.php | 8 ++- CRM/Financial/DAO/EntityFinancialTrxn.php | 10 ++- CRM/Financial/DAO/FinancialAccount.php | 13 +++- CRM/Financial/DAO/FinancialItem.php | 11 +++- CRM/Financial/DAO/FinancialTrxn.php | 16 +++-- CRM/Financial/DAO/FinancialType.php | 5 +- CRM/Financial/DAO/PaymentProcessor.php | 15 ++++- CRM/Financial/DAO/PaymentProcessorType.php | 5 +- CRM/Financial/DAO/PaymentToken.php | 14 ++++- CRM/Friend/DAO/Friend.php | 5 +- CRM/Grant/DAO/Grant.php | 15 +++-- CRM/Mailing/DAO/BouncePattern.php | 10 ++- CRM/Mailing/DAO/BounceType.php | 5 +- CRM/Mailing/DAO/Mailing.php | 66 +++++++++++++++----- CRM/Mailing/DAO/MailingAB.php | 10 ++- CRM/Mailing/DAO/MailingComponent.php | 5 +- CRM/Mailing/DAO/MailingGroup.php | 10 ++- CRM/Mailing/DAO/MailingJob.php | 15 ++++- CRM/Mailing/DAO/Recipients.php | 25 ++++++-- CRM/Mailing/DAO/Spool.php | 10 ++- CRM/Mailing/DAO/TrackableURL.php | 10 ++- CRM/Mailing/Event/DAO/Bounce.php | 10 ++- CRM/Mailing/Event/DAO/Confirm.php | 8 ++- CRM/Mailing/Event/DAO/Delivered.php | 10 ++- CRM/Mailing/Event/DAO/Forward.php | 15 ++++- CRM/Mailing/Event/DAO/Opened.php | 10 ++- CRM/Mailing/Event/DAO/Queue.php | 17 ++++- CRM/Mailing/Event/DAO/Reply.php | 10 ++- CRM/Mailing/Event/DAO/Subscribe.php | 13 +++- CRM/Mailing/Event/DAO/TrackableURLOpen.php | 15 ++++- CRM/Mailing/Event/DAO/Unsubscribe.php | 10 ++- CRM/Member/DAO/Membership.php | 26 +++++--- CRM/Member/DAO/MembershipBlock.php | 19 ++++-- CRM/Member/DAO/MembershipLog.php | 21 ++++++- CRM/Member/DAO/MembershipPayment.php | 15 ++++- CRM/Member/DAO/MembershipStatus.php | 9 ++- CRM/Member/DAO/MembershipType.php | 24 +++++-- CRM/PCP/DAO/PCP.php | 6 +- CRM/PCP/DAO/PCPBlock.php | 14 +++-- CRM/Pledge/DAO/Pledge.php | 19 ++++-- CRM/Pledge/DAO/PledgeBlock.php | 7 ++- CRM/Pledge/DAO/PledgePayment.php | 15 ++++- CRM/Price/DAO/LineItem.php | 20 ++++-- CRM/Price/DAO/PriceField.php | 10 ++- CRM/Price/DAO/PriceFieldValue.php | 16 +++-- CRM/Price/DAO/PriceSet.php | 10 +-- CRM/Price/DAO/PriceSetEntity.php | 10 ++- CRM/Queue/DAO/QueueItem.php | 5 +- CRM/Report/DAO/ReportInstance.php | 26 ++++++-- CRM/SMS/DAO/Provider.php | 10 ++- 152 files changed, 1532 insertions(+), 419 deletions(-) diff --git a/CRM/ACL/DAO/ACL.php b/CRM/ACL/DAO/ACL.php index 2bb1a99803..f26abd9b58 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:945c6124726a8a24c2b1915f892e5d7f) + * (GenCodeChecksum:3f7dd0002b1f610838f8c50604c15344) */ /** @@ -159,6 +159,9 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'entity' => 'ACL', 'bao' => 'CRM_ACL_BAO_ACL', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.6', ], 'name' => [ diff --git a/CRM/ACL/DAO/ACLCache.php b/CRM/ACL/DAO/ACLCache.php index 181af8cdc0..28e4a1f4b5 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:d578da6a914d1f86daeff26e50653fc4) + * (GenCodeChecksum:51f4d5ab70bf89827f6f393037b94dc8) */ /** @@ -110,12 +110,15 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO { 'entity' => 'ACLCache', 'bao' => 'CRM_ACL_DAO_ACLCache', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.6', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Cache Contact'), + 'title' => ts('Contact ID'), 'description' => ts('Foreign Key to Contact'), 'where' => 'civicrm_acl_cache.contact_id', 'table_name' => 'civicrm_acl_cache', @@ -124,13 +127,14 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO { 'localizable' => 0, 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '1.6', ], 'acl_id' => [ 'name' => 'acl_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Cache ACL'), + 'title' => ts('ACL ID'), 'description' => ts('Foreign Key to ACL'), 'required' => TRUE, 'where' => 'civicrm_acl_cache.acl_id', @@ -139,6 +143,9 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO { 'bao' => 'CRM_ACL_DAO_ACLCache', 'localizable' => 0, 'FKClassName' => 'CRM_ACL_DAO_ACL', + 'html' => [ + 'label' => ts("ACL"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_acl', 'keyColumn' => 'id', diff --git a/CRM/ACL/DAO/EntityRole.php b/CRM/ACL/DAO/EntityRole.php index 3701d04d1e..3f9c089294 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:012d2481ba1ccdef7d19a17eae876597) + * (GenCodeChecksum:cf9e0c31213828937213142e8b09f8dc) */ /** @@ -117,6 +117,9 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'entity' => 'EntityRole', 'bao' => 'CRM_ACL_BAO_EntityRole', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.6', ], 'acl_role_id' => [ diff --git a/CRM/Activity/DAO/Activity.php b/CRM/Activity/DAO/Activity.php index e1acd532bc..99bb056138 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:e40c263d7d030dc0c6d6e714317a3970) + * (GenCodeChecksum:720be1c759309d7831d6301f28f17257) */ /** @@ -293,6 +293,9 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'entity' => 'Activity', 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'source_record_id' => [ @@ -414,7 +417,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'phone_id' => [ 'name' => 'phone_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Phone (called) ID'), + 'title' => ts('Phone ID (called)'), 'description' => ts('Phone ID of the number called (optional - used if an existing phone number is selected).'), 'where' => 'civicrm_activity.phone_id', 'table_name' => 'civicrm_activity', @@ -509,7 +512,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'parent_id' => [ 'name' => 'parent_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Parent Activity Id'), + 'title' => ts('Parent Activity ID'), 'description' => ts('Parent meeting ID (if this is a follow-up item). This is not currently implemented'), 'where' => 'civicrm_activity.parent_id', 'table_name' => 'civicrm_activity', @@ -517,6 +520,9 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, 'FKClassName' => 'CRM_Activity_DAO_Activity', + 'html' => [ + 'label' => ts("Parent Activity"), + ], 'add' => '1.1', ], 'activity_is_test' => [ @@ -572,7 +578,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'relationship_id' => [ 'name' => 'relationship_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Relationship Id'), + 'title' => ts('Relationship ID'), 'description' => ts('FK to Relationship ID'), 'where' => 'civicrm_activity.relationship_id', 'default' => 'NULL', @@ -581,6 +587,9 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Relationship', + 'html' => [ + 'label' => ts("Relationship"), + ], 'add' => '2.2', ], 'is_current_revision' => [ @@ -601,7 +610,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'original_id' => [ 'name' => 'original_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Original Activity ID '), + 'title' => ts('Original Activity ID'), 'description' => ts('Activity ID of the first activity record in versioning chain.'), 'where' => 'civicrm_activity.original_id', 'table_name' => 'civicrm_activity', @@ -609,6 +618,9 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, 'FKClassName' => 'CRM_Activity_DAO_Activity', + 'html' => [ + 'label' => ts("Original Activity"), + ], 'add' => '2.2', ], 'activity_result' => [ @@ -646,7 +658,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'activity_campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Campaign'), + 'title' => ts('Campaign ID'), 'description' => ts('The campaign for which this activity has been triggered.'), 'import' => TRUE, 'where' => 'civicrm_activity.campaign_id', @@ -658,6 +670,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'Select', + 'label' => ts("Campaign"), ], 'add' => '3.4', ], diff --git a/CRM/Activity/DAO/ActivityContact.php b/CRM/Activity/DAO/ActivityContact.php index c80dbbf1b9..eda512cbdf 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:ea2c719e3d50906c6e8695743b39f3d1) + * (GenCodeChecksum:e713c308a3c7d44cb334af9c97b9939e) */ /** @@ -111,6 +111,9 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO { 'entity' => 'ActivityContact', 'bao' => 'CRM_Activity_BAO_ActivityContact', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.4', ], 'activity_id' => [ @@ -125,12 +128,15 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO { 'bao' => 'CRM_Activity_BAO_ActivityContact', 'localizable' => 0, 'FKClassName' => 'CRM_Activity_DAO_Activity', + 'html' => [ + 'label' => ts("Activity"), + ], 'add' => '4.4', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contact ID (match to contact)'), + 'title' => ts('Contact ID'), 'description' => ts('Foreign key to the contact for this record.'), 'required' => TRUE, 'import' => TRUE, @@ -141,6 +147,9 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO { 'bao' => 'CRM_Activity_BAO_ActivityContact', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '4.4', ], 'record_type_id' => [ diff --git a/CRM/Batch/DAO/Batch.php b/CRM/Batch/DAO/Batch.php index 8c9421d887..3018c1e261 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:d8e02b922579edb2fc29f4717ba25699) + * (GenCodeChecksum:00a7601bf04fcaa5c8d5ae2e7f916d4f) */ /** @@ -201,6 +201,9 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'name' => [ @@ -257,7 +260,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Batch Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to Contact ID'), 'where' => 'civicrm_batch.created_id', 'table_name' => 'civicrm_batch', @@ -265,6 +268,9 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'bao' => 'CRM_Batch_BAO_Batch', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '3.3', ], 'created_date' => [ @@ -286,7 +292,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'modified_id' => [ 'name' => 'modified_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Batch Modified By'), + 'title' => ts('Modified By Contact ID'), 'description' => ts('FK to Contact ID'), 'where' => 'civicrm_batch.modified_id', 'table_name' => 'civicrm_batch', @@ -294,6 +300,9 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'bao' => 'CRM_Batch_BAO_Batch', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Modified By"), + ], 'add' => '3.3', ], 'modified_date' => [ @@ -311,7 +320,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'saved_search_id' => [ 'name' => 'saved_search_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Batch Smart Group'), + 'title' => ts('Smart Group ID'), 'description' => ts('FK to Saved Search ID'), 'where' => 'civicrm_batch.saved_search_id', 'table_name' => 'civicrm_batch', @@ -321,6 +330,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_SavedSearch', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Smart Group"), ], 'add' => '4.1', ], diff --git a/CRM/Batch/DAO/EntityBatch.php b/CRM/Batch/DAO/EntityBatch.php index 0a080da4b5..9e39a3773e 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:9d04febc575fa821cc186aecfbce8965) + * (GenCodeChecksum:415abafe49306753bf320774a6c9207b) */ /** @@ -111,6 +111,9 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO { 'entity' => 'EntityBatch', 'bao' => 'CRM_Batch_BAO_EntityBatch', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'entity_table' => [ @@ -152,6 +155,9 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO { 'bao' => 'CRM_Batch_BAO_EntityBatch', 'localizable' => 0, 'FKClassName' => 'CRM_Batch_DAO_Batch', + 'html' => [ + 'label' => ts("Batch"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_batch', 'keyColumn' => 'id', diff --git a/CRM/Campaign/DAO/Campaign.php b/CRM/Campaign/DAO/Campaign.php index 5e2534cb4e..529103f7f3 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:3b1b6ca6e815c02f3db8ccfe2a2ebb49) + * (GenCodeChecksum:3c5c445117124eb83c49900f9ba7b618) */ /** @@ -231,6 +231,9 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'entity' => 'Campaign', 'bao' => 'CRM_Campaign_BAO_Campaign', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'name' => [ @@ -395,7 +398,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'parent_id' => [ 'name' => 'parent_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Parent Campaign'), + 'title' => ts('Parent Campaign ID'), 'description' => ts('Optional parent id for this Campaign.'), 'import' => TRUE, 'where' => 'civicrm_campaign.parent_id', @@ -408,6 +411,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Parent Campaign"), ], 'add' => '3.3', ], @@ -430,7 +434,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Campaign Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to civicrm_contact, who created this Campaign.'), 'where' => 'civicrm_campaign.created_id', 'table_name' => 'civicrm_campaign', @@ -438,6 +442,9 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_BAO_Campaign', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '3.3', ], 'created_date' => [ @@ -459,7 +466,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'last_modified_id' => [ 'name' => 'last_modified_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Campaign Modified By'), + 'title' => ts('Modified By Contact ID'), 'description' => ts('FK to civicrm_contact, who recently edited this Campaign.'), 'where' => 'civicrm_campaign.last_modified_id', 'table_name' => 'civicrm_campaign', @@ -467,6 +474,9 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_BAO_Campaign', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Modified By"), + ], 'add' => '3.3', ], 'last_modified_date' => [ diff --git a/CRM/Campaign/DAO/CampaignGroup.php b/CRM/Campaign/DAO/CampaignGroup.php index 96863381a8..5dfedffe3f 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:a10a2acb5e6198e023bf1b97883b16cf) + * (GenCodeChecksum:6eb5e63424f42236328b3c11428382e6) */ /** @@ -119,12 +119,15 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO { 'entity' => 'CampaignGroup', 'bao' => 'CRM_Campaign_DAO_CampaignGroup', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Campaign'), + 'title' => ts('Campaign ID'), 'description' => ts('Foreign key to the activity Campaign.'), 'required' => TRUE, 'where' => 'civicrm_campaign_group.campaign_id', @@ -133,6 +136,9 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_DAO_CampaignGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Campaign_DAO_Campaign', + 'html' => [ + 'label' => ts("Campaign"), + ], 'add' => '3.3', ], 'group_type' => [ diff --git a/CRM/Campaign/DAO/Survey.php b/CRM/Campaign/DAO/Survey.php index 72c3406648..04a78c33cd 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:8a55f06388a594dd78f397320b1b55a6) + * (GenCodeChecksum:2c73452082011f01b04978515f1bde2a) */ /** @@ -239,6 +239,9 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'title' => [ @@ -261,7 +264,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Survey Campaign ID'), + 'title' => ts('Campaign ID'), 'description' => ts('Foreign key to the Campaign.'), 'where' => 'civicrm_survey.campaign_id', 'default' => 'NULL', @@ -270,6 +273,9 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, 'FKClassName' => 'CRM_Campaign_DAO_Campaign', + 'html' => [ + 'label' => ts("Campaign"), + ], 'add' => '3.3', ], 'activity_type_id' => [ @@ -396,7 +402,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Survey Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to civicrm_contact, who created this Survey.'), 'where' => 'civicrm_survey.created_id', 'table_name' => 'civicrm_survey', @@ -404,6 +410,9 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '3.3', ], 'created_date' => [ @@ -421,7 +430,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'last_modified_id' => [ 'name' => 'last_modified_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Survey Modified'), + 'title' => ts('Modified By Contact ID'), 'description' => ts('FK to civicrm_contact, who recently edited this Survey.'), 'where' => 'civicrm_survey.last_modified_id', 'table_name' => 'civicrm_survey', @@ -429,6 +438,9 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Modified By"), + ], 'add' => '3.3', ], 'last_modified_date' => [ diff --git a/CRM/Case/DAO/Case.php b/CRM/Case/DAO/Case.php index 483f25ac88..2906b89aba 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:25b62fb26ceaecec52854fad5c2ef1f5) + * (GenCodeChecksum:d6c7680ec45c92e71f0aea01dc6477ab) */ /** @@ -88,7 +88,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { public $details; /** - * Id of case status. + * ID of case status. * * @var int */ @@ -168,14 +168,14 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'bao' => 'CRM_Case_BAO_Case', 'localizable' => 0, 'html' => [ - 'type' => 'Text', + 'type' => 'Number', ], 'add' => '1.8', ], 'case_type_id' => [ 'name' => 'case_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Case Type'), + 'title' => ts('Case Type ID'), 'description' => ts('FK to civicrm_case_type.id'), 'required' => TRUE, 'import' => TRUE, @@ -188,6 +188,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'FKClassName' => 'CRM_Case_DAO_CaseType', 'html' => [ 'type' => 'Select', + 'label' => ts("Case Type"), ], 'pseudoconstant' => [ 'table' => 'civicrm_case_type', @@ -272,7 +273,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { 'name' => 'status_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Case Status'), - 'description' => ts('Id of case status.'), + 'description' => ts('ID of case status.'), 'required' => TRUE, 'import' => TRUE, 'where' => 'civicrm_case.status_id', diff --git a/CRM/Case/DAO/CaseActivity.php b/CRM/Case/DAO/CaseActivity.php index 96baecd3fb..2bfa5d5aaf 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:86671184c99ebfb57f4eb57c2f07b81b) + * (GenCodeChecksum:3953c668a1b2081b07e1ae2f207d5186) */ /** @@ -105,12 +105,15 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO { 'entity' => 'CaseActivity', 'bao' => 'CRM_Case_DAO_CaseActivity', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'case_id' => [ 'name' => 'case_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Case'), + 'title' => ts('Case ID'), 'description' => ts('Case ID of case-activity association.'), 'required' => TRUE, 'where' => 'civicrm_case_activity.case_id', @@ -119,6 +122,9 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO { 'bao' => 'CRM_Case_DAO_CaseActivity', 'localizable' => 0, 'FKClassName' => 'CRM_Case_DAO_Case', + 'html' => [ + 'label' => ts("Case"), + ], 'add' => '1.8', ], 'activity_id' => [ @@ -133,6 +139,9 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO { 'bao' => 'CRM_Case_DAO_CaseActivity', 'localizable' => 0, 'FKClassName' => 'CRM_Activity_DAO_Activity', + 'html' => [ + 'label' => ts("Activity"), + ], 'add' => '2.0', ], ]; diff --git a/CRM/Case/DAO/CaseContact.php b/CRM/Case/DAO/CaseContact.php index 7adb2d563e..6fbb3650ae 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:183cc7024ea45a45b22d912a813ad571) + * (GenCodeChecksum:bf636853b5224b9c25c7d598b81ab6e4) */ /** @@ -105,12 +105,15 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO { 'entity' => 'CaseContact', 'bao' => 'CRM_Case_BAO_CaseContact', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'case_id' => [ 'name' => 'case_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Case'), + 'title' => ts('Case ID'), 'description' => ts('Case ID of case-contact association.'), 'required' => TRUE, 'where' => 'civicrm_case_contact.case_id', @@ -119,6 +122,9 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO { 'bao' => 'CRM_Case_BAO_CaseContact', 'localizable' => 0, 'FKClassName' => 'CRM_Case_DAO_Case', + 'html' => [ + 'label' => ts("Case"), + ], 'add' => '2.1', ], 'contact_id' => [ @@ -135,6 +141,7 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '2.1', ], diff --git a/CRM/Case/DAO/CaseType.php b/CRM/Case/DAO/CaseType.php index 299d708a7e..5f19cb253d 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:6a52ae7afff416692c421e61c34645d6) + * (GenCodeChecksum:e40fb6bc8c10d6ddad304ffe15773b0e) */ /** @@ -124,6 +124,9 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO { 'entity' => 'CaseType', 'bao' => 'CRM_Case_BAO_CaseType', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.5', ], 'name' => [ diff --git a/CRM/Contact/DAO/ACLContactCache.php b/CRM/Contact/DAO/ACLContactCache.php index c298e5f8ca..e6fe49a771 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:0344ff6318aa46a5eb71653f0af1b03a) + * (GenCodeChecksum:e32cdfdc571550d1380cb40874062d6c) */ /** @@ -95,6 +95,9 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO { 'entity' => 'ACLContactCache', 'bao' => 'CRM_Contact_DAO_ACLContactCache', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.1', ], 'user_id' => [ @@ -120,6 +123,9 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO { 'entity' => 'ACLContactCache', 'bao' => 'CRM_Contact_DAO_ACLContactCache', 'localizable' => 0, + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '3.1', ], 'operation' => [ diff --git a/CRM/Contact/DAO/Contact.php b/CRM/Contact/DAO/Contact.php index bf067a163f..c20bdb1db2 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:e34bde9c7a6fcbfdc33cd9cbc305f1fb) + * (GenCodeChecksum:5e9f67b31a424494f29bbfbd0e111d5c) */ /** @@ -462,6 +462,9 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'entity' => 'Contact', 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'contact_type' => [ @@ -1354,6 +1357,9 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Household Primary Contact"), + ], 'add' => '1.1', ], 'organization_name' => [ diff --git a/CRM/Contact/DAO/ContactType.php b/CRM/Contact/DAO/ContactType.php index a6fe11a8eb..c8907116cf 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:7b959770a932c13bc00ff85cbecc045e) + * (GenCodeChecksum:f9726b18597a2b1acd205de3b4ff092b) */ /** @@ -138,6 +138,9 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'entity' => 'ContactType', 'bao' => 'CRM_Contact_BAO_ContactType', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -203,7 +206,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'parent_id' => [ 'name' => 'parent_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contact Type Parent'), + 'title' => ts('Parent ID'), 'description' => ts('Optional FK to parent contact type.'), 'where' => 'civicrm_contact_type.parent_id', 'table_name' => 'civicrm_contact_type', @@ -211,6 +214,9 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_ContactType', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_ContactType', + 'html' => [ + 'label' => ts("Parent"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_contact_type', 'keyColumn' => 'id', diff --git a/CRM/Contact/DAO/DashboardContact.php b/CRM/Contact/DAO/DashboardContact.php index 7ff5944899..e6503f2924 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:583e1de6afb140898039f277bd3475be) + * (GenCodeChecksum:11cb89ad6720c440b84d0f60799cc2b2) */ /** @@ -122,12 +122,15 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO { 'entity' => 'DashboardContact', 'bao' => 'CRM_Contact_BAO_DashboardContact', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.1', ], 'dashboard_id' => [ 'name' => 'dashboard_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Dashboard'), + 'title' => ts('Dashboard ID'), 'description' => ts('Dashboard ID'), 'required' => TRUE, 'where' => 'civicrm_dashboard_contact.dashboard_id', @@ -136,12 +139,15 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_DashboardContact', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Dashboard', + 'html' => [ + 'label' => ts("Dashboard"), + ], 'add' => '3.1', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Dashboard Contact'), + 'title' => ts('Contact ID'), 'description' => ts('Contact ID'), 'required' => TRUE, 'where' => 'civicrm_dashboard_contact.contact_id', @@ -150,6 +156,9 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_DashboardContact', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '3.1', ], 'column_no' => [ diff --git a/CRM/Contact/DAO/Group.php b/CRM/Contact/DAO/Group.php index bdb88dc88c..c8a2a3eb47 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:ff18afbee9efca3c4e91c5f67fb10622) + * (GenCodeChecksum:8ac9c70cfe18b05911b2c6d85e8c522d) */ /** @@ -259,6 +259,9 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -334,6 +337,9 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_SavedSearch', + 'html' => [ + 'label' => ts("Saved Search"), + ], 'add' => '1.1', ], 'is_active' => [ @@ -508,7 +514,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Group Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to contact table.'), 'where' => 'civicrm_group.created_id', 'table_name' => 'civicrm_group', @@ -516,12 +522,15 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '4.3', ], 'modified_id' => [ 'name' => 'modified_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Group Modified By'), + 'title' => ts('Modified By Contact ID'), 'description' => ts('FK to contact table.'), 'where' => 'civicrm_group.modified_id', 'table_name' => 'civicrm_group', @@ -529,6 +538,9 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Modified By"), + ], 'add' => '4.5', ], 'frontend_title' => [ diff --git a/CRM/Contact/DAO/GroupContact.php b/CRM/Contact/DAO/GroupContact.php index a721362273..b104f7ede3 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:56b483aa4bf347ec6193ad05c1ab3d0a) + * (GenCodeChecksum:831b40bc5550a6ab4186f68655080c55) */ /** @@ -127,6 +127,9 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'entity' => 'GroupContact', 'bao' => 'CRM_Contact_BAO_GroupContact', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'group_id' => [ @@ -143,6 +146,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', @@ -163,6 +167,9 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupContact', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '1.1', ], 'status' => [ @@ -188,7 +195,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'location_id' => [ 'name' => 'location_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Group Contact Location'), + 'title' => ts('Location ID'), 'description' => ts('Optional location to associate with this membership'), 'where' => 'civicrm_group_contact.location_id', 'table_name' => 'civicrm_group_contact', @@ -196,12 +203,15 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupContact', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_LocBlock', + 'html' => [ + 'label' => ts("Location"), + ], 'add' => '1.1', ], 'email_id' => [ 'name' => 'email_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Group Contact Email'), + 'title' => ts('Email ID'), 'description' => ts('Optional email to associate with this membership'), 'where' => 'civicrm_group_contact.email_id', 'table_name' => 'civicrm_group_contact', @@ -209,6 +219,9 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupContact', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Email', + 'html' => [ + 'label' => ts("Email"), + ], 'add' => '1.1', ], ]; diff --git a/CRM/Contact/DAO/GroupContactCache.php b/CRM/Contact/DAO/GroupContactCache.php index 92067ada62..ce2ac4ab1c 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:5178c3ecf2bb087a51fc88c339ac9172) + * (GenCodeChecksum:782e943e61cd21fead43aedfc8cfe614) */ /** @@ -104,12 +104,15 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO { 'entity' => 'GroupContactCache', 'bao' => 'CRM_Contact_BAO_GroupContactCache', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'group_id' => [ 'name' => 'group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Group'), + 'title' => ts('Group ID'), 'description' => ts('FK to civicrm_group'), 'required' => TRUE, 'where' => 'civicrm_group_contact_cache.group_id', @@ -120,6 +123,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', @@ -140,6 +144,9 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupContactCache', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '2.1', ], ]; diff --git a/CRM/Contact/DAO/GroupNesting.php b/CRM/Contact/DAO/GroupNesting.php index c4be7696c3..847bdab2fb 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:fcc4ba34c2f709a89170d80de223c53d) + * (GenCodeChecksum:b1a1fc570a824bc61a8a977bad5309dc) */ /** @@ -104,12 +104,15 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO { 'entity' => 'GroupNesting', 'bao' => 'CRM_Contact_BAO_GroupNesting', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.0', ], 'child_group_id' => [ 'name' => 'child_group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Child Group'), + 'title' => ts('Child Group ID'), 'description' => ts('ID of the child group'), 'required' => TRUE, 'where' => 'civicrm_group_nesting.child_group_id', @@ -118,12 +121,15 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupNesting', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Group', + 'html' => [ + 'label' => ts("Child Group"), + ], 'add' => '2.0', ], 'parent_group_id' => [ 'name' => 'parent_group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Parent Group'), + 'title' => ts('Parent Group ID'), 'description' => ts('ID of the parent group'), 'required' => TRUE, 'where' => 'civicrm_group_nesting.parent_group_id', @@ -132,6 +138,9 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupNesting', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Group', + 'html' => [ + 'label' => ts("Parent Group"), + ], 'add' => '2.0', ], ]; diff --git a/CRM/Contact/DAO/GroupOrganization.php b/CRM/Contact/DAO/GroupOrganization.php index dc4a43cce7..1fa4d75865 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:10c5435437b8d3b3cbbca748fc008edd) + * (GenCodeChecksum:e34ae26aa37e1dc497a611ffe59394ce) */ /** @@ -104,12 +104,15 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO { 'entity' => 'GroupOrganization', 'bao' => 'CRM_Contact_BAO_GroupOrganization', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.0', ], 'group_id' => [ 'name' => 'group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Group'), + 'title' => ts('Group ID'), 'description' => ts('ID of the group'), 'required' => TRUE, 'where' => 'civicrm_group_organization.group_id', @@ -120,6 +123,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', @@ -131,7 +135,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO { 'organization_id' => [ 'name' => 'organization_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Organization'), + 'title' => ts('Organization ID'), 'description' => ts('ID of the Organization Contact'), 'required' => TRUE, 'where' => 'civicrm_group_organization.organization_id', @@ -140,6 +144,9 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_GroupOrganization', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Organization"), + ], 'add' => '2.0', ], ]; diff --git a/CRM/Contact/DAO/Relationship.php b/CRM/Contact/DAO/Relationship.php index 549a6af751..6ba21948cb 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:e1fb735aa0cc3878713b6a3c2ca9c428) + * (GenCodeChecksum:7fedc23b5b597fecd3e369425177d6e5) */ /** @@ -169,12 +169,15 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'entity' => 'Relationship', 'bao' => 'CRM_Contact_BAO_Relationship', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'contact_id_a' => [ 'name' => 'contact_id_a', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contact A'), + 'title' => ts('Contact A ID'), 'description' => ts('id of the first contact'), 'required' => TRUE, 'where' => 'civicrm_relationship.contact_id_a', @@ -183,12 +186,15 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Relationship', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact A"), + ], 'add' => '1.1', ], 'contact_id_b' => [ 'name' => 'contact_id_b', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contact B'), + 'title' => ts('Contact B ID'), 'description' => ts('id of the second contact'), 'required' => TRUE, 'where' => 'civicrm_relationship.contact_id_b', @@ -199,13 +205,14 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact B"), ], 'add' => '1.1', ], 'relationship_type_id' => [ 'name' => 'relationship_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Relationship Type'), + 'title' => ts('Relationship Type ID'), 'description' => ts('Type of relationship'), 'required' => TRUE, 'where' => 'civicrm_relationship.relationship_type_id', @@ -216,6 +223,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_RelationshipType', 'html' => [ 'type' => 'Select', + 'label' => ts("Relationship Type"), ], 'pseudoconstant' => [ 'table' => 'civicrm_relationship_type', @@ -333,7 +341,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'case_id' => [ 'name' => 'case_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Relationship Case'), + 'title' => ts('Case ID'), 'description' => ts('FK to civicrm_case'), 'where' => 'civicrm_relationship.case_id', 'default' => 'NULL', @@ -342,6 +350,9 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Relationship', 'localizable' => 0, 'FKClassName' => 'CRM_Case_DAO_Case', + 'html' => [ + 'label' => ts("Case"), + ], 'add' => '2.2', ], ]; diff --git a/CRM/Contact/DAO/RelationshipCache.php b/CRM/Contact/DAO/RelationshipCache.php index bd40845225..49521c732f 100644 --- a/CRM/Contact/DAO/RelationshipCache.php +++ b/CRM/Contact/DAO/RelationshipCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/RelationshipCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b35c483041c2cf38afed94446977fa1e) + * (GenCodeChecksum:4d99bd698485ff0fb3770c282c80f333) */ /** @@ -169,12 +169,15 @@ class CRM_Contact_DAO_RelationshipCache extends CRM_Core_DAO { 'entity' => 'RelationshipCache', 'bao' => 'CRM_Contact_BAO_RelationshipCache', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '5.29', ], 'relationship_id' => [ 'name' => 'relationship_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Relationship'), + 'title' => ts('Relationship ID'), 'description' => ts('id of the relationship (FK to civicrm_relationship.id)'), 'required' => TRUE, 'where' => 'civicrm_relationship_cache.relationship_id', @@ -183,12 +186,15 @@ class CRM_Contact_DAO_RelationshipCache extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_RelationshipCache', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Relationship', + 'html' => [ + 'label' => ts("Relationship"), + ], 'add' => '5.29', ], 'relationship_type_id' => [ 'name' => 'relationship_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Relationship Type'), + 'title' => ts('Relationship Type ID'), 'description' => ts('id of the relationship type'), 'required' => TRUE, 'where' => 'civicrm_relationship_cache.relationship_type_id', @@ -197,6 +203,9 @@ class CRM_Contact_DAO_RelationshipCache extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_RelationshipCache', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_RelationshipType', + 'html' => [ + 'label' => ts("Relationship Type"), + ], 'add' => '5.29', ], 'orientation' => [ @@ -231,6 +240,7 @@ class CRM_Contact_DAO_RelationshipCache extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact (Near side)"), ], 'add' => '5.29', ], @@ -268,6 +278,7 @@ class CRM_Contact_DAO_RelationshipCache extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact (Far side)"), ], 'add' => '5.29', ], diff --git a/CRM/Contact/DAO/RelationshipType.php b/CRM/Contact/DAO/RelationshipType.php index 63b6de6612..3114da9543 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:baf94ca6a0ab322520a4ef80dc466b3a) + * (GenCodeChecksum:7cd02aad935daaf223dee2dad3c22787) */ /** @@ -151,6 +151,9 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'entity' => 'RelationshipType', 'bao' => 'CRM_Contact_BAO_RelationshipType', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name_a_b' => [ diff --git a/CRM/Contact/DAO/SavedSearch.php b/CRM/Contact/DAO/SavedSearch.php index c6f4dac629..161d8a8da0 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:60133924e9299405ccd3ebf987663476) + * (GenCodeChecksum:af1fe076a545e5699935ece4a618880d) */ /** @@ -138,6 +138,9 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO { 'entity' => 'SavedSearch', 'bao' => 'CRM_Contact_BAO_SavedSearch', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -202,6 +205,9 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_SavedSearch', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Mapping', + 'html' => [ + 'label' => ts("Mapping"), + ], 'add' => '1.5', ], 'search_custom_id' => [ diff --git a/CRM/Contact/DAO/SubscriptionHistory.php b/CRM/Contact/DAO/SubscriptionHistory.php index b6f1f8c5a8..a09a14bbe1 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:a610d2218f91399a58b1fb8e4f90441d) + * (GenCodeChecksum:c5b65b0c15c0db0227a75306b3eb8af4) */ /** @@ -31,21 +31,21 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { public static $_log = TRUE; /** - * Internal Id + * Internal ID * * @var int */ public $id; /** - * Contact Id + * Contact ID * * @var int */ public $contact_id; /** - * Group Id + * Group ID * * @var int */ @@ -125,20 +125,23 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Group Membership History ID'), - 'description' => ts('Internal Id'), + 'description' => ts('Internal ID'), 'required' => TRUE, 'where' => 'civicrm_subscription_history.id', 'table_name' => 'civicrm_subscription_history', 'entity' => 'SubscriptionHistory', 'bao' => 'CRM_Contact_BAO_SubscriptionHistory', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Contact ID'), - 'description' => ts('Contact Id'), + 'description' => ts('Contact ID'), 'required' => TRUE, 'where' => 'civicrm_subscription_history.contact_id', 'table_name' => 'civicrm_subscription_history', @@ -146,13 +149,16 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_SubscriptionHistory', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '1.1', ], 'group_id' => [ 'name' => 'group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Group'), - 'description' => ts('Group Id'), + 'title' => ts('Group ID'), + 'description' => ts('Group ID'), 'where' => 'civicrm_subscription_history.group_id', 'table_name' => 'civicrm_subscription_history', 'entity' => 'SubscriptionHistory', @@ -161,6 +167,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', diff --git a/CRM/Contribute/DAO/Contribution.php b/CRM/Contribute/DAO/Contribution.php index b8c6b0a03c..0307caf266 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:66fa0e83ae7eb57a3c2e515c8fdc371c) + * (GenCodeChecksum:5f295dd3b3e4f5d9d11b17e230b7be19) */ /** @@ -315,7 +315,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_Contribution', 'localizable' => 0, 'html' => [ - 'type' => 'Text', + 'type' => 'Number', ], 'add' => '1.3', ], @@ -337,6 +337,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '1.3', ], @@ -736,6 +737,9 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_Contribution', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_ContributionRecur', + 'html' => [ + 'label' => ts("Recurring Contribution"), + ], 'add' => '1.4', ], 'is_test' => [ @@ -797,7 +801,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'contribution_address_id' => [ 'name' => 'address_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contribution Address'), + 'title' => ts('Address ID'), 'description' => ts('Conditional foreign key to civicrm_address.id. We insert an address record for each contribution when we have associated billing name and address data.'), 'where' => 'civicrm_contribution.address_id', 'export' => TRUE, @@ -806,6 +810,9 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_Contribution', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Address', + 'html' => [ + 'label' => ts("Address"), + ], 'add' => '2.2', ], 'contribution_check_number' => [ @@ -830,7 +837,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'contribution_campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Campaign'), + 'title' => ts('Campaign ID'), 'description' => ts('The campaign for which this contribution has been triggered.'), 'import' => TRUE, 'where' => 'civicrm_contribution.campaign_id', @@ -842,6 +849,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'Select', + 'label' => ts("Campaign"), ], 'add' => '3.4', ], diff --git a/CRM/Contribute/DAO/ContributionPage.php b/CRM/Contribute/DAO/ContributionPage.php index adc5656538..516090d4c5 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:a8f42298c3fbe5b8c1986c81d77a8a0f) + * (GenCodeChecksum:7184516d11bf5c76f3f2604202b81cbf) */ /** @@ -39,7 +39,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { public static $_log = TRUE; /** - * Contribution Id + * Contribution ID * * @var int */ @@ -407,13 +407,16 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Contribution Page ID'), - 'description' => ts('Contribution Id'), + 'description' => ts('Contribution ID'), 'required' => TRUE, 'where' => 'civicrm_contribution_page.id', 'table_name' => 'civicrm_contribution_page', 'entity' => 'ContributionPage', 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.3', ], 'title' => [ @@ -450,7 +453,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('default financial type assigned to contributions submitted via this page, e.g. Contribution, Campaign Contribution'), 'where' => 'civicrm_contribution_page.financial_type_id', 'table_name' => 'civicrm_contribution_page', @@ -973,7 +976,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contribution Page Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to civicrm_contact, who created this contribution page'), 'where' => 'civicrm_contribution_page.created_id', 'table_name' => 'civicrm_contribution_page', @@ -981,6 +984,9 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '3.0', ], 'created_date' => [ @@ -1025,7 +1031,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contribution Page Campaign ID'), + 'title' => ts('Campaign ID'), 'description' => ts('The campaign for which we are collecting contributions with this page.'), 'where' => 'civicrm_contribution_page.campaign_id', 'table_name' => 'civicrm_contribution_page', @@ -1033,6 +1039,9 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, 'FKClassName' => 'CRM_Campaign_DAO_Campaign', + 'html' => [ + 'label' => ts("Campaign"), + ], 'add' => '3.4', ], 'is_share' => [ diff --git a/CRM/Contribute/DAO/ContributionProduct.php b/CRM/Contribute/DAO/ContributionProduct.php index 0c9eb3373b..d64b2d1a45 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:0e560708ae82cbbea43d50872921f623) + * (GenCodeChecksum:56fab2cd01c5a2cdadeeef8a30858e70) */ /** @@ -143,6 +143,9 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'entity' => 'ContributionProduct', 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.4', ], 'product_id' => [ @@ -168,6 +171,9 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'html' => [ + 'label' => ts("Contribution"), + ], 'add' => '1.4', ], 'product_option' => [ @@ -254,7 +260,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('FK to Financial Type(for membership price sets only).'), 'where' => 'civicrm_contribution_product.financial_type_id', 'default' => 'NULL', @@ -263,6 +269,9 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_FinancialType', + 'html' => [ + 'label' => ts("Financial Type"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', 'keyColumn' => 'id', diff --git a/CRM/Contribute/DAO/ContributionRecur.php b/CRM/Contribute/DAO/ContributionRecur.php index 08f922a170..2cdba25fe0 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:69bfc032333f519d938978caf8d9d7ec) + * (GenCodeChecksum:41f57d1b977b05c9c7e2e9b716d42d5c) */ /** @@ -286,12 +286,15 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'entity' => 'ContributionRecur', 'bao' => 'CRM_Contribute_BAO_ContributionRecur', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.6', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contact'), + 'title' => ts('Contact ID'), 'description' => ts('Foreign key to civicrm_contact.id.'), 'required' => TRUE, 'where' => 'civicrm_contribution_recur.contact_id', @@ -302,6 +305,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '1.6', ], @@ -535,6 +539,9 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionRecur', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_PaymentToken', + 'html' => [ + 'label' => ts("Payment Token"), + ], 'add' => '4.6', ], 'contribution_recur_trxn_id' => [ @@ -696,7 +703,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'contribution_recur_payment_processor_id' => [ 'name' => 'payment_processor_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Payment Processor'), + 'title' => ts('Payment Processor ID'), 'description' => ts('Foreign key to civicrm_payment_processor.id'), 'where' => 'civicrm_contribution_recur.payment_processor_id', 'table_name' => 'civicrm_contribution_recur', @@ -706,6 +713,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'FKClassName' => 'CRM_Financial_DAO_PaymentProcessor', 'html' => [ 'type' => 'Select', + 'label' => ts("Payment Processor"), ], 'pseudoconstant' => [ 'table' => 'civicrm_payment_processor', @@ -717,7 +725,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('FK to Financial Type'), 'where' => 'civicrm_contribution_recur.financial_type_id', 'export' => FALSE, @@ -728,6 +736,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'FKClassName' => 'CRM_Financial_DAO_FinancialType', 'html' => [ 'type' => 'Select', + 'label' => ts("Financial Type"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', @@ -758,7 +767,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'contribution_campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Campaign'), + 'title' => ts('Campaign ID'), 'description' => ts('The campaign for which this contribution has been triggered.'), 'import' => TRUE, 'where' => 'civicrm_contribution_recur.campaign_id', @@ -770,6 +779,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'Select', + 'label' => ts("Campaign"), ], 'add' => '4.1', ], diff --git a/CRM/Contribute/DAO/ContributionSoft.php b/CRM/Contribute/DAO/ContributionSoft.php index 1bdde526c9..8ead9f5fe9 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:13ea3cb5cb23675acf2be4667deb1e45) + * (GenCodeChecksum:29cc7a53435b9e779e6c0fa99e8a50b2) */ /** @@ -151,12 +151,15 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'entity' => 'ContributionSoft', 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.2', ], 'contribution_id' => [ 'name' => 'contribution_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Soft Credit - Contribution ID'), + 'title' => ts('Contribution ID'), 'description' => ts('FK to contribution table.'), 'required' => TRUE, 'where' => 'civicrm_contribution_soft.contribution_id', @@ -165,12 +168,15 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'html' => [ + 'label' => ts("Contribution"), + ], 'add' => '2.2', ], 'contribution_soft_contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Soft Credit Contact ID'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID'), 'required' => TRUE, 'import' => TRUE, @@ -183,6 +189,9 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '2.2', ], 'amount' => [ @@ -234,7 +243,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'pcp_id' => [ 'name' => 'pcp_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Soft Contribution PCP'), + 'title' => ts('PCP ID'), 'description' => ts('FK to civicrm_pcp.id'), 'where' => 'civicrm_contribution_soft.pcp_id', 'default' => 'NULL', @@ -243,6 +252,9 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, 'FKClassName' => 'CRM_PCP_DAO_PCP', + 'html' => [ + 'label' => ts("PCP"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_pcp', 'keyColumn' => 'id', diff --git a/CRM/Contribute/DAO/Premium.php b/CRM/Contribute/DAO/Premium.php index 1b698b86b4..ba50f1263b 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:1b739de8bbefea885f3835009c2346a9) + * (GenCodeChecksum:dfee827e2fbac76683a336c8a15f4b88) */ /** @@ -153,6 +153,9 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO { 'entity' => 'Premium', 'bao' => 'CRM_Contribute_BAO_Premium', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.4', ], 'entity_table' => [ diff --git a/CRM/Contribute/DAO/PremiumsProduct.php b/CRM/Contribute/DAO/PremiumsProduct.php index e945d58797..7aeb6ac03f 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:e0f6b18be4eda69e76c5e2242893e133) + * (GenCodeChecksum:633f38c88bf4e268e2f9889de60c281f) */ /** @@ -118,12 +118,15 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO { 'entity' => 'PremiumsProduct', 'bao' => 'CRM_Contribute_DAO_PremiumsProduct', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.4', ], 'premiums_id' => [ 'name' => 'premiums_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Premium'), + 'title' => ts('Premium ID'), 'description' => ts('Foreign key to premiums settings record.'), 'required' => TRUE, 'where' => 'civicrm_premiums_product.premiums_id', @@ -132,12 +135,15 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_DAO_PremiumsProduct', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Premium', + 'html' => [ + 'label' => ts("Premium"), + ], 'add' => '1.4', ], 'product_id' => [ 'name' => 'product_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Product'), + 'title' => ts('Product ID'), 'description' => ts('Foreign key to each product object.'), 'required' => TRUE, 'where' => 'civicrm_premiums_product.product_id', @@ -146,6 +152,9 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_DAO_PremiumsProduct', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Product', + 'html' => [ + 'label' => ts("Product"), + ], 'add' => '1.4', ], 'weight' => [ @@ -163,7 +172,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO { 'financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('FK to Financial Type.'), 'where' => 'civicrm_premiums_product.financial_type_id', 'default' => 'NULL', @@ -172,6 +181,9 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_DAO_PremiumsProduct', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_FinancialType', + 'html' => [ + 'label' => ts("Financial Type"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', 'keyColumn' => 'id', diff --git a/CRM/Contribute/DAO/Product.php b/CRM/Contribute/DAO/Product.php index ae96a78011..ddf457e89b 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:e7074b0ae199fa07a18e42960549beb3) + * (GenCodeChecksum:4d475da827103b1fc7cb6e28cd6ed773) */ /** @@ -219,6 +219,9 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.4', ], 'product_name' => [ @@ -348,7 +351,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('FK to Financial Type.'), 'where' => 'civicrm_product.financial_type_id', 'default' => 'NULL', @@ -357,6 +360,9 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_FinancialType', + 'html' => [ + 'label' => ts("Financial Type"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', 'keyColumn' => 'id', diff --git a/CRM/Contribute/DAO/Widget.php b/CRM/Contribute/DAO/Widget.php index 295d32c8bc..ecda73bb12 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:9331ebf30ff0efe3e853ecab8c27efb2) + * (GenCodeChecksum:797394e9127b5740e030c13f0cd06002) */ /** @@ -32,7 +32,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { public static $_log = TRUE; /** - * Contribution Id + * Contribution ID * * @var int */ @@ -177,19 +177,22 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Widget ID'), - 'description' => ts('Contribution Id'), + 'description' => ts('Contribution ID'), 'required' => TRUE, 'where' => 'civicrm_contribution_widget.id', 'table_name' => 'civicrm_contribution_widget', 'entity' => 'Widget', 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.0', ], 'contribution_page_id' => [ 'name' => 'contribution_page_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contribution Page'), + 'title' => ts('Contribution Page ID'), 'description' => ts('The Contribution Page which triggered this contribution'), 'where' => 'civicrm_contribution_widget.contribution_page_id', 'table_name' => 'civicrm_contribution_widget', @@ -197,6 +200,9 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_Widget', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_ContributionPage', + 'html' => [ + 'label' => ts("Contribution Page"), + ], 'add' => '1.5', ], 'is_active' => [ diff --git a/CRM/Core/DAO/ActionLog.php b/CRM/Core/DAO/ActionLog.php index 91f36de89b..4ac65ebecf 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:4127ee42bdd435f58118662f65c4fe84) + * (GenCodeChecksum:81008cf21617c413c1c8b0c489616cf2) */ /** @@ -151,12 +151,15 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'entity' => 'ActionLog', 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.4', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Action Schedule Contact ID'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID'), 'where' => 'civicrm_action_log.contact_id', 'table_name' => 'civicrm_action_log', @@ -164,6 +167,9 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '3.4', ], 'entity_id' => [ @@ -196,7 +202,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'action_schedule_id' => [ 'name' => 'action_schedule_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Schedule'), + 'title' => ts('Schedule ID'), 'description' => ts('FK to the action schedule that this action originated from.'), 'required' => TRUE, 'where' => 'civicrm_action_log.action_schedule_id', @@ -205,6 +211,9 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_ActionLog', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_ActionSchedule', + 'html' => [ + 'label' => ts("Schedule"), + ], 'add' => '3.4', ], 'action_date_time' => [ diff --git a/CRM/Core/DAO/ActionMapping.php b/CRM/Core/DAO/ActionMapping.php index a2b96a8e04..ee5ff441e6 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:c52c12ce8a0134ab553e2cbe7a7ad7f7) + * (GenCodeChecksum:992cd544af6b99ba9a63f0b7d98c9746) */ /** @@ -127,6 +127,9 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.4', ], 'entity' => [ diff --git a/CRM/Core/DAO/ActionSchedule.php b/CRM/Core/DAO/ActionSchedule.php index f7b4141748..5b53d4d08a 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:942d4be76392811af80f2ba8c92941e6) + * (GenCodeChecksum:247858325ae1c49fbdd7a775d5aa5bce) */ /** @@ -372,6 +372,9 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.4', ], 'name' => [ @@ -747,7 +750,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'group_id' => [ 'name' => 'group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Reminder Group'), + 'title' => ts('Group ID'), 'description' => ts('FK to Group'), 'where' => 'civicrm_action_schedule.group_id', 'table_name' => 'civicrm_action_schedule', @@ -757,6 +760,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', @@ -768,7 +772,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'msg_template_id' => [ 'name' => 'msg_template_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Reminder Template'), + 'title' => ts('Message Template ID'), 'description' => ts('FK to the message template.'), 'where' => 'civicrm_action_schedule.msg_template_id', 'table_name' => 'civicrm_action_schedule', @@ -776,12 +780,15 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_MessageTemplate', + 'html' => [ + 'label' => ts("Message Template"), + ], 'add' => NULL, ], 'sms_template_id' => [ 'name' => 'sms_template_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('SMS Reminder Template'), + 'title' => ts('SMS Template ID'), 'description' => ts('FK to the message template.'), 'where' => 'civicrm_action_schedule.sms_template_id', 'table_name' => 'civicrm_action_schedule', @@ -789,6 +796,9 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_MessageTemplate', + 'html' => [ + 'label' => ts("SMS Template"), + ], 'add' => NULL, ], 'absolute_date' => [ @@ -856,7 +866,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'sms_provider_id' => [ 'name' => 'sms_provider_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('SMS Provider'), + 'title' => ts('SMS Provider ID'), 'where' => 'civicrm_action_schedule.sms_provider_id', 'table_name' => 'civicrm_action_schedule', 'entity' => 'ActionSchedule', @@ -865,6 +875,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'FKClassName' => 'CRM_SMS_DAO_Provider', 'html' => [ 'type' => 'Select', + 'label' => ts("SMS Provider"), ], 'add' => '4.5', ], diff --git a/CRM/Core/DAO/Address.php b/CRM/Core/DAO/Address.php index 0ff76ccd8f..d571eab7e4 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:9fc4f7e6d90b100aec8e543d18b3064c) + * (GenCodeChecksum:95ac108eed8aecf8c7100640f9210899) */ /** @@ -297,6 +297,9 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'entity' => 'Address', 'bao' => 'CRM_Core_BAO_Address', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'contact_id' => [ @@ -310,6 +313,9 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Address', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '2.0', ], 'location_type_id' => [ @@ -595,7 +601,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'county_id' => [ 'name' => 'county_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('County'), + 'title' => ts('County ID'), 'description' => ts('Which County does this address belong to.'), 'where' => 'civicrm_address.county_id', 'table_name' => 'civicrm_address', @@ -605,6 +611,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_County', 'html' => [ 'type' => 'ChainSelect', + 'label' => ts("County"), 'controlField' => 'state_province_id', ], 'pseudoconstant' => [ @@ -617,7 +624,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'state_province_id' => [ 'name' => 'state_province_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('State/Province'), + 'title' => ts('State/Province ID'), 'description' => ts('Which State_Province does this address belong to.'), 'where' => 'civicrm_address.state_province_id', 'table_name' => 'civicrm_address', @@ -628,6 +635,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_StateProvince', 'html' => [ 'type' => 'ChainSelect', + 'label' => ts("State/Province"), 'controlField' => 'country_id', ], 'pseudoconstant' => [ @@ -696,7 +704,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'country_id' => [ 'name' => 'country_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Country'), + 'title' => ts('Country ID'), 'description' => ts('Which Country does this address belong to.'), 'where' => 'civicrm_address.country_id', 'table_name' => 'civicrm_address', @@ -707,6 +715,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_Country', 'html' => [ 'type' => 'Select', + 'label' => ts("Country"), ], 'pseudoconstant' => [ 'table' => 'civicrm_country', @@ -810,7 +819,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'master_id' => [ 'name' => 'master_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Master Address Belongs To'), + 'title' => ts('Master Address ID'), 'description' => ts('FK to Address ID'), 'import' => TRUE, 'where' => 'civicrm_address.master_id', @@ -820,6 +829,9 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Address', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Address', + 'html' => [ + 'label' => ts("Master Address Belongs To"), + ], 'add' => '3.3', ], ]; diff --git a/CRM/Core/DAO/AddressFormat.php b/CRM/Core/DAO/AddressFormat.php index 45c3c20c04..25d0e685dc 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:4920351f2ab4a3e6d7a51a6831906782) + * (GenCodeChecksum:876fce7628abdd7637e9cc799e6d274c) */ /** @@ -31,7 +31,7 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO { public static $_log = FALSE; /** - * Address Format Id + * Address Format ID * * @var int */ @@ -74,13 +74,16 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Address Format ID'), - 'description' => ts('Address Format Id'), + 'description' => ts('Address Format ID'), 'required' => TRUE, 'where' => 'civicrm_address_format.id', 'table_name' => 'civicrm_address_format', 'entity' => 'AddressFormat', 'bao' => 'CRM_Core_DAO_AddressFormat', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.2', ], 'format' => [ diff --git a/CRM/Core/DAO/Cache.php b/CRM/Core/DAO/Cache.php index 4d530b6044..27dd4cd27f 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:4c6850e83ad62f89ca0768f5f1f70beb) + * (GenCodeChecksum:ca31bffc3f0d99e4300d53ab3c49b8da) */ /** @@ -131,6 +131,9 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO { 'entity' => 'Cache', 'bao' => 'CRM_Core_BAO_Cache', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'group_name' => [ @@ -187,6 +190,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_Component', 'html' => [ 'type' => 'Select', + 'label' => ts("Component"), ], 'pseudoconstant' => [ 'table' => 'civicrm_component', diff --git a/CRM/Core/DAO/Component.php b/CRM/Core/DAO/Component.php index 525e5aaae4..2b39f53fdc 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:15d3ddeacb4afb61c83b6b89678d1023) + * (GenCodeChecksum:8e5c4c8af10c6e8e3f321a19814f63b3) */ /** @@ -88,6 +88,9 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO { 'entity' => 'Component', 'bao' => 'CRM_Core_DAO_Component', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.0', ], 'name' => [ diff --git a/CRM/Core/DAO/Country.php b/CRM/Core/DAO/Country.php index 238ae8ea20..524ddeb7e5 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:e76c4050e0ec0ae3263c542574214f2d) + * (GenCodeChecksum:e5b8ae0961e387f04f4fa49cb92144cf) */ /** @@ -38,7 +38,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { public static $_log = FALSE; /** - * Country Id + * Country ID * * @var int */ @@ -153,13 +153,16 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Country ID'), - 'description' => ts('Country Id'), + 'description' => ts('Country ID'), 'required' => TRUE, 'where' => 'civicrm_country.id', 'table_name' => 'civicrm_country', 'entity' => 'Country', 'bao' => 'CRM_Core_BAO_Country', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -211,7 +214,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'address_format_id' => [ 'name' => 'address_format_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Address Format'), + 'title' => ts('Address Format ID'), 'description' => ts('Foreign key to civicrm_address_format.id.'), 'where' => 'civicrm_country.address_format_id', 'table_name' => 'civicrm_country', @@ -219,6 +222,9 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Country', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_AddressFormat', + 'html' => [ + 'label' => ts("Address Format"), + ], 'add' => '3.2', ], 'idd_prefix' => [ @@ -262,6 +268,9 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO { 'localizable' => 0, 'localize_context' => 'country', 'FKClassName' => 'CRM_Core_DAO_Worldregion', + 'html' => [ + 'label' => ts("World Region"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_worldregion', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/County.php b/CRM/Core/DAO/County.php index dc9aebe280..4c33053e4f 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:483d29dbf44ee6e0805f062f90a1d4e9) + * (GenCodeChecksum:a03d29b83399e1ef92de3a6e5861adb4) */ /** @@ -124,6 +124,9 @@ class CRM_Core_DAO_County extends CRM_Core_DAO { 'entity' => 'County', 'bao' => 'CRM_Core_DAO_County', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -161,7 +164,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO { 'state_province_id' => [ 'name' => 'state_province_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('State'), + 'title' => ts('State ID'), 'description' => ts('ID of State/Province that County belongs'), 'required' => TRUE, 'where' => 'civicrm_county.state_province_id', @@ -170,6 +173,9 @@ class CRM_Core_DAO_County extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_County', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_StateProvince', + 'html' => [ + 'label' => ts("State"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_state_province', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/CustomField.php b/CRM/Core/DAO/CustomField.php index 92d512af44..54a467b038 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:3e3cc05b51da1e0e51ac5dcbbedde392) + * (GenCodeChecksum:6f2d1e3d531ed87fe7cac201eb7f0f13) */ /** @@ -307,12 +307,15 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'custom_group_id' => [ 'name' => 'custom_group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Custom Group'), + 'title' => ts('Custom Group ID'), 'description' => ts('FK to civicrm_custom_group.'), 'required' => TRUE, 'where' => 'civicrm_custom_field.custom_group_id', @@ -323,6 +326,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_CustomGroup', 'html' => [ 'type' => 'Select', + 'label' => ts("Custom Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_custom_group', @@ -684,7 +688,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'option_group_id' => [ 'name' => 'option_group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Field Option Group'), + 'title' => ts('Field Option Group ID'), 'description' => ts('For elements with options, the option group id that is used'), 'where' => 'civicrm_custom_field.option_group_id', 'table_name' => 'civicrm_custom_field', @@ -692,6 +696,9 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_OptionGroup', + 'html' => [ + 'label' => ts("Field Option Group"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_option_group', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/CustomGroup.php b/CRM/Core/DAO/CustomGroup.php index b96a2b39ab..e2e0e0664d 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:325f7ef398cd08e7576f634d9923f129) + * (GenCodeChecksum:7c5d7207ebf9345b16f7e337010b7e40) */ /** @@ -243,6 +243,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -485,7 +488,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Custom Group Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to civicrm_contact, who created this custom group'), 'where' => 'civicrm_custom_group.created_id', 'table_name' => 'civicrm_custom_group', @@ -493,6 +496,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '3.0', ], 'created_date' => [ diff --git a/CRM/Core/DAO/Dashboard.php b/CRM/Core/DAO/Dashboard.php index c249812b33..4607d27f19 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:da79552cec455b6d3347a9eab6fbd5ba) + * (GenCodeChecksum:4836b84ebccdfd8a0bc15097e2fe831e) */ /** @@ -163,12 +163,15 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'entity' => 'Dashboard', 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.1', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Dashlet Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Domain for dashboard'), 'required' => TRUE, 'where' => 'civicrm_dashboard.domain_id', @@ -177,6 +180,9 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Dashboard', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/Discount.php b/CRM/Core/DAO/Discount.php index f38bfd5f08..60238d819a 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:21fd136286714890f83997ed552ff7a9) + * (GenCodeChecksum:d6ec5d0b6786067f47617e39acbbbd3c) */ /** @@ -125,6 +125,9 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO { 'entity' => 'Discount', 'bao' => 'CRM_Core_BAO_Discount', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'entity_table' => [ @@ -157,7 +160,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO { 'participant_discount_name' => [ 'name' => 'price_set_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Discount Name'), + 'title' => ts('Price Set ID'), 'description' => ts('FK to civicrm_price_set'), 'required' => TRUE, 'where' => 'civicrm_discount.price_set_id', @@ -167,6 +170,9 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Discount', 'localizable' => 0, 'FKClassName' => 'CRM_Price_DAO_PriceSet', + 'html' => [ + 'label' => ts("Price Set"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_price_set', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/Domain.php b/CRM/Core/DAO/Domain.php index ca1676aabc..493b471b18 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:e0f95fc75ca145449570ee01ad603db6) + * (GenCodeChecksum:fd01cdae7627801f519ce3049308a386) */ /** @@ -131,6 +131,9 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'entity' => 'Domain', 'bao' => 'CRM_Core_BAO_Domain', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -184,7 +187,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Domain Contact'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID. This is specifically not an FK to avoid circular constraints'), 'where' => 'civicrm_domain.contact_id', 'table_name' => 'civicrm_domain', @@ -192,6 +195,9 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Domain', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '4.3', ], 'locales' => [ diff --git a/CRM/Core/DAO/Email.php b/CRM/Core/DAO/Email.php index 0ce302194d..deb198fe18 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:3347cb591dc1868f493d8aa7bd7ab546) + * (GenCodeChecksum:4587ad732a1c0eee767b2180c1a79dcf) */ /** @@ -180,12 +180,15 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'entity' => 'Email', 'bao' => 'CRM_Core_BAO_Email', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Email Contact'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID'), 'where' => 'civicrm_email.contact_id', 'table_name' => 'civicrm_email', @@ -193,6 +196,9 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Email', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '2.0', ], 'location_type_id' => [ diff --git a/CRM/Core/DAO/EntityFile.php b/CRM/Core/DAO/EntityFile.php index a82b9dcb89..62dcaace75 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:f69f69d9bdd1339e4128c289e4c66bac) + * (GenCodeChecksum:c5c7003edabf9cef2cc03e437ced049e) */ /** @@ -111,6 +111,9 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO { 'entity' => 'EntityFile', 'bao' => 'CRM_Core_DAO_EntityFile', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'entity_table' => [ @@ -143,7 +146,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO { 'file_id' => [ 'name' => 'file_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('File'), + 'title' => ts('File ID'), 'description' => ts('FK to civicrm_file'), 'required' => TRUE, 'where' => 'civicrm_entity_file.file_id', @@ -152,6 +155,9 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_EntityFile', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_File', + 'html' => [ + 'label' => ts("File"), + ], 'add' => '1.5', ], ]; diff --git a/CRM/Core/DAO/EntityTag.php b/CRM/Core/DAO/EntityTag.php index b063c0138e..924fd98261 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:87cdf7b752999de6a992ee32e0118d9e) + * (GenCodeChecksum:acdaee6531593b709a92efb9300d6618) */ /** @@ -111,6 +111,9 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO { 'entity' => 'EntityTag', 'bao' => 'CRM_Core_BAO_EntityTag', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'entity_table' => [ @@ -147,7 +150,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO { 'tag_id' => [ 'name' => 'tag_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Tag'), + 'title' => ts('Tag ID'), 'description' => ts('FK to civicrm_tag'), 'required' => TRUE, 'where' => 'civicrm_entity_tag.tag_id', @@ -158,6 +161,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_Tag', 'html' => [ 'type' => 'Select', + 'label' => ts("Tag"), ], 'pseudoconstant' => [ 'table' => 'civicrm_tag', diff --git a/CRM/Core/DAO/Extension.php b/CRM/Core/DAO/Extension.php index 8f86605666..aec1ab89d9 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:5dd2ae0de7d091c437acac61990bd25a) + * (GenCodeChecksum:e61b1d00dcbb76a904a9c1c71d5dae2f) */ /** @@ -121,6 +121,9 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { 'entity' => 'Extension', 'bao' => 'CRM_Core_BAO_Extension', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.2', ], 'type' => [ diff --git a/CRM/Core/DAO/File.php b/CRM/Core/DAO/File.php index eaf90e006e..1e904bbbb6 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:48da22a0ac1cbc4061d3f47916c4828b) + * (GenCodeChecksum:f1e2a8183d4f74ca94a8f6e26b4b7336) */ /** @@ -138,6 +138,9 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'entity' => 'File', 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'file_type_id' => [ @@ -229,6 +232,9 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '5.3', ], ]; diff --git a/CRM/Core/DAO/IM.php b/CRM/Core/DAO/IM.php index b1c6bb8294..d71a068812 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:2e9345b51bb73b147d2776508b2592c9) + * (GenCodeChecksum:d1c5ac9a762c3772bad84ef11d1a005d) */ /** @@ -145,12 +145,15 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO { 'entity' => 'IM', 'bao' => 'CRM_Core_BAO_IM', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('IM Contact'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID'), 'where' => 'civicrm_im.contact_id', 'table_name' => 'civicrm_im', @@ -158,6 +161,9 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_IM', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '2.0', ], 'location_type_id' => [ diff --git a/CRM/Core/DAO/Job.php b/CRM/Core/DAO/Job.php index 76ee644c96..6e572a98fc 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:8e610840383d1d67376a442507b7de78) + * (GenCodeChecksum:b92dd2c9bec326634050c1b21ed481ec) */ /** @@ -31,7 +31,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { public static $_log = FALSE; /** - * Job Id + * Job ID * * @var int */ @@ -152,19 +152,22 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Job ID'), - 'description' => ts('Job Id'), + 'description' => ts('Job ID'), 'required' => TRUE, 'where' => 'civicrm_job.id', 'table_name' => 'civicrm_job', 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.1', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Job Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this scheduled job for'), 'required' => TRUE, 'where' => 'civicrm_job.domain_id', @@ -173,6 +176,9 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/JobLog.php b/CRM/Core/DAO/JobLog.php index 591bbbf70e..066bbccce8 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:030669116dbbcb2ac95ace538ccef9e2) + * (GenCodeChecksum:caaa0f4e1780587431c4c4825174320a) */ /** @@ -31,7 +31,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { public static $_log = FALSE; /** - * Job log entry Id + * Job log entry ID * * @var int */ @@ -131,13 +131,16 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Job Log ID'), - 'description' => ts('Job log entry Id'), + 'description' => ts('Job log entry ID'), 'required' => TRUE, 'where' => 'civicrm_job_log.id', 'table_name' => 'civicrm_job_log', 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.1', ], 'domain_id' => [ @@ -152,6 +155,9 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_JobLog', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/LocBlock.php b/CRM/Core/DAO/LocBlock.php index 912488b5b1..a71ee2a6db 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:077ee3453e455a1e09cbe1b030756b9a) + * (GenCodeChecksum:567e990ebbac576660aebf6c3682459f) */ /** @@ -136,102 +136,129 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO { 'entity' => 'LocBlock', 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.0', ], 'address_id' => [ 'name' => 'address_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Location Block Address'), + 'title' => ts('Address ID'), 'where' => 'civicrm_loc_block.address_id', 'table_name' => 'civicrm_loc_block', 'entity' => 'LocBlock', 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Address', + 'html' => [ + 'label' => ts("Address"), + ], 'add' => '2.0', ], 'email_id' => [ 'name' => 'email_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Location Block Email'), + 'title' => ts('Email ID'), 'where' => 'civicrm_loc_block.email_id', 'table_name' => 'civicrm_loc_block', 'entity' => 'LocBlock', 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Email', + 'html' => [ + 'label' => ts("Email"), + ], 'add' => '2.0', ], 'phone_id' => [ 'name' => 'phone_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Location Block Phone'), + 'title' => ts('Phone ID'), 'where' => 'civicrm_loc_block.phone_id', 'table_name' => 'civicrm_loc_block', 'entity' => 'LocBlock', 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Phone', + 'html' => [ + 'label' => ts("Phone"), + ], 'add' => '2.0', ], 'im_id' => [ 'name' => 'im_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Location Block IM'), + 'title' => ts('IM ID'), 'where' => 'civicrm_loc_block.im_id', 'table_name' => 'civicrm_loc_block', 'entity' => 'LocBlock', 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_IM', + 'html' => [ + 'label' => ts("IM"), + ], 'add' => '2.0', ], 'address_2_id' => [ 'name' => 'address_2_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Location Block IM 2'), + 'title' => ts('IM 2 ID'), 'where' => 'civicrm_loc_block.address_2_id', 'table_name' => 'civicrm_loc_block', 'entity' => 'LocBlock', 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Address', + 'html' => [ + 'label' => ts("IM 2"), + ], 'add' => '2.0', ], 'email_2_id' => [ 'name' => 'email_2_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Email 2'), + 'title' => ts('Email 2 ID'), 'where' => 'civicrm_loc_block.email_2_id', 'table_name' => 'civicrm_loc_block', 'entity' => 'LocBlock', 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Email', + 'html' => [ + 'label' => ts("Email 2"), + ], 'add' => '2.0', ], 'phone_2_id' => [ 'name' => 'phone_2_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Phone 2'), + 'title' => ts('Phone 2 ID'), 'where' => 'civicrm_loc_block.phone_2_id', 'table_name' => 'civicrm_loc_block', 'entity' => 'LocBlock', 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Phone', + 'html' => [ + 'label' => ts("Phone 2"), + ], 'add' => '2.0', ], 'im_2_id' => [ 'name' => 'im_2_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Instant Messenger 2'), + 'title' => ts('Instant Messenger 2 ID'), 'where' => 'civicrm_loc_block.im_2_id', 'table_name' => 'civicrm_loc_block', 'entity' => 'LocBlock', 'bao' => 'CRM_Core_DAO_LocBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_IM', + 'html' => [ + 'label' => ts("Instant Messenger 2"), + ], 'add' => '2.0', ], ]; diff --git a/CRM/Core/DAO/LocationType.php b/CRM/Core/DAO/LocationType.php index 863a809bd7..da58736d8f 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:0327a8f5a6113259101b762b138471ca) + * (GenCodeChecksum:f763e6adc20c69a5a2069b30dde6802a) */ /** @@ -123,6 +123,9 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { 'entity' => 'LocationType', 'bao' => 'CRM_Core_BAO_LocationType', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ diff --git a/CRM/Core/DAO/Log.php b/CRM/Core/DAO/Log.php index 748e1caa21..f1f704a8d8 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:7f8848b98de2f566ee305bc883450484) + * (GenCodeChecksum:0c4fa39359dd367a6ab0b3c790d045d1) */ /** @@ -125,6 +125,9 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { 'entity' => 'Log', 'bao' => 'CRM_Core_BAO_Log', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'entity_table' => [ @@ -170,7 +173,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { 'modified_id' => [ 'name' => 'modified_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Modified By'), + 'title' => ts('Modified By Contact ID'), 'description' => ts('FK to Contact ID of person under whose credentials this data modification was made.'), 'where' => 'civicrm_log.modified_id', 'table_name' => 'civicrm_log', @@ -178,6 +181,9 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Log', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Modified By"), + ], 'add' => '1.5', ], 'modified_date' => [ diff --git a/CRM/Core/DAO/MailSettings.php b/CRM/Core/DAO/MailSettings.php index 31ca9658a8..c2c67b22de 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:a16e81997bf4b6cb25dfafd32c10a49a) + * (GenCodeChecksum:e29d6d249a228e8cbbdb895eef3bf84a) */ /** @@ -199,12 +199,15 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'entity' => 'MailSettings', 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.2', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mail Settings Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this match entry for'), 'required' => TRUE, 'where' => 'civicrm_mail_settings.domain_id', @@ -213,6 +216,9 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_MailSettings', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/Managed.php b/CRM/Core/DAO/Managed.php index c915357686..30e60b048f 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:d9e22fa6b1d9a18b552e5cfba7d1be90) + * (GenCodeChecksum:3c6ae22144ccb74c38f5a043e5edf7db) */ /** @@ -109,6 +109,9 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO { 'entity' => 'Managed', 'bao' => 'CRM_Core_DAO_Managed', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.2', ], 'module' => [ diff --git a/CRM/Core/DAO/Mapping.php b/CRM/Core/DAO/Mapping.php index 954ce5915c..a4e979e7c3 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:c7b4a3dcfbac7edda9d0573807cab642) + * (GenCodeChecksum:85c73c056f0160c4046c0fcfe7d1789e) */ /** @@ -95,6 +95,9 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 'entity' => 'Mapping', 'bao' => 'CRM_Core_BAO_Mapping', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.2', ], 'name' => [ diff --git a/CRM/Core/DAO/MappingField.php b/CRM/Core/DAO/MappingField.php index 095371c4b3..fccca1b240 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:3712a8e412a011a13e2898d0f151b264) + * (GenCodeChecksum:df4ef7855db3ec299a284917f2d16776) */ /** @@ -181,6 +181,9 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'entity' => 'MappingField', 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.2', ], 'mapping_id' => [ @@ -195,6 +198,9 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Mapping', + 'html' => [ + 'label' => ts("Mapping"), + ], 'add' => '1.2', ], 'name' => [ @@ -252,6 +258,9 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_LocationType', + 'html' => [ + 'label' => ts("Location type"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_location_type', 'keyColumn' => 'id', @@ -320,6 +329,9 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_RelationshipType', + 'html' => [ + 'label' => ts("Relationship type"), + ], 'add' => '1.2', ], 'relationship_direction' => [ diff --git a/CRM/Core/DAO/Menu.php b/CRM/Core/DAO/Menu.php index d926508b93..f8e1d607bb 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:6391b63b227b5de3c68bbf951b2e3add) + * (GenCodeChecksum:16ed0eaa3c97f84ff3f007f9f593bc15) */ /** @@ -232,12 +232,15 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this menu item for'), 'required' => TRUE, 'where' => 'civicrm_menu.domain_id', @@ -246,6 +249,9 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_Menu', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', @@ -387,7 +393,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'component_id' => [ 'name' => 'component_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Component'), + 'title' => ts('Component ID'), 'description' => ts('Component that this menu item belongs to'), 'where' => 'civicrm_menu.component_id', 'table_name' => 'civicrm_menu', @@ -397,6 +403,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_Component', 'html' => [ 'type' => 'Select', + 'label' => ts("Component"), ], 'pseudoconstant' => [ 'table' => 'civicrm_component', diff --git a/CRM/Core/DAO/MessageTemplate.php b/CRM/Core/DAO/MessageTemplate.php index b4b6f2fd03..b588a29924 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:d8ec6425eecc359e3b504dffcdd71456) + * (GenCodeChecksum:6a15fab577959d8cea4613098356e03d) */ /** @@ -147,6 +147,9 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO { 'entity' => 'MessageTemplate', 'bao' => 'CRM_Core_BAO_MessageTemplate', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.6', ], 'msg_title' => [ diff --git a/CRM/Core/DAO/Navigation.php b/CRM/Core/DAO/Navigation.php index b3e2f9737a..b99a7487f3 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:2d490646a2eb99c3f4cafa111c1ec43b) + * (GenCodeChecksum:0368c5b759a02711050f5e940f64ca16) */ /** @@ -171,12 +171,15 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'entity' => 'Navigation', 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.0', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Navigation Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this navigation item for'), 'required' => TRUE, 'where' => 'civicrm_navigation.domain_id', @@ -185,6 +188,9 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', @@ -281,7 +287,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'parent_id' => [ 'name' => 'parent_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Navigation parent ID'), + 'title' => ts('parent ID'), 'description' => ts('Parent navigation item, used for grouping'), 'where' => 'civicrm_navigation.parent_id', 'table_name' => 'civicrm_navigation', @@ -289,6 +295,9 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Navigation', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Navigation', + 'html' => [ + 'label' => ts("parent"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_navigation', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/Note.php b/CRM/Core/DAO/Note.php index b243cde7ab..fdc1d4e25e 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:9e73096c6f34086fd42e8098649c7abc) + * (GenCodeChecksum:cbafe16e094aea234827a36ffc024cdb) */ /** @@ -146,6 +146,9 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'entity' => 'Note', 'bao' => 'CRM_Core_BAO_Note', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'entity_table' => [ @@ -203,7 +206,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Note Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to Contact ID creator'), 'where' => 'civicrm_note.contact_id', 'table_name' => 'civicrm_note', @@ -211,6 +214,9 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Note', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '1.1', ], 'modified_date' => [ diff --git a/CRM/Core/DAO/OpenID.php b/CRM/Core/DAO/OpenID.php index ff4b9c87b6..2bf8a418b4 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:cb1ead5da887d91854185af42e87d223) + * (GenCodeChecksum:10ca9473f8be9e643f92da5067106554) */ /** @@ -124,12 +124,15 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'entity' => 'OpenID', 'bao' => 'CRM_Core_BAO_OpenID', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.0', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('OpenID Contact'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID'), 'where' => 'civicrm_openid.contact_id', 'table_name' => 'civicrm_openid', @@ -137,6 +140,9 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_OpenID', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '2.0', ], 'location_type_id' => [ diff --git a/CRM/Core/DAO/OptionGroup.php b/CRM/Core/DAO/OptionGroup.php index cbc52386f1..7e13e329b1 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:3d9ef1e2ede76e804564e12cb8c2e70e) + * (GenCodeChecksum:6bcfbc78f5995c4930d1f12dd19a30b7) */ /** @@ -123,6 +123,9 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO { 'entity' => 'OptionGroup', 'bao' => 'CRM_Core_BAO_OptionGroup', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'name' => [ diff --git a/CRM/Core/DAO/OptionValue.php b/CRM/Core/DAO/OptionValue.php index 762f8338e2..9d61771755 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:976770c043870752548e424a09ee7190) + * (GenCodeChecksum:2f36b1c5608434fbc5751aee9215a230) */ /** @@ -224,6 +224,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_OptionGroup', 'html' => [ 'type' => 'Select', + 'label' => ts("Option Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_option_group', @@ -391,7 +392,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'component_id' => [ 'name' => 'component_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Option Component'), + 'title' => ts('Component ID'), 'description' => ts('Component that this option value belongs/caters to.'), 'where' => 'civicrm_option_value.component_id', 'table_name' => 'civicrm_option_value', @@ -401,6 +402,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_Component', 'html' => [ 'type' => 'Select', + 'label' => ts("Component"), ], 'pseudoconstant' => [ 'table' => 'civicrm_component', @@ -412,7 +414,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Option Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this option value for'), 'where' => 'civicrm_option_value.domain_id', 'table_name' => 'civicrm_option_value', @@ -420,6 +422,9 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_OptionValue', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/Phone.php b/CRM/Core/DAO/Phone.php index b181d28210..513a6621a3 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:751f23f392f8fe789e580096ae7522b7) + * (GenCodeChecksum:dd0dd5e4008e0325f5b52127610c1fc4) */ /** @@ -166,12 +166,15 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'entity' => 'Phone', 'bao' => 'CRM_Core_BAO_Phone', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Phone Contact'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID'), 'where' => 'civicrm_phone.contact_id', 'table_name' => 'civicrm_phone', @@ -179,6 +182,9 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Phone', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '2.0', ], 'location_type_id' => [ diff --git a/CRM/Core/DAO/PreferencesDate.php b/CRM/Core/DAO/PreferencesDate.php index 0d24df1506..975e65c1ae 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:65c1286e931e9eb728cc0603eb36f5f0) + * (GenCodeChecksum:598caf8927a4796d0e05ea08e9da8e72) */ /** @@ -113,6 +113,9 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO { 'entity' => 'PreferencesDate', 'bao' => 'CRM_Core_BAO_PreferencesDate', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.0', ], 'name' => [ diff --git a/CRM/Core/DAO/PrevNextCache.php b/CRM/Core/DAO/PrevNextCache.php index 20321b93c1..e14ee05a18 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:b2e4e9de3ff3cf7e4cd2cc163a330186) + * (GenCodeChecksum:6c6fed9de1740a5c9107d9f374b13777) */ /** @@ -111,6 +111,9 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'entity' => 'PrevNextCache', 'bao' => 'CRM_Core_BAO_PrevNextCache', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.4', ], 'entity_table' => [ diff --git a/CRM/Core/DAO/PrintLabel.php b/CRM/Core/DAO/PrintLabel.php index 696b286e3a..1071eaf64b 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:47b9dfd5441035d4594e8e9fa56147c0) + * (GenCodeChecksum:2323b196d63227f434ca565ff6b21207) */ /** @@ -156,6 +156,9 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'entity' => 'PrintLabel', 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.4', ], 'title' => [ @@ -293,7 +296,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Label Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to civicrm_contact, who created this label layout'), 'where' => 'civicrm_print_label.created_id', 'table_name' => 'civicrm_print_label', @@ -301,6 +304,9 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By Contact"), + ], 'add' => '4.4', ], ]; diff --git a/CRM/Core/DAO/RecurringEntity.php b/CRM/Core/DAO/RecurringEntity.php index 6c0c82624a..bc4df1d90f 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:e220816a83c51a7e8045aae07d573823) + * (GenCodeChecksum:2c41ff4a2ef7a2919e39b5ef6feb5de6) */ /** @@ -99,6 +99,9 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { 'entity' => 'RecurringEntity', 'bao' => 'CRM_Core_BAO_RecurringEntity', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.6', ], 'parent_id' => [ diff --git a/CRM/Core/DAO/Setting.php b/CRM/Core/DAO/Setting.php index c6e97170f6..3ddf47d4e9 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:5322f74fd868a3e1116a2aec225c5d5d) + * (GenCodeChecksum:44e2c817acb694a9b08b938031cff09e) */ /** @@ -145,6 +145,9 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'entity' => 'Setting', 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.1', ], 'name' => [ @@ -177,7 +180,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Setting Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this menu item for'), 'required' => TRUE, 'where' => 'civicrm_setting.domain_id', @@ -186,6 +189,9 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', @@ -196,7 +202,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Setting Contact'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID if the setting is localized to a contact'), 'where' => 'civicrm_setting.contact_id', 'table_name' => 'civicrm_setting', @@ -204,6 +210,9 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '4.1', ], 'is_domain' => [ @@ -221,7 +230,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'component_id' => [ 'name' => 'component_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Setting Component'), + 'title' => ts('Component ID'), 'description' => ts('Component that this menu item belongs to'), 'where' => 'civicrm_setting.component_id', 'table_name' => 'civicrm_setting', @@ -231,6 +240,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_Component', 'html' => [ 'type' => 'Select', + 'label' => ts("Component"), ], 'pseudoconstant' => [ 'table' => 'civicrm_component', @@ -254,7 +264,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Setting Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to civicrm_contact, who created this setting'), 'where' => 'civicrm_setting.created_id', 'table_name' => 'civicrm_setting', @@ -262,6 +272,9 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '4.1', ], ]; diff --git a/CRM/Core/DAO/StateProvince.php b/CRM/Core/DAO/StateProvince.php index 5647e46ae0..c8d6f71279 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:780de8ad067e9c67146dc908127aa5f2) + * (GenCodeChecksum:1fa57e7255ecf375deb13ccb9d86fefe) */ /** @@ -124,6 +124,9 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO { 'entity' => 'StateProvince', 'bao' => 'CRM_Core_DAO_StateProvince', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -161,7 +164,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO { 'country_id' => [ 'name' => 'country_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Country'), + 'title' => ts('Country ID'), 'description' => ts('ID of Country that State/Province belong'), 'required' => TRUE, 'where' => 'civicrm_state_province.country_id', @@ -170,6 +173,9 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_StateProvince', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Country', + 'html' => [ + 'label' => ts("Country"), + ], 'add' => '1.1', ], 'is_active' => [ diff --git a/CRM/Core/DAO/StatusPreference.php b/CRM/Core/DAO/StatusPreference.php index 4238fac6b2..2682437ba8 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:c7707a17613329c62550361da0678903) + * (GenCodeChecksum:ec99239ddba33ac2d8a514b5e94b0b24) */ /** @@ -138,12 +138,15 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'entity' => 'StatusPreference', 'bao' => 'CRM_Core_BAO_StatusPreference', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.7', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Setting Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this Status Preference for'), 'required' => TRUE, 'where' => 'civicrm_status_pref.domain_id', @@ -152,6 +155,9 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_StatusPreference', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/SystemLog.php b/CRM/Core/DAO/SystemLog.php index 0ac0aabc33..674e96d38b 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:cfa50c5985279e7135c046e0aeccb662) + * (GenCodeChecksum:bacc25ff2b15723cedeb705dd9781a96) */ /** @@ -116,6 +116,9 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO { 'entity' => 'SystemLog', 'bao' => 'CRM_Core_DAO_SystemLog', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.4', ], 'message' => [ diff --git a/CRM/Core/DAO/Tag.php b/CRM/Core/DAO/Tag.php index 050ac61d1d..6e13867601 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:21c288ada959d2bac5822591622e838f) + * (GenCodeChecksum:3b7552852ec4f0f5ea1f8654b0069fca) */ /** @@ -168,6 +168,9 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -202,7 +205,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'parent_id' => [ 'name' => 'parent_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Parent Tag'), + 'title' => ts('Parent Tag ID'), 'description' => ts('Optional parent id for this tag.'), 'where' => 'civicrm_tag.parent_id', 'default' => 'NULL', @@ -211,6 +214,9 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Tag', + 'html' => [ + 'label' => ts("Parent Tag"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_tag', 'keyColumn' => 'id', @@ -280,7 +286,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Tag Created By'), + 'title' => ts('Tag Created By Contact ID'), 'description' => ts('FK to civicrm_contact, who created this tag'), 'where' => 'civicrm_tag.created_id', 'table_name' => 'civicrm_tag', @@ -288,6 +294,9 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Tag Created By"), + ], 'add' => '3.4', ], 'color' => [ diff --git a/CRM/Core/DAO/Timezone.php b/CRM/Core/DAO/Timezone.php index f2648404dc..7e6aa6bf0a 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:4f08daa9358efcad25c3405495c619f7) + * (GenCodeChecksum:a8c096f0355275be5ee4e802461b8238) */ /** @@ -31,7 +31,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { public static $_log = FALSE; /** - * Timezone Id + * Timezone ID * * @var int */ @@ -64,7 +64,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { public $offset; /** - * Country Id + * Country ID * * @var int */ @@ -115,13 +115,16 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Timezone ID'), - 'description' => ts('Timezone Id'), + 'description' => ts('Timezone ID'), 'required' => TRUE, 'where' => 'civicrm_timezone.id', 'table_name' => 'civicrm_timezone', 'entity' => 'Timezone', 'bao' => 'CRM_Core_DAO_Timezone', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'name' => [ @@ -180,8 +183,8 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { 'country_id' => [ 'name' => 'country_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Country'), - 'description' => ts('Country Id'), + 'title' => ts('Country ID'), + 'description' => ts('Country ID'), 'required' => TRUE, 'where' => 'civicrm_timezone.country_id', 'table_name' => 'civicrm_timezone', @@ -189,6 +192,9 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO { 'bao' => 'CRM_Core_DAO_Timezone', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Country', + 'html' => [ + 'label' => ts("Country"), + ], 'add' => '1.8', ], ]; diff --git a/CRM/Core/DAO/UFField.php b/CRM/Core/DAO/UFField.php index 0c51d6958f..5c35d373ef 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:957f3b024ca6a7560b418aee01389aec) + * (GenCodeChecksum:1beadf70c2e732317903d806dd2beee8) */ /** @@ -122,14 +122,14 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { public $location_type_id; /** - * Phone Type Id, if required + * Phone Type ID, if required * * @var int */ public $phone_type_id; /** - * Website Type Id, if required + * Website Type ID, if required * * @var int */ @@ -216,6 +216,9 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'uf_group_id' => [ @@ -232,6 +235,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_UFGroup', 'html' => [ 'type' => 'Select', + 'label' => ts("Profile"), ], 'pseudoconstant' => [ 'table' => 'civicrm_uf_group', @@ -385,7 +389,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'location_type_id' => [ 'name' => 'location_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Profile Field Location Type'), + 'title' => ts('Profile Field Location Type ID'), 'description' => ts('Location type of this mapping, if required'), 'where' => 'civicrm_uf_field.location_type_id', 'table_name' => 'civicrm_uf_field', @@ -393,13 +397,16 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_LocationType', + 'html' => [ + 'label' => ts("Profile Field Location Type"), + ], 'add' => '1.3', ], 'phone_type_id' => [ 'name' => 'phone_type_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Profile Field Phone Type'), - 'description' => ts('Phone Type Id, if required'), + 'description' => ts('Phone Type ID, if required'), 'where' => 'civicrm_uf_field.phone_type_id', 'table_name' => 'civicrm_uf_field', 'entity' => 'UFField', @@ -415,7 +422,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'name' => 'website_type_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Profile Field Website Type'), - 'description' => ts('Website Type Id, if required'), + 'description' => ts('Website Type ID, if required'), 'where' => 'civicrm_uf_field.website_type_id', 'table_name' => 'civicrm_uf_field', 'entity' => 'UFField', diff --git a/CRM/Core/DAO/UFGroup.php b/CRM/Core/DAO/UFGroup.php index df4423c695..e38574ad4e 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:87b09ca770a4ef4a9eeec0403a7d774f) + * (GenCodeChecksum:19174c1e0d6fd0b24b5192acd551b97d) */ /** @@ -271,6 +271,9 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'is_active' => [ @@ -392,7 +395,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'limit_listings_group_id' => [ 'name' => 'limit_listings_group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Profile Search Limit Group'), + 'title' => ts('Search Limit Group ID'), 'description' => ts('Group id, foreign key from civicrm_group'), 'where' => 'civicrm_uf_group.limit_listings_group_id', 'table_name' => 'civicrm_uf_group', @@ -400,6 +403,9 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Group', + 'html' => [ + 'label' => ts("Search Limit Group"), + ], 'add' => '1.4', ], 'post_URL' => [ @@ -419,7 +425,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'add_to_group_id' => [ 'name' => 'add_to_group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Add Contact To Group'), + 'title' => ts('Add Contact To Group ID'), 'description' => ts('foreign key to civicrm_group_id'), 'where' => 'civicrm_uf_group.add_to_group_id', 'table_name' => 'civicrm_uf_group', @@ -427,6 +433,9 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Group', + 'html' => [ + 'label' => ts("Add Contact To Group"), + ], 'add' => NULL, ], 'add_captcha' => [ @@ -561,7 +570,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Profile Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to civicrm_contact, who created this UF group'), 'where' => 'civicrm_uf_group.created_id', 'table_name' => 'civicrm_uf_group', @@ -569,6 +578,9 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '3.0', ], 'created_date' => [ diff --git a/CRM/Core/DAO/UFJoin.php b/CRM/Core/DAO/UFJoin.php index e6b35adc5b..7ccb8245a7 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:c0ed1de85eee511aab82c44d39549aa4) + * (GenCodeChecksum:ac132b4e99ca2acdf298972eb3a81278) */ /** @@ -139,6 +139,9 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO { 'entity' => 'UFJoin', 'bao' => 'CRM_Core_BAO_UFJoin', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.3', ], 'is_active' => [ @@ -226,6 +229,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_UFGroup', 'html' => [ 'type' => 'Select', + 'label' => ts("Profile"), ], 'pseudoconstant' => [ 'table' => 'civicrm_uf_group', diff --git a/CRM/Core/DAO/UFMatch.php b/CRM/Core/DAO/UFMatch.php index ee2b034c13..e79cb19aa4 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:c9c6016d9accdae2e80e856574c0fd5a) + * (GenCodeChecksum:2b22906110bf9cbaaa2356db1564217d) */ /** @@ -125,12 +125,15 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'entity' => 'UFMatch', 'bao' => 'CRM_Core_BAO_UFMatch', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('UF Match Domain ID'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this match entry for'), 'required' => TRUE, 'where' => 'civicrm_uf_match.domain_id', @@ -139,6 +142,9 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFMatch', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', @@ -176,7 +182,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('CiviCRM Contact ID'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID'), 'where' => 'civicrm_uf_match.contact_id', 'table_name' => 'civicrm_uf_match', @@ -184,6 +190,9 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_UFMatch', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '1.1', ], 'language' => [ diff --git a/CRM/Core/DAO/Website.php b/CRM/Core/DAO/Website.php index 6c12cf2879..3b43aa025b 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:9176466bab7c06d5ace2080bfcfe51d6) + * (GenCodeChecksum:5fe7525ef0c24242d206c57a36d4899a) */ /** @@ -124,12 +124,15 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO { 'entity' => 'Website', 'bao' => 'CRM_Core_BAO_Website', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.2', ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contact'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID'), 'where' => 'civicrm_website.contact_id', 'table_name' => 'civicrm_website', @@ -137,6 +140,9 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_Website', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '3.2', ], 'url' => [ diff --git a/CRM/Core/DAO/WordReplacement.php b/CRM/Core/DAO/WordReplacement.php index f8cbbab1e3..de3545d427 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:fb2a7a67345007ac9a5c10109579bdd1) + * (GenCodeChecksum:b5f1cf2f28103d31eb9a3ca920860f45) */ /** @@ -122,6 +122,9 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'entity' => 'WordReplacement', 'bao' => 'CRM_Core_BAO_WordReplacement', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.4', ], 'find_word' => [ @@ -188,7 +191,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Word Replacement Domain ID'), + 'title' => ts('Domain ID'), 'description' => ts('FK to Domain ID. This is for Domain specific word replacement'), 'where' => 'civicrm_word_replacement.domain_id', 'table_name' => 'civicrm_word_replacement', @@ -196,6 +199,9 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_WordReplacement', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', diff --git a/CRM/Core/DAO/Worldregion.php b/CRM/Core/DAO/Worldregion.php index 618785cebc..f0d16f48d8 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:2f91a9ed30715b6c08bd8913d6a8fe88) + * (GenCodeChecksum:798384cde9fff013c1d9ca0724746ebf) */ /** @@ -31,7 +31,7 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO { public static $_log = FALSE; /** - * Country Id + * Country ID * * @var int */ @@ -74,13 +74,16 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('World Region ID'), - 'description' => ts('Country Id'), + 'description' => ts('Country ID'), 'required' => TRUE, 'where' => 'civicrm_worldregion.id', 'table_name' => 'civicrm_worldregion', 'entity' => 'Worldregion', 'bao' => 'CRM_Core_DAO_Worldregion', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'world_region' => [ diff --git a/CRM/Cxn/DAO/Cxn.php b/CRM/Cxn/DAO/Cxn.php index 5956d23807..e11a26f4fa 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:5cf7a8ccd1c1453d25dce3fef34f1dbb) + * (GenCodeChecksum:9986281f57b7aeab07c03d19f80ef468) */ /** @@ -144,6 +144,9 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO { 'entity' => 'Cxn', 'bao' => 'CRM_Cxn_BAO_Cxn', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.6', ], 'app_guid' => [ diff --git a/CRM/Dedupe/DAO/Exception.php b/CRM/Dedupe/DAO/Exception.php index c650f68669..c78fa2a0e2 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:6d9c7d81ac4475428d43659344ae39b8) + * (GenCodeChecksum:5ab53770ac01575624fc7ffaeae5085c) */ /** @@ -104,6 +104,9 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO { 'entity' => 'Exception', 'bao' => 'CRM_Dedupe_BAO_Exception', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'contact_id1' => [ @@ -118,6 +121,9 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO { 'bao' => 'CRM_Dedupe_BAO_Exception', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("First Dupe Contact"), + ], 'add' => '3.3', ], 'contact_id2' => [ @@ -132,6 +138,9 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO { 'bao' => 'CRM_Dedupe_BAO_Exception', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Second Dupe Contact"), + ], 'add' => '3.3', ], ]; diff --git a/CRM/Dedupe/DAO/Rule.php b/CRM/Dedupe/DAO/Rule.php index 7d95879967..969839b644 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:682c730aac1fbf17f0cc2048e4b328f7) + * (GenCodeChecksum:74ab5832e9c55b945fde05491e0e712e) */ /** @@ -124,12 +124,15 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO { 'entity' => 'Rule', 'bao' => 'CRM_Dedupe_BAO_Rule', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'dedupe_rule_group_id' => [ 'name' => 'dedupe_rule_group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Dedupe Rule Group'), + 'title' => ts('Group ID'), 'description' => ts('The id of the rule group this rule belongs to'), 'required' => TRUE, 'where' => 'civicrm_dedupe_rule.dedupe_rule_group_id', @@ -138,6 +141,9 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO { 'bao' => 'CRM_Dedupe_BAO_Rule', 'localizable' => 0, 'FKClassName' => 'CRM_Dedupe_DAO_RuleGroup', + 'html' => [ + 'label' => ts("Group"), + ], 'add' => '1.8', ], 'rule_table' => [ diff --git a/CRM/Dedupe/DAO/RuleGroup.php b/CRM/Dedupe/DAO/RuleGroup.php index d7c16a171a..50fb727d88 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:f7430387dfcfaacfd48a49d8d39d3c8b) + * (GenCodeChecksum:c6ea8eba5316b1ede0b9542945b0c8db) */ /** @@ -116,6 +116,9 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO { 'entity' => 'RuleGroup', 'bao' => 'CRM_Dedupe_BAO_RuleGroup', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'contact_type' => [ diff --git a/CRM/Event/Cart/DAO/Cart.php b/CRM/Event/Cart/DAO/Cart.php index bf1a2b6073..636ce1d222 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:b762caa85205605d2c3c052da51d3448) + * (GenCodeChecksum:45e31bacdd32dc1ede3f6b2b1dab048a) */ /** @@ -32,7 +32,7 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO { public static $_log = FALSE; /** - * Cart Id + * Cart ID * * @var int */ @@ -95,19 +95,22 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Cart ID'), - 'description' => ts('Cart Id'), + 'description' => ts('Cart ID'), 'required' => TRUE, 'where' => 'civicrm_event_carts.id', 'table_name' => 'civicrm_event_carts', 'entity' => 'Cart', 'bao' => 'CRM_Event_Cart_BAO_Cart', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.1', ], 'user_id' => [ 'name' => 'user_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to civicrm_contact who created this cart'), 'where' => 'civicrm_event_carts.user_id', 'table_name' => 'civicrm_event_carts', @@ -115,6 +118,9 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO { 'bao' => 'CRM_Event_Cart_BAO_Cart', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '4.1', ], 'completed' => [ diff --git a/CRM/Event/Cart/DAO/EventInCart.php b/CRM/Event/Cart/DAO/EventInCart.php index 865af15401..cd4e683192 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:edd6f68d78455072c15bcb051abc98f9) + * (GenCodeChecksum:9b3e4e7cc1a1bd76029eeaccb041b5cd) */ /** @@ -32,7 +32,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO { public static $_log = FALSE; /** - * Event In Cart Id + * Event In Cart ID * * @var int */ @@ -98,19 +98,22 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Event In Cart'), - 'description' => ts('Event In Cart Id'), + 'description' => ts('Event In Cart ID'), 'required' => TRUE, 'where' => 'civicrm_events_in_carts.id', 'table_name' => 'civicrm_events_in_carts', 'entity' => 'EventInCart', 'bao' => 'CRM_Event_Cart_BAO_EventInCart', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.1', ], 'event_id' => [ 'name' => 'event_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Event'), + 'title' => ts('Event ID'), 'description' => ts('FK to Event ID'), 'where' => 'civicrm_events_in_carts.event_id', 'table_name' => 'civicrm_events_in_carts', @@ -118,12 +121,15 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO { 'bao' => 'CRM_Event_Cart_BAO_EventInCart', 'localizable' => 0, 'FKClassName' => 'CRM_Event_DAO_Event', + 'html' => [ + 'label' => ts("Event"), + ], 'add' => '4.1', ], 'event_cart_id' => [ 'name' => 'event_cart_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Event In Cart'), + 'title' => ts('Event Cart ID'), 'description' => ts('FK to Event Cart ID'), 'where' => 'civicrm_events_in_carts.event_cart_id', 'table_name' => 'civicrm_events_in_carts', @@ -131,6 +137,9 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO { 'bao' => 'CRM_Event_Cart_BAO_EventInCart', 'localizable' => 0, 'FKClassName' => 'CRM_Event_Cart_DAO_Cart', + 'html' => [ + 'label' => ts("Event In Cart"), + ], 'add' => '4.1', ], ]; diff --git a/CRM/Event/DAO/Event.php b/CRM/Event/DAO/Event.php index 757ff158d4..c48281a1f2 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:c4d88cf24f327dc7f2f303f316e200c7) + * (GenCodeChecksum:11e4962f380ac2cc33f742cd8881458c) */ /** @@ -591,6 +591,9 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'entity' => 'Event', 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.7', ], 'event_title' => [ @@ -977,6 +980,9 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_LocBlock', + 'html' => [ + 'label' => ts("Location Block"), + ], 'add' => '2.0', ], 'default_role_id' => [ @@ -1581,6 +1587,9 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '3.0', ], 'created_date' => [ @@ -1626,7 +1635,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Campaign'), + 'title' => ts('Campaign ID'), 'description' => ts('The campaign for which this event has been created.'), 'where' => 'civicrm_event.campaign_id', 'table_name' => 'civicrm_event', @@ -1636,6 +1645,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Campaign"), ], 'add' => '3.4', ], @@ -1706,7 +1716,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'dedupe_rule_group_id' => [ 'name' => 'dedupe_rule_group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Dedupe Rule'), + 'title' => ts('Dedupe Rule ID'), 'description' => ts('Rule to use when matching registrations for this event'), 'where' => 'civicrm_event.dedupe_rule_group_id', 'default' => 'NULL', @@ -1717,6 +1727,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'FKClassName' => 'CRM_Dedupe_DAO_RuleGroup', 'html' => [ 'type' => 'Select', + 'label' => ts("Dedupe Rule"), ], 'pseudoconstant' => [ 'table' => 'civicrm_dedupe_rule_group', diff --git a/CRM/Event/DAO/Participant.php b/CRM/Event/DAO/Participant.php index 090bb8fe03..d1be9121df 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:f9815c8a89ad1055602bed39a0f266e8) + * (GenCodeChecksum:adc9953eb7c1ee2d59f8937d8a8d94a3) */ /** @@ -39,7 +39,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { public static $_log = TRUE; /** - * Participant Id + * Participant ID * * @var int */ @@ -220,7 +220,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Participant ID'), - 'description' => ts('Participant Id'), + 'description' => ts('Participant ID'), 'required' => TRUE, 'import' => TRUE, 'where' => 'civicrm_participant.id', @@ -230,6 +230,9 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'entity' => 'Participant', 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.7', ], 'participant_contact_id' => [ @@ -247,12 +250,15 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '1.7', ], 'event_id' => [ 'name' => 'event_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Event'), + 'title' => ts('Event ID'), 'description' => ts('FK to Event ID'), 'required' => TRUE, 'import' => TRUE, @@ -264,12 +270,15 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Event_DAO_Event', + 'html' => [ + 'label' => ts("Event"), + ], 'add' => '1.7', ], 'participant_status_id' => [ 'name' => 'status_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Participant Status'), + 'title' => ts('Status ID'), 'description' => ts('Participant status ID. FK to civicrm_participant_status_type. Default of 1 should map to status = Registered.'), 'required' => TRUE, 'import' => TRUE, @@ -284,6 +293,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'FKClassName' => 'CRM_Event_DAO_ParticipantStatusType', 'html' => [ 'type' => 'Select', + 'label' => ts("Status"), ], 'pseudoconstant' => [ 'table' => 'civicrm_participant_status_type', @@ -426,7 +436,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'participant_registered_by_id' => [ 'name' => 'registered_by_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Registered By ID'), + 'title' => ts('Registered By Participant ID'), 'description' => ts('FK to Participant ID'), 'import' => TRUE, 'where' => 'civicrm_participant.registered_by_id', @@ -437,6 +447,9 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Event_DAO_Participant', + 'html' => [ + 'label' => ts("Registered By"), + ], 'add' => '2.1', ], 'participant_discount_id' => [ @@ -451,6 +464,9 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Discount', + 'html' => [ + 'label' => ts("Discount"), + ], 'add' => '2.1', ], 'participant_fee_currency' => [ @@ -485,7 +501,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'participant_campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Campaign'), + 'title' => ts('Campaign ID'), 'description' => ts('The campaign for which this participant has been registered.'), 'import' => TRUE, 'where' => 'civicrm_participant.campaign_id', @@ -495,6 +511,9 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Campaign_DAO_Campaign', + 'html' => [ + 'label' => ts("Campaign"), + ], 'add' => '3.4', ], 'discount_amount' => [ @@ -520,6 +539,9 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Event_Cart_DAO_Cart', + 'html' => [ + 'label' => ts("Event Cart"), + ], 'add' => '4.1', ], 'must_wait' => [ @@ -549,6 +571,9 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Transferred to"), + ], 'add' => '4.7', ], ]; diff --git a/CRM/Event/DAO/ParticipantPayment.php b/CRM/Event/DAO/ParticipantPayment.php index 59a5b1ba31..478890e347 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:aa8546c94f2f8c9fc72109f58b80c2bc) + * (GenCodeChecksum:588d6ea1417e370d9397d1902c0fbb91) */ /** @@ -32,14 +32,14 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { public static $_log = TRUE; /** - * Participant Payment Id + * Participant Payment ID * * @var int */ public $id; /** - * Participant Id (FK) + * Participant ID (FK) * * @var int */ @@ -98,20 +98,23 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Payment ID'), - 'description' => ts('Participant Payment Id'), + 'description' => ts('Participant Payment ID'), 'required' => TRUE, 'where' => 'civicrm_participant_payment.id', 'table_name' => 'civicrm_participant_payment', 'entity' => 'ParticipantPayment', 'bao' => 'CRM_Event_BAO_ParticipantPayment', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.7', ], 'participant_id' => [ 'name' => 'participant_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Participant ID'), - 'description' => ts('Participant Id (FK)'), + 'description' => ts('Participant ID (FK)'), 'required' => TRUE, 'where' => 'civicrm_participant_payment.participant_id', 'table_name' => 'civicrm_participant_payment', @@ -119,12 +122,15 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_ParticipantPayment', 'localizable' => 0, 'FKClassName' => 'CRM_Event_DAO_Participant', + 'html' => [ + 'label' => ts("Participant"), + ], 'add' => '1.7', ], 'contribution_id' => [ 'name' => 'contribution_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contribution'), + 'title' => ts('Contribution ID'), 'description' => ts('FK to contribution table.'), 'required' => TRUE, 'where' => 'civicrm_participant_payment.contribution_id', @@ -133,6 +139,9 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_ParticipantPayment', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'html' => [ + 'label' => ts("Contribution"), + ], 'add' => '2.0', ], ]; diff --git a/CRM/Event/DAO/ParticipantStatusType.php b/CRM/Event/DAO/ParticipantStatusType.php index 10bdbf4ade..04ba541c60 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:7390922bd58d23808a484981bd822aed) + * (GenCodeChecksum:881202672fd112d681d8c349bd560c76) */ /** @@ -131,6 +131,9 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO { 'entity' => 'ParticipantStatusType', 'bao' => 'CRM_Event_BAO_ParticipantStatusType', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.0', ], 'participant_status' => [ diff --git a/CRM/Financial/DAO/Currency.php b/CRM/Financial/DAO/Currency.php index fef3fec8b2..c55b1690f7 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:a9172e230dd513e6a06f5fec2e0ddb90) + * (GenCodeChecksum:ef5501e6318a591b92982af8e310ff8f) */ /** @@ -32,7 +32,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO { public static $_log = TRUE; /** - * Currency Id + * Currency ID * * @var int */ @@ -96,13 +96,16 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Currency ID'), - 'description' => ts('Currency Id'), + 'description' => ts('Currency ID'), 'required' => TRUE, 'where' => 'civicrm_currency.id', 'table_name' => 'civicrm_currency', 'entity' => 'Currency', 'bao' => 'CRM_Financial_DAO_Currency', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.7', ], 'name' => [ diff --git a/CRM/Financial/DAO/EntityFinancialAccount.php b/CRM/Financial/DAO/EntityFinancialAccount.php index 650237fa28..604023c5ca 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:e7fe0d109914d345588895ccf1838406) + * (GenCodeChecksum:f057e61148163b3477dfc6ecc6432e84) */ /** @@ -119,6 +119,9 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO { 'entity' => 'EntityFinancialAccount', 'bao' => 'CRM_Financial_DAO_EntityFinancialAccount', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.3', ], 'entity_table' => [ @@ -174,7 +177,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO { 'financial_account_id' => [ 'name' => 'financial_account_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Account'), + 'title' => ts('Financial Account ID'), 'description' => ts('FK to the financial_account_id'), 'required' => TRUE, 'where' => 'civicrm_entity_financial_account.financial_account_id', @@ -185,6 +188,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO { 'FKClassName' => 'CRM_Financial_DAO_FinancialAccount', 'html' => [ 'type' => 'Select', + 'label' => ts("Financial Account"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_account', diff --git a/CRM/Financial/DAO/EntityFinancialTrxn.php b/CRM/Financial/DAO/EntityFinancialTrxn.php index 980cb84282..00c2bd646d 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:2912f015bf4110e65ee786c0ae45656c) + * (GenCodeChecksum:0988920947538e5bc49018a1aa8e567c) */ /** @@ -115,6 +115,9 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO { 'entity' => 'EntityFinancialTrxn', 'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.2', ], 'entity_table' => [ @@ -149,13 +152,16 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO { 'financial_trxn_id' => [ 'name' => 'financial_trxn_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Transaction Id'), + 'title' => ts('Financial Transaction ID'), 'where' => 'civicrm_entity_financial_trxn.financial_trxn_id', 'table_name' => 'civicrm_entity_financial_trxn', 'entity' => 'EntityFinancialTrxn', 'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_FinancialTrxn', + 'html' => [ + 'label' => ts("Financial Transaction"), + ], 'add' => '3.2', ], 'amount' => [ diff --git a/CRM/Financial/DAO/FinancialAccount.php b/CRM/Financial/DAO/FinancialAccount.php index 41c4eb8c01..8eedd61123 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:10364ea2fe3f28106488849b2c495f0b) + * (GenCodeChecksum:341f1ed0961230ce615e6e13b0a90728) */ /** @@ -189,6 +189,9 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.2', ], 'name' => [ @@ -217,6 +220,9 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '4.3', ], 'financial_account_type_id' => [ @@ -287,7 +293,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'parent_id' => [ 'name' => 'parent_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Account Parent'), + 'title' => ts('Parent ID'), 'description' => ts('Parent ID in account hierarchy'), 'where' => 'civicrm_financial_account.parent_id', 'table_name' => 'civicrm_financial_account', @@ -295,6 +301,9 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_FinancialAccount', + 'html' => [ + 'label' => ts("Parent"), + ], 'add' => '4.3', ], 'is_header_account' => [ diff --git a/CRM/Financial/DAO/FinancialItem.php b/CRM/Financial/DAO/FinancialItem.php index d9844515d7..8bd774922e 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:d8fb58f8b09009330bcb325ebfea20e0) + * (GenCodeChecksum:f85e3e645f0e76a6efec400291e22113) */ /** @@ -159,6 +159,9 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'entity' => 'FinancialItem', 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.3', ], 'created_date' => [ @@ -191,7 +194,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Item Contact ID'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact ID of contact the item is from'), 'required' => TRUE, 'where' => 'civicrm_financial_item.contact_id', @@ -201,6 +204,9 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '4.3', ], 'description' => [ @@ -275,6 +281,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO { 'FKClassName' => 'CRM_Financial_DAO_FinancialAccount', 'html' => [ 'type' => 'Select', + 'label' => ts("Financial Account"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_account', diff --git a/CRM/Financial/DAO/FinancialTrxn.php b/CRM/Financial/DAO/FinancialTrxn.php index 77156b1951..be0178a753 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:051ade878e9e6696ed4e2615e7362ae4) + * (GenCodeChecksum:45bcefb21e49d936ca6ad100f8bb418e) */ /** @@ -208,12 +208,15 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'entity' => 'FinancialTrxn', 'bao' => 'CRM_Financial_DAO_FinancialTrxn', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.3', ], 'from_financial_account_id' => [ 'name' => 'from_financial_account_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Transaction From Account'), + 'title' => ts('From Account ID'), 'description' => ts('FK to financial_account table.'), 'where' => 'civicrm_financial_trxn.from_financial_account_id', 'table_name' => 'civicrm_financial_trxn', @@ -223,6 +226,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'FKClassName' => 'CRM_Financial_DAO_FinancialAccount', 'html' => [ 'type' => 'Select', + 'label' => ts("From Account"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_account', @@ -234,7 +238,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'to_financial_account_id' => [ 'name' => 'to_financial_account_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Transaction To Account'), + 'title' => ts('To Account ID'), 'description' => ts('FK to financial_financial_account table.'), 'where' => 'civicrm_financial_trxn.to_financial_account_id', 'table_name' => 'civicrm_financial_trxn', @@ -244,6 +248,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'FKClassName' => 'CRM_Financial_DAO_FinancialAccount', 'html' => [ 'type' => 'Select', + 'label' => ts("To Account"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_account', @@ -396,7 +401,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'status_id' => [ 'name' => 'status_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Transaction Status Id'), + 'title' => ts('Financial Transaction Status ID'), 'description' => ts('pseudo FK to civicrm_option_value of contribution_status_id option_group'), 'import' => TRUE, 'where' => 'civicrm_financial_trxn.status_id', @@ -415,7 +420,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'payment_processor_id' => [ 'name' => 'payment_processor_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Payment Processor'), + 'title' => ts('Payment Processor ID'), 'description' => ts('Payment Processor for this financial transaction'), 'where' => 'civicrm_financial_trxn.payment_processor_id', 'table_name' => 'civicrm_financial_trxn', @@ -425,6 +430,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'FKClassName' => 'CRM_Financial_DAO_PaymentProcessor', 'html' => [ 'type' => 'Select', + 'label' => ts("Payment Processor"), ], 'pseudoconstant' => [ 'table' => 'civicrm_payment_processor', diff --git a/CRM/Financial/DAO/FinancialType.php b/CRM/Financial/DAO/FinancialType.php index 349daa199d..7f7f990773 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:870f3b71b12b41ed1e0e59e1ff57b2db) + * (GenCodeChecksum:d5785043e794b3d41c007f4ae2e1980d) */ /** @@ -117,6 +117,9 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO { 'entity' => 'FinancialType', 'bao' => 'CRM_Financial_BAO_FinancialType', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.3', ], 'financial_type' => [ diff --git a/CRM/Financial/DAO/PaymentProcessor.php b/CRM/Financial/DAO/PaymentProcessor.php index 73c0b2b928..1bb9fc3156 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:8c42ca973c4031a67a5052682c3d73e7) + * (GenCodeChecksum:27af89736ff3e802c30e1b1ddabb69dc) */ /** @@ -225,12 +225,15 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'entity' => 'PaymentProcessor', 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Payment Processor Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this match entry for'), 'required' => TRUE, 'where' => 'civicrm_payment_processor.domain_id', @@ -239,6 +242,9 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', @@ -300,7 +306,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'payment_processor_type_id' => [ 'name' => 'payment_processor_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Payment Processor Type ID'), + 'title' => ts('Type ID'), 'required' => TRUE, 'where' => 'civicrm_payment_processor.payment_processor_type_id', 'table_name' => 'civicrm_payment_processor', @@ -308,6 +314,9 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'bao' => 'CRM_Financial_BAO_PaymentProcessor', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_PaymentProcessorType', + 'html' => [ + 'label' => ts("Type"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_payment_processor_type', 'keyColumn' => 'id', diff --git a/CRM/Financial/DAO/PaymentProcessorType.php b/CRM/Financial/DAO/PaymentProcessorType.php index 85388fd7b0..5fcb672ece 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:f9fcb11332c6ea71f0154640b3c68fd0) + * (GenCodeChecksum:a9f8f7d9090a8eba71f41739915ea194) */ /** @@ -203,6 +203,9 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO { 'entity' => 'PaymentProcessorType', 'bao' => 'CRM_Financial_BAO_PaymentProcessorType', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'name' => [ diff --git a/CRM/Financial/DAO/PaymentToken.php b/CRM/Financial/DAO/PaymentToken.php index c8daffcebc..3f09b48d29 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:86a461eda642a7a84d3a78eb9f23691d) + * (GenCodeChecksum:658dc5e879f43747967fc0525bb0700e) */ /** @@ -174,6 +174,9 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.6', ], 'contact_id' => [ @@ -188,6 +191,9 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '4.6', ], 'payment_processor_id' => [ @@ -201,6 +207,9 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_PaymentProcessor', + 'html' => [ + 'label' => ts("Payment Processor"), + ], 'add' => '4.6', ], 'token' => [ @@ -242,6 +251,9 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO { 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created"), + ], 'add' => '4.6', ], 'expiry_date' => [ diff --git a/CRM/Friend/DAO/Friend.php b/CRM/Friend/DAO/Friend.php index ce763be30f..4fb81fdd26 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:8c8c8cacf834ac9e53d14f781a844d50) + * (GenCodeChecksum:a8021c454eacc9a8dbcd09e0310a1d5f) */ /** @@ -148,6 +148,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.0', ], 'entity_table' => [ diff --git a/CRM/Grant/DAO/Grant.php b/CRM/Grant/DAO/Grant.php index 763e987a26..2f5ad98cee 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:02b3cf969c3c6b7fb7960ffca2f57eb7) + * (GenCodeChecksum:edf69469f4f7569801396e9a786347d6) */ /** @@ -142,7 +142,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { public $rationale; /** - * Id of Grant status. + * ID of Grant status. * * @var int */ @@ -210,6 +210,9 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'entity' => 'Grant', 'bao' => 'CRM_Grant_BAO_Grant', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'grant_contact_id' => [ @@ -227,6 +230,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '1.8', ], @@ -453,7 +457,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'name' => 'status_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Grant Status'), - 'description' => ts('Id of Grant status.'), + 'description' => ts('ID of Grant status.'), 'required' => TRUE, 'import' => TRUE, 'where' => 'civicrm_grant.status_id', @@ -474,7 +478,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('FK to Financial Type.'), 'where' => 'civicrm_grant.financial_type_id', 'default' => 'NULL', @@ -483,6 +487,9 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { 'bao' => 'CRM_Grant_BAO_Grant', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_FinancialType', + 'html' => [ + 'label' => ts("Financial Type"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', 'keyColumn' => 'id', diff --git a/CRM/Mailing/DAO/BouncePattern.php b/CRM/Mailing/DAO/BouncePattern.php index ff07795a6c..10e259d90f 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:b80f792e12420d9022ce8fa209051fc4) + * (GenCodeChecksum:aa81a0f336738276f8409871eca1ec2b) */ /** @@ -101,12 +101,15 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO { 'entity' => 'BouncePattern', 'bao' => 'CRM_Mailing_BAO_BouncePattern', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'bounce_type_id' => [ 'name' => 'bounce_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Bounce Type'), + 'title' => ts('Bounce Type ID'), 'description' => ts('Type of bounce'), 'required' => TRUE, 'where' => 'civicrm_mailing_bounce_pattern.bounce_type_id', @@ -115,6 +118,9 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_BouncePattern', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_BounceType', + 'html' => [ + 'label' => ts("Bounce Type"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_mailing_bounce_type', 'keyColumn' => 'id', diff --git a/CRM/Mailing/DAO/BounceType.php b/CRM/Mailing/DAO/BounceType.php index a818831e74..dcd437bf74 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:d85cecf66659cee08c967e8671ba7b6d) + * (GenCodeChecksum:5e216ed92113fe388f6f63ac915d6f55) */ /** @@ -93,6 +93,9 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO { 'entity' => 'BounceType', 'bao' => 'CRM_Mailing_DAO_BounceType', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'name' => [ diff --git a/CRM/Mailing/DAO/Mailing.php b/CRM/Mailing/DAO/Mailing.php index c76e999c8c..1ca08f185e 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:9e22faebb14e886d7a5b4382249a0da6) + * (GenCodeChecksum:cea36c1d0da157e6d5b42b505eb44a53) */ /** @@ -406,12 +406,15 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'entity' => 'Mailing', 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which site is this mailing for'), 'where' => 'civicrm_mailing.domain_id', 'table_name' => 'civicrm_mailing', @@ -419,6 +422,9 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', @@ -429,7 +435,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'header_id' => [ 'name' => 'header_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Header'), + 'title' => ts('Header ID'), 'description' => ts('FK to the header component.'), 'where' => 'civicrm_mailing.header_id', 'table_name' => 'civicrm_mailing', @@ -437,6 +443,9 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingComponent', + 'html' => [ + 'label' => ts("Header"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_mailing_component', 'keyColumn' => 'id', @@ -448,7 +457,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'footer_id' => [ 'name' => 'footer_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Footer'), + 'title' => ts('Footer ID'), 'description' => ts('FK to the footer component.'), 'where' => 'civicrm_mailing.footer_id', 'table_name' => 'civicrm_mailing', @@ -456,6 +465,9 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingComponent', + 'html' => [ + 'label' => ts("Footer"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_mailing_component', 'keyColumn' => 'id', @@ -467,7 +479,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'reply_id' => [ 'name' => 'reply_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Reply'), + 'title' => ts('Reply ID'), 'description' => ts('FK to the auto-responder component.'), 'where' => 'civicrm_mailing.reply_id', 'table_name' => 'civicrm_mailing', @@ -475,12 +487,15 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingComponent', + 'html' => [ + 'label' => ts("Reply"), + ], 'add' => NULL, ], 'unsubscribe_id' => [ 'name' => 'unsubscribe_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Unsubscribe'), + 'title' => ts('Unsubscribe ID'), 'description' => ts('FK to the unsubscribe component.'), 'where' => 'civicrm_mailing.unsubscribe_id', 'table_name' => 'civicrm_mailing', @@ -488,6 +503,9 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingComponent', + 'html' => [ + 'label' => ts("Unsubscribe"), + ], 'add' => NULL, ], 'resubscribe_id' => [ @@ -504,7 +522,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'optout_id' => [ 'name' => 'optout_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Opt Out'), + 'title' => ts('Opt Out ID'), 'description' => ts('FK to the opt-out component.'), 'where' => 'civicrm_mailing.optout_id', 'table_name' => 'civicrm_mailing', @@ -512,6 +530,9 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingComponent', + 'html' => [ + 'label' => ts("Opt Out"), + ], 'add' => NULL, ], 'mailing_name' => [ @@ -749,7 +770,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'msg_template_id' => [ 'name' => 'msg_template_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Message Template'), + 'title' => ts('Message Template ID'), 'description' => ts('FK to the message template.'), 'where' => 'civicrm_mailing.msg_template_id', 'table_name' => 'civicrm_mailing', @@ -757,6 +778,9 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_MessageTemplate', + 'html' => [ + 'label' => ts("Message Template"), + ], 'add' => NULL, ], 'override_verp' => [ @@ -778,7 +802,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Creator'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to Contact ID who first created this mailing'), 'where' => 'civicrm_mailing.created_id', 'table_name' => 'civicrm_mailing', @@ -786,6 +810,9 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Creator"), + ], 'add' => NULL, ], 'created_date' => [ @@ -824,7 +851,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'scheduled_id' => [ 'name' => 'scheduled_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Scheduled By'), + 'title' => ts('Scheduled By Contact ID'), 'description' => ts('FK to Contact ID who scheduled this mailing'), 'where' => 'civicrm_mailing.scheduled_id', 'table_name' => 'civicrm_mailing', @@ -832,6 +859,9 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Scheduled By"), + ], 'add' => NULL, ], 'scheduled_date' => [ @@ -855,7 +885,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'approver_id' => [ 'name' => 'approver_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Approved By'), + 'title' => ts('Approved By Contact ID'), 'description' => ts('FK to Contact ID who approved this mailing'), 'where' => 'civicrm_mailing.approver_id', 'table_name' => 'civicrm_mailing', @@ -863,6 +893,9 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Approved By"), + ], 'add' => NULL, ], 'approval_date' => [ @@ -957,7 +990,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Campaign'), + 'title' => ts('Campaign ID'), 'description' => ts('The campaign for which this mailing has been initiated.'), 'where' => 'civicrm_mailing.campaign_id', 'table_name' => 'civicrm_mailing', @@ -967,6 +1000,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'Select', + 'label' => ts("Campaign"), ], 'add' => '3.4', ], @@ -989,7 +1023,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'sms_provider_id' => [ 'name' => 'sms_provider_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing SMS Provider'), + 'title' => ts('SMS Provider ID'), 'where' => 'civicrm_mailing.sms_provider_id', 'table_name' => 'civicrm_mailing', 'entity' => 'Mailing', @@ -998,6 +1032,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'FKClassName' => 'CRM_SMS_DAO_Provider', 'html' => [ 'type' => 'Select', + 'label' => ts("SMS Provider"), ], 'add' => '4.2', ], @@ -1018,7 +1053,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'location_type_id' => [ 'name' => 'location_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Location Type'), + 'title' => ts('Location Type ID'), 'description' => ts('With email_selection_method, determines which email address to use'), 'where' => 'civicrm_mailing.location_type_id', 'table_name' => 'civicrm_mailing', @@ -1026,6 +1061,9 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_LocationType', + 'html' => [ + 'label' => ts("Location Type"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_location_type', 'keyColumn' => 'id', diff --git a/CRM/Mailing/DAO/MailingAB.php b/CRM/Mailing/DAO/MailingAB.php index 9b4572a42f..910f8e5a3e 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:1308702399d924188a14948adb1a8a3f) + * (GenCodeChecksum:ca895208e0335a8accfc91e62b93ddf9) */ /** @@ -172,6 +172,9 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'name' => [ @@ -326,7 +329,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('AB Test Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to Contact ID'), 'where' => 'civicrm_mailing_abtest.created_id', 'table_name' => 'civicrm_mailing_abtest', @@ -334,6 +337,9 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '4.6', ], 'created_date' => [ diff --git a/CRM/Mailing/DAO/MailingComponent.php b/CRM/Mailing/DAO/MailingComponent.php index a226619b4d..886aae7e87 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:c0dc3b9eb926996a014984996efa7da3) + * (GenCodeChecksum:fee560d72396f0f954737482f19985cb) */ /** @@ -119,6 +119,9 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO { 'entity' => 'MailingComponent', 'bao' => 'CRM_Mailing_BAO_MailingComponent', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'name' => [ diff --git a/CRM/Mailing/DAO/MailingGroup.php b/CRM/Mailing/DAO/MailingGroup.php index 22c7bf605d..653ac7bf39 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:88cec18ec4ae0f83580267d64c0ddbd3) + * (GenCodeChecksum:a1b71e8f5616a3ef698774495b407b7e) */ /** @@ -130,12 +130,15 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO { 'entity' => 'MailingGroup', 'bao' => 'CRM_Mailing_DAO_MailingGroup', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'mailing_id' => [ 'name' => 'mailing_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing'), + 'title' => ts('Mailing ID'), 'description' => ts('The ID of a previous mailing to include/exclude recipients.'), 'required' => TRUE, 'where' => 'civicrm_mailing_group.mailing_id', @@ -144,6 +147,9 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_DAO_MailingGroup', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_Mailing', + 'html' => [ + 'label' => ts("Mailing"), + ], 'add' => NULL, ], 'group_type' => [ diff --git a/CRM/Mailing/DAO/MailingJob.php b/CRM/Mailing/DAO/MailingJob.php index 0018b8c066..fac278c276 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:16d3f472e9379145910fa49ef5d2576a) + * (GenCodeChecksum:7dd4f6152b33e7cb38e4a7369179ac70) */ /** @@ -158,12 +158,15 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'entity' => 'MailingJob', 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'mailing_id' => [ 'name' => 'mailing_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing'), + 'title' => ts('Mailing ID'), 'description' => ts('The ID of the mailing this Job will send.'), 'required' => TRUE, 'where' => 'civicrm_mailing_job.mailing_id', @@ -172,6 +175,9 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_Mailing', + 'html' => [ + 'label' => ts("Mailing"), + ], 'add' => NULL, ], 'scheduled_date' => [ @@ -279,7 +285,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'parent_id' => [ 'name' => 'parent_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Job Parent'), + 'title' => ts('Parent ID'), 'description' => ts('Parent job id'), 'where' => 'civicrm_mailing_job.parent_id', 'default' => 'NULL', @@ -288,6 +294,9 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingJob', + 'html' => [ + 'label' => ts("Parent"), + ], 'add' => '3.3', ], 'job_offset' => [ diff --git a/CRM/Mailing/DAO/Recipients.php b/CRM/Mailing/DAO/Recipients.php index ecbfe5d621..0801fdac70 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:7428211457ae09e5130c0cbcd33c30db) + * (GenCodeChecksum:3d0a5a1be25ce421c7dfff4234b4d44e) */ /** @@ -118,12 +118,15 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO { 'entity' => 'Recipients', 'bao' => 'CRM_Mailing_BAO_Recipients', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'mailing_id' => [ 'name' => 'mailing_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing'), + 'title' => ts('Mailing ID'), 'description' => ts('The ID of the mailing this Job will send.'), 'required' => TRUE, 'where' => 'civicrm_mailing_recipients.mailing_id', @@ -132,12 +135,15 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Recipients', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_Mailing', + 'html' => [ + 'label' => ts("Mailing"), + ], 'add' => NULL, ], 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Recipient'), + 'title' => ts('Recipient ID'), 'description' => ts('FK to Contact'), 'required' => TRUE, 'where' => 'civicrm_mailing_recipients.contact_id', @@ -146,12 +152,15 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Recipients', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Recipient"), + ], 'add' => NULL, ], 'email_id' => [ 'name' => 'email_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Recipient Email'), + 'title' => ts('Email ID'), 'description' => ts('FK to Email'), 'where' => 'civicrm_mailing_recipients.email_id', 'default' => 'NULL', @@ -160,12 +169,15 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Recipients', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Email', + 'html' => [ + 'label' => ts("Email"), + ], 'add' => NULL, ], 'phone_id' => [ 'name' => 'phone_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Recipient Phone'), + 'title' => ts('Phone ID'), 'description' => ts('FK to Phone'), 'where' => 'civicrm_mailing_recipients.phone_id', 'default' => 'NULL', @@ -174,6 +186,9 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Recipients', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Phone', + 'html' => [ + 'label' => ts("Phone"), + ], 'add' => NULL, ], ]; diff --git a/CRM/Mailing/DAO/Spool.php b/CRM/Mailing/DAO/Spool.php index 2e978a70da..302de5f7e0 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:c682e199c6d4026f4b2e00c184d066ae) + * (GenCodeChecksum:73b43789a6adc93699405375f1146138) */ /** @@ -129,12 +129,15 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { 'entity' => 'Spool', 'bao' => 'CRM_Mailing_BAO_Spool', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'job_id' => [ 'name' => 'job_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Job'), + 'title' => ts('Job ID'), 'description' => ts('The ID of the Job .'), 'required' => TRUE, 'where' => 'civicrm_mailing_spool.job_id', @@ -143,6 +146,9 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Spool', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingJob', + 'html' => [ + 'label' => ts("Job"), + ], 'add' => NULL, ], 'recipient_email' => [ diff --git a/CRM/Mailing/DAO/TrackableURL.php b/CRM/Mailing/DAO/TrackableURL.php index 5fce2651ea..168676db69 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:c783ac33364c2caa8e884035cf529358) + * (GenCodeChecksum:bb9b5b86711ef2bd50ded42eb15c7096) */ /** @@ -101,6 +101,9 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO { 'entity' => 'TrackableURL', 'bao' => 'CRM_Mailing_BAO_TrackableURL', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'url' => [ @@ -119,7 +122,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO { 'mailing_id' => [ 'name' => 'mailing_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing'), + 'title' => ts('Mailing ID'), 'description' => ts('FK to the mailing'), 'required' => TRUE, 'where' => 'civicrm_mailing_trackable_url.mailing_id', @@ -128,6 +131,9 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_TrackableURL', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_Mailing', + 'html' => [ + 'label' => ts("Mailing"), + ], 'add' => NULL, ], ]; diff --git a/CRM/Mailing/Event/DAO/Bounce.php b/CRM/Mailing/Event/DAO/Bounce.php index f4529f95ac..6063b43db8 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:e6864a672a16b91aa1b34bbc3789162f) + * (GenCodeChecksum:6cef59ce3a50f482186c4b2fed3f4200) */ /** @@ -115,12 +115,15 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO { 'entity' => 'Bounce', 'bao' => 'CRM_Mailing_Event_BAO_Bounce', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Event Queue'), + 'title' => ts('Event Queue ID'), 'description' => ts('FK to EventQueue'), 'required' => TRUE, 'where' => 'civicrm_mailing_event_bounce.event_queue_id', @@ -129,6 +132,9 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Bounce', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'html' => [ + 'label' => ts("Event Queue"), + ], 'add' => NULL, ], 'bounce_type_id' => [ diff --git a/CRM/Mailing/Event/DAO/Confirm.php b/CRM/Mailing/Event/DAO/Confirm.php index bdb0f812ec..00e35c5249 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:cb8f8feb732892945871909f7ed0455a) + * (GenCodeChecksum:4b2ba26d3d4772ff7e91a68f530fcfba) */ /** @@ -101,6 +101,9 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO { 'entity' => 'Confirm', 'bao' => 'CRM_Mailing_Event_BAO_Confirm', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'event_subscribe_id' => [ @@ -115,6 +118,9 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Confirm', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Subscribe', + 'html' => [ + 'label' => ts("Mailing Subscribe"), + ], 'add' => NULL, ], 'time_stamp' => [ diff --git a/CRM/Mailing/Event/DAO/Delivered.php b/CRM/Mailing/Event/DAO/Delivered.php index 2efbb1a06f..30e49eb758 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:9f53cffbe35f2c67187ab62cceff6f34) + * (GenCodeChecksum:b1f214fd42770b5daf2d26b62b8e967a) */ /** @@ -101,12 +101,15 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO { 'entity' => 'Delivered', 'bao' => 'CRM_Mailing_Event_BAO_Delivered', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Event Queue'), + 'title' => ts('Event Queue ID'), 'description' => ts('FK to EventQueue'), 'required' => TRUE, 'where' => 'civicrm_mailing_event_delivered.event_queue_id', @@ -115,6 +118,9 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Delivered', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'html' => [ + 'label' => ts("Event Queue"), + ], 'add' => NULL, ], 'time_stamp' => [ diff --git a/CRM/Mailing/Event/DAO/Forward.php b/CRM/Mailing/Event/DAO/Forward.php index dc1702c8bd..7cdaa97dbd 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:e8063aa60f5e82d20f0832855c44b082) + * (GenCodeChecksum:9b3b6b6185c45c586b822c9a020d8caf) */ /** @@ -109,12 +109,15 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO { 'entity' => 'Forward', 'bao' => 'CRM_Mailing_Event_BAO_Forward', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Event Queue'), + 'title' => ts('Event Queue ID'), 'description' => ts('FK to EventQueue'), 'required' => TRUE, 'where' => 'civicrm_mailing_event_forward.event_queue_id', @@ -123,12 +126,15 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Forward', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'html' => [ + 'label' => ts("Event Queue"), + ], 'add' => NULL, ], 'dest_queue_id' => [ 'name' => 'dest_queue_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Destination Queue'), + 'title' => ts('Destination Queue ID'), 'description' => ts('FK to EventQueue for destination'), 'where' => 'civicrm_mailing_event_forward.dest_queue_id', 'table_name' => 'civicrm_mailing_event_forward', @@ -136,6 +142,9 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Forward', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'html' => [ + 'label' => ts("Destination Queue"), + ], 'add' => NULL, ], 'time_stamp' => [ diff --git a/CRM/Mailing/Event/DAO/Opened.php b/CRM/Mailing/Event/DAO/Opened.php index 430730bf6f..1aeb85010a 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:ca8631f091b50e47cb6e40ae7b9ebec5) + * (GenCodeChecksum:09662ae7012c7a87eafe681d19914ec9) */ /** @@ -101,12 +101,15 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO { 'entity' => 'Opened', 'bao' => 'CRM_Mailing_Event_BAO_Opened', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Event Queue'), + 'title' => ts('Event Queue ID'), 'description' => ts('FK to EventQueue'), 'required' => TRUE, 'where' => 'civicrm_mailing_event_opened.event_queue_id', @@ -115,6 +118,9 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Opened', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'html' => [ + 'label' => ts("Event Queue"), + ], 'add' => NULL, ], 'time_stamp' => [ diff --git a/CRM/Mailing/Event/DAO/Queue.php b/CRM/Mailing/Event/DAO/Queue.php index ea55a2f50f..6a09017a74 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:8ffe8287484833271fa6f028e5231198) + * (GenCodeChecksum:d3269fa9aae014b157964bee071c47d7) */ /** @@ -125,6 +125,9 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'entity' => 'Queue', 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'job_id' => [ @@ -139,6 +142,9 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingJob', + 'html' => [ + 'label' => ts("Job"), + ], 'add' => NULL, ], 'email_id' => [ @@ -153,6 +159,9 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Email', + 'html' => [ + 'label' => ts("Email"), + ], 'add' => NULL, ], 'contact_id' => [ @@ -167,6 +176,9 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => NULL, ], 'hash' => [ @@ -196,6 +208,9 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Phone', + 'html' => [ + 'label' => ts("Phone"), + ], 'add' => NULL, ], ]; diff --git a/CRM/Mailing/Event/DAO/Reply.php b/CRM/Mailing/Event/DAO/Reply.php index 3389b73e04..92e1220016 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:4ec45110e37edffa52e511607a16fc7c) + * (GenCodeChecksum:7c4fdb3d59121f4f1786342ac6a9aca4) */ /** @@ -101,12 +101,15 @@ class CRM_Mailing_Event_DAO_Reply extends CRM_Core_DAO { 'entity' => 'Reply', 'bao' => 'CRM_Mailing_Event_BAO_Reply', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Event Queue'), + 'title' => ts('Event Queue ID'), 'description' => ts('FK to EventQueue'), 'required' => TRUE, 'where' => 'civicrm_mailing_event_reply.event_queue_id', @@ -115,6 +118,9 @@ class CRM_Mailing_Event_DAO_Reply extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Reply', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'html' => [ + 'label' => ts("Event Queue"), + ], 'add' => NULL, ], 'time_stamp' => [ diff --git a/CRM/Mailing/Event/DAO/Subscribe.php b/CRM/Mailing/Event/DAO/Subscribe.php index d2d20ccb4f..2cfae2f7d7 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:e327b7f0c61b9955118127b1cc81df13) + * (GenCodeChecksum:bb0b1d30d434faebb2d65fcb01613f01) */ /** @@ -116,12 +116,15 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO { 'entity' => 'Subscribe', 'bao' => 'CRM_Mailing_Event_BAO_Subscribe', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'group_id' => [ 'name' => 'group_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Subscribe Group'), + 'title' => ts('Group ID'), 'description' => ts('FK to Group'), 'required' => TRUE, 'where' => 'civicrm_mailing_event_subscribe.group_id', @@ -132,6 +135,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', @@ -143,7 +147,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO { 'contact_id' => [ 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Subscribe Contact'), + 'title' => ts('Contact ID'), 'description' => ts('FK to Contact'), 'required' => TRUE, 'where' => 'civicrm_mailing_event_subscribe.contact_id', @@ -152,6 +156,9 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Subscribe', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => NULL, ], 'hash' => [ diff --git a/CRM/Mailing/Event/DAO/TrackableURLOpen.php b/CRM/Mailing/Event/DAO/TrackableURLOpen.php index 345a08d959..81fc53d2a3 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:4ce8e6bf5b68d2903ade816d40e20513) + * (GenCodeChecksum:e1acb26c7e199e0c34e681abde1e8d40) */ /** @@ -109,12 +109,15 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO { 'entity' => 'TrackableURLOpen', 'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Event Queue'), + 'title' => ts('Event Queue ID'), 'description' => ts('FK to EventQueue'), 'required' => TRUE, 'where' => 'civicrm_mailing_event_trackable_url_open.event_queue_id', @@ -123,12 +126,15 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'html' => [ + 'label' => ts("Event Queue"), + ], 'add' => NULL, ], 'trackable_url_id' => [ 'name' => 'trackable_url_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Trackable Url'), + 'title' => ts('Trackable Url ID'), 'description' => ts('FK to TrackableURL'), 'required' => TRUE, 'where' => 'civicrm_mailing_event_trackable_url_open.trackable_url_id', @@ -137,6 +143,9 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_TrackableURL', + 'html' => [ + 'label' => ts("Trackable Url"), + ], 'add' => NULL, ], 'time_stamp' => [ diff --git a/CRM/Mailing/Event/DAO/Unsubscribe.php b/CRM/Mailing/Event/DAO/Unsubscribe.php index 04521a5348..01e00cb665 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:8428c65032df6e7e79fd378824b510bd) + * (GenCodeChecksum:9c1e65a5b8c3ee8e55e75804a29cc8ea) */ /** @@ -108,12 +108,15 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO { 'entity' => 'Unsubscribe', 'bao' => 'CRM_Mailing_Event_BAO_Unsubscribe', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'event_queue_id' => [ 'name' => 'event_queue_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing Event Queue'), + 'title' => ts('Event Queue ID'), 'description' => ts('FK to EventQueue'), 'required' => TRUE, 'where' => 'civicrm_mailing_event_unsubscribe.event_queue_id', @@ -122,6 +125,9 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_Event_BAO_Unsubscribe', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_Queue', + 'html' => [ + 'label' => ts("Event Queue"), + ], 'add' => NULL, ], 'org_unsubscribe' => [ diff --git a/CRM/Member/DAO/Membership.php b/CRM/Member/DAO/Membership.php index a72f2fc144..3a2d32ac72 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:614dc19edb8e63eb4a8a4c3523454511) + * (GenCodeChecksum:5be0e02d65ec73885d938398aac05a29) */ /** @@ -51,7 +51,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { ]; /** - * Membership Id + * Membership ID * * @var int */ @@ -206,7 +206,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Membership ID'), - 'description' => ts('Membership Id'), + 'description' => ts('Membership ID'), 'required' => TRUE, 'import' => TRUE, 'where' => 'civicrm_membership.id', @@ -216,6 +216,9 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'entity' => 'Membership', 'bao' => 'CRM_Member_BAO_Membership', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'membership_contact_id' => [ @@ -236,13 +239,14 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '1.5', ], 'membership_type_id' => [ 'name' => 'membership_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Type Id'), + 'title' => ts('Membership Type ID'), 'description' => ts('FK to Membership Type'), 'required' => TRUE, 'import' => TRUE, @@ -347,7 +351,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'status_id' => [ 'name' => 'status_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Status Id'), + 'title' => ts('Status ID'), 'description' => ts('FK to Membership Status'), 'required' => TRUE, 'import' => TRUE, @@ -361,6 +365,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'FKClassName' => 'CRM_Member_DAO_MembershipStatus', 'html' => [ 'type' => 'Select', + 'label' => ts("Status"), ], 'pseudoconstant' => [ 'table' => 'civicrm_membership_status', @@ -418,6 +423,9 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_Membership', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_Membership', + 'html' => [ + 'label' => ts("Primary Member"), + ], 'add' => '1.7', ], 'max_related' => [ @@ -475,7 +483,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'membership_recur_id' => [ 'name' => 'contribution_recur_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Recurring Contribution'), + 'title' => ts('Recurring Contribution ID'), 'description' => ts('Conditional foreign key to civicrm_contribution_recur id. Each membership in connection with a recurring contribution carries a foreign key to the recurring contribution record. This assumes we can track these processor initiated events.'), 'where' => 'civicrm_membership.contribution_recur_id', 'export' => TRUE, @@ -484,12 +492,15 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_Membership', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_ContributionRecur', + 'html' => [ + 'label' => ts("Recurring Contribution"), + ], 'add' => '3.3', ], 'member_campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Campaign'), + 'title' => ts('Campaign ID'), 'description' => ts('The campaign for which this membership is attached.'), 'import' => TRUE, 'where' => 'civicrm_membership.campaign_id', @@ -501,6 +512,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'Select', + 'label' => ts("Campaign"), ], 'add' => '3.4', ], diff --git a/CRM/Member/DAO/MembershipBlock.php b/CRM/Member/DAO/MembershipBlock.php index 244cf0f9d2..c6be0fdd5e 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:687b0ecc1e487ede5c4c5719da6e3909) + * (GenCodeChecksum:4507d044332c623e6da4979516fef906) */ /** @@ -32,7 +32,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { public static $_log = TRUE; /** - * Membership Id + * Membership ID * * @var int */ @@ -168,13 +168,16 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Membership Block ID'), - 'description' => ts('Membership Id'), + 'description' => ts('Membership ID'), 'required' => TRUE, 'where' => 'civicrm_membership_block.id', 'table_name' => 'civicrm_membership_block', 'entity' => 'MembershipBlock', 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'entity_table' => [ @@ -194,7 +197,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'entity_id' => [ 'name' => 'entity_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Block Entity ID'), + 'title' => ts('Entity ID'), 'description' => ts('FK to civicrm_contribution_page.id'), 'required' => TRUE, 'where' => 'civicrm_membership_block.entity_id', @@ -203,6 +206,9 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_ContributionPage', + 'html' => [ + 'label' => ts("Entity"), + ], 'add' => '1.5', ], 'membership_types' => [ @@ -223,7 +229,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'membership_type_default' => [ 'name' => 'membership_type_default', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Block Default Type'), + 'title' => ts('Default Type ID'), 'description' => ts('Optional foreign key to membership_type'), 'where' => 'civicrm_membership_block.membership_type_default', 'table_name' => 'civicrm_membership_block', @@ -231,6 +237,9 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_MembershipType', + 'html' => [ + 'label' => ts("Default Type"), + ], 'add' => '1.5', ], 'display_min_fee' => [ diff --git a/CRM/Member/DAO/MembershipLog.php b/CRM/Member/DAO/MembershipLog.php index bb220ae47e..7a1457b3bd 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:9766c309b84737eab95138742c8437b6) + * (GenCodeChecksum:51fef54a2bde11340084707688a511bf) */ /** @@ -146,6 +146,9 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'entity' => 'MembershipLog', 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'membership_id' => [ @@ -160,12 +163,15 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_Membership', + 'html' => [ + 'label' => ts("Membership"), + ], 'add' => '1.5', ], 'status_id' => [ 'name' => 'status_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Status'), + 'title' => ts('Membership Status ID'), 'description' => ts('New status assigned to membership by this action. FK to Membership Status'), 'required' => TRUE, 'where' => 'civicrm_membership_log.status_id', @@ -174,6 +180,9 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_MembershipStatus', + 'html' => [ + 'label' => ts("Membership Status"), + ], 'add' => '1.5', ], 'start_date' => [ @@ -205,7 +214,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'modified_id' => [ 'name' => 'modified_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Log modified By'), + 'title' => ts('Modified By Contact ID'), 'description' => ts('FK to Contact ID of person under whose credentials this data modification was made.'), 'where' => 'civicrm_membership_log.modified_id', 'table_name' => 'civicrm_membership_log', @@ -213,6 +222,9 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Modified By"), + ], 'add' => '1.5', ], 'modified_date' => [ @@ -239,6 +251,9 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_MembershipType', + 'html' => [ + 'label' => ts("Membership Type"), + ], 'add' => '3.4', ], 'max_related' => [ diff --git a/CRM/Member/DAO/MembershipPayment.php b/CRM/Member/DAO/MembershipPayment.php index 06b6d80a01..6a9578aeaa 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:da6d071abd8e0d0353dabb2afc00d2bc) + * (GenCodeChecksum:927b2fa9686c60909ede49fee4b213da) */ /** @@ -102,12 +102,15 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO { 'entity' => 'MembershipPayment', 'bao' => 'CRM_Member_BAO_MembershipPayment', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'membership_id' => [ 'name' => 'membership_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership'), + 'title' => ts('Membership ID'), 'description' => ts('FK to Membership table'), 'required' => TRUE, 'where' => 'civicrm_membership_payment.membership_id', @@ -116,12 +119,15 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipPayment', 'localizable' => 0, 'FKClassName' => 'CRM_Member_DAO_Membership', + 'html' => [ + 'label' => ts("Membership"), + ], 'add' => '1.5', ], 'contribution_id' => [ 'name' => 'contribution_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contribution'), + 'title' => ts('Contribution ID'), 'description' => ts('FK to contribution table.'), 'where' => 'civicrm_membership_payment.contribution_id', 'table_name' => 'civicrm_membership_payment', @@ -129,6 +135,9 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipPayment', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'html' => [ + 'label' => ts("Contribution"), + ], 'add' => '2.0', ], ]; diff --git a/CRM/Member/DAO/MembershipStatus.php b/CRM/Member/DAO/MembershipStatus.php index 971d5a7f9a..bec7aee459 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:5a977831ac9d4940a996e6c2eb8b9c1d) + * (GenCodeChecksum:7a244bc9a0db34ad31adc004d97e1945) */ /** @@ -39,7 +39,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { public static $_log = TRUE; /** - * Membership Id + * Membership ID * * @var int */ @@ -171,13 +171,16 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Membership Status ID'), - 'description' => ts('Membership Id'), + 'description' => ts('Membership ID'), 'required' => TRUE, 'where' => 'civicrm_membership_status.id', 'table_name' => 'civicrm_membership_status', 'entity' => 'MembershipStatus', 'bao' => 'CRM_Member_BAO_MembershipStatus', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'membership_status' => [ diff --git a/CRM/Member/DAO/MembershipType.php b/CRM/Member/DAO/MembershipType.php index 61717183f0..17334ac6f8 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:fc8f5dc27b9a33132464da9c006ec85d) + * (GenCodeChecksum:4b310d2804aad4a7fca0bbe630da5635) */ /** @@ -39,7 +39,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { public static $_log = TRUE; /** - * Membership Id + * Membership ID * * @var int */ @@ -226,19 +226,22 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Membership Type ID'), - 'description' => ts('Membership Id'), + 'description' => ts('Membership ID'), 'required' => TRUE, 'where' => 'civicrm_membership_type.id', 'table_name' => 'civicrm_membership_type', 'entity' => 'MembershipType', 'bao' => 'CRM_Member_BAO_MembershipType', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Type Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this match entry for'), 'required' => TRUE, 'where' => 'civicrm_membership_type.domain_id', @@ -247,6 +250,9 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipType', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', @@ -296,7 +302,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'member_of_contact_id' => [ 'name' => 'member_of_contact_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Type Organization'), + 'title' => ts('Organization ID'), 'description' => ts('Owner organization for this membership type. FK to Contact ID'), 'required' => TRUE, 'where' => 'civicrm_membership_type.member_of_contact_id', @@ -305,12 +311,15 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipType', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Organization"), + ], 'add' => '1.5', ], 'financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Financial Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('If membership is paid by a contribution - what financial type should be used. FK to civicrm_financial_type.id'), 'required' => TRUE, 'where' => 'civicrm_membership_type.financial_type_id', @@ -319,6 +328,9 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO { 'bao' => 'CRM_Member_BAO_MembershipType', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_FinancialType', + 'html' => [ + 'label' => ts("Financial Type"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', 'keyColumn' => 'id', diff --git a/CRM/PCP/DAO/PCP.php b/CRM/PCP/DAO/PCP.php index 20082ae7a5..3fe37dc38e 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:133163f158f7a842a37e9dba4da2b648) + * (GenCodeChecksum:ad3dcb71cd89052b43154c9e9ee31115) */ /** @@ -181,6 +181,9 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'entity' => 'PCP', 'bao' => 'CRM_PCP_BAO_PCP', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.2', ], 'pcp_contact_id' => [ @@ -197,6 +200,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '2.2', ], diff --git a/CRM/PCP/DAO/PCPBlock.php b/CRM/PCP/DAO/PCPBlock.php index a5a7a16ffd..edffc5b027 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:0faa54e4d68236817b226432e5bd9345) + * (GenCodeChecksum:4d9d67db8969afa6d240d6129633e11b) */ /** @@ -32,7 +32,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { public static $_log = TRUE; /** - * PCP block Id + * PCP block ID * * @var int */ @@ -167,13 +167,16 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('PCP Block ID'), - 'description' => ts('PCP block Id'), + 'description' => ts('PCP block ID'), 'required' => TRUE, 'where' => 'civicrm_pcp_block.id', 'table_name' => 'civicrm_pcp_block', 'entity' => 'PCPBlock', 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.2', ], 'entity_table' => [ @@ -234,7 +237,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'supporter_profile_id' => [ 'name' => 'supporter_profile_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Supporter Profile'), + 'title' => ts('Supporter Profile ID'), 'description' => ts('FK to civicrm_uf_group.id. Does Personal Campaign Page require manual activation by administrator? (is inactive by default after setup)?'), 'where' => 'civicrm_pcp_block.supporter_profile_id', 'default' => 'NULL', @@ -243,6 +246,9 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO { 'bao' => 'CRM_PCP_BAO_PCPBlock', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_UFGroup', + 'html' => [ + 'label' => ts("Supporter Profile"), + ], 'add' => '2.2', ], 'owner_notify_id' => [ diff --git a/CRM/Pledge/DAO/Pledge.php b/CRM/Pledge/DAO/Pledge.php index bb23c622e8..ff4ed8ca15 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:b7f0823c6d9fed7969a2734874ed20eb) + * (GenCodeChecksum:237bb1983467d1d8ce0f3c77eacc8f93) */ /** @@ -254,6 +254,9 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'entity' => 'Pledge', 'bao' => 'CRM_Pledge_BAO_Pledge', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'pledge_contact_id' => [ @@ -272,13 +275,14 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '2.1', ], 'pledge_financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('FK to Financial Type'), 'where' => 'civicrm_pledge.financial_type_id', 'table_name' => 'civicrm_pledge', @@ -288,6 +292,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'FKClassName' => 'CRM_Financial_DAO_FinancialType', 'html' => [ 'type' => 'Select', + 'label' => ts("Financial Type"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', @@ -299,7 +304,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'pledge_contribution_page_id' => [ 'name' => 'contribution_page_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Pledge Contribution Page'), + 'title' => ts('Contribution Page ID'), 'description' => ts('The Contribution Page which triggered this contribution'), 'where' => 'civicrm_pledge.contribution_page_id', 'table_name' => 'civicrm_pledge', @@ -307,6 +312,9 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'bao' => 'CRM_Pledge_BAO_Pledge', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_ContributionPage', + 'html' => [ + 'label' => ts("Contribution Page"), + ], 'add' => '2.1', ], 'pledge_amount' => [ @@ -604,7 +612,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'pledge_status_id' => [ 'name' => 'status_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Pledge Status Id'), + 'title' => ts('Pledge Status ID'), 'description' => ts('Implicit foreign key to civicrm_option_values in the pledge_status option group.'), 'required' => TRUE, 'import' => TRUE, @@ -644,7 +652,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'pledge_campaign_id' => [ 'name' => 'campaign_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Campaign'), + 'title' => ts('Campaign ID'), 'description' => ts('The campaign for which this pledge has been initiated.'), 'import' => TRUE, 'where' => 'civicrm_pledge.campaign_id', @@ -656,6 +664,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'Select', + 'label' => ts("Campaign"), ], 'add' => '3.4', ], diff --git a/CRM/Pledge/DAO/PledgeBlock.php b/CRM/Pledge/DAO/PledgeBlock.php index 03218aae33..c823ab2dc3 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:47f6d38b1b268722741b09f95a0280c7) + * (GenCodeChecksum:c87d08131894f6867c3785bbe369645e) */ /** @@ -160,6 +160,9 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'entity_table' => [ @@ -179,7 +182,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO { 'entity_id' => [ 'name' => 'entity_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Entity Id'), + 'title' => ts('Entity ID'), 'description' => ts('FK to entity table specified in entity_table column.'), 'required' => TRUE, 'where' => 'civicrm_pledge_block.entity_id', diff --git a/CRM/Pledge/DAO/PledgePayment.php b/CRM/Pledge/DAO/PledgePayment.php index 0d3fdc6763..1d74d79ffd 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:8055dbf00528ceb9dc2eaf626f5bfebc) + * (GenCodeChecksum:8bbddeca00159431bef36f6fbc558d90) */ /** @@ -151,12 +151,15 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'entity' => 'PledgePayment', 'bao' => 'CRM_Pledge_BAO_PledgePayment', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'pledge_id' => [ 'name' => 'pledge_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Pledge'), + 'title' => ts('Pledge ID'), 'description' => ts('FK to Pledge table'), 'required' => TRUE, 'where' => 'civicrm_pledge_payment.pledge_id', @@ -165,12 +168,15 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'bao' => 'CRM_Pledge_BAO_PledgePayment', 'localizable' => 0, 'FKClassName' => 'CRM_Pledge_DAO_Pledge', + 'html' => [ + 'label' => ts("Pledge"), + ], 'add' => '2.1', ], 'contribution_id' => [ 'name' => 'contribution_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Contribution'), + 'title' => ts('Contribution ID'), 'description' => ts('FK to contribution table.'), 'where' => 'civicrm_pledge_payment.contribution_id', 'table_name' => 'civicrm_pledge_payment', @@ -178,6 +184,9 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO { 'bao' => 'CRM_Pledge_BAO_PledgePayment', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'html' => [ + 'label' => ts("Contribution"), + ], 'add' => '2.1', ], 'pledge_payment_scheduled_amount' => [ diff --git a/CRM/Price/DAO/LineItem.php b/CRM/Price/DAO/LineItem.php index 16cc02060e..3370f60351 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:352b3e74d3a66e445f53670cecaf6d02) + * (GenCodeChecksum:8455f09e75cc04248153812b7fdd6741) */ /** @@ -185,6 +185,9 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'entity' => 'LineItem', 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.7', ], 'entity_table' => [ @@ -218,7 +221,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'contribution_id' => [ 'name' => 'contribution_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Line Item Contribution'), + 'title' => ts('Contribution ID'), 'description' => ts('FK to civicrm_contribution'), 'where' => 'civicrm_line_item.contribution_id', 'table_name' => 'civicrm_line_item', @@ -226,12 +229,15 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Contribution', + 'html' => [ + 'label' => ts("Contribution"), + ], 'add' => '4.5', ], 'price_field_id' => [ 'name' => 'price_field_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Line Item Price Field'), + 'title' => ts('Price Field ID'), 'description' => ts('FK to civicrm_price_field'), 'where' => 'civicrm_line_item.price_field_id', 'table_name' => 'civicrm_line_item', @@ -239,6 +245,9 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, 'FKClassName' => 'CRM_Price_DAO_PriceField', + 'html' => [ + 'label' => ts("Price Field"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_price_field', 'keyColumn' => 'id', @@ -341,7 +350,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'price_field_value_id' => [ 'name' => 'price_field_value_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Line Item Option'), + 'title' => ts('Option ID'), 'description' => ts('FK to civicrm_price_field_value'), 'where' => 'civicrm_line_item.price_field_value_id', 'default' => 'NULL', @@ -350,6 +359,9 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO { 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, 'FKClassName' => 'CRM_Price_DAO_PriceFieldValue', + 'html' => [ + 'label' => ts("Option"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_price_field_value', 'keyColumn' => 'id', diff --git a/CRM/Price/DAO/PriceField.php b/CRM/Price/DAO/PriceField.php index ecc417bc3a..a2fd787ec5 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:80c222a0dfea9ae97009c96e010fce90) + * (GenCodeChecksum:55cd5fb830fb3ab53627aad3520b0740) */ /** @@ -200,12 +200,15 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'entity' => 'PriceField', 'bao' => 'CRM_Price_BAO_PriceField', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'price_set_id' => [ 'name' => 'price_set_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Price Set'), + 'title' => ts('Price Set ID'), 'description' => ts('FK to civicrm_price_set'), 'required' => TRUE, 'where' => 'civicrm_price_field.price_set_id', @@ -214,6 +217,9 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO { 'bao' => 'CRM_Price_BAO_PriceField', 'localizable' => 0, 'FKClassName' => 'CRM_Price_DAO_PriceSet', + 'html' => [ + 'label' => ts("Price Set"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_price_set', 'keyColumn' => 'id', diff --git a/CRM/Price/DAO/PriceFieldValue.php b/CRM/Price/DAO/PriceFieldValue.php index e030da529c..329c13e053 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:4556e03b68f88f9fe61520ba3aa88be7) + * (GenCodeChecksum:dfd666e126f31f5c1f5f9c7c47050d4f) */ /** @@ -211,12 +211,15 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'entity' => 'PriceFieldValue', 'bao' => 'CRM_Price_BAO_PriceFieldValue', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'price_field_id' => [ 'name' => 'price_field_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Price Field'), + 'title' => ts('Price Field ID'), 'description' => ts('FK to civicrm_price_field'), 'required' => TRUE, 'where' => 'civicrm_price_field_value.price_field_id', @@ -225,6 +228,9 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'bao' => 'CRM_Price_BAO_PriceFieldValue', 'localizable' => 0, 'FKClassName' => 'CRM_Price_DAO_PriceField', + 'html' => [ + 'label' => ts("Price Field"), + ], 'add' => '3.3', ], 'name' => [ @@ -388,7 +394,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'membership_type_id' => [ 'name' => 'membership_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Membership Type'), + 'title' => ts('Membership Type ID'), 'description' => ts('FK to Membership Type'), 'where' => 'civicrm_price_field_value.membership_type_id', 'default' => 'NULL', @@ -399,6 +405,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'FKClassName' => 'CRM_Member_DAO_MembershipType', 'html' => [ 'type' => 'Select', + 'label' => ts("Membership Type"), ], 'add' => '3.4', ], @@ -450,7 +457,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('FK to Financial Type.'), 'where' => 'civicrm_price_field_value.financial_type_id', 'default' => 'NULL', @@ -461,6 +468,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { 'FKClassName' => 'CRM_Financial_DAO_FinancialType', 'html' => [ 'type' => 'Select', + 'label' => ts("Financial Type"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', diff --git a/CRM/Price/DAO/PriceSet.php b/CRM/Price/DAO/PriceSet.php index 2a380a54de..e959be77d4 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:4fe369dcc2eb277bdbb04d52be2d4a55) + * (GenCodeChecksum:da319316754e17cc5f9447c9e2b095ad) */ /** @@ -176,14 +176,14 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'bao' => 'CRM_Price_BAO_PriceSet', 'localizable' => 0, 'html' => [ - 'type' => 'Select', + 'type' => 'Number', ], 'add' => '1.8', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Price Set Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this price-set for'), 'where' => 'civicrm_price_set.domain_id', 'table_name' => 'civicrm_price_set', @@ -193,6 +193,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'FKClassName' => 'CRM_Core_DAO_Domain', 'html' => [ 'type' => 'Text', + 'label' => ts("Domain"), ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', @@ -330,7 +331,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('FK to Financial Type(for membership price sets only).'), 'where' => 'civicrm_price_set.financial_type_id', 'default' => 'NULL', @@ -341,6 +342,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'FKClassName' => 'CRM_Financial_DAO_FinancialType', 'html' => [ 'type' => 'Select', + 'label' => ts("Financial Type"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', diff --git a/CRM/Price/DAO/PriceSetEntity.php b/CRM/Price/DAO/PriceSetEntity.php index fdae7c0017..e5a50542dc 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:2432785fb15a3b0c707ef841e9a7ceb8) + * (GenCodeChecksum:59d0b90f284326c2bba16738e79ff35d) */ /** @@ -112,6 +112,9 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO { 'entity' => 'PriceSetEntity', 'bao' => 'CRM_Price_DAO_PriceSetEntity', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'entity_table' => [ @@ -145,7 +148,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO { 'price_set_id' => [ 'name' => 'price_set_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Price Set'), + 'title' => ts('Price Set ID'), 'description' => ts('price set being used'), 'required' => TRUE, 'where' => 'civicrm_price_set_entity.price_set_id', @@ -154,6 +157,9 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO { 'bao' => 'CRM_Price_DAO_PriceSetEntity', 'localizable' => 0, 'FKClassName' => 'CRM_Price_DAO_PriceSet', + 'html' => [ + 'label' => ts("Price Set"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_price_set', 'keyColumn' => 'id', diff --git a/CRM/Queue/DAO/QueueItem.php b/CRM/Queue/DAO/QueueItem.php index 36e5c9df15..4dbe675538 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:80b0f2b14031c2b5de3a9d81371a5b01) + * (GenCodeChecksum:d40bc6b37477820bb843c09d1c700d26) */ /** @@ -104,6 +104,9 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO { 'entity' => 'QueueItem', 'bao' => 'CRM_Queue_BAO_QueueItem', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'queue_name' => [ diff --git a/CRM/Report/DAO/ReportInstance.php b/CRM/Report/DAO/ReportInstance.php index dc37d97d8b..000847a33b 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:e60478dd772b18e57443ff1cd0d1c72e) + * (GenCodeChecksum:503bbdb4828d88c81aa480d973d67242) */ /** @@ -239,12 +239,15 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'entity' => 'ReportInstance', 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.2', ], 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Report Instance Domain ID'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this instance for'), 'required' => TRUE, 'where' => 'civicrm_report_instance.domain_id', @@ -253,6 +256,9 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', @@ -413,7 +419,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'created_id' => [ 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Report Instance Created By'), + 'title' => ts('Created By Contact ID'), 'description' => ts('FK to contact table.'), 'where' => 'civicrm_report_instance.created_id', 'table_name' => 'civicrm_report_instance', @@ -421,12 +427,15 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Created By"), + ], 'add' => '4.6', ], 'owner_id' => [ 'name' => 'owner_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Report Instance Owned By'), + 'title' => ts('Owned By Contact ID'), 'description' => ts('FK to contact table.'), 'where' => 'civicrm_report_instance.owner_id', 'table_name' => 'civicrm_report_instance', @@ -434,6 +443,9 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Owned By"), + ], 'add' => '4.6', ], 'email_subject' => [ @@ -530,6 +542,9 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Navigation', + 'html' => [ + 'label' => ts("Navigation"), + ], 'add' => '3.0', ], 'drilldown_id' => [ @@ -545,6 +560,9 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'bao' => 'CRM_Report_BAO_ReportInstance', 'localizable' => 0, 'FKClassName' => 'CRM_Report_DAO_ReportInstance', + 'html' => [ + 'label' => ts("Drilldown Report"), + ], 'add' => '4.3', ], 'is_reserved' => [ diff --git a/CRM/SMS/DAO/Provider.php b/CRM/SMS/DAO/Provider.php index 5d4ac4e2a3..ec228705eb 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:a30b3fc9b4995ff366e829f75368ec0a) + * (GenCodeChecksum:096f39952e1259e5982166966f04ac02) */ /** @@ -149,6 +149,9 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'entity' => 'Provider', 'bao' => 'CRM_SMS_BAO_Provider', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.2', ], 'name' => [ @@ -298,7 +301,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'domain_id' => [ 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('SMS Domain'), + 'title' => ts('Domain ID'), 'description' => ts('Which Domain is this sms provider for'), 'where' => 'civicrm_sms_provider.domain_id', 'table_name' => 'civicrm_sms_provider', @@ -306,6 +309,9 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO { 'bao' => 'CRM_SMS_BAO_Provider', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', -- 2.25.1