From 1662d4266a0245587f0e51ef038fb013a33b5915 Mon Sep 17 00:00:00 2001 From: Ahed Date: Tue, 9 Feb 2021 19:56:19 +0200 Subject: [PATCH] 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 66e6296bc1..1fb0d32e51 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 08d0e2c3bb..2f4b086a64 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 de36808e40..b89166a2e9 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 7d5ed4fdb6..b93bcc0cc2 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 71debd5838..9a9a128e50 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 6bef502c0a..284c6adc91 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 9f1abeaf5a..8fe7ad01c8 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 de7d4678cd..727da9205c 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 8ad7a727e8..00ab390502 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 afd08c298c..ba8ab0bf47 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 be66f7309d..36d8739e02 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 26f888f494..3dbb0447ee 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 8d4bb53300..275a403616 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 93e076f3fc..cb9f4e8e6d 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 625f0d3d17..809d49d71f 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 1492318f04..a611548ecb 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 8e6fd33894..b7a61b0acf 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 74b186ef48..49fdad55a3 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 69280373f8..89e616d0bd 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 f8c9986bcd..54788c45ce 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 f3f6026513..2a257dcc00 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 aff14eb8d6..7fbe3e04e2 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 6bd5cd7c5b..755a7b1908 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 2794567fb0..a7fef5edb9 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 -- 2.25.1