From f2c816af8a4c77d4a29947b27c59f30134c4ae74 Mon Sep 17 00:00:00 2001 From: Ahed Date: Mon, 8 Feb 2021 23:07:02 +0200 Subject: [PATCH 1/4] Delete repeated title and fix some labels --- xml/schema/Case/Case.xml | 1 - xml/schema/Contribute/ContributionPage.xml | 5 +---- xml/schema/Contribute/ContributionSoft.xml | 1 - xml/schema/Core/County.xml | 1 - xml/schema/Core/MappingField.xml | 3 +-- xml/schema/Core/PrintLabel.xml | 2 +- 6 files changed, 3 insertions(+), 10 deletions(-) diff --git a/xml/schema/Case/Case.xml b/xml/schema/Case/Case.xml index ac87be494856..e23434328032 100644 --- a/xml/schema/Case/Case.xml +++ b/xml/schema/Case/Case.xml @@ -130,7 +130,6 @@ boolean 0 true - Case Deleted CheckBox diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index ae320d7189e4..b799b8ae8eea 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -58,11 +58,9 @@ Select - - 4.3 - + 4.3 financial_type_id @@ -368,7 +366,6 @@ start_date Contribution Page Start Date datetime - Contribution Page Start Date Date and time that this page starts. 1.8 diff --git a/xml/schema/Contribute/ContributionSoft.xml b/xml/schema/Contribute/ContributionSoft.xml index 0045ae9e9e82..8e251ff206dd 100644 --- a/xml/schema/Contribute/ContributionSoft.xml +++ b/xml/schema/Contribute/ContributionSoft.xml @@ -18,7 +18,6 @@ int unsigned true true - Soft Credit ID Soft Credit ID Number diff --git a/xml/schema/Core/County.xml b/xml/schema/Core/County.xml index 71188e769da6..b679f62af904 100644 --- a/xml/schema/Core/County.xml +++ b/xml/schema/Core/County.xml @@ -48,7 +48,6 @@ ID of State/Province that County belongs - 1.1 diff --git a/xml/schema/Core/MappingField.xml b/xml/schema/Core/MappingField.xml index 0c69894a8264..0f4114aacf87 100644 --- a/xml/schema/Core/MappingField.xml +++ b/xml/schema/Core/MappingField.xml @@ -89,9 +89,8 @@ phone_type_id - Phone Type - int unsigned Phone type ID + int unsigned Which type of phone does this number belongs. 2.2 diff --git a/xml/schema/Core/PrintLabel.xml b/xml/schema/Core/PrintLabel.xml index 40846eeca3a3..1492318f04e1 100644 --- a/xml/schema/Core/PrintLabel.xml +++ b/xml/schema/Core/PrintLabel.xml @@ -106,7 +106,7 @@ Created By Contact ID FK to civicrm_contact, who created this label layout - + 4.4 From 1c0d6845b2cc6082a463701f5ed4ab9c277a256b Mon Sep 17 00:00:00 2001 From: Ahed Date: Mon, 8 Feb 2021 23:59:41 +0200 Subject: [PATCH 2/4] Fix titles that contain entity name Only for fields with title tag and html->label --- xml/schema/Core/CustomField.xml | 4 ++-- xml/schema/Core/Phone.xml | 4 ++-- xml/schema/Core/Tag.xml | 4 ++-- xml/schema/Core/UFField.xml | 4 ++-- xml/schema/Member/MembershipType.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xml/schema/Core/CustomField.xml b/xml/schema/Core/CustomField.xml index df3803209a58..7a5ac56d95dc 100644 --- a/xml/schema/Core/CustomField.xml +++ b/xml/schema/Core/CustomField.xml @@ -68,7 +68,7 @@ data_type varchar - Custom Field Data Type + Data Type 16 true Controls location of data storage in extended_data table. @@ -84,7 +84,7 @@ html_type varchar - Custom Field HTML Type + HTML Type 32 true HTML types plus several built-in extended types. diff --git a/xml/schema/Core/Phone.xml b/xml/schema/Core/Phone.xml index 4e455fdfd92c..81572a17a68d 100644 --- a/xml/schema/Core/Phone.xml +++ b/xml/schema/Core/Phone.xml @@ -43,7 +43,7 @@ location_type_id - Phone Location Type ID + Location Type ID int unsigned Which Location does this phone belong to. @@ -53,7 +53,7 @@ Select - + 2.0 diff --git a/xml/schema/Core/Tag.xml b/xml/schema/Core/Tag.xml index c1ec1b0bcfe9..6575eb566ac3 100644 --- a/xml/schema/Core/Tag.xml +++ b/xml/schema/Core/Tag.xml @@ -108,11 +108,11 @@ created_id - Tag Created By Contact ID + Created By Contact ID int unsigned FK to civicrm_contact, who created this tag - + 3.4 diff --git a/xml/schema/Core/UFField.xml b/xml/schema/Core/UFField.xml index 524e1c6c3af0..fde4410c2d79 100644 --- a/xml/schema/Core/UFField.xml +++ b/xml/schema/Core/UFField.xml @@ -140,11 +140,11 @@ location_type_id - Profile Field Location Type ID + Location Type ID int unsigned Location type of this mapping, if required - + 1.3 diff --git a/xml/schema/Member/MembershipType.xml b/xml/schema/Member/MembershipType.xml index aa19de6e8c3f..2b55b30256e5 100644 --- a/xml/schema/Member/MembershipType.xml +++ b/xml/schema/Member/MembershipType.xml @@ -64,7 +64,7 @@ description - Membership Type Description + Description varchar TextArea @@ -119,7 +119,7 @@ minimum_fee - Membership Type Minimum Fee + Minimum Fee decimal 18,9 Minimum fee for this membership (0 for free/complimentary memberships). From fd735f54af37ae2a254e594921aa8df116fa65e4 Mon Sep 17 00:00:00 2001 From: Ahed Date: Tue, 9 Feb 2021 19:55:18 +0200 Subject: [PATCH 3/4] Add label for fields without title Only for fields with html tag --- xml/schema/Campaign/Campaign.xml | 1 + xml/schema/Case/Case.xml | 1 + xml/schema/Contact/Contact.xml | 25 +++++++++++++++++++ xml/schema/Contribute/Contribution.xml | 20 +++++++++------ xml/schema/Contribute/ContributionPage.xml | 1 + xml/schema/Contribute/Product.xml | 1 + xml/schema/Core/ActionSchedule.xml | 3 +++ xml/schema/Core/Phone.xml | 1 + xml/schema/Core/UFGroup.xml | 1 + xml/schema/Event/Event.xml | 10 ++++++++ xml/schema/Financial/PaymentProcessorType.xml | 1 + xml/schema/Mailing/Component.xml | 1 + xml/schema/Mailing/Mailing.xml | 6 +++++ xml/schema/Member/Membership.xml | 1 + xml/schema/Member/MembershipStatus.xml | 4 +++ xml/schema/Member/MembershipType.xml | 1 + xml/schema/PCP/PCP.xml | 2 ++ xml/schema/Price/LineItem.xml | 1 + xml/schema/Price/PriceField.xml | 1 + xml/schema/Price/PriceFieldValue.xml | 6 +++++ xml/schema/Price/PriceSet.xml | 2 ++ xml/schema/SMS/History.xml | 2 ++ 22 files changed, 85 insertions(+), 7 deletions(-) diff --git a/xml/schema/Campaign/Campaign.xml b/xml/schema/Campaign/Campaign.xml index 408fe88b0412..1e63131e379f 100644 --- a/xml/schema/Campaign/Campaign.xml +++ b/xml/schema/Campaign/Campaign.xml @@ -270,6 +270,7 @@ 3.4 Text + diff --git a/xml/schema/Case/Case.xml b/xml/schema/Case/Case.xml index e23434328032..08d0e2c3bbcb 100644 --- a/xml/schema/Case/Case.xml +++ b/xml/schema/Case/Case.xml @@ -102,6 +102,7 @@ TextArea 8 60 + Details populated from Open Case. Only used in the CiviCase extension. 1.8 diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index 8783b5ab3ff6..de36808e4086 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -93,6 +93,7 @@ 0 CheckBox + 1.1 @@ -106,6 +107,7 @@ 1.1 CheckBox + @@ -118,6 +120,7 @@ 1.1 CheckBox + @@ -130,6 +133,7 @@ 3.0 CheckBox + @@ -142,6 +146,7 @@ 1.1 CheckBox + @@ -155,6 +160,7 @@ 1.1 CheckBox + @@ -168,6 +174,7 @@ 1.1 Text + @@ -177,6 +184,7 @@ Text 8 + true @@ -248,6 +256,7 @@ Text 30 + Organization true @@ -265,6 +274,7 @@ File 30 + @@ -322,6 +332,7 @@ Select + @@ -377,6 +388,7 @@ Text 30 + true /^first|(f(irst\s)?name)$/i @@ -398,6 +410,7 @@ Text 30 + true /^middle|(m(iddle\s)?name)$/i @@ -414,6 +427,7 @@ Text 30 + true /^last|(l(ast\s)?name)$/i @@ -479,6 +493,7 @@ true Text + /^title/i Formal (academic or similar) title in front of name. (Prof., Dr. etc.) @@ -530,6 +545,7 @@ 3.0 Text + @@ -564,6 +580,7 @@ 3.0 Text + @@ -598,6 +615,7 @@ 3.0 Text + @@ -615,6 +633,7 @@ Text 30 + true /^job|(j(ob\s)?title)$/i @@ -656,6 +675,7 @@ Select Date birth + Individual @@ -671,6 +691,7 @@ true CheckBox + Individual @@ -690,6 +711,7 @@ Select Date birth + Individual @@ -700,6 +722,7 @@ Text 30 + true /^household|(h(ousehold\s)?name)$/i @@ -739,6 +762,7 @@ Text 30 + true /^organization|(o(rganization\s)?name)$/i @@ -763,6 +787,7 @@ 1.1 Text + Organization diff --git a/xml/schema/Contribute/Contribution.xml b/xml/schema/Contribute/Contribution.xml index df39506357c3..6b0efad6cd3c 100644 --- a/xml/schema/Contribute/Contribution.xml +++ b/xml/schema/Contribute/Contribution.xml @@ -159,8 +159,9 @@ Total amount of this contribution. Use market value for non-monetary gifts. 1.3 - Text - + Text + + index_total_amount_receive_date @@ -177,8 +178,9 @@ actual processor fee if known - may be 0. 1.3 - Text - + Text + + net_amount @@ -189,8 +191,9 @@ actual funds transfer amount. total less fees. if processor does not report actual fee during transaction, this is set to total_amount. 1.3 - Text - + Text + + trxn_id @@ -250,6 +253,7 @@ Select + @@ -290,6 +294,7 @@ Select Date activityDateTime + 1.3 @@ -510,7 +515,8 @@ Stores the date when revenue should be recognized. Select Date - activityDateTime + activityDateTime + 4.7 diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index b799b8ae8eea..6bef502c0a60 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -81,6 +81,7 @@ Select + 1.8 diff --git a/xml/schema/Contribute/Product.xml b/xml/schema/Contribute/Product.xml index e8fa3181c964..0123646f37d9 100644 --- a/xml/schema/Contribute/Product.xml +++ b/xml/schema/Contribute/Product.xml @@ -99,6 +99,7 @@ Select + diff --git a/xml/schema/Core/ActionSchedule.xml b/xml/schema/Core/ActionSchedule.xml index 976ba89819b8..9f1abeaf5ae5 100644 --- a/xml/schema/Core/ActionSchedule.xml +++ b/xml/schema/Core/ActionSchedule.xml @@ -83,6 +83,7 @@ 3.4 Select + @@ -117,6 +118,7 @@ 3.4 Select + @@ -137,6 +139,7 @@ 3.4 Select + diff --git a/xml/schema/Core/Phone.xml b/xml/schema/Core/Phone.xml index 81572a17a68d..93e076f3fc8c 100644 --- a/xml/schema/Core/Phone.xml +++ b/xml/schema/Core/Phone.xml @@ -114,6 +114,7 @@ 1.1 Text + diff --git a/xml/schema/Core/UFGroup.xml b/xml/schema/Core/UFGroup.xml index 90a1c624ebb9..74b186ef48d6 100644 --- a/xml/schema/Core/UFGroup.xml +++ b/xml/schema/Core/UFGroup.xml @@ -86,6 +86,7 @@ TextArea 4 80 + 1.2 diff --git a/xml/schema/Event/Event.xml b/xml/schema/Event/Event.xml index 15a05cb026dd..68e4ae28b27a 100644 --- a/xml/schema/Event/Event.xml +++ b/xml/schema/Event/Event.xml @@ -180,6 +180,7 @@ Select Date activityDateTime + @@ -190,6 +191,7 @@ Select Date activityDateTime + @@ -256,6 +258,7 @@ Select + 1.8 @@ -457,6 +460,7 @@ comma-separated list of email addresses to cc each time a confirmation is sent Text + 1.7 @@ -467,6 +471,7 @@ comma-separated list of email addresses to bcc each time a confirmation is sent Text + 1.7 @@ -647,6 +652,7 @@ 3.0 CheckBox + @@ -656,6 +662,7 @@ 3.0 Text + @@ -687,6 +694,7 @@ TextArea 4 60 + true Text to display when the event is full, but participants can signup for a waitlist. @@ -699,6 +707,7 @@ TextArea 4 60 + true Text to display when the approval is required to complete registration for an event. @@ -773,6 +782,7 @@ Select + diff --git a/xml/schema/Financial/PaymentProcessorType.xml b/xml/schema/Financial/PaymentProcessorType.xml index 584c03f0ac2e..d5a3728c3bde 100644 --- a/xml/schema/Financial/PaymentProcessorType.xml +++ b/xml/schema/Financial/PaymentProcessorType.xml @@ -171,6 +171,7 @@ Select + 1.8 diff --git a/xml/schema/Mailing/Component.xml b/xml/schema/Mailing/Component.xml index 553ee816098a..f8c9986bcd64 100644 --- a/xml/schema/Mailing/Component.xml +++ b/xml/schema/Mailing/Component.xml @@ -63,6 +63,7 @@ TextArea 8 80 + diff --git a/xml/schema/Mailing/Mailing.xml b/xml/schema/Mailing/Mailing.xml index 4932605d2196..f3f6026513a5 100644 --- a/xml/schema/Mailing/Mailing.xml +++ b/xml/schema/Mailing/Mailing.xml @@ -191,6 +191,7 @@ Reply-To Email of mailing Text + @@ -218,6 +219,7 @@ Subject of mailing Text + @@ -236,6 +238,7 @@ Should we track URL click-throughs for this mailing? CheckBox + @@ -244,6 +247,7 @@ Should we forward replies back to the author? CheckBox + @@ -252,6 +256,7 @@ Should we enable the auto-responder? CheckBox + @@ -292,6 +297,7 @@ Overwrite the VERP address in Reply-To CheckBox + diff --git a/xml/schema/Member/Membership.xml b/xml/schema/Member/Membership.xml index cd5fb5d868c2..50e6ac74ee6e 100644 --- a/xml/schema/Member/Membership.xml +++ b/xml/schema/Member/Membership.xml @@ -227,6 +227,7 @@ true Text + diff --git a/xml/schema/Member/MembershipStatus.xml b/xml/schema/Member/MembershipStatus.xml index dcc25b9e70f0..aff14eb8d688 100644 --- a/xml/schema/Member/MembershipStatus.xml +++ b/xml/schema/Member/MembershipStatus.xml @@ -57,6 +57,7 @@ 1.5 Select + @@ -70,6 +71,7 @@ 1.5 Select + @@ -89,6 +91,7 @@ 1.5 Select + @@ -102,6 +105,7 @@ 1.5 Select + diff --git a/xml/schema/Member/MembershipType.xml b/xml/schema/Member/MembershipType.xml index 2b55b30256e5..6bd5cd7c5bce 100644 --- a/xml/schema/Member/MembershipType.xml +++ b/xml/schema/Member/MembershipType.xml @@ -269,6 +269,7 @@ 0 Radio + CRM_Core_SelectValues::memberAutoRenew diff --git a/xml/schema/PCP/PCP.xml b/xml/schema/PCP/PCP.xml index ec453d233753..5195a51e7c5d 100644 --- a/xml/schema/PCP/PCP.xml +++ b/xml/schema/PCP/PCP.xml @@ -74,6 +74,7 @@ 2.2 TextArea + @@ -83,6 +84,7 @@ 2.2 TextArea + diff --git a/xml/schema/Price/LineItem.xml b/xml/schema/Price/LineItem.xml index 240739d723aa..98b7e38e7806 100644 --- a/xml/schema/Price/LineItem.xml +++ b/xml/schema/Price/LineItem.xml @@ -115,6 +115,7 @@ 1.7 Text + diff --git a/xml/schema/Price/PriceField.xml b/xml/schema/Price/PriceField.xml index 82725baf7c31..a24f57d003bf 100644 --- a/xml/schema/Price/PriceField.xml +++ b/xml/schema/Price/PriceField.xml @@ -86,6 +86,7 @@ 1.8 Select + diff --git a/xml/schema/Price/PriceFieldValue.xml b/xml/schema/Price/PriceFieldValue.xml index 09c7c425fbc0..8563ea3c2d48 100644 --- a/xml/schema/Price/PriceFieldValue.xml +++ b/xml/schema/Price/PriceFieldValue.xml @@ -70,6 +70,7 @@ TextArea 2 60 + NULL true @@ -83,6 +84,7 @@ TextArea 2 60 + NULL true @@ -96,6 +98,7 @@ TextArea 2 60 + NULL true @@ -123,6 +126,7 @@ 3.3 Text + @@ -133,6 +137,7 @@ 3.3 Text + @@ -173,6 +178,7 @@ 4.3 Text + diff --git a/xml/schema/Price/PriceSet.xml b/xml/schema/Price/PriceSet.xml index d818a2344448..89d168abf0e7 100644 --- a/xml/schema/Price/PriceSet.xml +++ b/xml/schema/Price/PriceSet.xml @@ -15,6 +15,7 @@ Price Set Number + 1.8 @@ -53,6 +54,7 @@ 1.8 Text + diff --git a/xml/schema/SMS/History.xml b/xml/schema/SMS/History.xml index 01a360bfed09..2794567fb046 100644 --- a/xml/schema/SMS/History.xml +++ b/xml/schema/SMS/History.xml @@ -14,6 +14,7 @@ SMS History ID Number + 1.4 @@ -29,6 +30,7 @@ TextArea 5 80 + 1.4 From 1662d4266a0245587f0e51ef038fb013a33b5915 Mon Sep 17 00:00:00 2001 From: Ahed Date: Tue, 9 Feb 2021 19:56:19 +0200 Subject: [PATCH 4/4] Add label for fields without title and html tag --- xml/schema/Activity/Activity.xml | 6 +++ xml/schema/Case/Case.xml | 6 +++ xml/schema/Contact/Contact.xml | 9 +++++ xml/schema/Contact/ContactType.xml | 3 ++ xml/schema/Contact/DashboardContact.xml | 6 +++ xml/schema/Contribute/ContributionPage.xml | 12 ++++++ xml/schema/Core/ActionSchedule.xml | 45 ++++++++++++++++++++++ xml/schema/Core/CustomGroup.xml | 3 ++ xml/schema/Core/Email.xml | 12 ++++++ xml/schema/Core/Job.xml | 6 +++ xml/schema/Core/LocationType.xml | 3 ++ xml/schema/Core/Menu.xml | 6 +++ xml/schema/Core/OptionValue.xml | 3 ++ xml/schema/Core/Phone.xml | 3 ++ xml/schema/Core/PreferencesDate.xml | 15 ++++++++ xml/schema/Core/PrintLabel.xml | 6 +++ xml/schema/Core/Setting.xml | 3 ++ xml/schema/Core/UFGroup.xml | 3 ++ xml/schema/Cxn/Cxn.xml | 22 ++++++++++- xml/schema/Mailing/Component.xml | 3 ++ xml/schema/Mailing/Mailing.xml | 12 ++++++ xml/schema/Member/MembershipStatus.xml | 6 +++ xml/schema/Member/MembershipType.xml | 3 ++ xml/schema/SMS/History.xml | 3 ++ 24 files changed, 197 insertions(+), 2 deletions(-) diff --git a/xml/schema/Activity/Activity.xml b/xml/schema/Activity/Activity.xml index 66e6296bc198..1fb0d32e5115 100644 --- a/xml/schema/Activity/Activity.xml +++ b/xml/schema/Activity/Activity.xml @@ -405,6 +405,9 @@ false true CURRENT_TIMESTAMP + + + 4.7 @@ -415,6 +418,9 @@ false true CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP + + + 4.7 diff --git a/xml/schema/Case/Case.xml b/xml/schema/Case/Case.xml index 08d0e2c3bbcb..2f4b086a64fe 100644 --- a/xml/schema/Case/Case.xml +++ b/xml/schema/Case/Case.xml @@ -149,6 +149,9 @@ false true NULL + + + 4.7 @@ -159,6 +162,9 @@ false true CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP + + + 4.7 diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index de36808e4086..b89166a2e9c0 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -355,6 +355,9 @@ varchar 32 API Key for validating requests related to this contact. + + + 2.2 administer CiviCRM, edit api keys @@ -855,6 +858,9 @@ false true NULL + + + 4.3 @@ -869,6 +875,9 @@ false true CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP + + + 4.3 diff --git a/xml/schema/Contact/ContactType.xml b/xml/schema/Contact/ContactType.xml index 7d5ed4fdb617..b93bcc0cc2c5 100644 --- a/xml/schema/Contact/ContactType.xml +++ b/xml/schema/Contact/ContactType.xml @@ -26,6 +26,9 @@ varchar 64 Internal name of Contact Type (or Subtype). + + + 3.1 true diff --git a/xml/schema/Contact/DashboardContact.xml b/xml/schema/Contact/DashboardContact.xml index 71debd5838ac..9a9a128e50e2 100644 --- a/xml/schema/Contact/DashboardContact.xml +++ b/xml/schema/Contact/DashboardContact.xml @@ -68,6 +68,9 @@ int column no for this widget 0 + + + 3.1 @@ -108,6 +111,9 @@ content longtext dashlet content + + + 3.3 4.7 diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index 6bef502c0a60..284c6adc9117 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -196,6 +196,9 @@ 255 true Initial amount label for partial payment + + + 4.3 @@ -203,12 +206,18 @@ text true Initial amount help text for partial payment + + + 4.3 min_initial_amount decimal Minimum initial amount for partial payment + + + 4.3 @@ -244,6 +253,9 @@ goal_amount decimal The target goal for this page, allows people to build a goal meter + + + 1.5 diff --git a/xml/schema/Core/ActionSchedule.xml b/xml/schema/Core/ActionSchedule.xml index 9f1abeaf5ae5..8fe7ad01c85a 100644 --- a/xml/schema/Core/ActionSchedule.xml +++ b/xml/schema/Core/ActionSchedule.xml @@ -41,12 +41,18 @@ varchar 64 Recipient + + + 3.4 limit_to boolean Is this the recipient criteria limited to OR in addition to? + + + 4.4 @@ -55,6 +61,9 @@ 255 Entity value SEPARATOR_TRIMMED + + + 3.4 @@ -63,6 +72,9 @@ 64 Entity status SEPARATOR_TRIMMED + + + 3.4 @@ -70,6 +82,9 @@ int unsigned Reminder Interval. 0 + + + 3.4 @@ -91,6 +106,9 @@ varchar 64 Reminder Action + + + 3.4 @@ -98,6 +116,9 @@ varchar 64 Entity date + + + 3.4 @@ -126,6 +147,9 @@ int unsigned 0 Time interval for repeating the reminder. + + + 3.4 @@ -146,6 +170,9 @@ end_frequency_interval int unsigned Time interval till repeating the reminder. + + + 3.4 0 @@ -154,6 +181,9 @@ varchar 32 Reminder Action till repeating the reminder. + + + 3.4 @@ -161,6 +191,9 @@ varchar 64 Entity end date + + + 3.4 @@ -345,6 +378,9 @@ varchar 64 Used for repeating entity + + + 4.6 @@ -352,6 +388,9 @@ varchar 128 Used for multilingual installation + + + 4.7 @@ -359,6 +398,9 @@ varchar 8 Used for multilingual installation + + + 4.7 @@ -378,6 +420,9 @@ When the reminder was created or modified. false CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP + + + 5.34 diff --git a/xml/schema/Core/CustomGroup.xml b/xml/schema/Core/CustomGroup.xml index de7d4678cdbb..727da9205c82 100644 --- a/xml/schema/Core/CustomGroup.xml +++ b/xml/schema/Core/CustomGroup.xml @@ -144,6 +144,9 @@ varchar 255 Name of the table that holds the values for this group. + + + 2.0 diff --git a/xml/schema/Core/Email.xml b/xml/schema/Core/Email.xml index 8ad7a727e8ee..00ab390502f4 100644 --- a/xml/schema/Core/Email.xml +++ b/xml/schema/Core/Email.xml @@ -141,12 +141,18 @@ hold_date datetime When the address went on bounce hold + + + 1.1 reset_date datetime When the address bounce status was last reset + + + 1.1 @@ -155,6 +161,9 @@ true NULL Text formatted signature for the email. + + + 3.2 @@ -163,6 +172,9 @@ true NULL HTML formatted signature for the email. + + + 3.2 diff --git a/xml/schema/Core/Job.xml b/xml/schema/Core/Job.xml index afd08c298cc3..ba8ab0bf4737 100644 --- a/xml/schema/Core/Job.xml +++ b/xml/schema/Core/Job.xml @@ -65,6 +65,9 @@ NULL false When was this cron entry last run + + + 4.1 @@ -73,6 +76,9 @@ NULL false When is this cron entry scheduled to run + + + 4.7 diff --git a/xml/schema/Core/LocationType.xml b/xml/schema/Core/LocationType.xml index be66f7309de4..36d8739e02ac 100644 --- a/xml/schema/Core/LocationType.xml +++ b/xml/schema/Core/LocationType.xml @@ -51,6 +51,9 @@ varchar 255 Location Type Description. + + + 1.1 diff --git a/xml/schema/Core/Menu.xml b/xml/schema/Core/Menu.xml index 26f888f494e0..3dbb0447ee6c 100644 --- a/xml/schema/Core/Menu.xml +++ b/xml/schema/Core/Menu.xml @@ -113,6 +113,9 @@ varchar 255 Url where a page should redirected to, if next url not known. + + + 2.1 @@ -120,6 +123,9 @@ varchar 255 Arguments to pass to return_url + + + 2.1 diff --git a/xml/schema/Core/OptionValue.xml b/xml/schema/Core/OptionValue.xml index 8d4bb53300f9..275a40361663 100644 --- a/xml/schema/Core/OptionValue.xml +++ b/xml/schema/Core/OptionValue.xml @@ -85,6 +85,9 @@ int unsigned 0 Bitwise logic can be used to create subsets of options within an option_group for different uses. + + + 1.5 diff --git a/xml/schema/Core/Phone.xml b/xml/schema/Core/Phone.xml index 93e076f3fc8c..cb9f4e8e6d2c 100644 --- a/xml/schema/Core/Phone.xml +++ b/xml/schema/Core/Phone.xml @@ -138,6 +138,9 @@ varchar 32 Phone number stripped of all whitespace, letters, and punctuation. + + + 4.3 diff --git a/xml/schema/Core/PreferencesDate.xml b/xml/schema/Core/PreferencesDate.xml index 625f0d3d1752..809d49d71f0f 100644 --- a/xml/schema/Core/PreferencesDate.xml +++ b/xml/schema/Core/PreferencesDate.xml @@ -40,6 +40,9 @@ varchar 255 Description of this date type. + + + 2.0 @@ -47,6 +50,9 @@ int true The start offset relative to current year + + + 2.0 @@ -61,6 +67,9 @@ minute_increment int The minute increment number + + + 2.0 3.1 @@ -69,6 +78,9 @@ varchar 64 The date type + + + 2.0 @@ -76,6 +88,9 @@ varchar 64 time format + + + 3.1 diff --git a/xml/schema/Core/PrintLabel.xml b/xml/schema/Core/PrintLabel.xml index 1492318f04e1..a611548ecbc3 100644 --- a/xml/schema/Core/PrintLabel.xml +++ b/xml/schema/Core/PrintLabel.xml @@ -40,6 +40,9 @@ description text Description of this label layout + + + 4.4 @@ -73,6 +76,9 @@ data longtext contains json encode configurations options + + + 4.4 JSON diff --git a/xml/schema/Core/Setting.xml b/xml/schema/Core/Setting.xml index 8e6fd3389448..b7a61b0acfee 100644 --- a/xml/schema/Core/Setting.xml +++ b/xml/schema/Core/Setting.xml @@ -50,6 +50,9 @@ text data associated with this group / name combo PHP + + + 4.1 diff --git a/xml/schema/Core/UFGroup.xml b/xml/schema/Core/UFGroup.xml index 74b186ef48d6..49fdad55a3f3 100644 --- a/xml/schema/Core/UFGroup.xml +++ b/xml/schema/Core/UFGroup.xml @@ -125,6 +125,9 @@ varchar 255 Redirect to URL. + + + 1.4 diff --git a/xml/schema/Cxn/Cxn.xml b/xml/schema/Cxn/Cxn.xml index 69280373f8c8..89e616d0bd24 100644 --- a/xml/schema/Cxn/Cxn.xml +++ b/xml/schema/Cxn/Cxn.xml @@ -63,12 +63,18 @@ secret text Shared secret + + + 4.6 perm text Permissions approved for the service (JSON) + + + 4.6 @@ -76,11 +82,14 @@ text Options for the service (JSON) JSON + + + 4.6 - + - + is_active Is Active @@ -95,6 +104,9 @@ When was the connection was created. false NULL + + + 4.6 @@ -103,6 +115,9 @@ When the connection was created or modified. false CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP + + + 4.6 @@ -111,6 +126,9 @@ The last time the application metadata was fetched. false NULL + + + 4.6 diff --git a/xml/schema/Mailing/Component.xml b/xml/schema/Mailing/Component.xml index f8c9986bcd64..54788c45ce85 100644 --- a/xml/schema/Mailing/Component.xml +++ b/xml/schema/Mailing/Component.xml @@ -43,6 +43,9 @@ subject varchar 255 + + + body_html diff --git a/xml/schema/Mailing/Mailing.xml b/xml/schema/Mailing/Mailing.xml index f3f6026513a5..2a257dcc0036 100644 --- a/xml/schema/Mailing/Mailing.xml +++ b/xml/schema/Mailing/Mailing.xml @@ -226,11 +226,17 @@ body_text longtext Body of the mailing in text format. + + + body_html longtext Body of the mailing in html format. + + + url_tracking @@ -336,6 +342,9 @@ false true CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP + + + 4.7 @@ -532,6 +541,9 @@ CRM_Core_SelectValues::emailSelectMethods + + + 4.6 diff --git a/xml/schema/Member/MembershipStatus.xml b/xml/schema/Member/MembershipStatus.xml index aff14eb8d688..7fbe3e04e211 100644 --- a/xml/schema/Member/MembershipStatus.xml +++ b/xml/schema/Member/MembershipStatus.xml @@ -78,6 +78,9 @@ start_event_adjust_interval int Status range begins this many units from start_event. + + + 1.5 @@ -112,6 +115,9 @@ end_event_adjust_interval int Status range ends this many units from end_event. + + + 1.5 diff --git a/xml/schema/Member/MembershipType.xml b/xml/schema/Member/MembershipType.xml index 6bd5cd7c5bce..755a7b190877 100644 --- a/xml/schema/Member/MembershipType.xml +++ b/xml/schema/Member/MembershipType.xml @@ -201,6 +201,9 @@ relationship_direction varchar 128 + + + 1.7 SEPARATOR_TRIMMED diff --git a/xml/schema/SMS/History.xml b/xml/schema/SMS/History.xml index 2794567fb046..a7fef5edb915 100644 --- a/xml/schema/SMS/History.xml +++ b/xml/schema/SMS/History.xml @@ -56,6 +56,9 @@ sent_date date When was this SMS sent + + + 1.4