diff --git a/CRM/ACL/DAO/ACL.php b/CRM/ACL/DAO/ACL.php index 2bb1a99803ea..f26abd9b5828 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 @@ public static function &fields() { '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 181af8cdc0f7..28e4a1f4b51a 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 3701d04d1e7d..3f9c089294fa 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 @@ public static function &fields() { '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 e1acd532bc8b..99bb056138cd 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 @@ public static function &fields() { 'entity' => 'Activity', 'bao' => 'CRM_Activity_BAO_Activity', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'source_record_id' => [ @@ -414,7 +417,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 c80dbbf1b987..eda512cbdfa8 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 @@ public static function &fields() { 'entity' => 'ActivityContact', 'bao' => 'CRM_Activity_BAO_ActivityContact', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.4', ], 'activity_id' => [ @@ -125,12 +128,15 @@ public static function &fields() { '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 @@ public static function &fields() { '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 8c9421d887ae..3018c1e261ed 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 @@ public static function &fields() { 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'name' => [ @@ -257,7 +260,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 0a080da4b519..9e39a3773ec1 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 @@ public static function &fields() { 'entity' => 'EntityBatch', 'bao' => 'CRM_Batch_BAO_EntityBatch', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'entity_table' => [ @@ -152,6 +155,9 @@ public static function &fields() { '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 5e2534cb4e79..529103f7f3fb 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 @@ public static function &fields() { 'entity' => 'Campaign', 'bao' => 'CRM_Campaign_BAO_Campaign', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'name' => [ @@ -395,7 +398,7 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Parent Campaign"), ], 'add' => '3.3', ], @@ -430,7 +434,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 96863381a859..5dfedffe3f11 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 72c340664801..04a78c33cdb8 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 @@ public static function &fields() { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'title' => [ @@ -261,7 +264,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 483f25ac88a3..2906b89abad3 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Case_DAO_CaseType', 'html' => [ 'type' => 'Select', + 'label' => ts("Case Type"), ], 'pseudoconstant' => [ 'table' => 'civicrm_case_type', @@ -272,7 +273,7 @@ public static function &fields() { '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 96baecd3fb9f..2bfa5d5aafef 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 7adb2d563ec7..6fbb3650ae22 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 299d708a7ee2..5f19cb253d20 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 @@ public static function &fields() { '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 c298e5f8cac0..e6fe49a77135 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 @@ public static function &fields() { 'entity' => 'ACLContactCache', 'bao' => 'CRM_Contact_DAO_ACLContactCache', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.1', ], 'user_id' => [ @@ -120,6 +123,9 @@ public static function &fields() { '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 bf067a163fba..c20bdb1db2a8 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 @@ public static function &fields() { 'entity' => 'Contact', 'bao' => 'CRM_Contact_BAO_Contact', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'contact_type' => [ @@ -1354,6 +1357,9 @@ public static function &fields() { '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 a6fe11a8ebc5..c8907116cf4e 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 @@ public static function &fields() { 'entity' => 'ContactType', 'bao' => 'CRM_Contact_BAO_ContactType', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -203,7 +206,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 7ff594489925..e6503f292463 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 bdb88dc88cef..c8a2a3eb473c 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 @@ public static function &fields() { 'entity' => 'Group', 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -334,6 +337,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 a72136227368..b104f7ede386 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 @@ public static function &fields() { 'entity' => 'GroupContact', 'bao' => 'CRM_Contact_BAO_GroupContact', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'group_id' => [ @@ -143,6 +146,7 @@ public static function &fields() { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', @@ -163,6 +167,9 @@ public static function &fields() { 'bao' => 'CRM_Contact_BAO_GroupContact', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '1.1', ], 'status' => [ @@ -188,7 +195,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 92067ada6262..ce2ac4ab1ca3 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', @@ -140,6 +144,9 @@ public static function &fields() { '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 c4be7696c30e..847bdab2fbbd 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 dc4a43cce759..1fa4d758651e 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', @@ -131,7 +135,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 549a6af751de..6ba21948cbbb 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Contact_DAO_RelationshipType', 'html' => [ 'type' => 'Select', + 'label' => ts("Relationship Type"), ], 'pseudoconstant' => [ 'table' => 'civicrm_relationship_type', @@ -333,7 +341,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 bd408452256f..49521c732faa 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact (Near side)"), ], 'add' => '5.29', ], @@ -268,6 +278,7 @@ public static function &fields() { '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 63b6de661280..3114da9543cd 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 @@ public static function &fields() { '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 c6f4dac62985..161d8a8da00b 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 @@ public static function &fields() { 'entity' => 'SavedSearch', 'bao' => 'CRM_Contact_BAO_SavedSearch', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -202,6 +205,9 @@ public static function &fields() { '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 b6f1f8c5a813..a09a14bbe139 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 b8c6b0a03c04..0307caf26692 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 @@ public static function &fields() { 'bao' => 'CRM_Contribute_BAO_Contribution', 'localizable' => 0, 'html' => [ - 'type' => 'Text', + 'type' => 'Number', ], 'add' => '1.3', ], @@ -337,6 +337,7 @@ public static function &fields() { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '1.3', ], @@ -736,6 +737,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 adc5656538a1..516090d4c531 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 0c9eb3373b9b..d64b2d1a4560 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 @@ public static function &fields() { 'entity' => 'ContributionProduct', 'bao' => 'CRM_Contribute_DAO_ContributionProduct', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.4', ], 'product_id' => [ @@ -168,6 +171,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 08f922a170a9..2cdba25fe074 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '1.6', ], @@ -535,6 +539,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Financial_DAO_PaymentProcessor', 'html' => [ 'type' => 'Select', + 'label' => ts("Payment Processor"), ], 'pseudoconstant' => [ 'table' => 'civicrm_payment_processor', @@ -717,7 +725,7 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Financial_DAO_FinancialType', 'html' => [ 'type' => 'Select', + 'label' => ts("Financial Type"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', @@ -758,7 +767,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 1bdde526c9dd..8ead9f5fe932 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '2.2', ], 'amount' => [ @@ -234,7 +243,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 1b698b86b466..ba50f1263b0d 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 @@ public static function &fields() { '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 e945d5879784..7aeb6ac03f5c 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'bao' => 'CRM_Contribute_DAO_PremiumsProduct', 'localizable' => 0, 'FKClassName' => 'CRM_Contribute_DAO_Product', + 'html' => [ + 'label' => ts("Product"), + ], 'add' => '1.4', ], 'weight' => [ @@ -163,7 +172,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 ae96a78011f5..ddf457e89bf7 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 @@ public static function &fields() { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.4', ], 'product_name' => [ @@ -348,7 +351,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 295d32c8bcf4..ecda73bb1284 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 91f36de89b30..4ac65ebecf04 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 a2b96a8e0438..ee5ff441e6a9 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 @@ public static function &fields() { '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 f7b4141748c4..5b53d4d08a38 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 @@ public static function &fields() { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.4', ], 'name' => [ @@ -747,7 +750,7 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', @@ -768,7 +772,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 0ff76ccd8f84..d571eab7e4b3 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 @@ public static function &fields() { 'entity' => 'Address', 'bao' => 'CRM_Core_BAO_Address', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'contact_id' => [ @@ -310,6 +313,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Core_DAO_County', 'html' => [ 'type' => 'ChainSelect', + 'label' => ts("County"), 'controlField' => 'state_province_id', ], 'pseudoconstant' => [ @@ -617,7 +624,7 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Core_DAO_StateProvince', 'html' => [ 'type' => 'ChainSelect', + 'label' => ts("State/Province"), 'controlField' => 'country_id', ], 'pseudoconstant' => [ @@ -696,7 +704,7 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Core_DAO_Country', 'html' => [ 'type' => 'Select', + 'label' => ts("Country"), ], 'pseudoconstant' => [ 'table' => 'civicrm_country', @@ -810,7 +819,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 45c3c20c041e..25d0e685dc15 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 @@ public static function &fields() { '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 4d530b60441d..27dd4cd27fa2 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 @@ public static function &fields() { 'entity' => 'Cache', 'bao' => 'CRM_Core_BAO_Cache', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'group_name' => [ @@ -187,6 +190,7 @@ public static function &fields() { '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 525e5aaae4a0..2b39f53fdc47 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 @@ public static function &fields() { '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 238ae8ea208c..524ddeb7e566 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 dc9aebe2806d..4c33053e4f5a 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 @@ public static function &fields() { 'entity' => 'County', 'bao' => 'CRM_Core_DAO_County', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -161,7 +164,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 92d512af4472..54a467b03881 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Core_DAO_CustomGroup', 'html' => [ 'type' => 'Select', + 'label' => ts("Custom Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_custom_group', @@ -684,7 +688,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 b96a2b39ab8e..e2e0e0664d6b 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 @@ public static function &fields() { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -485,7 +488,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 c249812b33f3..4607d27f19e2 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 f38bfd5f0882..60238d819a07 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 @@ public static function &fields() { 'entity' => 'Discount', 'bao' => 'CRM_Core_BAO_Discount', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'entity_table' => [ @@ -157,7 +160,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 ca1676aabc0d..493b471b187c 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 @@ public static function &fields() { 'entity' => 'Domain', 'bao' => 'CRM_Core_BAO_Domain', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -184,7 +187,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 0ce302194da8..deb198fe186b 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 a82b9dcb89e6..62dcaace75fb 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 @@ public static function &fields() { 'entity' => 'EntityFile', 'bao' => 'CRM_Core_DAO_EntityFile', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'entity_table' => [ @@ -143,7 +146,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 b063c0138ed9..924fd982619b 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 @@ public static function &fields() { 'entity' => 'EntityTag', 'bao' => 'CRM_Core_BAO_EntityTag', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'entity_table' => [ @@ -147,7 +150,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 8f866056665a..aec1ab89d954 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 @@ public static function &fields() { '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 eaf90e006ed7..1e904bbbb61d 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 @@ public static function &fields() { 'entity' => 'File', 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'file_type_id' => [ @@ -229,6 +232,9 @@ public static function &fields() { '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 b1c6bb829455..d71a0688121f 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 76ee644c964b..6e572a98fc5a 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 591bbbf70e50..066bbccce849 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 912488b5b132..a71ee2a6db69 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 @@ public static function &fields() { '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 863a809bd7dd..da58736d8fb5 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 @@ public static function &fields() { '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 748e1caa2149..f1f704a8d865 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 @@ public static function &fields() { 'entity' => 'Log', 'bao' => 'CRM_Core_BAO_Log', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'entity_table' => [ @@ -170,7 +173,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 31ca9658a87a..c2c67b22de33 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 c91535768683..30e60b048f17 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 @@ public static function &fields() { '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 954ce5915c10..a4e979e7c3ad 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 @@ public static function &fields() { '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 095371c4b3fd..fccca1b2404a 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 @@ public static function &fields() { 'entity' => 'MappingField', 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.2', ], 'mapping_id' => [ @@ -195,6 +198,9 @@ public static function &fields() { 'bao' => 'CRM_Core_DAO_MappingField', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Mapping', + 'html' => [ + 'label' => ts("Mapping"), + ], 'add' => '1.2', ], 'name' => [ @@ -252,6 +258,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 d926508b93ee..f8e1d607bb16 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 b4b6f2fd03ec..b588a29924ed 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 @@ public static function &fields() { '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 b3e2f9737a7f..b99a7487f307 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 b243cde7ab33..fdc1d4e25e7b 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 @@ public static function &fields() { 'entity' => 'Note', 'bao' => 'CRM_Core_BAO_Note', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'entity_table' => [ @@ -203,7 +206,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 ff4b9c87b61b..2bf8a418b417 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 cbc52386f14e..7e13e329b1af 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 @@ public static function &fields() { '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 762f8338e240..9d617717556d 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 @@ public static function &fields() { 'FKClassName' => 'CRM_Core_DAO_OptionGroup', 'html' => [ 'type' => 'Select', + 'label' => ts("Option Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_option_group', @@ -391,7 +392,7 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Core_DAO_Component', 'html' => [ 'type' => 'Select', + 'label' => ts("Component"), ], 'pseudoconstant' => [ 'table' => 'civicrm_component', @@ -412,7 +414,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 b181d282104b..513a6621a371 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 0d24df1506ea..975e65c1ae3c 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 @@ public static function &fields() { '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 20321b93c162..e14ee05a18e0 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 @@ public static function &fields() { '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 696b286e3aa4..1071eaf64b63 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 @@ public static function &fields() { 'entity' => 'PrintLabel', 'bao' => 'CRM_Core_DAO_PrintLabel', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.4', ], 'title' => [ @@ -293,7 +296,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 6c0c82624aae..bc4df1d90f38 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 @@ public static function &fields() { '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 c6e97170f69f..3ddf47d4e9d8 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 @@ public static function &fields() { 'entity' => 'Setting', 'bao' => 'CRM_Core_BAO_Setting', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.1', ], 'name' => [ @@ -177,7 +180,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Core_DAO_Component', 'html' => [ 'type' => 'Select', + 'label' => ts("Component"), ], 'pseudoconstant' => [ 'table' => 'civicrm_component', @@ -254,7 +264,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 5647e46ae057..c8d6f71279c8 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 @@ public static function &fields() { 'entity' => 'StateProvince', 'bao' => 'CRM_Core_DAO_StateProvince', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -161,7 +164,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 4238fac6b29e..2682437ba858 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 0ac0aabc33e9..674e96d38b52 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 @@ public static function &fields() { '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 050ac61d1d70..6e13867601ad 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 @@ public static function &fields() { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'name' => [ @@ -202,7 +205,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 f2648404dcda..7e6aa6bf0aac 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 0c51d6958f66..5c35d373efbc 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 @@ public static function &fields() { 'entity' => 'UFField', 'bao' => 'CRM_Core_BAO_UFField', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'uf_group_id' => [ @@ -232,6 +235,7 @@ public static function &fields() { 'FKClassName' => 'CRM_Core_DAO_UFGroup', 'html' => [ 'type' => 'Select', + 'label' => ts("Profile"), ], 'pseudoconstant' => [ 'table' => 'civicrm_uf_group', @@ -385,7 +389,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 df4423c6951f..e38574ad4ea1 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 @@ public static function &fields() { 'entity' => 'UFGroup', 'bao' => 'CRM_Core_BAO_UFGroup', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.1', ], 'is_active' => [ @@ -392,7 +395,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 e6b35adc5bc7..7ccb8245a7ce 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 @@ public static function &fields() { 'entity' => 'UFJoin', 'bao' => 'CRM_Core_BAO_UFJoin', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.3', ], 'is_active' => [ @@ -226,6 +229,7 @@ public static function &fields() { '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 ee2b034c13a6..e79cb19aa4bd 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 6c12cf28798f..3b43aa025b7b 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 f8cbbab1e314..de3545d427d2 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 @@ public static function &fields() { 'entity' => 'WordReplacement', 'bao' => 'CRM_Core_BAO_WordReplacement', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.4', ], 'find_word' => [ @@ -188,7 +191,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 618785cebc45..f0d16f48d8c9 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 @@ public static function &fields() { '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 5956d23807a2..e11a26f4faef 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 @@ public static function &fields() { '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 c650f686690a..c78fa2a0e2a5 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 @@ public static function &fields() { 'entity' => 'Exception', 'bao' => 'CRM_Dedupe_BAO_Exception', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.3', ], 'contact_id1' => [ @@ -118,6 +121,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 7d95879967d0..969839b644db 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 d7c16a171a82..50fb727d88db 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 @@ public static function &fields() { 'entity' => 'RuleGroup', 'bao' => 'CRM_Dedupe_BAO_RuleGroup', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'contact_type' => [ diff --git a/CRM/Event/BAO/Participant.php b/CRM/Event/BAO/Participant.php index 9c726376c9f5..d287f8fb9d97 100644 --- a/CRM/Event/BAO/Participant.php +++ b/CRM/Event/BAO/Participant.php @@ -736,7 +736,6 @@ public static function &exportableFields($checkPermission = TRUE) { ], ]; - $participantFields['participant_status_id']['title'] .= ' (ID)'; $participantFields['participant_role_id']['title'] .= ' (ID)'; $discountFields = CRM_Core_DAO_Discount::export(); diff --git a/CRM/Event/Cart/DAO/Cart.php b/CRM/Event/Cart/DAO/Cart.php index bf1a2b607307..636ce1d2221f 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 865af15401af..cd4e6831927e 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 757ff158d46f..c48281a1f20d 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 @@ public static function &fields() { 'entity' => 'Event', 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.7', ], 'event_title' => [ @@ -977,6 +980,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Campaign"), ], 'add' => '3.4', ], @@ -1706,7 +1716,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 090bb8fe0374..d1be9121df90 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'entity' => 'Participant', 'bao' => 'CRM_Event_BAO_Participant', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.7', ], 'participant_contact_id' => [ @@ -247,12 +250,15 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Event_DAO_ParticipantStatusType', 'html' => [ 'type' => 'Select', + 'label' => ts("Status"), ], 'pseudoconstant' => [ 'table' => 'civicrm_participant_status_type', @@ -426,7 +436,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 59a5b1ba3160..478890e34779 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 10bdbf4ade46..04ba541c6083 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 @@ public static function &fields() { '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 fef3fec8b2cd..c55b1690f752 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 @@ public static function &fields() { '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 650237fa28b1..604023c5ca8d 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 @@ public static function &fields() { 'entity' => 'EntityFinancialAccount', 'bao' => 'CRM_Financial_DAO_EntityFinancialAccount', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.3', ], 'entity_table' => [ @@ -174,7 +177,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 980cb84282b2..00c2bd646df6 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 @@ public static function &fields() { 'entity' => 'EntityFinancialTrxn', 'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.2', ], 'entity_table' => [ @@ -149,13 +152,16 @@ public static function &fields() { '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 41c4eb8c01c3..8eedd6112383 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 @@ public static function &fields() { 'entity' => 'FinancialAccount', 'bao' => 'CRM_Financial_BAO_FinancialAccount', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '3.2', ], 'name' => [ @@ -217,6 +220,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 d9844515d7cc..8bd774922eb7 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 @@ public static function &fields() { 'entity' => 'FinancialItem', 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.3', ], 'created_date' => [ @@ -191,7 +194,7 @@ public static function &fields() { '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 @@ public static function &fields() { 'bao' => 'CRM_Financial_BAO_FinancialItem', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => '4.3', ], 'description' => [ @@ -275,6 +281,7 @@ public static function &fields() { '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 77156b1951eb..be0178a75396 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Financial_DAO_FinancialAccount', 'html' => [ 'type' => 'Select', + 'label' => ts("From Account"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_account', @@ -234,7 +238,7 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Financial_DAO_FinancialAccount', 'html' => [ 'type' => 'Select', + 'label' => ts("To Account"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_account', @@ -396,7 +401,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 349daa199dc9..7f7f99077316 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 @@ public static function &fields() { '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 73c0b2b92876..1bb9fc3156c7 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 85388fd7b0eb..5fcb672ece6f 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 @@ public static function &fields() { '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 c8daffcebc9e..3f09b48d2954 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 @@ public static function &fields() { 'entity' => 'PaymentToken', 'bao' => 'CRM_Financial_DAO_PaymentToken', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.6', ], 'contact_id' => [ @@ -188,6 +191,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 ce763be30fb0..4fb81fdd264c 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 @@ public static function &fields() { '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 763e987a26e0..2f5ad98cee35 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 @@ public static function &fields() { 'entity' => 'Grant', 'bao' => 'CRM_Grant_BAO_Grant', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'grant_contact_id' => [ @@ -227,6 +230,7 @@ public static function &fields() { 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ 'type' => 'EntityRef', + 'label' => ts("Contact"), ], 'add' => '1.8', ], @@ -453,7 +457,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 ff07795a6c02..10e259d90fc3 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 a818831e74cf..dcd437bf7498 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 @@ public static function &fields() { '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 c76e999c8cb9..1ca08f185ec4 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_MailingComponent', + 'html' => [ + 'label' => ts("Unsubscribe"), + ], 'add' => NULL, ], 'resubscribe_id' => [ @@ -504,7 +522,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Creator"), + ], 'add' => NULL, ], 'created_date' => [ @@ -824,7 +851,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Campaign_DAO_Campaign', 'html' => [ 'type' => 'Select', + 'label' => ts("Campaign"), ], 'add' => '3.4', ], @@ -989,7 +1023,7 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_SMS_DAO_Provider', 'html' => [ 'type' => 'Select', + 'label' => ts("SMS Provider"), ], 'add' => '4.2', ], @@ -1018,7 +1053,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 9b4572a42fee..910f8e5a3eef 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 @@ public static function &fields() { 'entity' => 'MailingAB', 'bao' => 'CRM_Mailing_BAO_MailingAB', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'name' => [ @@ -326,7 +329,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 a226619b4dc2..886aae7e8787 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 @@ public static function &fields() { '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 22c7bf605de3..653ac7bf39b5 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 0018b8c066a9..fac278c276cc 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'bao' => 'CRM_Mailing_BAO_MailingJob', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_DAO_Mailing', + 'html' => [ + 'label' => ts("Mailing"), + ], 'add' => NULL, ], 'scheduled_date' => [ @@ -279,7 +285,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 ecbfe5d62153..0801fdac704b 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 2e978a70da14..302de5f7e035 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 5fce2651ea43..168676db6930 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 @@ public static function &fields() { 'entity' => 'TrackableURL', 'bao' => 'CRM_Mailing_BAO_TrackableURL', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'url' => [ @@ -119,7 +122,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 f4529f95ac4a..6063b43db840 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 bdb0f812ec1f..00e35c524980 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 @@ public static function &fields() { 'entity' => 'Confirm', 'bao' => 'CRM_Mailing_Event_BAO_Confirm', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'event_subscribe_id' => [ @@ -115,6 +118,9 @@ public static function &fields() { '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 2efbb1a06fe1..30e49eb758a7 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 dc1702c8bda0..7cdaa97dbde5 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 430730bf6fff..1aeb85010a5e 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 ea55a2f50f41..6a09017a7442 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 @@ public static function &fields() { 'entity' => 'Queue', 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => NULL, ], 'job_id' => [ @@ -139,6 +142,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'bao' => 'CRM_Mailing_Event_BAO_Queue', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'html' => [ + 'label' => ts("Contact"), + ], 'add' => NULL, ], 'hash' => [ @@ -196,6 +208,9 @@ public static function &fields() { '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 3389b73e04af..92e122001677 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 d2d20ccb4fe8..2cfae2f7d79b 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Contact_DAO_Group', 'html' => [ 'type' => 'Select', + 'label' => ts("Group"), ], 'pseudoconstant' => [ 'table' => 'civicrm_group', @@ -143,7 +147,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 345a08d959fd..81fc53d2a3a8 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 04521a53481e..01e00cb6650b 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 a72f2fc14413..3a2d32ac728e 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'entity' => 'Membership', 'bao' => 'CRM_Member_BAO_Membership', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'membership_contact_id' => [ @@ -236,13 +239,14 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Member_DAO_MembershipStatus', 'html' => [ 'type' => 'Select', + 'label' => ts("Status"), ], 'pseudoconstant' => [ 'table' => 'civicrm_membership_status', @@ -418,6 +423,9 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 244cf0f9d2b4..c6be0fdd5ef8 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 bb220ae47e5d..7a1457b3bd91 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 @@ public static function &fields() { 'entity' => 'MembershipLog', 'bao' => 'CRM_Member_BAO_MembershipLog', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.5', ], 'membership_id' => [ @@ -160,12 +163,15 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 06b6d80a0123..6a9578aeaa38 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 971d5a7f9a0f..bec7aee459fb 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 @@ public static function &fields() { '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 61717183f0ba..17334ac6f8ad 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 20082ae7a50f..3fe37dc38eaa 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 @@ public static function &fields() { 'entity' => 'PCP', 'bao' => 'CRM_PCP_BAO_PCP', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.2', ], 'pcp_contact_id' => [ @@ -197,6 +200,7 @@ public static function &fields() { '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 a5a7a16ffdf8..edffc5b02764 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 bb23c622e876..ff4ed8ca159e 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 @@ public static function &fields() { 'entity' => 'Pledge', 'bao' => 'CRM_Pledge_BAO_Pledge', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'pledge_contact_id' => [ @@ -272,13 +275,14 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Financial_DAO_FinancialType', 'html' => [ 'type' => 'Select', + 'label' => ts("Financial Type"), ], 'pseudoconstant' => [ 'table' => 'civicrm_financial_type', @@ -299,7 +304,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 03218aae335f..c823ab2dc3cc 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 @@ public static function &fields() { 'entity' => 'PledgeBlock', 'bao' => 'CRM_Pledge_BAO_PledgeBlock', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '2.1', ], 'entity_table' => [ @@ -179,7 +182,7 @@ public static function &fields() { '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 0d3fdc67634e..1d74d79ffd39 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 16cc02060e8b..3370f6035173 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 @@ public static function &fields() { 'entity' => 'LineItem', 'bao' => 'CRM_Price_BAO_LineItem', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.7', ], 'entity_table' => [ @@ -218,7 +221,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 ecc417bc3aaa..a2fd787ec5d3 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 e030da529c31..329c13e0531b 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Member_DAO_MembershipType', 'html' => [ 'type' => 'Select', + 'label' => ts("Membership Type"), ], 'add' => '3.4', ], @@ -450,7 +457,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 2a380a54de05..e959be77d4fe 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 @@ public static function &fields() { '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 @@ public static function &fields() { 'FKClassName' => 'CRM_Core_DAO_Domain', 'html' => [ 'type' => 'Text', + 'label' => ts("Domain"), ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', @@ -330,7 +331,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 fdae7c001721..e5a50542dc77 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 @@ public static function &fields() { 'entity' => 'PriceSetEntity', 'bao' => 'CRM_Price_DAO_PriceSetEntity', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '1.8', ], 'entity_table' => [ @@ -145,7 +148,7 @@ public static function &fields() { '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 @@ public static function &fields() { '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 36e5c9df1587..4dbe67553880 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 @@ public static function &fields() { '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 dc37d97d8b74..000847a33b17 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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 @@ public static function &fields() { '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 5d4ac4e2a3cb..ec228705eb93 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 @@ public static function &fields() { 'entity' => 'Provider', 'bao' => 'CRM_SMS_BAO_Provider', 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], 'add' => '4.2', ], 'name' => [ @@ -298,7 +301,7 @@ public static function &fields() { '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 @@ public static function &fields() { 'bao' => 'CRM_SMS_BAO_Provider', 'localizable' => 0, 'FKClassName' => 'CRM_Core_DAO_Domain', + 'html' => [ + 'label' => ts("Domain"), + ], 'pseudoconstant' => [ 'table' => 'civicrm_domain', 'keyColumn' => 'id', diff --git a/tests/phpunit/CRM/Contact/BAO/QueryTest.php b/tests/phpunit/CRM/Contact/BAO/QueryTest.php index 19abb8717fb2..85ded73c2222 100644 --- a/tests/phpunit/CRM/Contact/BAO/QueryTest.php +++ b/tests/phpunit/CRM/Contact/BAO/QueryTest.php @@ -474,7 +474,7 @@ public function testSearchBuilderActivityType() { $queryObj = new CRM_Contact_BAO_Query([['activity_campaign_id', '=', '3', 1, 0]]); $this->assertContains('WHERE ( ( civicrm_activity.campaign_id = 3 )', $queryObj->getSearchSQL()); - $this->assertEquals('Campaign = 3', $queryObj->_qill[1][0]); + $this->assertEquals('Campaign ID = 3', $queryObj->_qill[1][0]); $queryObj = new CRM_Contact_BAO_Query([['activity_priority_id', '=', '3', 1, 0]]); $this->assertContains('WHERE ( ( civicrm_activity.priority_id = 3 )', $queryObj->getSearchSQL()); diff --git a/tests/phpunit/CRM/Dedupe/BAO/RuleGroupTest.php b/tests/phpunit/CRM/Dedupe/BAO/RuleGroupTest.php index 9acefc7eea45..7d9925d58217 100644 --- a/tests/phpunit/CRM/Dedupe/BAO/RuleGroupTest.php +++ b/tests/phpunit/CRM/Dedupe/BAO/RuleGroupTest.php @@ -30,7 +30,7 @@ public function testSupportedFields() { 'county_id' => 'County', 'geo_code_1' => 'Latitude', 'geo_code_2' => 'Longitude', - 'master_id' => 'Master Address Belongs To', + 'master_id' => 'Master Address ID', 'postal_code' => 'Postal Code', 'postal_code_suffix' => 'Postal Code Suffix', 'state_province_id' => 'State', diff --git a/tests/phpunit/CRM/Event/BAO/QueryTest.php b/tests/phpunit/CRM/Event/BAO/QueryTest.php index bdbc79f8f381..84c31e0eaf0a 100644 --- a/tests/phpunit/CRM/Event/BAO/QueryTest.php +++ b/tests/phpunit/CRM/Event/BAO/QueryTest.php @@ -117,14 +117,14 @@ public function getEventSearchParameters() { [['participant_status_id', '=', 1, 0, 0]], [ 'where' => '( civicrm_participant.status_id = 1 )', - 'qill' => 'Participant Status (ID) = Registered', + 'qill' => 'Status ID = Registered', ], ], [ [['participant_status_id', 'IN', [1, 2], 0, 0]], [ 'where' => '( civicrm_participant.status_id IN ("1", "2") )', - 'qill' => 'Participant Status (ID) In Registered, Attended', + 'qill' => 'Status ID In Registered, Attended', ], ], ]; diff --git a/tests/phpunit/CRM/Export/BAO/ExportTest.php b/tests/phpunit/CRM/Export/BAO/ExportTest.php index fbcc2897148a..99d699ca6cb7 100644 --- a/tests/phpunit/CRM/Export/BAO/ExportTest.php +++ b/tests/phpunit/CRM/Export/BAO/ExportTest.php @@ -281,7 +281,7 @@ public function testExportComponentsMembership() { 'Latitude' => '', 'Longitude' => '', 'Address Name' => '', - 'Master Address Belongs To' => '', + 'Master Address ID' => '', 'County' => '', 'State' => '', 'Country' => 'Netherlands', @@ -310,7 +310,7 @@ public function testExportComponentsMembership() { 'Membership ID' => '2', 'Primary Member ID' => '', 'Max Related' => '', - 'Membership Recurring Contribution' => 1, + 'Recurring Contribution ID' => 1, 'Campaign ID' => '', 'Status Override' => '', 'Total Amount' => '200.00', @@ -1050,7 +1050,7 @@ public function testExportMasterAddress() { 'ids' => [$this->contactIDs[1]], ]); $row = $this->csv->fetchOne(); - $this->assertEquals(CRM_Contact_BAO_Contact::getMasterDisplayName($this->masterAddressID), $row['Home-Master Address Belongs To']); + $this->assertEquals(CRM_Contact_BAO_Contact::getMasterDisplayName($this->masterAddressID), $row['Home-Master Address ID']); } /** @@ -1139,7 +1139,7 @@ public function testMergeSameAddress() { 'Latitude' => '', 'Longitude' => '', 'Address Name' => '', - 'Master Address Belongs To' => '', + 'Master Address ID' => '', 'County' => '', 'State' => '', 'Country' => 'Netherlands', @@ -2282,7 +2282,7 @@ protected function getBasicHeaderDefinition($isContactExport) { 62 => 'Longitude', 63 => 'Is Manually Geocoded', 64 => 'Address Name', - 65 => 'Master Address Belongs To', + 65 => 'Master Address ID', 66 => 'County', 67 => 'State', 68 => 'Country', @@ -2417,7 +2417,7 @@ protected function getContributeHeaderDefinition() { */ protected function getParticipantHeaderDefinition() { return [ - 82 => 'Event', + 82 => 'Event ID', 83 => 'Event Title', 84 => 'Event Start Date', 85 => 'Event End Date', @@ -2434,9 +2434,9 @@ protected function getParticipantHeaderDefinition() { 96 => 'Test', 97 => 'Is Pay Later', 98 => 'Fee Amount', - 99 => 'Discount Name', + 99 => 'Price Set ID', 100 => 'Fee Currency', - 101 => 'Registered By ID', + 101 => 'Registered By Participant ID', 102 => 'Campaign ID', ]; } @@ -2459,7 +2459,7 @@ protected function getMemberHeaderDefinition() { 90 => 'Membership ID', 91 => 'Primary Member ID', 92 => 'Max Related', - 93 => 'Membership Recurring Contribution', + 93 => 'Recurring Contribution ID', 94 => 'Campaign ID', 95 => 'Status Override', ]; diff --git a/xml/schema/ACL/ACL.xml b/xml/schema/ACL/ACL.xml index 8353d97944ba..181de7b37ede 100644 --- a/xml/schema/ACL/ACL.xml +++ b/xml/schema/ACL/ACL.xml @@ -12,6 +12,9 @@ int unsigned true Unique table ID + + Number + 1.6 diff --git a/xml/schema/ACL/Cache.xml b/xml/schema/ACL/Cache.xml index 8b54897737ae..9de0714950ab 100644 --- a/xml/schema/ACL/Cache.xml +++ b/xml/schema/ACL/Cache.xml @@ -12,6 +12,9 @@ int unsigned true Unique table ID + + Number + 1.6 @@ -20,11 +23,12 @@ contact_id - Cache Contact + Contact ID int unsigned Foreign Key to Contact EntityRef + 1.6 @@ -43,7 +47,7 @@ acl_id - Cache ACL + ACL ID int unsigned true Foreign Key to ACL @@ -52,6 +56,9 @@ id name + + + 1.6 diff --git a/xml/schema/ACL/EntityRole.xml b/xml/schema/ACL/EntityRole.xml index 5d7958b72928..8679d27fc885 100644 --- a/xml/schema/ACL/EntityRole.xml +++ b/xml/schema/ACL/EntityRole.xml @@ -12,6 +12,9 @@ Entity Role true Unique table ID + + Number + 1.6 diff --git a/xml/schema/Activity/Activity.xml b/xml/schema/Activity/Activity.xml index 74f16248640c..66e6296bc198 100644 --- a/xml/schema/Activity/Activity.xml +++ b/xml/schema/Activity/Activity.xml @@ -22,6 +22,9 @@ int unsigned true Unique Other Activity ID + + Number + 1.1 @@ -130,7 +133,7 @@ phone_id int unsigned - Phone (called) ID + Phone ID (called) Phone ID of the number called (optional - used if an existing phone number is selected). 2.0 @@ -210,9 +213,12 @@ parent_id - Parent Activity Id + Parent Activity ID int unsigned Parent meeting ID (if this is a follow-up item). This is not currently implemented + + + 1.1 @@ -265,10 +271,13 @@ relationship_id - Relationship Id + Relationship ID int unsigned NULL FK to Relationship ID + + + 2.2 @@ -294,8 +303,11 @@ original_id int unsigned - Original Activity ID + Original Activity ID Activity ID of the first activity record in versioning chain. + + + 2.2 @@ -336,12 +348,13 @@ campaign_id activity_campaign_id int unsigned - Campaign + Campaign ID true The campaign for which this activity has been triggered. 3.4 Select + diff --git a/xml/schema/Activity/ActivityContact.xml b/xml/schema/Activity/ActivityContact.xml index dc33ce305071..b9fc53fb6695 100644 --- a/xml/schema/Activity/ActivityContact.xml +++ b/xml/schema/Activity/ActivityContact.xml @@ -13,6 +13,9 @@ Activity Contact ID true Activity contact id + + Number + 4.4 @@ -25,6 +28,9 @@ Activity ID true Foreign key to the activity for this record. + + + 4.4 @@ -36,11 +42,14 @@ contact_id - Contact ID (match to contact) + Contact ID true int unsigned true Foreign key to the contact for this record. + + + 4.4 diff --git a/xml/schema/Batch/Batch.xml b/xml/schema/Batch/Batch.xml index 811ecf4f219f..a1960cc3bb81 100644 --- a/xml/schema/Batch/Batch.xml +++ b/xml/schema/Batch/Batch.xml @@ -12,6 +12,9 @@ int unsigned true Unique Address ID + + Number + 3.3 @@ -62,9 +65,12 @@ created_id - Batch Created By + Created By Contact ID int unsigned FK to Contact ID + + + 3.3 @@ -87,9 +93,12 @@ modified_id - Batch Modified By + Modified By Contact ID int unsigned FK to Contact ID + + + 3.3 @@ -108,12 +117,13 @@ saved_search_id - Batch Smart Group + Smart Group ID int unsigned FK to Saved Search ID 4.1 EntityRef + diff --git a/xml/schema/Batch/EntityBatch.xml b/xml/schema/Batch/EntityBatch.xml index 004289557d36..324db5b5a1d7 100644 --- a/xml/schema/Batch/EntityBatch.xml +++ b/xml/schema/Batch/EntityBatch.xml @@ -12,6 +12,9 @@ int unsigned true primary key + + Number + 3.3 @@ -56,6 +59,9 @@ id title + + + 3.3 diff --git a/xml/schema/Bridge/OG.xml b/xml/schema/Bridge/OG.xml index 14256e1f4963..f69a560c0393 100644 --- a/xml/schema/Bridge/OG.xml +++ b/xml/schema/Bridge/OG.xml @@ -11,6 +11,9 @@ int unsigned true Unique table ID + + Number + 2.0 @@ -31,6 +34,7 @@ group_id int unsigned + Group ID true FK to civicrm group. 2.0 @@ -41,6 +45,7 @@ Select + @@ -52,8 +57,12 @@ acl_id int unsigned + ACL ID true FK to civicrm acl. + + + 2.0 @@ -65,6 +74,7 @@ admin_group_id int unsigned + Admin Group ID true FK to admin civicrm group. 2.0 @@ -75,6 +85,7 @@ Select + @@ -86,8 +97,12 @@ admin_acl_id int unsigned + Admin ACL ID true FK to civicrm acl. + + + 2.0 diff --git a/xml/schema/Bridge/Role.xml b/xml/schema/Bridge/Role.xml index 52f01cde2aa4..1d0708e6aaaf 100644 --- a/xml/schema/Bridge/Role.xml +++ b/xml/schema/Bridge/Role.xml @@ -11,6 +11,9 @@ int unsigned true Unique table ID + + Number + 2.0 @@ -31,6 +34,7 @@ group_id int unsigned + Group ID true FK to civicrm group. 2.0 @@ -41,6 +45,7 @@ Select + diff --git a/xml/schema/Campaign/Campaign.xml b/xml/schema/Campaign/Campaign.xml index 3610464350e8..408fe88b0412 100644 --- a/xml/schema/Campaign/Campaign.xml +++ b/xml/schema/Campaign/Campaign.xml @@ -20,6 +20,9 @@ true Unique Campaign ID. true + + Number + 3.3 @@ -164,7 +167,7 @@ parent_id - Parent Campaign + Parent Campaign ID int unsigned NULL Optional parent id for this Campaign. @@ -172,6 +175,7 @@ 3.3 EntityRef + @@ -197,8 +201,11 @@ created_id int unsigned - Campaign Created By + Created By Contact ID FK to civicrm_contact, who created this Campaign. + + + 3.3 @@ -224,8 +231,11 @@ last_modified_id int unsigned - Campaign Modified By + Modified By Contact ID FK to civicrm_contact, who recently edited this Campaign. + + + 3.3 diff --git a/xml/schema/Campaign/CampaignGroup.xml b/xml/schema/Campaign/CampaignGroup.xml index 1c1b40808209..73a5cbc9eb62 100644 --- a/xml/schema/Campaign/CampaignGroup.xml +++ b/xml/schema/Campaign/CampaignGroup.xml @@ -12,6 +12,9 @@ int unsigned true Campaign Group id. + + Number + 3.3 @@ -21,10 +24,13 @@ campaign_id - Campaign + Campaign ID int unsigned true Foreign key to the activity Campaign. + + + 3.3 diff --git a/xml/schema/Campaign/Survey.xml b/xml/schema/Campaign/Survey.xml index bfe0cf95c0bb..8477dd65cceb 100644 --- a/xml/schema/Campaign/Survey.xml +++ b/xml/schema/Campaign/Survey.xml @@ -14,6 +14,9 @@ int unsigned true Survey id. + + Number + 3.3 @@ -35,10 +38,13 @@ campaign_id - Survey Campaign ID + Campaign ID int unsigned NULL Foreign key to the Campaign. + + + 3.3 @@ -144,9 +150,12 @@ created_id - Survey Created By + Created By Contact ID int unsigned FK to civicrm_contact, who created this Survey. + + + 3.3 @@ -167,9 +176,12 @@ last_modified_id - Survey Modified + Modified By Contact ID int unsigned FK to civicrm_contact, who recently edited this Survey. + + + 3.3 diff --git a/xml/schema/Case/Case.xml b/xml/schema/Case/Case.xml index 8ecbf21cd7a5..ac87be494856 100644 --- a/xml/schema/Case/Case.xml +++ b/xml/schema/Case/Case.xml @@ -18,7 +18,7 @@ Case ID Unique Case ID - Text + Number 1.8 @@ -31,11 +31,12 @@ int unsigned true false - Case Type + Case Type ID true FK to civicrm_case_type.id Select + civicrm_case_type
@@ -113,7 +114,7 @@ true false Case Status - Id of case status. + ID of case status. case_status diff --git a/xml/schema/Case/CaseActivity.xml b/xml/schema/Case/CaseActivity.xml index 678e4eb89f7c..91f28f27c2c2 100644 --- a/xml/schema/Case/CaseActivity.xml +++ b/xml/schema/Case/CaseActivity.xml @@ -13,6 +13,9 @@ int unsigned true Unique case-activity association id + + Number + 1.8 @@ -21,10 +24,13 @@ case_id - Case + Case ID int unsigned true Case ID of case-activity association. + + + 1.8 @@ -40,6 +46,9 @@ int unsigned true Activity ID of case-activity association. + + + 2.0 diff --git a/xml/schema/Case/CaseContact.xml b/xml/schema/Case/CaseContact.xml index 0ddfc379a012..352379ac5fdd 100644 --- a/xml/schema/Case/CaseContact.xml +++ b/xml/schema/Case/CaseContact.xml @@ -13,6 +13,9 @@ int unsigned true Unique case-contact association id + + Number + 2.1 @@ -21,10 +24,13 @@ case_id - Case + Case ID int unsigned true Case ID of case-contact association. + + + 2.1 @@ -42,6 +48,7 @@ Contact ID of contact record given case belongs to. EntityRef + 2.1 diff --git a/xml/schema/Case/CaseType.xml b/xml/schema/Case/CaseType.xml index 99d40cd9ea69..8640e62268fc 100644 --- a/xml/schema/Case/CaseType.xml +++ b/xml/schema/Case/CaseType.xml @@ -13,6 +13,9 @@ int unsigned true Autoincremented type id + + Number + 4.5 diff --git a/xml/schema/Contact/ACLContactCache.xml b/xml/schema/Contact/ACLContactCache.xml index 75603bdf57a9..5c2df4f316f7 100644 --- a/xml/schema/Contact/ACLContactCache.xml +++ b/xml/schema/Contact/ACLContactCache.xml @@ -12,6 +12,9 @@ int unsigned true primary key + + Number + 3.1 @@ -31,6 +34,9 @@ int unsigned true FK to civicrm_contact + + + 3.1 diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index 33c33703c2f4..8783b5ab3ff6 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -23,6 +23,9 @@ /internal|contact?|id$/i true Unique Contact ID + + Number + 1.1 @@ -716,6 +719,9 @@ int unsigned Household Primary Contact ID Optional FK to Primary Contact for this household. + + + 1.1 Household diff --git a/xml/schema/Contact/ContactType.xml b/xml/schema/Contact/ContactType.xml index a09c6e14244e..7d5ed4fdb617 100644 --- a/xml/schema/Contact/ContactType.xml +++ b/xml/schema/Contact/ContactType.xml @@ -12,6 +12,9 @@ int unsigned true Contact Type ID + + Number + 1.1 @@ -64,7 +67,7 @@ parent_id - Contact Type Parent + Parent ID int unsigned Optional FK to parent contact type. @@ -73,6 +76,9 @@ label parent_id IS NULL + + + 3.1 diff --git a/xml/schema/Contact/DashboardContact.xml b/xml/schema/Contact/DashboardContact.xml index 9ec01e202e84..71debd5838ac 100644 --- a/xml/schema/Contact/DashboardContact.xml +++ b/xml/schema/Contact/DashboardContact.xml @@ -11,6 +11,9 @@ int unsigned Dashboard Contact ID true + + Number + 3.1 @@ -20,9 +23,12 @@ dashboard_id int unsigned - Dashboard + Dashboard ID true Dashboard ID + + + 3.1 @@ -35,9 +41,12 @@ contact_id int unsigned - Dashboard Contact + Contact ID true Contact ID + + + 3.1 diff --git a/xml/schema/Contact/Group.xml b/xml/schema/Contact/Group.xml index 9dfd7fc8579a..5be873cd8f66 100644 --- a/xml/schema/Contact/Group.xml +++ b/xml/schema/Contact/Group.xml @@ -18,6 +18,9 @@ Group ID true Group ID + + Number + 1.1 @@ -69,6 +72,9 @@ int unsigned Saved Search ID FK to saved search table. + + + 1.1 @@ -209,8 +215,11 @@ created_id int unsigned - Group Created By + Created By Contact ID FK to contact table. + + + 4.3 @@ -223,8 +232,11 @@ modified_id int unsigned - Group Modified By + Modified By Contact ID FK to contact table. + + + 4.5 diff --git a/xml/schema/Contact/GroupContact.xml b/xml/schema/Contact/GroupContact.xml index 304be14a0a51..9ced5f443d7e 100644 --- a/xml/schema/Contact/GroupContact.xml +++ b/xml/schema/Contact/GroupContact.xml @@ -13,6 +13,9 @@ Group Contact ID true primary key + + Number + 1.1 @@ -33,6 +36,7 @@
Select + @@ -48,6 +52,9 @@ Contact ID true FK to civicrm_contact + + + 1.1 @@ -74,8 +81,11 @@ location_id int unsigned - Group Contact Location + Location ID Optional location to associate with this membership + + + 1.1 @@ -88,8 +98,11 @@ email_id int unsigned - Group Contact Email + Email ID Optional email to associate with this membership + + + 1.1 diff --git a/xml/schema/Contact/GroupContactCache.xml b/xml/schema/Contact/GroupContactCache.xml index 22e92fd4bd81..991a709d75ea 100644 --- a/xml/schema/Contact/GroupContactCache.xml +++ b/xml/schema/Contact/GroupContactCache.xml @@ -12,6 +12,9 @@ int unsigned true primary key + + Number + 2.1 @@ -20,7 +23,7 @@ group_id - Group + Group ID int unsigned true FK to civicrm_group @@ -32,6 +35,7 @@ Select + @@ -47,6 +51,9 @@ int unsigned true FK to civicrm_contact + + + 2.1 diff --git a/xml/schema/Contact/GroupNesting.xml b/xml/schema/Contact/GroupNesting.xml index cad890eb2736..feb8a2513987 100644 --- a/xml/schema/Contact/GroupNesting.xml +++ b/xml/schema/Contact/GroupNesting.xml @@ -13,6 +13,9 @@ int unsigned true Relationship ID + + Number + 2.0 @@ -21,10 +24,13 @@ child_group_id - Child Group + Child Group ID int unsigned true ID of the child group + + + 2.0 @@ -36,10 +42,13 @@ parent_group_id - Parent Group + Parent Group ID int unsigned true ID of the parent group + + + 2.0 diff --git a/xml/schema/Contact/GroupOrganization.xml b/xml/schema/Contact/GroupOrganization.xml index 938717148faa..53619dce16ff 100644 --- a/xml/schema/Contact/GroupOrganization.xml +++ b/xml/schema/Contact/GroupOrganization.xml @@ -13,6 +13,9 @@ int unsigned true Relationship ID + + Number + 2.0 @@ -21,7 +24,7 @@ group_id - Group + Group ID int unsigned true ID of the group @@ -33,6 +36,7 @@ Select + @@ -44,10 +48,13 @@ organization_id - Organization + Organization ID int unsigned true ID of the Organization Contact + + + 2.0 diff --git a/xml/schema/Contact/Household.xml b/xml/schema/Contact/Household.xml index 89f4216792a4..a5134aff33bf 100644 --- a/xml/schema/Contact/Household.xml +++ b/xml/schema/Contact/Household.xml @@ -12,6 +12,9 @@ int unsigned true Unique Household ID + + Number + 1.1 @@ -20,9 +23,13 @@ contact_id + Contact ID int unsigned true FK to Contact ID + + + 1.1 @@ -49,8 +56,12 @@ primary_contact_id + Primary Contact ID int unsigned Optional FK to Primary Contact for this household. + + + 1.1 diff --git a/xml/schema/Contact/Individual.xml b/xml/schema/Contact/Individual.xml index 9956f17bebaf..6935c9541fbe 100644 --- a/xml/schema/Contact/Individual.xml +++ b/xml/schema/Contact/Individual.xml @@ -12,6 +12,9 @@ int unsigned true Unique Individual ID + + Number + 1.1 @@ -20,9 +23,13 @@ contact_id + Contact ID int unsigned true FK to Contact ID + + + 1.1 diff --git a/xml/schema/Contact/Organization.xml b/xml/schema/Contact/Organization.xml index bb5c88b82715..696525b6fe70 100644 --- a/xml/schema/Contact/Organization.xml +++ b/xml/schema/Contact/Organization.xml @@ -12,6 +12,9 @@ int unsigned true Unique Organization ID + + Number + 1.1 @@ -20,9 +23,13 @@ contact_id + Contact ID int unsigned true FK to Contact ID + + + 1.1 @@ -68,8 +75,12 @@ primary_contact_id + Primary Contact ID int unsigned Optional FK to Primary Contact for this organization. + + + 1.1 diff --git a/xml/schema/Contact/Relationship.xml b/xml/schema/Contact/Relationship.xml index f5c1aa04e798..8eb0f66c8f93 100644 --- a/xml/schema/Contact/Relationship.xml +++ b/xml/schema/Contact/Relationship.xml @@ -14,6 +14,9 @@ Relationship ID true Relationship ID + + Number + 1.1 @@ -23,9 +26,12 @@ contact_id_a int unsigned - Contact A + Contact A ID true id of the first contact + + + 1.1 @@ -38,12 +44,13 @@ contact_id_b int unsigned - Contact B + Contact B ID true id of the second contact 1.1 EntityRef + @@ -56,12 +63,13 @@ relationship_type_id int unsigned - Relationship Type + Relationship Type ID true Type of relationship 1.1 Select + civicrm_relationship_type
@@ -156,9 +164,12 @@ case_id int unsigned - Relationship Case + Case ID NULL FK to civicrm_case + + + 2.2 diff --git a/xml/schema/Contact/RelationshipCache.xml b/xml/schema/Contact/RelationshipCache.xml index 023e21e2b211..17d03c3670eb 100644 --- a/xml/schema/Contact/RelationshipCache.xml +++ b/xml/schema/Contact/RelationshipCache.xml @@ -15,6 +15,9 @@ Relationship Cache ID true Relationship Cache ID + + Number + 5.29
@@ -25,9 +28,12 @@ relationship_id int unsigned - Relationship + Relationship ID true id of the relationship (FK to civicrm_relationship.id) + + + 5.29 @@ -41,9 +47,12 @@ relationship_type_id int unsigned - Relationship Type + Relationship Type ID true id of the relationship type + + + 5.29 @@ -76,6 +85,7 @@ 5.29 EntityRef + @@ -110,6 +120,7 @@ 5.29 EntityRef + diff --git a/xml/schema/Contact/RelationshipType.xml b/xml/schema/Contact/RelationshipType.xml index 183c3594c799..c55db740c48b 100644 --- a/xml/schema/Contact/RelationshipType.xml +++ b/xml/schema/Contact/RelationshipType.xml @@ -13,6 +13,9 @@ Relationship Type ID true Primary key + + Number + 1.1 diff --git a/xml/schema/Contact/SavedSearch.xml b/xml/schema/Contact/SavedSearch.xml index 1edf5f9ac937..fa209f0785d5 100644 --- a/xml/schema/Contact/SavedSearch.xml +++ b/xml/schema/Contact/SavedSearch.xml @@ -12,6 +12,9 @@ Saved Search ID true Saved Search ID + + Number + 1.1 @@ -66,6 +69,9 @@ int unsigned Mapping ID Foreign key to civicrm_mapping used for saved search-builder searches. + + + 1.5 diff --git a/xml/schema/Contact/SubscriptionHistory.xml b/xml/schema/Contact/SubscriptionHistory.xml index 4e93766e708b..cbf4d6858874 100644 --- a/xml/schema/Contact/SubscriptionHistory.xml +++ b/xml/schema/Contact/SubscriptionHistory.xml @@ -12,7 +12,10 @@ Group Membership History ID int unsigned true - Internal Id + Internal ID + + Number + 1.1 @@ -24,7 +27,10 @@ Contact ID int unsigned true - Contact Id + Contact ID + + + 1.1 @@ -36,9 +42,9 @@ group_id - Group + Group ID int unsigned - Group Id + Group ID 1.1 civicrm_group
@@ -47,6 +53,7 @@
Select +
diff --git a/xml/schema/Contribute/Contribution.xml b/xml/schema/Contribute/Contribution.xml index b09ee78061f2..df39506357c3 100644 --- a/xml/schema/Contribute/Contribution.xml +++ b/xml/schema/Contribute/Contribution.xml @@ -23,7 +23,7 @@ Contribution ID Contribution ID - Text + Number 1.3 @@ -43,6 +43,7 @@ FK to Contact ID EntityRef + 1.3 @@ -353,6 +354,9 @@ int unsigned Conditional foreign key to civicrm_contribution_recur id. Each contribution made in connection with a recurring contribution carries a foreign key to the recurring contribution record. This assumes we can track these processor initiated events. true + + + 1.4 @@ -412,9 +416,12 @@ address_id contribution_address_id - Contribution Address + Address ID int unsigned Conditional foreign key to civicrm_address.id. We insert an address record for each contribution when we have associated billing name and address data. + + + 2.2 true @@ -448,12 +455,13 @@ campaign_id contribution_campaign_id int unsigned - Campaign + Campaign ID true The campaign for which this contribution has been triggered. 3.4 Select + @@ -484,8 +492,8 @@ Total tax amount of this contribution. 4.6 - Text - + Text + campaign_id diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index 52f1df5eabbc..ae320d7189e4 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -14,7 +14,10 @@ Contribution Page ID int unsigned true - Contribution Id + Contribution ID + + Number + 1.3 @@ -45,7 +48,7 @@ financial_type_id - Financial Type + Financial Type ID int unsigned default financial type assigned to contributions submitted via this page, e.g. Contribution, Campaign Contribution @@ -57,6 +60,9 @@ Select 4.3 + + + financial_type_id @@ -375,9 +381,12 @@ created_id - Contribution Page Created By + Created By Contact ID int unsigned FK to civicrm_contact, who created this contribution page + + + 3.0 @@ -417,9 +426,12 @@ campaign_id - Contribution Page Campaign ID + Campaign ID int unsigned The campaign for which we are collecting contributions with this page. + + + 3.4 diff --git a/xml/schema/Contribute/ContributionProduct.xml b/xml/schema/Contribute/ContributionProduct.xml index 2f9d253e2a11..314e015f6e2a 100644 --- a/xml/schema/Contribute/ContributionProduct.xml +++ b/xml/schema/Contribute/ContributionProduct.xml @@ -12,6 +12,9 @@ Contribution Product ID int unsigned true + + Number + 1.4 @@ -30,6 +33,9 @@ Contribution ID int unsigned true + + + 1.4 @@ -94,7 +100,7 @@ financial_type_id - Financial Type + Financial Type ID int unsigned NULL @@ -103,6 +109,9 @@ name FK to Financial Type(for membership price sets only). + + + 4.3 diff --git a/xml/schema/Contribute/ContributionRecur.xml b/xml/schema/Contribute/ContributionRecur.xml index fd6b8a948c62..431bc7eea254 100644 --- a/xml/schema/Contribute/ContributionRecur.xml +++ b/xml/schema/Contribute/ContributionRecur.xml @@ -14,6 +14,9 @@ int unsigned true Contribution Recur ID + + Number + 1.6 @@ -22,13 +25,14 @@ contact_id - Contact + Contact ID int unsigned true Foreign key to civicrm_contact.id. 1.6 EntityRef + @@ -202,6 +206,9 @@ Payment Token ID int unsigned Optionally used to store a link to a payment token used for this recurring contribution. + + + 4.6 @@ -339,7 +346,7 @@ payment_processor_id - Payment Processor + Payment Processor ID contribution_recur_payment_processor_id int unsigned Foreign key to civicrm_payment_processor.id @@ -351,6 +358,7 @@ Select + @@ -362,7 +370,7 @@ financial_type_id - Financial Type + Financial Type ID false int unsigned FK to Financial Type @@ -374,6 +382,7 @@ Select + @@ -405,12 +414,13 @@ campaign_id contribution_campaign_id int unsigned - Campaign + Campaign ID true The campaign for which this contribution has been triggered. 4.1 Select + diff --git a/xml/schema/Contribute/ContributionSoft.xml b/xml/schema/Contribute/ContributionSoft.xml index 62144ff625dd..0045ae9e9e82 100644 --- a/xml/schema/Contribute/ContributionSoft.xml +++ b/xml/schema/Contribute/ContributionSoft.xml @@ -20,6 +20,9 @@ true Soft Credit ID Soft Credit ID + + Number + 2.2 @@ -28,10 +31,13 @@ contribution_id - Soft Credit - Contribution ID + Contribution ID int unsigned true FK to contribution table. + + + 2.2 @@ -44,13 +50,16 @@ contact_id contribution_soft_contact_id - Soft Credit Contact ID + Contact ID int unsigned true true /contact(.?id)?/i /^\d+$/ FK to Contact ID + + + 2.2 @@ -93,9 +102,12 @@ pcp_id int unsigned - Soft Contribution PCP + PCP ID NULL FK to civicrm_pcp.id + + + 2.2 civicrm_pcp
diff --git a/xml/schema/Contribute/Premium.xml b/xml/schema/Contribute/Premium.xml index aaea0628d04c..469b62450fc3 100644 --- a/xml/schema/Contribute/Premium.xml +++ b/xml/schema/Contribute/Premium.xml @@ -13,6 +13,9 @@ Premium ID int unsigned true + + Number + 1.4
diff --git a/xml/schema/Contribute/PremiumsProduct.xml b/xml/schema/Contribute/PremiumsProduct.xml index 8e88bd7574d2..79b025e2b40d 100644 --- a/xml/schema/Contribute/PremiumsProduct.xml +++ b/xml/schema/Contribute/PremiumsProduct.xml @@ -16,6 +16,9 @@ int unsigned true Contribution ID + + Number + 1.4 @@ -24,10 +27,13 @@ premiums_id - Premium + Premium ID int unsigned true Foreign key to premiums settings record. + + + 1.4 @@ -38,10 +44,13 @@ product_id - Product + Product ID int unsigned true Foreign key to each product object. + + + 1.4 @@ -59,7 +68,7 @@ financial_type_id - Financial Type + Financial Type ID int unsigned NULL @@ -68,6 +77,9 @@ name FK to Financial Type. + + + 4.3 diff --git a/xml/schema/Contribute/Product.xml b/xml/schema/Contribute/Product.xml index e75c938d866e..e8fa3181c964 100644 --- a/xml/schema/Contribute/Product.xml +++ b/xml/schema/Contribute/Product.xml @@ -14,6 +14,9 @@ Product ID int unsigned true + + Number + 1.4 @@ -100,7 +103,7 @@ financial_type_id - Financial Type + Financial Type ID int unsigned NULL @@ -109,6 +112,9 @@ name FK to Financial Type. + + + 4.3 diff --git a/xml/schema/Contribute/Widget.xml b/xml/schema/Contribute/Widget.xml index d9ebeb77e199..8ced050633f2 100644 --- a/xml/schema/Contribute/Widget.xml +++ b/xml/schema/Contribute/Widget.xml @@ -13,7 +13,10 @@ Widget ID int unsigned true - Contribution Id + Contribution ID + + Number + 2.0 @@ -22,9 +25,12 @@ contribution_page_id - Contribution Page + Contribution Page ID int unsigned The Contribution Page which triggered this contribution + + + 1.5 diff --git a/xml/schema/Core/ActionLog.xml b/xml/schema/Core/ActionLog.xml index 7c3e7a439b62..5b948eed57bf 100644 --- a/xml/schema/Core/ActionLog.xml +++ b/xml/schema/Core/ActionLog.xml @@ -11,6 +11,9 @@ Action Schedule ID int unsigned true + + Number + 3.4 @@ -19,9 +22,12 @@ contact_id - Action Schedule Contact ID + Contact ID int unsigned FK to Contact ID + + + 3.4 @@ -54,10 +60,13 @@ action_schedule_id - Schedule + Schedule ID int unsigned true FK to the action schedule that this action originated from. + + + 3.4 diff --git a/xml/schema/Core/ActionMapping.xml b/xml/schema/Core/ActionMapping.xml index 5ce84e661146..c646932245f7 100644 --- a/xml/schema/Core/ActionMapping.xml +++ b/xml/schema/Core/ActionMapping.xml @@ -11,6 +11,9 @@ Action Mapping ID int unsigned true + + Number + 3.4 diff --git a/xml/schema/Core/ActionSchedule.xml b/xml/schema/Core/ActionSchedule.xml index 4bd9a20f1d18..976ba89819b8 100644 --- a/xml/schema/Core/ActionSchedule.xml +++ b/xml/schema/Core/ActionSchedule.xml @@ -11,6 +11,9 @@ Action Schedule ID int unsigned true + + Number + 3.4 @@ -229,7 +232,7 @@ group_id - Reminder Group + Group ID int unsigned FK to Group @@ -239,6 +242,7 @@ Select + 3.4 @@ -250,9 +254,12 @@ msg_template_id - Reminder Template + Message Template ID int unsigned FK to the message template. + + + msg_template_id @@ -262,9 +269,12 @@ sms_template_id - SMS Reminder Template + SMS Template ID int unsigned FK to the message template. + + + sms_template_id @@ -312,11 +322,12 @@ sms_provider_id - SMS Provider + SMS Provider ID int unsigned 4.5 Select + diff --git a/xml/schema/Core/Address.xml b/xml/schema/Core/Address.xml index d4dd2a49df68..9eb295ad22b5 100644 --- a/xml/schema/Core/Address.xml +++ b/xml/schema/Core/Address.xml @@ -16,6 +16,9 @@ Address ID true Unique Address ID + + Number + 1.1 @@ -27,6 +30,9 @@ Contact ID int unsigned FK to Contact ID + + + 2.0 @@ -253,7 +259,7 @@ county_id int unsigned - County + County ID Which County does this address belong to. civicrm_county
@@ -263,6 +269,7 @@ ChainSelect state_province_id + 1.1
@@ -278,7 +285,7 @@
state_province_id - State/Province + State/Province ID int unsigned Which State_Province does this address belong to. @@ -290,6 +297,7 @@ ChainSelect country_id + 1.1 @@ -345,7 +353,7 @@ country_id - Country + Country ID int unsigned Which Country does this address belong to. @@ -358,6 +366,7 @@ country Select + 1.1 @@ -441,10 +450,13 @@ master_id - Master Address Belongs To + Master Address ID int unsigned true FK to Address ID + + + 3.3 diff --git a/xml/schema/Core/AddressFormat.xml b/xml/schema/Core/AddressFormat.xml index ae678018b9e8..569efab7a5eb 100644 --- a/xml/schema/Core/AddressFormat.xml +++ b/xml/schema/Core/AddressFormat.xml @@ -10,7 +10,10 @@ Address Format ID int unsigned true - Address Format Id + Address Format ID + + Number + 3.2 diff --git a/xml/schema/Core/Cache.xml b/xml/schema/Core/Cache.xml index 1e8d9a389ff7..6afd66a7b8ff 100644 --- a/xml/schema/Core/Cache.xml +++ b/xml/schema/Core/Cache.xml @@ -12,6 +12,9 @@ int unsigned true Unique table ID + + Number + 2.1 @@ -63,6 +66,7 @@ Select + diff --git a/xml/schema/Core/Component.xml b/xml/schema/Core/Component.xml index 8ccce97d865d..0bcf27277fc3 100644 --- a/xml/schema/Core/Component.xml +++ b/xml/schema/Core/Component.xml @@ -11,6 +11,9 @@ int unsigned true Component ID + + Number + 2.0 diff --git a/xml/schema/Core/Country.xml b/xml/schema/Core/Country.xml index 051ce788cec2..546759fa250c 100644 --- a/xml/schema/Core/Country.xml +++ b/xml/schema/Core/Country.xml @@ -11,7 +11,10 @@ Country ID int unsigned true - Country Id + Country ID + + Number + 1.1 @@ -47,9 +50,12 @@ address_format_id - Address Format + Address Format ID int unsigned Foreign key to civicrm_address_format.id. + + + 3.2 @@ -80,6 +86,9 @@ int unsigned true Foreign key to civicrm_worldregion.id. + + + 1.8 country diff --git a/xml/schema/Core/County.xml b/xml/schema/Core/County.xml index db959aa660b1..71188e769da6 100644 --- a/xml/schema/Core/County.xml +++ b/xml/schema/Core/County.xml @@ -12,6 +12,9 @@ int unsigned true County ID + + Number + 1.1 @@ -39,10 +42,14 @@ state_province_id - State + State ID int unsigned true ID of State/Province that County belongs + + + + 1.1 civicrm_state_province
diff --git a/xml/schema/Core/CustomField.xml b/xml/schema/Core/CustomField.xml index 4232753f6f33..df3803209a58 100644 --- a/xml/schema/Core/CustomField.xml +++ b/xml/schema/Core/CustomField.xml @@ -14,6 +14,9 @@ Custom Field ID true Unique Custom Field ID + + Number + 1.1
@@ -23,7 +26,7 @@ custom_group_id int unsigned - Custom Group + Custom Group ID true FK to civicrm_custom_group. 1.1 @@ -34,6 +37,7 @@
Select + @@ -263,8 +267,11 @@ option_group_id int unsigned - Field Option Group + Field Option Group ID For elements with options, the option group id that is used + + + 1.4 civicrm_option_group
diff --git a/xml/schema/Core/CustomGroup.xml b/xml/schema/Core/CustomGroup.xml index 018e05bd22e3..de7d4678cdbb 100644 --- a/xml/schema/Core/CustomGroup.xml +++ b/xml/schema/Core/CustomGroup.xml @@ -15,6 +15,9 @@ Custom Group ID true Unique Custom Group ID + + Number + 1.1
@@ -190,8 +193,11 @@ created_id int unsigned - Custom Group Created By + Created By Contact ID FK to civicrm_contact, who created this custom group + + + 3.0 diff --git a/xml/schema/Core/Dashboard.xml b/xml/schema/Core/Dashboard.xml index 39373d714b21..63fc5b1599b4 100644 --- a/xml/schema/Core/Dashboard.xml +++ b/xml/schema/Core/Dashboard.xml @@ -11,6 +11,9 @@ int unsigned DashletID true + + Number + 3.1 @@ -20,7 +23,7 @@ domain_id int unsigned - Dashlet Domain + Domain ID true civicrm_domain
@@ -28,6 +31,9 @@ name
Domain for dashboard + + + 3.1
diff --git a/xml/schema/Core/Discount.xml b/xml/schema/Core/Discount.xml index 54535e485764..34e8505335d7 100644 --- a/xml/schema/Core/Discount.xml +++ b/xml/schema/Core/Discount.xml @@ -13,6 +13,9 @@ int unsigned true primary key + + Number + 2.1 @@ -49,7 +52,7 @@ price_set_id participant_discount_name - Discount Name + Price Set ID int unsigned true @@ -59,6 +62,9 @@ true FK to civicrm_price_set + + + 4.3 diff --git a/xml/schema/Core/Domain.xml b/xml/schema/Core/Domain.xml index 8e4e119a7f31..133a90fe5673 100644 --- a/xml/schema/Core/Domain.xml +++ b/xml/schema/Core/Domain.xml @@ -12,6 +12,9 @@ int unsigned true Domain ID + + Number + 1.1 @@ -66,8 +69,11 @@ contact_id int unsigned - Domain Contact + Contact ID FK to Contact ID. This is specifically not an FK to avoid circular constraints + + + 4.3 diff --git a/xml/schema/Core/Email.xml b/xml/schema/Core/Email.xml index 4a2bbe261528..8ad7a727e8ee 100644 --- a/xml/schema/Core/Email.xml +++ b/xml/schema/Core/Email.xml @@ -15,6 +15,9 @@ int unsigned true Unique Email ID + + Number + 1.1 @@ -23,9 +26,12 @@ contact_id - Email Contact + Contact ID int unsigned FK to Contact ID + + + 2.0 diff --git a/xml/schema/Core/EntityFile.xml b/xml/schema/Core/EntityFile.xml index cad60ba916fc..37ac0882c101 100644 --- a/xml/schema/Core/EntityFile.xml +++ b/xml/schema/Core/EntityFile.xml @@ -13,6 +13,9 @@ int unsigned true primary key + + Number + 1.5 @@ -48,10 +51,13 @@ file_id - File + File ID int unsigned true FK to civicrm_file + + + 1.5 diff --git a/xml/schema/Core/EntityTag.xml b/xml/schema/Core/EntityTag.xml index 301706a42b4d..e7aeb504ded3 100644 --- a/xml/schema/Core/EntityTag.xml +++ b/xml/schema/Core/EntityTag.xml @@ -13,6 +13,9 @@ Entity Tag ID true primary key + + Number + 1.1 @@ -46,7 +49,7 @@ tag_id int unsigned - Tag + Tag ID true FK to civicrm_tag 1.1 @@ -57,6 +60,7 @@ Select + diff --git a/xml/schema/Core/Extension.xml b/xml/schema/Core/Extension.xml index 673b379291f1..17d1374195bb 100644 --- a/xml/schema/Core/Extension.xml +++ b/xml/schema/Core/Extension.xml @@ -12,6 +12,9 @@ Extension ID true Local Extension ID + + Number + 4.2 diff --git a/xml/schema/Core/File.xml b/xml/schema/Core/File.xml index 925e1f64893d..2161fdf63b48 100644 --- a/xml/schema/Core/File.xml +++ b/xml/schema/Core/File.xml @@ -13,6 +13,9 @@ File ID true Unique ID + + Number + 1.5 @@ -69,6 +72,9 @@ int unsigned Created By Contact ID FK to civicrm_contact, who uploaded this file + + + 5.3 diff --git a/xml/schema/Core/IM.xml b/xml/schema/Core/IM.xml index f521fb645a23..c37999b9c780 100644 --- a/xml/schema/Core/IM.xml +++ b/xml/schema/Core/IM.xml @@ -17,6 +17,9 @@ int unsigned true Unique IM ID + + Number + 1.1 @@ -25,9 +28,12 @@ contact_id - IM Contact + Contact ID int unsigned FK to Contact ID + + + 2.0 diff --git a/xml/schema/Core/Job.xml b/xml/schema/Core/Job.xml index a135360f051b..afd08c298cc3 100644 --- a/xml/schema/Core/Job.xml +++ b/xml/schema/Core/Job.xml @@ -12,7 +12,10 @@ Job ID int unsigned true - Job Id + Job ID + + Number + 4.1 @@ -21,7 +24,7 @@ domain_id - Job Domain + Domain ID int unsigned true @@ -30,6 +33,9 @@ name Which Domain is this scheduled job for + + + 4.1 diff --git a/xml/schema/Core/JobLog.xml b/xml/schema/Core/JobLog.xml index b47a752bbfe2..d0764fc2c413 100644 --- a/xml/schema/Core/JobLog.xml +++ b/xml/schema/Core/JobLog.xml @@ -12,7 +12,10 @@ int unsigned true Job Log ID - Job log entry Id + Job log entry ID + + Number + 4.1 @@ -30,6 +33,9 @@ name Which Domain is this scheduled job for + + + 4.1 diff --git a/xml/schema/Core/LocBlock.xml b/xml/schema/Core/LocBlock.xml index 75a80185d50c..9f92ac3b88be 100644 --- a/xml/schema/Core/LocBlock.xml +++ b/xml/schema/Core/LocBlock.xml @@ -13,6 +13,9 @@ int unsigned true Unique ID + + Number + 2.0 @@ -21,8 +24,11 @@ address_id - Location Block Address + Address ID int unsigned + + + 2.0 @@ -34,8 +40,11 @@ email_id - Location Block Email + Email ID int unsigned + + + 2.0 @@ -47,8 +56,11 @@ phone_id - Location Block Phone + Phone ID int unsigned + + + 2.0 @@ -60,8 +72,11 @@ im_id - Location Block IM + IM ID int unsigned + + + 2.0 @@ -73,8 +88,11 @@ address_2_id - Location Block IM 2 + IM 2 ID int unsigned + + + 2.0 @@ -87,7 +105,10 @@ email_2_id int unsigned - Email 2 + Email 2 ID + + + 2.0 @@ -100,7 +121,10 @@ phone_2_id int unsigned - Phone 2 + Phone 2 ID + + + 2.0 @@ -113,7 +137,10 @@ im_2_id int unsigned - Instant Messenger 2 + Instant Messenger 2 ID + + + 2.0 diff --git a/xml/schema/Core/LocationType.xml b/xml/schema/Core/LocationType.xml index 83caa4802fc7..be66f7309de4 100644 --- a/xml/schema/Core/LocationType.xml +++ b/xml/schema/Core/LocationType.xml @@ -12,6 +12,9 @@ int unsigned true Location Type ID + + Number + 1.1 diff --git a/xml/schema/Core/Log.xml b/xml/schema/Core/Log.xml index d7892395c7ea..6094a7e1bdd8 100644 --- a/xml/schema/Core/Log.xml +++ b/xml/schema/Core/Log.xml @@ -12,6 +12,9 @@ int unsigned true Log ID + + Number + 1.5 @@ -56,9 +59,12 @@ modified_id - Modified By + Modified By Contact ID int unsigned FK to Contact ID of person under whose credentials this data modification was made. + + + 1.5 diff --git a/xml/schema/Core/MailSettings.xml b/xml/schema/Core/MailSettings.xml index e55f0602c3cc..0ce70437f7b2 100644 --- a/xml/schema/Core/MailSettings.xml +++ b/xml/schema/Core/MailSettings.xml @@ -10,6 +10,9 @@ int unsigned true primary key + + Number + 2.2 @@ -18,7 +21,7 @@ domain_id - Mail Settings Domain + Domain ID int unsigned true @@ -27,6 +30,9 @@ name Which Domain is this match entry for + + + 3.1 diff --git a/xml/schema/Core/Managed.xml b/xml/schema/Core/Managed.xml index 9fdb1bc35389..b00d1aa042ad 100644 --- a/xml/schema/Core/Managed.xml +++ b/xml/schema/Core/Managed.xml @@ -13,6 +13,9 @@ int unsigned true Surrogate Key + + Number + 4.2 diff --git a/xml/schema/Core/Mapping.xml b/xml/schema/Core/Mapping.xml index bd5420ea2715..f629d6b0d5e4 100644 --- a/xml/schema/Core/Mapping.xml +++ b/xml/schema/Core/Mapping.xml @@ -12,6 +12,9 @@ Mapping ID true Mapping ID + + Number + 1.2 diff --git a/xml/schema/Core/MappingField.xml b/xml/schema/Core/MappingField.xml index 0c444143756a..0c69894a8264 100644 --- a/xml/schema/Core/MappingField.xml +++ b/xml/schema/Core/MappingField.xml @@ -12,6 +12,9 @@ Mapping Field ID true Mapping Field ID + + Number + 1.2 @@ -25,6 +28,9 @@ Mapping ID true Mapping to which this field belongs + + + 1.2 @@ -65,6 +71,9 @@ int unsigned Location type ID Location type of this mapping, if required + + + 1.2 civicrm_location_type
@@ -117,6 +126,9 @@ int unsigned Relationship type ID Relationship type, if required + + + 1.2 diff --git a/xml/schema/Core/Menu.xml b/xml/schema/Core/Menu.xml index 303ae57f5710..26f888f494e0 100644 --- a/xml/schema/Core/Menu.xml +++ b/xml/schema/Core/Menu.xml @@ -11,6 +11,9 @@ Menu ID int unsigned true + + Number + 2.1 @@ -19,7 +22,7 @@ domain_id - Domain + Domain ID int unsigned true @@ -28,6 +31,9 @@ name Which Domain is this menu item for + + + 3.0 @@ -118,7 +124,7 @@ component_id - Component + Component ID int unsigned Component that this menu item belongs to 2.1 @@ -129,6 +135,7 @@
Select + diff --git a/xml/schema/Core/MessageTemplate.xml b/xml/schema/Core/MessageTemplate.xml index ef3e0cf6f95a..16ee1f7c7e87 100644 --- a/xml/schema/Core/MessageTemplate.xml +++ b/xml/schema/Core/MessageTemplate.xml @@ -12,6 +12,9 @@ int unsigned true Message Template ID + + Number + 1.6 diff --git a/xml/schema/Core/Navigation.xml b/xml/schema/Core/Navigation.xml index bc9dc654e733..3b7d80f4d1bd 100644 --- a/xml/schema/Core/Navigation.xml +++ b/xml/schema/Core/Navigation.xml @@ -12,6 +12,9 @@ Navigation ID int unsigned true + + Number + 3.0 @@ -20,7 +23,7 @@ domain_id - Navigation Domain + Domain ID int unsigned true @@ -29,6 +32,9 @@ name Which Domain is this navigation item for + + + 3.0 @@ -89,7 +95,7 @@ parent_id - Navigation parent ID + parent ID int unsigned Parent navigation item, used for grouping @@ -98,6 +104,9 @@ name label + + + 3.0 diff --git a/xml/schema/Core/Note.xml b/xml/schema/Core/Note.xml index a9466da05d9f..4f594b78d45d 100644 --- a/xml/schema/Core/Note.xml +++ b/xml/schema/Core/Note.xml @@ -14,6 +14,9 @@ int unsigned true Note ID + + Number + 1.1 @@ -68,9 +71,12 @@ contact_id - Note Created By + Created By Contact ID int unsigned FK to Contact ID creator + + + 1.1 diff --git a/xml/schema/Core/OpenID.xml b/xml/schema/Core/OpenID.xml index 876aeca4b0c5..571b006aed90 100644 --- a/xml/schema/Core/OpenID.xml +++ b/xml/schema/Core/OpenID.xml @@ -11,6 +11,9 @@ int unsigned true Unique OpenID ID + + Number + 2.0 @@ -19,9 +22,12 @@ contact_id - OpenID Contact + Contact ID int unsigned FK to Contact ID + + + 2.0 diff --git a/xml/schema/Core/OptionGroup.xml b/xml/schema/Core/OptionGroup.xml index 3df4c11d1848..018922c6aeb9 100644 --- a/xml/schema/Core/OptionGroup.xml +++ b/xml/schema/Core/OptionGroup.xml @@ -12,6 +12,9 @@ int unsigned true Option Group ID + + Number + 1.5 diff --git a/xml/schema/Core/OptionValue.xml b/xml/schema/Core/OptionValue.xml index ce81cc6822a5..8d4bb53300f9 100644 --- a/xml/schema/Core/OptionValue.xml +++ b/xml/schema/Core/OptionValue.xml @@ -33,6 +33,7 @@ Select + @@ -141,7 +142,7 @@ component_id - Option Component + Component ID int unsigned Component that this option value belongs/caters to. 2.0 @@ -152,6 +153,7 @@ Select + @@ -162,7 +164,7 @@ domain_id - Option Domain + Domain ID int unsigned civicrm_domain
@@ -170,6 +172,9 @@ name
Which Domain is this option value for + + + 3.1
diff --git a/xml/schema/Core/Persistent.xml b/xml/schema/Core/Persistent.xml index 6c48b577ab85..05295c09650a 100644 --- a/xml/schema/Core/Persistent.xml +++ b/xml/schema/Core/Persistent.xml @@ -11,7 +11,10 @@ Persistent ID int unsigned true - Persistent Record Id + Persistent Record ID + + Number + 3.2 diff --git a/xml/schema/Core/Phone.xml b/xml/schema/Core/Phone.xml index 007ffa84863d..4e455fdfd92c 100644 --- a/xml/schema/Core/Phone.xml +++ b/xml/schema/Core/Phone.xml @@ -15,6 +15,9 @@ int unsigned true Unique Phone ID + + Number + 1.1 @@ -23,9 +26,12 @@ contact_id - Phone Contact + Contact ID int unsigned FK to Contact ID + + + 2.0 diff --git a/xml/schema/Core/Preferences.xml b/xml/schema/Core/Preferences.xml index 985b71ab3c1e..e8de3e45cda8 100644 --- a/xml/schema/Core/Preferences.xml +++ b/xml/schema/Core/Preferences.xml @@ -12,6 +12,9 @@ id int unsigned true + + Number + 1.8 @@ -20,9 +23,13 @@ domain_id + Domain ID int unsigned true Which Domain is this menu item for + + + 3.0 @@ -34,8 +41,12 @@ contact_id + Contact ID int unsigned FK to Contact ID + + + 1.8 diff --git a/xml/schema/Core/PreferencesDate.xml b/xml/schema/Core/PreferencesDate.xml index 90949567ec4a..625f0d3d1752 100644 --- a/xml/schema/Core/PreferencesDate.xml +++ b/xml/schema/Core/PreferencesDate.xml @@ -12,6 +12,9 @@ Date Preference ID int unsigned true + + Number + 2.0 diff --git a/xml/schema/Core/PrevNextCache.xml b/xml/schema/Core/PrevNextCache.xml index 0af66d463b00..9eea75ff34a6 100644 --- a/xml/schema/Core/PrevNextCache.xml +++ b/xml/schema/Core/PrevNextCache.xml @@ -11,6 +11,9 @@ Prev Next Cache ID int unsigned true + + Number + 3.4 diff --git a/xml/schema/Core/PrintLabel.xml b/xml/schema/Core/PrintLabel.xml index 546020cd1e4e..40846eeca3a3 100644 --- a/xml/schema/Core/PrintLabel.xml +++ b/xml/schema/Core/PrintLabel.xml @@ -11,6 +11,9 @@ Print Label ID int unsigned true + + Number + 4.4 @@ -99,10 +102,12 @@ created_id - Label Created By int unsigned Created By Contact ID FK to civicrm_contact, who created this label layout + + + 4.4 diff --git a/xml/schema/Core/RecurringEntity.xml b/xml/schema/Core/RecurringEntity.xml index f90c5e4092d5..86f6f8080871 100644 --- a/xml/schema/Core/RecurringEntity.xml +++ b/xml/schema/Core/RecurringEntity.xml @@ -12,6 +12,9 @@ int unsigned 10 true + + Number + 4.6 diff --git a/xml/schema/Core/Setting.xml b/xml/schema/Core/Setting.xml index 0a5263fab71c..8e6fd3389448 100644 --- a/xml/schema/Core/Setting.xml +++ b/xml/schema/Core/Setting.xml @@ -11,6 +11,9 @@ Setting ID int unsigned true + + Number + 4.1 @@ -51,7 +54,7 @@ domain_id - Setting Domain + Domain ID int unsigned true @@ -60,6 +63,9 @@ name Which Domain is this menu item for + + + 4.1 @@ -71,9 +77,12 @@ contact_id - Setting Contact + Contact ID int unsigned FK to Contact ID if the setting is localized to a contact + + + 4.1 @@ -92,7 +101,7 @@ component_id - Setting Component + Component ID int unsigned Component that this menu item belongs to 4.1 @@ -103,6 +112,7 @@ Select + @@ -120,9 +130,12 @@ created_id - Setting Created By + Created By Contact ID int unsigned FK to civicrm_contact, who created this setting + + + 4.1 diff --git a/xml/schema/Core/StateProvince.xml b/xml/schema/Core/StateProvince.xml index f2352e059228..3e3cd60a7493 100644 --- a/xml/schema/Core/StateProvince.xml +++ b/xml/schema/Core/StateProvince.xml @@ -14,6 +14,9 @@ int unsigned true State/Province ID + + Number + 1.1 @@ -41,10 +44,13 @@ country_id - Country + Country ID int unsigned true ID of Country that State/Province belong + + + 1.1 diff --git a/xml/schema/Core/StatusPreference.xml b/xml/schema/Core/StatusPreference.xml index 7ae28e74bdbd..76ad54de6e14 100644 --- a/xml/schema/Core/StatusPreference.xml +++ b/xml/schema/Core/StatusPreference.xml @@ -12,6 +12,9 @@ Status Preference ID true Unique Status Preference ID + + Number + 4.7 @@ -20,7 +23,7 @@ domain_id - Setting Domain + Domain ID int unsigned true @@ -29,6 +32,9 @@ name Which Domain is this Status Preference for + + + 4.7 diff --git a/xml/schema/Core/SystemLog.xml b/xml/schema/Core/SystemLog.xml index e50a7e4d543c..d205739cf4c6 100644 --- a/xml/schema/Core/SystemLog.xml +++ b/xml/schema/Core/SystemLog.xml @@ -11,6 +11,9 @@ System Log ID true Primary key ID + + Number + 4.4 diff --git a/xml/schema/Core/Tag.xml b/xml/schema/Core/Tag.xml index 43229977b6d1..c1ec1b0bcfe9 100644 --- a/xml/schema/Core/Tag.xml +++ b/xml/schema/Core/Tag.xml @@ -15,6 +15,9 @@ int unsigned true Tag ID + + Number + 1.1 @@ -40,7 +43,7 @@ parent_id - Parent Tag + Parent Tag ID int unsigned NULL Optional parent id for this tag. @@ -49,6 +52,9 @@ id name + + + 1.1 @@ -102,9 +108,12 @@ created_id - Tag Created By + Tag Created By Contact ID int unsigned FK to civicrm_contact, who created this tag + + + 3.4 diff --git a/xml/schema/Core/Timezone.xml b/xml/schema/Core/Timezone.xml index a7930d860930..53a963f69c3f 100644 --- a/xml/schema/Core/Timezone.xml +++ b/xml/schema/Core/Timezone.xml @@ -10,7 +10,10 @@ Timezone ID int unsigned true - Timezone Id + Timezone ID + + Number + 1.8 @@ -50,10 +53,13 @@ country_id - Country + Country ID int unsigned true - Country Id + Country ID + + + 1.8 diff --git a/xml/schema/Core/UFField.xml b/xml/schema/Core/UFField.xml index 9b012ab4c837..524e1c6c3af0 100644 --- a/xml/schema/Core/UFField.xml +++ b/xml/schema/Core/UFField.xml @@ -13,6 +13,9 @@ int unsigned true Unique table ID + + Number + 1.1 @@ -33,6 +36,7 @@ Select + @@ -136,9 +140,12 @@ location_type_id - Profile Field Location Type + Profile Field Location Type ID int unsigned Location type of this mapping, if required + + + 1.3 @@ -152,7 +159,7 @@ phone_type_id Profile Field Phone Type int unsigned - Phone Type Id, if required + Phone Type ID, if required 2.2 phone_type @@ -162,7 +169,7 @@ website_type_id Profile Field Website Type int unsigned - Website Type Id, if required + Website Type ID, if required 4.5 website_type diff --git a/xml/schema/Core/UFGroup.xml b/xml/schema/Core/UFGroup.xml index 37d5d0a8aa8d..90a1c624ebb9 100644 --- a/xml/schema/Core/UFGroup.xml +++ b/xml/schema/Core/UFGroup.xml @@ -13,6 +13,9 @@ int unsigned true Unique table ID + + Number + 1.1 @@ -101,9 +104,12 @@ limit_listings_group_id - Profile Search Limit Group + Search Limit Group ID int unsigned Group id, foreign key from civicrm_group + + + 1.4 @@ -122,9 +128,12 @@ add_to_group_id - Add Contact To Group + Add Contact To Group ID int unsigned foreign key to civicrm_group_id + + + add_to_group_id @@ -217,9 +226,12 @@ created_id - Profile Created By + Created By Contact ID int unsigned FK to civicrm_contact, who created this UF group + + + 3.0 diff --git a/xml/schema/Core/UFJoin.xml b/xml/schema/Core/UFJoin.xml index 368a3e0c0a30..db81d0dcee8a 100644 --- a/xml/schema/Core/UFJoin.xml +++ b/xml/schema/Core/UFJoin.xml @@ -13,6 +13,9 @@ int unsigned true Unique table ID + + Number + 1.3 @@ -88,6 +91,7 @@ Select + diff --git a/xml/schema/Core/UFMatch.xml b/xml/schema/Core/UFMatch.xml index 9e573a5a79df..289f6bf92586 100644 --- a/xml/schema/Core/UFMatch.xml +++ b/xml/schema/Core/UFMatch.xml @@ -13,6 +13,9 @@ int unsigned true System generated ID. + + Number + 1.1 @@ -21,7 +24,7 @@ domain_id - UF Match Domain ID + Domain ID int unsigned true Which Domain is this match entry for @@ -30,6 +33,9 @@ id name + + + 3.0 @@ -61,9 +67,12 @@ contact_id - CiviCRM Contact ID + Contact ID int unsigned FK to Contact ID + + + 1.1 diff --git a/xml/schema/Core/Website.xml b/xml/schema/Core/Website.xml index f9e8e0ea7a51..5c33851b79ed 100644 --- a/xml/schema/Core/Website.xml +++ b/xml/schema/Core/Website.xml @@ -14,6 +14,9 @@ Website ID true Unique Website ID + + Number + 3.2 @@ -22,9 +25,12 @@ contact_id - Contact + Contact ID int unsigned FK to Contact ID + + + 3.2 diff --git a/xml/schema/Core/WordReplacement.xml b/xml/schema/Core/WordReplacement.xml index e3a544ce29d8..fb18789c6c62 100644 --- a/xml/schema/Core/WordReplacement.xml +++ b/xml/schema/Core/WordReplacement.xml @@ -12,6 +12,9 @@ int unsigned true Word replacement ID + + Number + 4.4 @@ -67,7 +70,7 @@ domain_id - Word Replacement Domain ID + Domain ID int unsigned civicrm_domain
@@ -75,6 +78,9 @@ name
FK to Domain ID. This is for Domain specific word replacement + + + 1.1
diff --git a/xml/schema/Core/Worldregion.xml b/xml/schema/Core/Worldregion.xml index 5b0f06706bf5..9e2b2a9b2955 100644 --- a/xml/schema/Core/Worldregion.xml +++ b/xml/schema/Core/Worldregion.xml @@ -10,7 +10,10 @@ World Region ID int unsigned true - Country Id + Country ID + + Number + 1.8 diff --git a/xml/schema/Cxn/Cxn.xml b/xml/schema/Cxn/Cxn.xml index f8d7ee2c22ed..69280373f8c8 100644 --- a/xml/schema/Cxn/Cxn.xml +++ b/xml/schema/Cxn/Cxn.xml @@ -9,6 +9,9 @@ int unsigned true Connection ID + + Number + 4.6 diff --git a/xml/schema/Dedupe/Exception.xml b/xml/schema/Dedupe/Exception.xml index 77afb2224811..088ae2d4671e 100644 --- a/xml/schema/Dedupe/Exception.xml +++ b/xml/schema/Dedupe/Exception.xml @@ -11,6 +11,9 @@ int unsigned true Unique dedupe exception id + + Number + 3.3 @@ -22,6 +25,9 @@ First Dupe Contact ID int unsigned FK to Contact ID + + + 3.3 TRUE @@ -37,6 +43,9 @@ Second Dupe Contact ID int unsigned FK to Contact ID + + + 3.3 TRUE diff --git a/xml/schema/Dedupe/Rule.xml b/xml/schema/Dedupe/Rule.xml index 858c0ff8c40a..0b1649796afd 100644 --- a/xml/schema/Dedupe/Rule.xml +++ b/xml/schema/Dedupe/Rule.xml @@ -11,6 +11,9 @@ int unsigned true Unique dedupe rule id + + Number + 1.8 @@ -19,10 +22,13 @@ dedupe_rule_group_id - Dedupe Rule Group + Group ID int unsigned true The id of the rule group this rule belongs to + + + 1.8 diff --git a/xml/schema/Dedupe/RuleGroup.xml b/xml/schema/Dedupe/RuleGroup.xml index 09a587362838..26fe7e63f8c1 100644 --- a/xml/schema/Dedupe/RuleGroup.xml +++ b/xml/schema/Dedupe/RuleGroup.xml @@ -11,6 +11,9 @@ int unsigned true Unique dedupe rule group id + + Number + 1.8 diff --git a/xml/schema/Event/Cart/Cart.xml b/xml/schema/Event/Cart/Cart.xml index 0c957af2a765..5aae1932b05a 100644 --- a/xml/schema/Event/Cart/Cart.xml +++ b/xml/schema/Event/Cart/Cart.xml @@ -12,7 +12,10 @@ cart_id int unsigned true - Cart Id + Cart ID + + Number + 4.1 @@ -21,9 +24,12 @@ user_id - Created By + Created By Contact ID int unsigned FK to civicrm_contact who created this cart + + + 4.1 diff --git a/xml/schema/Event/Cart/EventInCart.xml b/xml/schema/Event/Cart/EventInCart.xml index 25eb7b0979e7..a27e53954887 100644 --- a/xml/schema/Event/Cart/EventInCart.xml +++ b/xml/schema/Event/Cart/EventInCart.xml @@ -12,7 +12,10 @@ event_in_cart_id int unsigned true - Event In Cart Id + Event In Cart ID + + Number + 4.1 @@ -21,9 +24,12 @@ event_id - Event + Event ID int unsigned FK to Event ID + + + 4.1 @@ -35,9 +41,12 @@ event_cart_id - Event In Cart + Event Cart ID int unsigned FK to Event Cart ID + + + 4.1 diff --git a/xml/schema/Event/Event.xml b/xml/schema/Event/Event.xml index f0ff62f4eab5..15a05cb026dd 100644 --- a/xml/schema/Event/Event.xml +++ b/xml/schema/Event/Event.xml @@ -19,6 +19,9 @@ Event ID true Event + + Number + 1.7 @@ -307,6 +310,9 @@ int unsigned Location Block ID FK to Location Block ID + + + 2.0 @@ -730,6 +736,9 @@ int unsigned Created By Contact ID FK to civicrm_contact, who created this event + + + 3.0 @@ -769,12 +778,13 @@ campaign_id int unsigned - Campaign + Campaign ID The campaign for which this event has been created. 3.4 EntityRef - + + campaign_id @@ -834,7 +844,7 @@ dedupe_rule_group_id int unsigned - Dedupe Rule + Dedupe Rule ID NULL Rule to use when matching registrations for this event @@ -846,6 +856,7 @@ 4.5 Select + diff --git a/xml/schema/Event/Participant.xml b/xml/schema/Event/Participant.xml index 44ecd7847ed1..21eb08aa4c1b 100644 --- a/xml/schema/Event/Participant.xml +++ b/xml/schema/Event/Participant.xml @@ -14,9 +14,12 @@ Participant ID int unsigned true - Participant Id + Participant ID true /(^(participant(.)?)?id$)/i + + Number + 1.7 @@ -32,6 +35,9 @@ true true FK to Contact ID + + + 1.7 @@ -43,11 +49,14 @@ event_id int unsigned - Event + Event ID true /event id$/i true FK to Event ID + + + 1.7 @@ -59,7 +68,7 @@ status_id participant_status_id - Participant Status + Status ID /(participant.)?(status)$/i true int unsigned @@ -75,6 +84,7 @@ Select + @@ -189,10 +199,13 @@ registered_by_id participant_registered_by_id int unsigned - Registered By ID + Registered By Participant ID true NULL FK to Participant ID + + + 2.1 true @@ -210,6 +223,9 @@ Discount ID NULL FK to Discount ID + + + 2.1 @@ -246,9 +262,12 @@ campaign_id participant_campaign_id int unsigned - Campaign + Campaign ID true The campaign for which this participant has been registered. + + + 3.4 @@ -269,6 +288,9 @@ int unsigned Event Cart ID FK to civicrm_event_carts + + + 4.1 @@ -293,6 +315,9 @@ /transfer(.?id)?/i true FK to Contact ID + + + 4.7 diff --git a/xml/schema/Event/ParticipantPayment.xml b/xml/schema/Event/ParticipantPayment.xml index 8872bdd25eef..fa8437a7249d 100644 --- a/xml/schema/Event/ParticipantPayment.xml +++ b/xml/schema/Event/ParticipantPayment.xml @@ -12,7 +12,10 @@ Payment ID int unsigned true - Participant Payment Id + Participant Payment ID + + Number + 1.7 @@ -24,7 +27,10 @@ Participant ID int unsigned true - Participant Id (FK) + Participant ID (FK) + + + 1.7 @@ -35,10 +41,13 @@ contribution_id - Contribution + Contribution ID int unsigned true FK to contribution table. + + + 2.0 diff --git a/xml/schema/Event/ParticipantStatusType.xml b/xml/schema/Event/ParticipantStatusType.xml index 083e9a2058e7..9df2ce9c1c79 100644 --- a/xml/schema/Event/ParticipantStatusType.xml +++ b/xml/schema/Event/ParticipantStatusType.xml @@ -13,6 +13,9 @@ int unsigned true unique participant status type id + + Number + 3.0 diff --git a/xml/schema/Financial/Currency.xml b/xml/schema/Financial/Currency.xml index 31ccd6b38b19..5970d0345eed 100644 --- a/xml/schema/Financial/Currency.xml +++ b/xml/schema/Financial/Currency.xml @@ -12,7 +12,10 @@ Currency ID int unsigned true - Currency Id + Currency ID + + Number + 1.7 diff --git a/xml/schema/Financial/EntityFinancialAccount.xml b/xml/schema/Financial/EntityFinancialAccount.xml index 86032a256712..95e3111928b3 100644 --- a/xml/schema/Financial/EntityFinancialAccount.xml +++ b/xml/schema/Financial/EntityFinancialAccount.xml @@ -14,6 +14,9 @@ int unsigned true ID + + Number + 4.3 @@ -60,7 +63,7 @@ financial_account_id int unsigned - Financial Account + Financial Account ID true 4.3 FK to the financial_account_id @@ -71,6 +74,7 @@ Select + diff --git a/xml/schema/Financial/EntityFinancialTrxn.xml b/xml/schema/Financial/EntityFinancialTrxn.xml index ad7bee1e665a..dd40409bd908 100644 --- a/xml/schema/Financial/EntityFinancialTrxn.xml +++ b/xml/schema/Financial/EntityFinancialTrxn.xml @@ -12,6 +12,9 @@ int unsigned true ID + + Number + 3.2 @@ -42,8 +45,11 @@ financial_trxn_id - Financial Transaction Id + Financial Transaction ID int unsigned + + + 3.2 diff --git a/xml/schema/Financial/FinancialAccount.xml b/xml/schema/Financial/FinancialAccount.xml index 45e7ba751c5f..4b970a3616fa 100644 --- a/xml/schema/Financial/FinancialAccount.xml +++ b/xml/schema/Financial/FinancialAccount.xml @@ -13,6 +13,9 @@ int unsigned true ID + + Number + 3.2 @@ -34,6 +37,9 @@ Contact ID int unsigned FK to Contact ID that is responsible for the funds in this account + + + 4.3 @@ -87,8 +93,11 @@ parent_id int unsigned - Financial Account Parent + Parent ID Parent ID in account hierarchy + + + 4.3 diff --git a/xml/schema/Financial/FinancialItem.xml b/xml/schema/Financial/FinancialItem.xml index 294a3707821a..8e1f5a745485 100644 --- a/xml/schema/Financial/FinancialItem.xml +++ b/xml/schema/Financial/FinancialItem.xml @@ -15,6 +15,9 @@ 10 true + + Number + 4.3 @@ -41,10 +44,13 @@ contact_id int unsigned - Financial Item Contact ID + Contact ID true true FK to Contact ID of contact the item is from + + + 4.3 @@ -105,6 +111,7 @@ Select + diff --git a/xml/schema/Financial/FinancialTrxn.xml b/xml/schema/Financial/FinancialTrxn.xml index b6005f868cdc..515a78770ea0 100644 --- a/xml/schema/Financial/FinancialTrxn.xml +++ b/xml/schema/Financial/FinancialTrxn.xml @@ -12,6 +12,9 @@ Financial Transaction ID int unsigned true + + Number + 1.3 @@ -21,7 +24,7 @@ from_financial_account_id int unsigned - Financial Transaction From Account + From Account ID FK to financial_account table. 4.3 @@ -31,6 +34,7 @@ Select + @@ -41,7 +45,7 @@ to_financial_account_id - Financial Transaction To Account + To Account ID int unsigned FK to financial_financial_account table. 4.3 @@ -52,6 +56,7 @@ Select + @@ -152,7 +157,7 @@ status_id - Financial Transaction Status Id + Financial Transaction Status ID int unsigned true true @@ -165,7 +170,7 @@ payment_processor_id - Payment Processor + Payment Processor ID int unsigned Payment Processor for this financial transaction @@ -175,6 +180,7 @@ Select + 4.3 diff --git a/xml/schema/Financial/FinancialType.xml b/xml/schema/Financial/FinancialType.xml index 43b0ce68a9e4..c6850f15cea4 100644 --- a/xml/schema/Financial/FinancialType.xml +++ b/xml/schema/Financial/FinancialType.xml @@ -16,6 +16,9 @@ 10 true ID of original financial_type so you can search this table by the financial_type.id and then select the relevant version based on the timestamp + + Number + 1.3 diff --git a/xml/schema/Financial/PaymentProcessor.xml b/xml/schema/Financial/PaymentProcessor.xml index f66d1cd09337..cec449f4c468 100644 --- a/xml/schema/Financial/PaymentProcessor.xml +++ b/xml/schema/Financial/PaymentProcessor.xml @@ -12,6 +12,9 @@ int unsigned true Payment Processor ID + + Number + 1.8 @@ -20,7 +23,7 @@ domain_id - Payment Processor Domain + Domain ID int unsigned true @@ -29,6 +32,9 @@ name Which Domain is this match entry for + + + 3.0 @@ -73,7 +79,7 @@ payment_processor_type_id - Payment Processor Type ID + Type ID int unsigned civicrm_payment_processor_type
@@ -82,6 +88,9 @@
true 10 + + + 4.3
diff --git a/xml/schema/Financial/PaymentProcessorType.xml b/xml/schema/Financial/PaymentProcessorType.xml index f282e334486f..584c03f0ac2e 100644 --- a/xml/schema/Financial/PaymentProcessorType.xml +++ b/xml/schema/Financial/PaymentProcessorType.xml @@ -12,6 +12,9 @@ int unsigned true Payment Processor Type ID + + Number + 1.8 diff --git a/xml/schema/Financial/PaymentToken.xml b/xml/schema/Financial/PaymentToken.xml index 594ea0ec7f63..545602f41cbd 100644 --- a/xml/schema/Financial/PaymentToken.xml +++ b/xml/schema/Financial/PaymentToken.xml @@ -15,6 +15,9 @@ true Payment Token ID 4.6 + + Number + id @@ -26,6 +29,9 @@ int unsigned true FK to Contact ID for the owner of the token + + + 4.6 @@ -41,6 +47,9 @@ int unsigned true + + + 4.6 @@ -72,6 +81,9 @@ Created ID int unsigned Contact ID of token creator + + + 4.6 diff --git a/xml/schema/Friend/Friend.xml b/xml/schema/Friend/Friend.xml index 1894e806a0e1..014aee536eb6 100644 --- a/xml/schema/Friend/Friend.xml +++ b/xml/schema/Friend/Friend.xml @@ -11,6 +11,9 @@ int unsigned true Friend ID + + Number + 2.0 diff --git a/xml/schema/Grant/Grant.xml b/xml/schema/Grant/Grant.xml index fb2732218aeb..4c363cb60362 100644 --- a/xml/schema/Grant/Grant.xml +++ b/xml/schema/Grant/Grant.xml @@ -22,6 +22,9 @@ true Unique Grant id true + + Number + 1.8 @@ -38,8 +41,9 @@ Contact ID of contact record given grant belongs to. 1.8 - EntityRef - + EntityRef + + contact_id @@ -207,7 +211,7 @@ true true false - Id of Grant status. + ID of Grant status. grant_status @@ -223,7 +227,7 @@ financial_type_id - Financial Type + Financial Type ID int unsigned NULL @@ -232,6 +236,9 @@ name FK to Financial Type. + + + 4.3 diff --git a/xml/schema/Mailing/BouncePattern.xml b/xml/schema/Mailing/BouncePattern.xml index 8c486d165e2b..da478ded8f34 100644 --- a/xml/schema/Mailing/BouncePattern.xml +++ b/xml/schema/Mailing/BouncePattern.xml @@ -11,6 +11,9 @@ Bounce Pattern ID int unsigned true + + Number + id @@ -18,7 +21,7 @@ bounce_type_id - Bounce Type + Bounce Type ID int unsigned true Type of bounce @@ -27,6 +30,9 @@ id name + + + bounce_type_id diff --git a/xml/schema/Mailing/BounceType.xml b/xml/schema/Mailing/BounceType.xml index a0807bf0e4e2..8e9051f82813 100644 --- a/xml/schema/Mailing/BounceType.xml +++ b/xml/schema/Mailing/BounceType.xml @@ -11,6 +11,9 @@ Bounce Type ID int unsigned true + + Number + id diff --git a/xml/schema/Mailing/Component.xml b/xml/schema/Mailing/Component.xml index 0c5f546e9805..553ee816098a 100644 --- a/xml/schema/Mailing/Component.xml +++ b/xml/schema/Mailing/Component.xml @@ -11,6 +11,9 @@ Mailing Component ID int unsigned true + + Number + id diff --git a/xml/schema/Mailing/Event/Bounce.xml b/xml/schema/Mailing/Event/Bounce.xml index 0fa36fbc6688..667722239159 100644 --- a/xml/schema/Mailing/Event/Bounce.xml +++ b/xml/schema/Mailing/Event/Bounce.xml @@ -14,6 +14,9 @@ Bounce ID int unsigned true + + Number + id @@ -21,10 +24,13 @@ event_queue_id - Event Queue + Event Queue ID int unsigned true FK to EventQueue + + + event_queue_id diff --git a/xml/schema/Mailing/Event/Confirm.xml b/xml/schema/Mailing/Event/Confirm.xml index 5e2156e8fe92..51c5b37b9231 100644 --- a/xml/schema/Mailing/Event/Confirm.xml +++ b/xml/schema/Mailing/Event/Confirm.xml @@ -14,6 +14,9 @@ Mailing Confirmation ID int unsigned true + + Number + id @@ -25,6 +28,9 @@ int unsigned true FK to civicrm_mailing_event_subscribe + + + event_subscribe_id diff --git a/xml/schema/Mailing/Event/Delivered.xml b/xml/schema/Mailing/Event/Delivered.xml index af5aee8c3fc2..17d676dfaa8e 100644 --- a/xml/schema/Mailing/Event/Delivered.xml +++ b/xml/schema/Mailing/Event/Delivered.xml @@ -14,6 +14,9 @@ Delivered ID int unsigned true + + Number + id @@ -21,10 +24,13 @@ event_queue_id - Event Queue + Event Queue ID int unsigned true FK to EventQueue + + + event_queue_id diff --git a/xml/schema/Mailing/Event/Forward.xml b/xml/schema/Mailing/Event/Forward.xml index 13c21b57d53c..7198f96ddfa4 100644 --- a/xml/schema/Mailing/Event/Forward.xml +++ b/xml/schema/Mailing/Event/Forward.xml @@ -14,6 +14,9 @@ Forward ID int unsigned true + + Number + id @@ -21,10 +24,13 @@ event_queue_id - Mailing Event Queue + Event Queue ID int unsigned true FK to EventQueue + + + event_queue_id @@ -34,9 +40,12 @@ dest_queue_id - Destination Queue + Destination Queue ID int unsigned FK to EventQueue for destination + + + dest_queue_id diff --git a/xml/schema/Mailing/Event/Opened.xml b/xml/schema/Mailing/Event/Opened.xml index 95a87a1b20bf..6b71ab226b71 100644 --- a/xml/schema/Mailing/Event/Opened.xml +++ b/xml/schema/Mailing/Event/Opened.xml @@ -14,6 +14,9 @@ Mailing Opened ID int unsigned true + + Number + id @@ -21,10 +24,13 @@ event_queue_id - Event Queue + Event Queue ID int unsigned true FK to EventQueue + + + event_queue_id diff --git a/xml/schema/Mailing/Event/Queue.xml b/xml/schema/Mailing/Event/Queue.xml index 7abc22afbbd5..6449d51afe45 100644 --- a/xml/schema/Mailing/Event/Queue.xml +++ b/xml/schema/Mailing/Event/Queue.xml @@ -14,6 +14,9 @@ int unsigned Mailing Event Queue ID true + + Number + id @@ -25,6 +28,9 @@ true Job ID FK to Job + + + job_id @@ -38,6 +44,9 @@ NULL Email ID FK to Email + + + email_id @@ -51,6 +60,9 @@ true Contact ID FK to Contact + + + contact_id @@ -77,6 +89,9 @@ NULL Phone ID FK to Phone + + + phone_id diff --git a/xml/schema/Mailing/Event/Reply.xml b/xml/schema/Mailing/Event/Reply.xml index db6ead589453..4f5d80199944 100644 --- a/xml/schema/Mailing/Event/Reply.xml +++ b/xml/schema/Mailing/Event/Reply.xml @@ -12,6 +12,9 @@ Reply ID int unsigned true + + Number + id @@ -19,10 +22,13 @@ event_queue_id - Event Queue + Event Queue ID int unsigned true FK to EventQueue + + + event_queue_id diff --git a/xml/schema/Mailing/Event/Subscribe.xml b/xml/schema/Mailing/Event/Subscribe.xml index 01be3097f5fc..52f17b30afe8 100644 --- a/xml/schema/Mailing/Event/Subscribe.xml +++ b/xml/schema/Mailing/Event/Subscribe.xml @@ -12,6 +12,9 @@ Mailing Subscribe ID int unsigned true + + Number + id @@ -19,7 +22,7 @@ group_id - Mailing Subscribe Group + Group ID int unsigned true FK to Group @@ -30,6 +33,7 @@ Select + @@ -40,10 +44,13 @@ contact_id - Mailing Subscribe Contact + Contact ID int unsigned true FK to Contact + + + contact_id diff --git a/xml/schema/Mailing/Event/TrackableURLOpen.xml b/xml/schema/Mailing/Event/TrackableURLOpen.xml index 7500634bf973..3fef9d75e9cc 100644 --- a/xml/schema/Mailing/Event/TrackableURLOpen.xml +++ b/xml/schema/Mailing/Event/TrackableURLOpen.xml @@ -12,6 +12,9 @@ Trackable URL Open ID int unsigned true + + Number + id @@ -19,10 +22,13 @@ event_queue_id - Event Queue + Event Queue ID int unsigned true FK to EventQueue + + + event_queue_id @@ -32,10 +38,13 @@ trackable_url_id - Trackable Url + Trackable Url ID int unsigned true FK to TrackableURL + + + trackable_url_id diff --git a/xml/schema/Mailing/Event/Unsubscribe.xml b/xml/schema/Mailing/Event/Unsubscribe.xml index 347be796db23..a4f10f01055e 100644 --- a/xml/schema/Mailing/Event/Unsubscribe.xml +++ b/xml/schema/Mailing/Event/Unsubscribe.xml @@ -12,6 +12,9 @@ Unsubscribe ID int unsigned true + + Number + id @@ -19,10 +22,13 @@ event_queue_id - Mailing Event Queue + Event Queue ID int unsigned true FK to EventQueue + + + event_queue_id diff --git a/xml/schema/Mailing/Mailing.xml b/xml/schema/Mailing/Mailing.xml index 0b3422b8c3a6..4932605d2196 100644 --- a/xml/schema/Mailing/Mailing.xml +++ b/xml/schema/Mailing/Mailing.xml @@ -17,6 +17,9 @@ Mailing ID int unsigned true + + Number + id @@ -24,7 +27,7 @@ domain_id - Mailing Domain + Domain ID int unsigned civicrm_domain
@@ -32,6 +35,9 @@ name
Which site is this mailing for + + + 3.4
@@ -43,7 +49,7 @@ header_id - Mailing Header + Header ID int unsigned civicrm_mailing_component
@@ -52,6 +58,9 @@ component_type = "Header"
FK to the header component. + + +
header_id @@ -61,7 +70,7 @@ footer_id - Mailing Footer + Footer ID int unsigned civicrm_mailing_component
@@ -70,6 +79,9 @@ component_type = "Footer"
FK to the footer component. + + +
footer_id @@ -79,9 +91,12 @@ reply_id - Mailing Reply + Reply ID int unsigned FK to the auto-responder component. + + + reply_id @@ -91,9 +106,12 @@ unsubscribe_id - Mailing Unsubscribe + Unsubscribe ID int unsigned FK to the unsubscribe component. + + + unsubscribe_id @@ -106,17 +124,14 @@ Mailing Resubscribe int unsigned - - optout_id - civicrm_mailing_component
- id - SET NULL -
optout_id - Mailing Opt Out + Opt Out ID int unsigned FK to the opt-out component. + + + optout_id @@ -256,9 +271,12 @@ msg_template_id - Mailing Message Template + Message Template ID int unsigned FK to the message template. + + + msg_template_id @@ -278,9 +296,12 @@ created_id - Mailing Creator + Created By Contact ID int unsigned FK to Contact ID who first created this mailing + + + created_id @@ -313,9 +334,12 @@ scheduled_id - Scheduled By + Scheduled By Contact ID int unsigned FK to Contact ID who scheduled this mailing + + + scheduled_id @@ -338,9 +362,12 @@ approver_id - Approved By + Approved By Contact ID int unsigned FK to Contact ID who approved this mailing + + + approver_id @@ -413,11 +440,12 @@ campaign_id int unsigned - Mailing Campaign + Campaign ID The campaign for which this mailing has been initiated. 3.4 Select + @@ -439,11 +467,12 @@ sms_provider_id - Mailing SMS Provider + SMS Provider ID int unsigned 4.2 Select + @@ -468,7 +497,7 @@ location_type_id - Location Type + Location Type ID int unsigned With email_selection_method, determines which email address to use @@ -476,6 +505,9 @@ id display_name + + + 4.6 diff --git a/xml/schema/Mailing/MailingAB.xml b/xml/schema/Mailing/MailingAB.xml index 2ac6f0bf01f5..bb53290d417e 100644 --- a/xml/schema/Mailing/MailingAB.xml +++ b/xml/schema/Mailing/MailingAB.xml @@ -12,6 +12,9 @@ int unsigned MailingAB ID true + + Number + id @@ -108,9 +111,12 @@ created_id - AB Test Created By + Created By Contact ID int unsigned FK to Contact ID + + + 4.6 diff --git a/xml/schema/Mailing/MailingGroup.xml b/xml/schema/Mailing/MailingGroup.xml index 77cc087acc55..2a167036a2b2 100644 --- a/xml/schema/Mailing/MailingGroup.xml +++ b/xml/schema/Mailing/MailingGroup.xml @@ -12,6 +12,9 @@ Mailing Group ID int unsigned true + + Number + id @@ -19,10 +22,13 @@ mailing_id - Mailing + Mailing ID int unsigned true The ID of a previous mailing to include/exclude recipients. + + + mailing_id diff --git a/xml/schema/Mailing/MailingJob.xml b/xml/schema/Mailing/MailingJob.xml index 9f047ed0b77f..d657c80011f7 100644 --- a/xml/schema/Mailing/MailingJob.xml +++ b/xml/schema/Mailing/MailingJob.xml @@ -12,6 +12,9 @@ Mailing Job ID int unsigned true + + Number + id @@ -19,10 +22,13 @@ mailing_id - Mailing + Mailing ID int unsigned true The ID of the mailing this Job will send. + + + mailing_id @@ -100,10 +106,13 @@ parent_id - Mailing Job Parent + Parent ID int unsigned Parent job id NULL + + + 3.3 diff --git a/xml/schema/Mailing/Recipients.xml b/xml/schema/Mailing/Recipients.xml index 955fcd50281c..4585b6652486 100644 --- a/xml/schema/Mailing/Recipients.xml +++ b/xml/schema/Mailing/Recipients.xml @@ -14,6 +14,9 @@ Mailing Recipients ID int unsigned true + + Number + id @@ -21,9 +24,12 @@ mailing_id - Mailing + Mailing ID int unsigned true + + + The ID of the mailing this Job will send. @@ -34,10 +40,13 @@ contact_id - Mailing Recipient + Recipient ID int unsigned true FK to Contact + + + contact_id @@ -47,10 +56,13 @@ email_id - Recipient Email + Email ID int unsigned NULL FK to Email + + + email_id @@ -60,10 +72,13 @@ phone_id - Recipient Phone + Phone ID int unsigned NULL FK to Phone + + + phone_id diff --git a/xml/schema/Mailing/Spool.xml b/xml/schema/Mailing/Spool.xml index 36cd5eb7b8ce..8d6b4a4315a0 100644 --- a/xml/schema/Mailing/Spool.xml +++ b/xml/schema/Mailing/Spool.xml @@ -11,6 +11,9 @@ Spool ID int unsigned true + + Number + id @@ -18,10 +21,13 @@ job_id - Mailing Job + Job ID int unsigned true The ID of the Job . + + + job_id diff --git a/xml/schema/Mailing/TrackableURL.xml b/xml/schema/Mailing/TrackableURL.xml index 54a0e180882a..a22a6bc1c1b8 100644 --- a/xml/schema/Mailing/TrackableURL.xml +++ b/xml/schema/Mailing/TrackableURL.xml @@ -12,6 +12,9 @@ Trackable URL ID int unsigned true + + Number + id @@ -26,9 +29,12 @@ mailing_id - Mailing + Mailing ID int unsigned true + + + FK to the mailing diff --git a/xml/schema/Member/Membership.xml b/xml/schema/Member/Membership.xml index 4a25c013c582..cd5fb5d868c2 100644 --- a/xml/schema/Member/Membership.xml +++ b/xml/schema/Member/Membership.xml @@ -23,8 +23,11 @@ true Membership ID /^(m(embership\s)?id)$/i - Membership Id + Membership ID 1.5 + + Number + id @@ -44,6 +47,7 @@ 1.5 EntityRef + @@ -56,7 +60,7 @@ membership_type_id int unsigned - Membership Type Id + Membership Type ID true /^(m(embership\s)?type)$/i false @@ -140,7 +144,7 @@ status_id - Membership Status Id + Status ID true /(member(ship|).)?(status)$/i int unsigned @@ -154,6 +158,7 @@ Select + 1.5 @@ -197,6 +202,9 @@ Primary Member ID Optional FK to Parent Membership. true + + + 1.7 @@ -249,10 +257,13 @@ contribution_recur_id membership_recur_id - Membership Recurring Contribution + Recurring Contribution ID int unsigned true 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. + + + 3.3 @@ -266,12 +277,13 @@ campaign_id member_campaign_id int unsigned - Campaign + Campaign ID true The campaign for which this membership is attached. 3.4 Select + diff --git a/xml/schema/Member/MembershipBlock.xml b/xml/schema/Member/MembershipBlock.xml index 12e81bb9195b..a31e85e413cc 100644 --- a/xml/schema/Member/MembershipBlock.xml +++ b/xml/schema/Member/MembershipBlock.xml @@ -13,8 +13,11 @@ Membership Block ID int unsigned true - Membership Id + Membership ID 1.5 + + Number + id @@ -30,10 +33,13 @@ entity_id - Membership Block Entity ID + Entity ID int unsigned true FK to civicrm_contribution_page.id + + + 1.5 @@ -55,9 +61,12 @@ membership_type_default - Membership Block Default Type + Default Type ID int unsigned Optional foreign key to membership_type + + + 1.5 diff --git a/xml/schema/Member/MembershipLog.xml b/xml/schema/Member/MembershipLog.xml index 29593bde967c..4bd61a786d3d 100644 --- a/xml/schema/Member/MembershipLog.xml +++ b/xml/schema/Member/MembershipLog.xml @@ -14,6 +14,9 @@ int unsigned true 1.5 + + Number + id @@ -25,6 +28,9 @@ int unsigned true FK to Membership table + + + 1.5 @@ -36,10 +42,13 @@ status_id - Membership Status + Membership Status ID int unsigned true New status assigned to membership by this action. FK to Membership Status + + + 1.5 @@ -67,9 +76,12 @@ modified_id - Membership Log modified By + Modified By Contact ID int unsigned FK to Contact ID of person under whose credentials this data modification was made. + + + 1.5 @@ -92,6 +104,9 @@ Membership Type ID int unsigned FK to Membership Type. + + + 3.4 diff --git a/xml/schema/Member/MembershipPayment.xml b/xml/schema/Member/MembershipPayment.xml index 1d12a14f4cba..f0859fd34843 100644 --- a/xml/schema/Member/MembershipPayment.xml +++ b/xml/schema/Member/MembershipPayment.xml @@ -14,6 +14,9 @@ int unsigned true 1.5 + + Number + id @@ -21,10 +24,13 @@ membership_id - Membership + Membership ID int unsigned true FK to Membership table + + + 1.5 @@ -36,9 +42,12 @@ contribution_id - Contribution + Contribution ID int unsigned FK to contribution table. + + + 2.0 diff --git a/xml/schema/Member/MembershipStatus.xml b/xml/schema/Member/MembershipStatus.xml index 15201307d3fe..dcc25b9e70f0 100644 --- a/xml/schema/Member/MembershipStatus.xml +++ b/xml/schema/Member/MembershipStatus.xml @@ -14,8 +14,11 @@ Membership Status ID int unsigned true - Membership Id + Membership ID 1.5 + + Number + id diff --git a/xml/schema/Member/MembershipType.xml b/xml/schema/Member/MembershipType.xml index 8316e655b74f..aa19de6e8c3f 100644 --- a/xml/schema/Member/MembershipType.xml +++ b/xml/schema/Member/MembershipType.xml @@ -14,8 +14,11 @@ Membership Type ID int unsigned true - Membership Id + Membership ID 1.5 + + Number + id @@ -23,7 +26,7 @@ domain_id - Membership Type Domain + Domain ID int unsigned true @@ -32,6 +35,9 @@ name Which Domain is this match entry for + + + 3.0 @@ -73,10 +79,13 @@ member_of_contact_id - Membership Type Organization + Organization ID int unsigned true Owner organization for this membership type. FK to Contact ID + + + 1.5 @@ -88,7 +97,7 @@ financial_type_id - Membership Financial Type + Financial Type ID int unsigned true @@ -97,6 +106,9 @@ name If membership is paid by a contribution - what financial type should be used. FK to civicrm_financial_type.id + + + 4.3 diff --git a/xml/schema/PCP/PCP.xml b/xml/schema/PCP/PCP.xml index 762e09c3d5af..ec453d233753 100644 --- a/xml/schema/PCP/PCP.xml +++ b/xml/schema/PCP/PCP.xml @@ -15,6 +15,9 @@ Personal Campaign Page ID Personal Campaign Page ID 2.2 + + Number + id @@ -30,6 +33,7 @@ 2.2 EntityRef + diff --git a/xml/schema/PCP/PCPBlock.xml b/xml/schema/PCP/PCPBlock.xml index b7777e4bc979..d067ec4b3155 100644 --- a/xml/schema/PCP/PCPBlock.xml +++ b/xml/schema/PCP/PCPBlock.xml @@ -13,8 +13,11 @@ PCP Block ID int unsigned true - PCP block Id + PCP block ID 2.2 + + Number + id @@ -66,10 +69,13 @@ supporter_profile_id - Supporter Profile + Supporter Profile ID int unsigned FK to civicrm_uf_group.id. Does Personal Campaign Page require manual activation by administrator? (is inactive by default after setup)? NULL + + + 2.2 diff --git a/xml/schema/Pledge/Pledge.xml b/xml/schema/Pledge/Pledge.xml index 2f86cdef661f..58d6ef574963 100644 --- a/xml/schema/Pledge/Pledge.xml +++ b/xml/schema/Pledge/Pledge.xml @@ -15,6 +15,9 @@ true Pledge ID true + + Number + 2.1 @@ -31,8 +34,9 @@ Foreign key to civicrm_contact.id . 2.1 - EntityRef - + EntityRef + + contact_id @@ -43,7 +47,7 @@ financial_type_id - Type + Financial Type ID pledge_financial_type_id int unsigned FK to Financial Type @@ -55,6 +59,7 @@ 4.3 Select + @@ -66,9 +71,12 @@ contribution_page_id pledge_contribution_page_id - Pledge Contribution Page + Contribution Page ID int unsigned The Contribution Page which triggered this contribution + + + 2.1 @@ -286,7 +294,7 @@ status_id - Pledge Status Id + Pledge Status ID pledge_status_id true true @@ -322,12 +330,13 @@ campaign_id pledge_campaign_id int unsigned - Campaign + Campaign ID true The campaign for which this pledge has been initiated. 3.4 Select + diff --git a/xml/schema/Pledge/PledgeBlock.xml b/xml/schema/Pledge/PledgeBlock.xml index f4790fad9ed3..bee126c42349 100644 --- a/xml/schema/Pledge/PledgeBlock.xml +++ b/xml/schema/Pledge/PledgeBlock.xml @@ -13,6 +13,9 @@ true Pledge ID 2.1 + + Number + id @@ -28,7 +31,7 @@ entity_id - Entity Id + Entity ID int unsigned true FK to entity table specified in entity_table column. diff --git a/xml/schema/Pledge/PledgePayment.xml b/xml/schema/Pledge/PledgePayment.xml index b588d5483938..314b4da9d0b0 100644 --- a/xml/schema/Pledge/PledgePayment.xml +++ b/xml/schema/Pledge/PledgePayment.xml @@ -15,6 +15,9 @@ int unsigned true true + + Number + 2.1 @@ -23,10 +26,13 @@ pledge_id - Pledge + Pledge ID int unsigned true FK to Pledge table + + + 2.1 @@ -38,9 +44,12 @@ contribution_id - Contribution + Contribution ID int unsigned FK to contribution table. + + + 2.1 diff --git a/xml/schema/Price/LineItem.xml b/xml/schema/Price/LineItem.xml index 274d9389a0ec..240739d723aa 100644 --- a/xml/schema/Price/LineItem.xml +++ b/xml/schema/Price/LineItem.xml @@ -13,6 +13,9 @@ int unsigned true Line Item + + Number + 1.7 @@ -43,9 +46,12 @@ contribution_id - Line Item Contribution + Contribution ID int unsigned FK to civicrm_contribution + + + 4.5 @@ -56,7 +62,7 @@ price_field_id - Line Item Price Field + Price Field ID int unsigned FK to civicrm_price_field @@ -66,6 +72,9 @@ label + + + 1.7 @@ -148,7 +157,7 @@ price_field_value_id - Line Item Option + Option ID int unsigned NULL FK to civicrm_price_field_value @@ -158,6 +167,9 @@ name label + + + 3.3 diff --git a/xml/schema/Price/PriceField.xml b/xml/schema/Price/PriceField.xml index d261c7311051..82725baf7c31 100644 --- a/xml/schema/Price/PriceField.xml +++ b/xml/schema/Price/PriceField.xml @@ -13,6 +13,9 @@ int unsigned true Price Field + + Number + 1.8 @@ -21,7 +24,7 @@ price_set_id - Price Set + Price Set ID int unsigned true FK to civicrm_price_set @@ -31,6 +34,9 @@ name title + + + 1.8 diff --git a/xml/schema/Price/PriceFieldValue.xml b/xml/schema/Price/PriceFieldValue.xml index 3c4e39e70cd2..09c7c425fbc0 100644 --- a/xml/schema/Price/PriceFieldValue.xml +++ b/xml/schema/Price/PriceFieldValue.xml @@ -12,6 +12,9 @@ int unsigned true Price Field Value + + Number + 3.3 @@ -20,10 +23,13 @@ price_field_id - Price Field + Price Field ID int unsigned true FK to civicrm_price_field + + + 3.3 @@ -142,12 +148,13 @@ membership_type_id - Membership Type + Membership Type ID int unsigned NULL FK to Membership Type Select + 3.4 @@ -189,7 +196,7 @@ financial_type_id - Financial Type + Financial Type ID int unsigned NULL @@ -201,6 +208,7 @@ 4.3 Select + diff --git a/xml/schema/Price/PriceSet.xml b/xml/schema/Price/PriceSet.xml index 866ac927acf7..d818a2344448 100644 --- a/xml/schema/Price/PriceSet.xml +++ b/xml/schema/Price/PriceSet.xml @@ -13,10 +13,10 @@ int unsigned true Price Set - 1.8 - Select + Number + 1.8 id @@ -24,7 +24,7 @@ domain_id - Price Set Domain + Domain ID int unsigned civicrm_domain
@@ -35,6 +35,7 @@ 3.1 Text +
@@ -140,7 +141,7 @@ financial_type_id - Financial Type + Financial Type ID int unsigned NULL FK to Financial Type(for membership price sets only). @@ -152,6 +153,7 @@ Select + diff --git a/xml/schema/Price/PriceSetEntity.xml b/xml/schema/Price/PriceSetEntity.xml index effc85ad2c72..ecc060461728 100644 --- a/xml/schema/Price/PriceSetEntity.xml +++ b/xml/schema/Price/PriceSetEntity.xml @@ -13,6 +13,9 @@ int unsigned true Price Set Entity + + Number + 1.8 @@ -43,7 +46,7 @@ price_set_id - Price Set + Price Set ID int unsigned true price set being used @@ -53,6 +56,9 @@ id title + + + price_set_id diff --git a/xml/schema/Queue/QueueItem.xml b/xml/schema/Queue/QueueItem.xml index f5e68e3989c8..9feedb4f2033 100644 --- a/xml/schema/Queue/QueueItem.xml +++ b/xml/schema/Queue/QueueItem.xml @@ -15,6 +15,9 @@ Queue ID int unsigned true + + Number + id diff --git a/xml/schema/Report/ReportInstance.xml b/xml/schema/Report/ReportInstance.xml index 0edd075cba50..e020ec3149ae 100644 --- a/xml/schema/Report/ReportInstance.xml +++ b/xml/schema/Report/ReportInstance.xml @@ -15,6 +15,9 @@ int unsigned true Report Instance ID + + Number + 2.2 @@ -23,7 +26,7 @@ domain_id - Report Instance Domain ID + Domain ID int unsigned civicrm_domain
@@ -32,6 +35,9 @@
true Which Domain is this instance for + + + 3.1
@@ -140,8 +146,11 @@ created_id int unsigned - Report Instance Created By + Created By Contact ID FK to contact table. + + + 4.6 @@ -154,8 +163,11 @@ owner_id int unsigned - Report Instance Owned By + Owned By Contact ID FK to contact table. + + + 4.6 @@ -225,6 +237,9 @@ int unsigned true FK to navigation ID + + + 3.0 @@ -240,6 +255,9 @@ int unsigned true FK to instance ID drilldown to + + + 4.3 diff --git a/xml/schema/SMS/History.xml b/xml/schema/SMS/History.xml index 0cd60b2ae435..01a360bfed09 100644 --- a/xml/schema/SMS/History.xml +++ b/xml/schema/SMS/History.xml @@ -12,6 +12,9 @@ int unsigned true SMS History ID + + Number + 1.4 @@ -31,12 +34,14 @@ contact_id + Contact ID int unsigned true FK to Contact who is sending this SMS 1.4 EntityRef + diff --git a/xml/schema/SMS/Provider.xml b/xml/schema/SMS/Provider.xml index e807701e6a3d..2c00293817c1 100644 --- a/xml/schema/SMS/Provider.xml +++ b/xml/schema/SMS/Provider.xml @@ -12,6 +12,9 @@ int unsigned true SMS Provider ID + + Number + 4.2 @@ -113,7 +116,7 @@ domain_id - SMS Domain + Domain ID int unsigned civicrm_domain
@@ -121,6 +124,9 @@ name
Which Domain is this sms provider for + + + 4.7