Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(dev/core#4999) Regenerate schema files with core-style fixes #30014

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schema/ACL/ACL.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_acl',
'class' => 'CRM_ACL_DAO_ACL',
'getInfo' => fn() => [
'title' => ts('Acl'),
'title_plural' => ts('Acls'),
'title' => ts('ACL'),
'title_plural' => ts('ACLs'),
'description' => ts('Access Control List'),
'add' => '1.6',
],
Expand Down
4 changes: 2 additions & 2 deletions schema/ACL/ACLCache.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_acl_cache',
'class' => 'CRM_ACL_DAO_ACLCache',
'getInfo' => fn() => [
'title' => ts('Aclcache'),
'title_plural' => ts('Aclcaches'),
'title' => ts('ACLCache'),
'title_plural' => ts('ACLCaches'),
'description' => ts('Cache for acls and contacts'),
'add' => '1.6',
],
Expand Down
6 changes: 3 additions & 3 deletions schema/Activity/ActivityContact.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_activity_contact',
'class' => 'CRM_Activity_DAO_ActivityContact',
'getInfo' => fn() => [
'title' => ts('Activitycontact'),
'title_plural' => ts('Activitycontacts'),
'title' => ts('Activity Contact'),
'title_plural' => ts('Activity Contacts'),
'description' => ts('Activity Contact'),
'log' => TRUE,
'add' => '4.4',
Expand Down Expand Up @@ -81,7 +81,7 @@
'title' => ts('Activity Contact Type'),
'sql_type' => 'int unsigned',
'input_type' => 'Select',
'description' => 'Determines the contact\'s role in the activity (source, target, or assignee).',
'description' => ts('Determines the contact\'s role in the activity (source, target, or assignee).'),
'add' => '4.4',
'input_attrs' => [
'label' => ts('Contact Role'),
Expand Down
4 changes: 2 additions & 2 deletions schema/Batch/EntityBatch.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_entity_batch',
'class' => 'CRM_Batch_DAO_EntityBatch',
'getInfo' => fn() => [
'title' => ts('Entitybatch'),
'title_plural' => ts('Entitybatches'),
'title' => ts('Entity Batch'),
'title_plural' => ts('Entity Batches'),
'description' => ts('Batch entities (Contributions, Participants, Contacts) to a batch.'),
'add' => '3.3',
],
Expand Down
4 changes: 2 additions & 2 deletions schema/Campaign/CampaignGroup.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_campaign_group',
'class' => 'CRM_Campaign_DAO_CampaignGroup',
'getInfo' => fn() => [
'title' => ts('Campaigngroup'),
'title_plural' => ts('Campaigngroups'),
'title' => ts('Campaign Group'),
'title_plural' => ts('Campaign Groups'),
'description' => ts('Campaign Group Details.'),
'add' => '3.3',
],
Expand Down
4 changes: 2 additions & 2 deletions schema/Case/CaseActivity.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_case_activity',
'class' => 'CRM_Case_DAO_CaseActivity',
'getInfo' => fn() => [
'title' => ts('Caseactivity'),
'title_plural' => ts('Caseactivities'),
'title' => ts('Case Activity'),
'title_plural' => ts('Case Activities'),
'description' => ts('Joining table for case-activity associations.'),
'log' => TRUE,
'add' => '1.8',
Expand Down
4 changes: 2 additions & 2 deletions schema/Case/CaseContact.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_case_contact',
'class' => 'CRM_Case_DAO_CaseContact',
'getInfo' => fn() => [
'title' => ts('Casecontact'),
'title_plural' => ts('Casecontacts'),
'title' => ts('Case Contact'),
'title_plural' => ts('Case Contacts'),
'description' => ts('Joining table for case-contact associations.'),
'log' => TRUE,
'add' => '2.1',
Expand Down
4 changes: 2 additions & 2 deletions schema/Case/CaseType.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_case_type',
'class' => 'CRM_Case_DAO_CaseType',
'getInfo' => fn() => [
'title' => ts('Casetype'),
'title_plural' => ts('Casetypes'),
'title' => ts('Case Type'),
'title_plural' => ts('Case Types'),
'description' => ts('Case type definition'),
'log' => TRUE,
'add' => '4.5',
Expand Down
4 changes: 2 additions & 2 deletions schema/Contact/ACLContactCache.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_acl_contact_cache',
'class' => 'CRM_Contact_DAO_ACLContactCache',
'getInfo' => fn() => [
'title' => ts('Aclcontactcache'),
'title_plural' => ts('Aclcontactcaches'),
'title' => ts('ACLContact Cache'),
'title_plural' => ts('ACLContact Caches'),
'description' => ts('Join table cache for contacts that a user has permission on.'),
'add' => '3.1',
],
Expand Down
4 changes: 2 additions & 2 deletions schema/Contact/ContactType.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_contact_type',
'class' => 'CRM_Contact_DAO_ContactType',
'getInfo' => fn() => [
'title' => ts('Contacttype'),
'title_plural' => ts('Contacttypes'),
'title' => ts('Contact Type'),
'title_plural' => ts('Contact Types'),
'description' => ts('Provide type information for contacts'),
'add' => '3.1',
'label_field' => 'label',
Expand Down
4 changes: 2 additions & 2 deletions schema/Contact/DashboardContact.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_dashboard_contact',
'class' => 'CRM_Contact_DAO_DashboardContact',
'getInfo' => fn() => [
'title' => ts('Dashboardcontact'),
'title_plural' => ts('Dashboardcontacts'),
'title' => ts('Dashboard Contact'),
'title_plural' => ts('Dashboard Contacts'),
'description' => ts('Table to store dashboard for each contact.'),
'add' => '3.1',
],
Expand Down
6 changes: 3 additions & 3 deletions schema/Contact/GroupContact.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
'table' => 'civicrm_group_contact',
'class' => 'CRM_Contact_DAO_GroupContact',
'getInfo' => fn() => [
'title' => ts('Groupcontact'),
'title_plural' => ts('Groupcontacts'),
'description' => 'Join table sets membership for \'static\' groups. Also used to store \'opt-out\' entries for \'query\' type groups (status = \'OUT\')',
'title' => ts('Group Contact'),
'title_plural' => ts('Group Contacts'),
'description' => ts('Join table sets membership for \'static\' groups. Also used to store \'opt-out\' entries for \'query\' type groups (status = \'OUT\')'),
'log' => TRUE,
'add' => '1.1',
],
Expand Down
6 changes: 3 additions & 3 deletions schema/Contact/GroupContactCache.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
'table' => 'civicrm_group_contact_cache',
'class' => 'CRM_Contact_DAO_GroupContactCache',
'getInfo' => fn() => [
'title' => ts('Groupcontactcache'),
'title_plural' => ts('Groupcontactcaches'),
'description' => 'Join table cache for \'static\' groups.',
'title' => ts('Group Contact Cache'),
'title_plural' => ts('Group Contact Caches'),
'description' => ts('Join table cache for \'static\' groups.'),
'add' => '2.1',
],
'getIndices' => fn() => [
Expand Down
4 changes: 2 additions & 2 deletions schema/Contact/GroupNesting.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_group_nesting',
'class' => 'CRM_Contact_DAO_GroupNesting',
'getInfo' => fn() => [
'title' => ts('Groupnesting'),
'title_plural' => ts('Groupnestings'),
'title' => ts('Group Nesting'),
'title_plural' => ts('Group Nestings'),
'description' => ts('Provide parent-child relationships for groups'),
'log' => TRUE,
'add' => '2.0',
Expand Down
4 changes: 2 additions & 2 deletions schema/Contact/GroupOrganization.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_group_organization',
'class' => 'CRM_Contact_DAO_GroupOrganization',
'getInfo' => fn() => [
'title' => ts('Grouporganization'),
'title_plural' => ts('Grouporganizations'),
'title' => ts('Group Organization'),
'title_plural' => ts('Group Organizations'),
'description' => ts('Integrate Organization information into Groups'),
'log' => TRUE,
'add' => '2.0',
Expand Down
6 changes: 3 additions & 3 deletions schema/Contact/RelationshipType.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
'table' => 'civicrm_relationship_type',
'class' => 'CRM_Contact_DAO_RelationshipType',
'getInfo' => fn() => [
'title' => ts('Relationshiptype'),
'title_plural' => ts('Relationshiptypes'),
'description' => 'Relationship types s/b structured with contact_a as the \'subject/child\' contact and contact_b as the \'object/parent\' contact (e.g. Individual A is Employee of Org B).',
'title' => ts('Relationship Type'),
'title_plural' => ts('Relationship Types'),
'description' => ts('Relationship types s/b structured with contact_a as the \'subject/child\' contact and contact_b as the \'object/parent\' contact (e.g. Individual A is Employee of Org B).'),
'log' => TRUE,
'add' => '1.1',
'label_field' => 'label_a_b',
Expand Down
4 changes: 2 additions & 2 deletions schema/Contact/SavedSearch.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_saved_search',
'class' => 'CRM_Contact_DAO_SavedSearch',
'getInfo' => fn() => [
'title' => ts('Savedsearch'),
'title_plural' => ts('Savedsearches'),
'title' => ts('Saved Search'),
'title_plural' => ts('Saved Searches'),
'description' => ts('Users can save their complex SQL queries and use them later.'),
'add' => '1.1',
'icon' => 'fa-search-plus',
Expand Down
4 changes: 2 additions & 2 deletions schema/Contact/SubscriptionHistory.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_subscription_history',
'class' => 'CRM_Contact_DAO_SubscriptionHistory',
'getInfo' => fn() => [
'title' => ts('Subscriptionhistory'),
'title_plural' => ts('Subscriptionhistories'),
'title' => ts('Subscription History'),
'title_plural' => ts('Subscription Histories'),
'description' => ts('History information of subscribe/unsubscribe actions'),
'log' => TRUE,
'add' => '1.1',
Expand Down
4 changes: 2 additions & 2 deletions schema/Contribute/ContributionPage.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_contribution_page',
'class' => 'CRM_Contribute_DAO_ContributionPage',
'getInfo' => fn() => [
'title' => ts('Contributionpage'),
'title_plural' => ts('Contributionpages'),
'title' => ts('Contribution Page'),
'title_plural' => ts('Contribution Pages'),
'description' => ts('A Contribution object store meta information about a single customized contribution page'),
'log' => TRUE,
'add' => '1.3',
Expand Down
4 changes: 2 additions & 2 deletions schema/Contribute/ContributionProduct.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_contribution_product',
'class' => 'CRM_Contribute_DAO_ContributionProduct',
'getInfo' => fn() => [
'title' => ts('Contributionproduct'),
'title_plural' => ts('Contributionproducts'),
'title' => ts('Contribution Product'),
'title_plural' => ts('Contribution Products'),
'description' => ts('FIXME'),
'log' => TRUE,
'add' => '1.4',
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/ActionLog.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_action_log',
'class' => 'CRM_Core_DAO_ActionLog',
'getInfo' => fn() => [
'title' => ts('Actionlog'),
'title_plural' => ts('Actionlogs'),
'title' => ts('Action Log'),
'title_plural' => ts('Action Logs'),
'description' => ts('Table to store log for the reminder.'),
'add' => '3.4',
],
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/AddressFormat.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_address_format',
'class' => 'CRM_Core_DAO_AddressFormat',
'getInfo' => fn() => [
'title' => ts('Addressformat'),
'title_plural' => ts('Addressformats'),
'title' => ts('Address Format'),
'title_plural' => ts('Address Formats'),
'description' => ts('FIXME'),
'add' => '3.2',
],
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/CustomField.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_custom_field',
'class' => 'CRM_Core_DAO_CustomField',
'getInfo' => fn() => [
'title' => ts('Customfield'),
'title_plural' => ts('Customfields'),
'title' => ts('Custom Field'),
'title_plural' => ts('Custom Fields'),
'description' => ts('Stores info about an extended (custom) property (data and form field info).'),
'log' => TRUE,
'add' => '1.1',
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/EntityFile.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_entity_file',
'class' => 'CRM_Core_DAO_EntityFile',
'getInfo' => fn() => [
'title' => ts('Entityfile'),
'title_plural' => ts('Entityfiles'),
'title' => ts('Entity File'),
'title_plural' => ts('Entity Files'),
'description' => ts('Attaches (joins) uploaded files (images, documents, etc.) to entities (Contacts, Groups, Actions).'),
'log' => TRUE,
'add' => '1.5',
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/EntityTag.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_entity_tag',
'class' => 'CRM_Core_DAO_EntityTag',
'getInfo' => fn() => [
'title' => ts('Entitytag'),
'title_plural' => ts('Entitytags'),
'title' => ts('Entity Tag'),
'title_plural' => ts('Entity Tags'),
'description' => ts('Tag entities (Contacts, Groups, Actions) to categories.'),
'log' => TRUE,
'add' => '1.1',
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/JobLog.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_job_log',
'class' => 'CRM_Core_DAO_JobLog',
'getInfo' => fn() => [
'title' => ts('Joblog'),
'title_plural' => ts('Joblogs'),
'title' => ts('Job Log'),
'title_plural' => ts('Job Logs'),
'description' => ts('Scheduled jobs log.'),
'log' => FALSE,
'add' => '4.1',
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/LocationType.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_location_type',
'class' => 'CRM_Core_DAO_LocationType',
'getInfo' => fn() => [
'title' => ts('Locationtype'),
'title_plural' => ts('Locationtypes'),
'title' => ts('Location Type'),
'title_plural' => ts('Location Types'),
'description' => ts('FIXME'),
'log' => TRUE,
'add' => '1.1',
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/MappingField.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_mapping_field',
'class' => 'CRM_Core_DAO_MappingField',
'getInfo' => fn() => [
'title' => ts('Mappingfield'),
'title_plural' => ts('Mappingfields'),
'title' => ts('Mapping Field'),
'title_plural' => ts('Mapping Fields'),
'description' => ts('Individual field mappings for Mapping'),
'add' => '1.2',
],
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/OpenID.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_openid',
'class' => 'CRM_Core_DAO_OpenID',
'getInfo' => fn() => [
'title' => ts('Openid'),
'title_plural' => ts('Openids'),
'title' => ts('Open ID'),
'title_plural' => ts('Open IDs'),
'description' => ts('OpenID information for a specific location.'),
'add' => '2.0',
],
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/OptionGroup.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_option_group',
'class' => 'CRM_Core_DAO_OptionGroup',
'getInfo' => fn() => [
'title' => ts('Optiongroup'),
'title_plural' => ts('Optiongroups'),
'title' => ts('Option Group'),
'title_plural' => ts('Option Groups'),
'description' => ts('FIXME'),
'log' => TRUE,
'add' => '1.5',
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/OptionValue.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_option_value',
'class' => 'CRM_Core_DAO_OptionValue',
'getInfo' => fn() => [
'title' => ts('Optionvalue'),
'title_plural' => ts('Optionvalues'),
'title' => ts('Option Value'),
'title_plural' => ts('Option Values'),
'description' => ts('FIXME'),
'log' => TRUE,
'add' => '1.5',
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/PrevNextCache.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_prevnext_cache',
'class' => 'CRM_Core_DAO_PrevNextCache',
'getInfo' => fn() => [
'title' => ts('Prevnextcache'),
'title_plural' => ts('Prevnextcaches'),
'title' => ts('Prev Next Cache'),
'title_plural' => ts('Prev Next Caches'),
'description' => ts('Table to cache items for navigation on civicrm searched results.'),
'add' => '3.4',
],
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/PrintLabel.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_print_label',
'class' => 'CRM_Core_DAO_PrintLabel',
'getInfo' => fn() => [
'title' => ts('Printlabel'),
'title_plural' => ts('Printlabels'),
'title' => ts('Print Label'),
'title_plural' => ts('Print Labels'),
'description' => ts('Table to store the labels created by user.'),
'add' => '4.4',
],
Expand Down
4 changes: 2 additions & 2 deletions schema/Core/RecurringEntity.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'table' => 'civicrm_recurring_entity',
'class' => 'CRM_Core_DAO_RecurringEntity',
'getInfo' => fn() => [
'title' => ts('Recurringentity'),
'title_plural' => ts('Recurringentities'),
'title' => ts('Recurring Entity'),
'title_plural' => ts('Recurring Entities'),
'description' => ts('FIXME'),
'log' => TRUE,
'add' => '4.6',
Expand Down
Loading