From 4cc2ccacf99b03d7df5361fef9849b7111e5d9ab Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 23 Aug 2014 11:03:53 +1200 Subject: [PATCH] CRM-15168 whitespace only --- xml/schema/ACL/EntityRole.xml | 2 + xml/schema/Contact/ContactType.xml | 92 +++---- xml/schema/Contribute/ContributionPage.xml | 4 + xml/schema/Core/MailSettings.xml | 28 +-- xml/schema/Core/UFField.xml | 278 ++++++++++----------- 5 files changed, 205 insertions(+), 199 deletions(-) diff --git a/xml/schema/ACL/EntityRole.xml b/xml/schema/ACL/EntityRole.xml index 0432031236..471787fdd1 100644 --- a/xml/schema/ACL/EntityRole.xml +++ b/xml/schema/ACL/EntityRole.xml @@ -9,6 +9,7 @@ id int unsigned + Entity Role true Unique table ID 1.6 @@ -19,6 +20,7 @@ acl_role_id + ACL Role ID int unsigned true Foreign Key to ACL Role (which is an option value pair and hence an implicit FK) diff --git a/xml/schema/Contact/ContactType.xml b/xml/schema/Contact/ContactType.xml index 79582abbf2..6088cec3fe 100644 --- a/xml/schema/Contact/ContactType.xml +++ b/xml/schema/Contact/ContactType.xml @@ -7,22 +7,22 @@ Provide type information for contacts 3.1 - id - int unsigned - true - Contact Type ID - 1.1 + id + int unsigned + true + Contact Type ID + 1.1 - id - true + id + true - name - varchar - 64 - Internal name of Contact Type (or Subtype). - 3.1 + name + varchar + 64 + Internal name of Contact Type (or Subtype). + 3.1 contact_type @@ -31,49 +31,49 @@ 3.1 - label - varchar - 64 - localized Name of Contact Type. - true - 3.1 + label + varchar + 64 + localized Name of Contact Type. + true + 3.1 - description - text - - TextArea - 2 - 60 - - localized Optional verbose description of the type. - true - 3.1 + description + text + + TextArea + 2 + 60 + + localized Optional verbose description of the type. + true + 3.1 - image_URL - varchar - 255 - URL of image if any. - 3.1 + image_URL + varchar + 255 + URL of image if any. + 3.1 - parent_id - int unsigned - Optional FK to parent contact type. - 3.1 + parent_id + int unsigned + Optional FK to parent contact type. + 3.1 - parent_id - civicrm_contact_type
- id - 3.1 + parent_id + civicrm_contact_type
+ id + 3.1
- is_active - boolean - Is this entry active? - 3.1 + is_active + boolean + Is this entry active? + 3.1 is_reserved @@ -81,4 +81,4 @@ Is this contact type a predefined system type 3.1 - + diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index 76b4775ca3..25429e2ad4 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -347,12 +347,14 @@
is_active + Is Page Active? boolean Is this property active? 1.3 footer_text + Footer Text text TextArea @@ -365,6 +367,7 @@ amount_block_is_active + Is Amount Block Active? boolean Is this property active? 1 @@ -372,6 +375,7 @@ start_date + Contribution Page Start Date datetime Contribution Page Start Date Date and time that this page starts. diff --git a/xml/schema/Core/MailSettings.xml b/xml/schema/Core/MailSettings.xml index f887cfbc9e..08585e17c5 100644 --- a/xml/schema/Core/MailSettings.xml +++ b/xml/schema/Core/MailSettings.xml @@ -16,22 +16,22 @@ true - domain_id - int unsigned - true - - civicrm_domain
- id - name -
- Which Domain is this match entry for - 3.1 + domain_id + int unsigned + true + + civicrm_domain
+ id + name +
+ Which Domain is this match entry for + 3.1
- domain_id - civicrm_domain
- id - 4.5 + domain_id + civicrm_domain
+ id + 4.5
name diff --git a/xml/schema/Core/UFField.xml b/xml/schema/Core/UFField.xml index 6fd2c438bb..ae7fec50bf 100644 --- a/xml/schema/Core/UFField.xml +++ b/xml/schema/Core/UFField.xml @@ -8,167 +8,167 @@ 1.1 true - id - int unsigned - true - Unique table ID - 1.1 + id + int unsigned + true + Unique table ID + 1.1 - id - true + id + true - uf_group_id - int unsigned - true - Which form does this field belong to. - 1.1 - - civicrm_uf_group
- id - title -
- - Select - + uf_group_id + int unsigned + true + Which form does this field belong to. + 1.1 + + civicrm_uf_group
+ id + title +
+ + Select +
- uf_group_id - civicrm_uf_group
- id - 1.1 - CASCADE + uf_group_id + civicrm_uf_group
+ id + 1.1 + CASCADE
- field_name - varchar - 64 - true - Name for CiviCRM field which is being exposed for sharing. - 1.1 - - - is_active - boolean - 1 - Is this field currently shareable? If false, hide the field for all sharing contexts. - 1.1 - - - is_view - boolean - 0 - the field is view only and not editable in user forms. - 1.1 + field_name + varchar + 64 + true + Name for CiviCRM field which is being exposed for sharing. + 1.1 - is_required - boolean - 0 - Is this field required when included in a user or registration form? - 1.1 - - - weight - int - true - 1 - Controls field display order when user framework fields are displayed in registration and account editing forms. - 1.1 + is_active + boolean + 1 + Is this field currently shareable? If false, hide the field for all sharing contexts. + 1.1 - help_post - text - true - Description and/or help text to display after this field. - 1.1 + is_view + boolean + 0 + the field is view only and not editable in user forms. + 1.1 - help_pre - text - true - Description and/or help text to display before this field. - 3.2 + is_required + boolean + 0 + Is this field required when included in a user or registration form? + 1.1 - is_registration - boolean - 0 - Is this field included in new user registration forms? - 1.1 - 1.3 + weight + int + true + 1 + Controls field display order when user framework fields are displayed in registration and account editing forms. + 1.1 - is_match - boolean - 0 - Is this field part of the key for matching users to contacts? - 1.1 - 1.3 + help_post + text + true + Description and/or help text to display after this field. + 1.1 - visibility - varchar - 32 - 'User and User Admin Only' - In what context(s) is this field visible. - - CRM_Core_SelectValues::ufVisibility - - 1.1 - - Select - + help_pre + text + true + Description and/or help text to display before this field. + 3.2 - listings_title - varchar - 64 - Page title for listings page (users who share a common value for this property). - 1.1 - 1.2 + is_registration + boolean + 0 + Is this field included in new user registration forms? + 1.1 + 1.3 - in_selector - boolean - 0 - Is this field included as a column in the selector table? - 1.2 + is_match + boolean + 0 + Is this field part of the key for matching users to contacts? + 1.1 + 1.3 + + + visibility + varchar + 32 + 'User and User Admin Only' + In what context(s) is this field visible. + + CRM_Core_SelectValues::ufVisibility + + 1.1 + + Select + + + + listings_title + varchar + 64 + Page title for listings page (users who share a common value for this property). + 1.1 + 1.2 + + + in_selector + boolean + 0 + Is this field included as a column in the selector table? + 1.2 - is_searchable - boolean - 0 - Is this field included search form of profile? - 1.4 + is_searchable + boolean + 0 + Is this field included search form of profile? + 1.4 - location_type_id - int unsigned - Location type of this mapping, if required - 1.3 + location_type_id + int unsigned + Location type of this mapping, if required + 1.3 - location_type_id - civicrm_location_type
- id - 1.3 - SET NULL + location_type_id + civicrm_location_type
+ id + 1.3 + SET NULL
- phone_type - varchar - 64 - Phone type, if required - 1.3 - 2.2 + phone_type + varchar + 64 + Phone type, if required + 1.3 + 2.2 - phone_type_id - int unsigned - Phone Type Id, if required - 2.2 + phone_type_id + int unsigned + Phone Type Id, if required + 2.2 website_type_id @@ -177,20 +177,20 @@ 4.5 - label - varchar - 255 - true - true - To save label for fields. - 1.4 + label + varchar + 255 + true + true + To save label for fields. + 1.4 - field_type - varchar - 255 - This field saves field type (ie individual,household.. field etc). - 1.4 + field_type + varchar + 255 + This field saves field type (ie individual,household.. field etc). + 1.4 is_reserved -- 2.25.1