From: Eileen McNaughton Date: Fri, 22 Aug 2014 23:11:53 +0000 (+1200) Subject: CRM-15168 whitespace only X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=186e09842712daf2cf4a6dbf6118d49033ba0d5d;p=civicrm-core.git CRM-15168 whitespace only --- diff --git a/xml/schema/Core/County.xml b/xml/schema/Core/County.xml index c1333e497f..9b1fa56466 100644 --- a/xml/schema/Core/County.xml +++ b/xml/schema/Core/County.xml @@ -6,47 +6,47 @@ civicrm_county 1.1 - id - int unsigned - true - County ID - 1.1 + id + int unsigned + true + County ID + 1.1 - id - false + id + false - name - County - varchar - 64 - true - /county/i - /[A-Z]{2}/ - Name of County - 1.1 + name + County + varchar + 64 + true + /county/i + /[A-Z]{2}/ + Name of County + 1.1 - abbreviation - County Abbreviation - varchar - 4 - 2-4 Character Abbreviation of County - 1.1 + abbreviation + County Abbreviation + varchar + 4 + 2-4 Character Abbreviation of County + 1.1 - state_province_id - int unsigned - true - ID of State / Province that County belongs - 1.1 + state_province_id + int unsigned + true + ID of State / Province that County belongs + 1.1 - state_province_id - civicrm_state_province
- id - 1.1 + state_province_id + civicrm_state_province
+ id + 1.1
UI_name_state_id diff --git a/xml/schema/Core/CustomField.xml b/xml/schema/Core/CustomField.xml index 1064d58ffb..e2024b06b2 100644 --- a/xml/schema/Core/CustomField.xml +++ b/xml/schema/Core/CustomField.xml @@ -8,235 +8,235 @@ 1.1 true - id - int unsigned - true - Unique Custom Field ID - 1.1 + id + int unsigned + true + Unique Custom Field ID + 1.1 - id - true + id + true - custom_group_id - int unsigned - true - FK to civicrm_custom_group. - 1.1 - - civicrm_custom_group
- id - title -
- - Select - + custom_group_id + int unsigned + true + FK to civicrm_custom_group. + 1.1 + + civicrm_custom_group
+ id + title +
+ + Select +
- custom_group_id - civicrm_custom_group
- id - 1.1 - CASCADE + custom_group_id + civicrm_custom_group
+ id + 1.1 + CASCADE
- name - varchar - 64 - Variable name/programmatic handle for this group. - 3.3 + name + varchar + 64 + Variable name/programmatic handle for this group. + 3.3 - label - varchar - 255 - true - true - Text for form field label (also friendly name for administering this custom property). - 1.1 + label + varchar + 255 + true + true + Text for form field label (also friendly name for administering this custom property). + 1.1 - data_type - varchar - 16 - true - Controls location of data storage in extended_data table. - - CRM_Core_BAO_CustomField::dataType - - 1.1 - - Select - + data_type + varchar + 16 + true + Controls location of data storage in extended_data table. + + CRM_Core_BAO_CustomField::dataType + + 1.1 + + Select + - html_type - varchar - 32 - true - HTML types plus several built-in extended types. - - CRM_Core_SelectValues::customHtmlType - - 1.1 + html_type + varchar + 32 + true + HTML types plus several built-in extended types. + + CRM_Core_SelectValues::customHtmlType + + 1.1 - default_value - varchar - 255 - Use form_options.is_default for field_types which use options. - 1.1 + default_value + varchar + 255 + Use form_options.is_default for field_types which use options. + 1.1 - is_required - boolean - Is a value required for this property. - 1.1 + is_required + boolean + Is a value required for this property. + 1.1 - is_searchable - boolean - Is this property searchable. - 1.1 + is_searchable + boolean + Is this property searchable. + 1.1 - is_search_range - boolean - Is this property range searchable. - 1.4 - 0 + is_search_range + boolean + Is this property range searchable. + 1.4 + 0 - weight - int - true - 1 - Controls field display order within an extended property group. - 1.1 + weight + int + true + 1 + Controls field display order within an extended property group. + 1.1 - help_pre - text - true - Description and/or help text to display before this field. - 1.1 + help_pre + text + true + Description and/or help text to display before this field. + 1.1 - help_post - text - true - Description and/or help text to display after this field. - 1.1 + help_post + text + true + Description and/or help text to display after this field. + 1.1 - mask - varchar - 64 - Optional format instructions for specific field types, like date types. - 1.1 + mask + varchar + 64 + Optional format instructions for specific field types, like date types. + 1.1 - attributes - varchar - 255 - Store collection of type-appropriate attributes, e.g. textarea needs rows/cols attributes - 1.1 + attributes + varchar + 255 + Store collection of type-appropriate attributes, e.g. textarea needs rows/cols attributes + 1.1 - javascript - varchar - 255 - Optional scripting attributes for field. - 1.1 + javascript + varchar + 255 + Optional scripting attributes for field. + 1.1 - is_active - boolean - Is this property active? - 1.1 + is_active + boolean + Is this property active? + 1.1 - is_view - boolean - Is this property set by PHP Code? A code field is viewable but not editable - 1.1 + is_view + boolean + Is this property set by PHP Code? A code field is viewable but not editable + 1.1 - options_per_line - int unsigned - number of options per line for checkbox and radio + options_per_line + int unsigned + number of options per line for checkbox and radio - text_length - int unsigned - field length if alphanumeric - 2.2 + text_length + int unsigned + field length if alphanumeric + 2.2 - start_date_years - int - Date may be up to start_date_years years prior to the current date. - 1.4 + start_date_years + int + Date may be up to start_date_years years prior to the current date. + 1.4 - end_date_years - int - Date may be up to end_date_years years after the current date. - 1.4 + end_date_years + int + Date may be up to end_date_years years after the current date. + 1.4 - date_parts - varchar - 255 - which date part included in display - 1.4 - 3.1 + date_parts + varchar + 255 + which date part included in display + 1.4 + 3.1 - date_format - varchar - 64 - date format for custom date - 3.1 + date_format + varchar + 64 + date format for custom date + 3.1 - time_format - int unsigned - time format for custom date - 3.1 + time_format + int unsigned + time format for custom date + 3.1 - note_columns - int unsigned - Number of columns in Note Field - 1.4 + note_columns + int unsigned + Number of columns in Note Field + 1.4 - note_rows - int unsigned - Number of rows in Note Field - 1.4 + note_rows + int unsigned + Number of rows in Note Field + 1.4 - column_name - varchar - 255 - Name of the column that holds the values for this field. - 2.0 + column_name + varchar + 255 + Name of the column that holds the values for this field. + 2.0 - option_group_id - int unsigned - For elements with options, the option group id that is used - 1.4 + option_group_id + int unsigned + For elements with options, the option group id that is used + 1.4 - filter - varchar - 255 - Stores Contact Get API params contact reference custom fields. May be used for other filters in the future. - 4.1 + filter + varchar + 255 + Stores Contact Get API params contact reference custom fields. May be used for other filters in the future. + 4.1 in_selector diff --git a/xml/schema/Core/CustomGroup.xml b/xml/schema/Core/CustomGroup.xml index 91ac025f22..f264952515 100644 --- a/xml/schema/Core/CustomGroup.xml +++ b/xml/schema/Core/CustomGroup.xml @@ -4,155 +4,156 @@ CRM/Core CustomGroup civicrm_custom_group - All extended (custom) properties are associated with a group. These are logical sets of related data. + All extended (custom) properties are associated with a group. These are logical sets of related data. + 1.1 true - - id - int unsigned - true - Unique Custom Group ID - 1.1 + + id + int unsigned + true + Unique Custom Group ID + 1.1 - id - true + id + true - name - varchar - 64 - Variable name/programmatic handle for this group. - 1.1 - - - title - varchar - 64 - true - true - Friendly Name. - 1.1 - - - extends - varchar - 255 - 'Contact' - Type of object this group extends (can add other options later e.g. contact_address, etc.). - 1.1 - - - extends_entity_column_name - varchar - 64 - linking custom group for dynamic object - 1.6 - 2.2 - - - extends_entity_column_id - int unsigned - NULL - FK to civicrm_option_value.id (for option group custom_data_type.) - 2.2 - - - extends_entity_column_value - varchar - 255 - linking custom group for dynamic object - 1.6 - - - style - varchar - 15 - Visual relationship between this form and its parent. - - CRM_Core_SelectValues::customGroupStyle - - 1.1 - - Select - - - - collapse_display - int unsigned - 0 - Will this group be in collapsed or expanded mode on initial display ? - 1.1 - - - help_pre - text - true - Description and/or help text to display before fields in form. - - TextArea - 4 - 80 - - 1.1 - - - help_post - text - true - Description and/or help text to display after fields in form. - - TextArea - 4 - 80 - - 1.1 - - - weight - int - true - 1 - Controls display order when multiple extended property groups are setup for the same class. - 1.1 - - - is_active - boolean - Is this property active? - 1.1 - - - table_name - varchar - 255 - Name of the table that holds the values for this group. - 2.0 - - - is_multiple - boolean - Does this group hold multiple values? - 2.0 - - - min_multiple - int unsigned - minimum number of multiple records (typically 0?) - 2.2 - - - max_multiple - int unsigned - maximum number of multiple records, if 0 - no max - 2.2 - - - collapse_adv_display - int unsigned - 0 - Will this group be in collapsed or expanded mode on advanced search display ? - 3.0 + name + varchar + 64 + Variable name/programmatic handle for this group. + 1.1 + + + title + varchar + 64 + true + true + Friendly Name. + 1.1 + + + extends + varchar + 255 + 'Contact' + Type of object this group extends (can add other options later e.g. contact_address, etc.). + 1.1 + + + extends_entity_column_name + varchar + 64 + linking custom group for dynamic object + 1.6 + 2.2 + + + extends_entity_column_id + int unsigned + NULL + FK to civicrm_option_value.id (for option group custom_data_type.) + 2.2 + + + extends_entity_column_value + varchar + 255 + linking custom group for dynamic object + 1.6 + + + style + varchar + 15 + Visual relationship between this form and its parent. + + CRM_Core_SelectValues::customGroupStyle + + 1.1 + + Select + + + + collapse_display + int unsigned + 0 + Will this group be in collapsed or expanded mode on initial display ? + 1.1 + + + help_pre + text + true + Description and/or help text to display before fields in form. + + TextArea + 4 + 80 + + 1.1 + + + help_post + text + true + Description and/or help text to display after fields in form. + + TextArea + 4 + 80 + + 1.1 + + + weight + int + true + 1 + Controls display order when multiple extended property groups are setup for the same class. + 1.1 + + + is_active + boolean + Is this property active? + 1.1 + + + table_name + varchar + 255 + Name of the table that holds the values for this group. + 2.0 + + + is_multiple + boolean + Does this group hold multiple values? + 2.0 + + + min_multiple + int unsigned + minimum number of multiple records (typically 0?) + 2.2 + + + max_multiple + int unsigned + maximum number of multiple records, if 0 - no max + 2.2 + + + collapse_adv_display + int unsigned + 0 + Will this group be in collapsed or expanded mode on advanced search display ? + 3.0 UI_title_extends diff --git a/xml/schema/Core/LocBlock.xml b/xml/schema/Core/LocBlock.xml index 740875bd71..3c3c977a36 100644 --- a/xml/schema/Core/LocBlock.xml +++ b/xml/schema/Core/LocBlock.xml @@ -8,110 +8,110 @@ 2.0 true - id - int unsigned - true - Unique ID - 2.0 + id + int unsigned + true + Unique ID + 2.0 - id - true + id + true - address_id - int unsigned - 2.0 + address_id + int unsigned + 2.0 - address_id - civicrm_address
- id - 2.0 - SET NULL + address_id + civicrm_address
+ id + 2.0 + SET NULL
- email_id - int unsigned - 2.0 + email_id + int unsigned + 2.0 - email_id - civicrm_email
- id - 2.0 - SET NULL + email_id + civicrm_email
+ id + 2.0 + SET NULL
- phone_id - int unsigned - 2.0 + phone_id + int unsigned + 2.0 - phone_id - civicrm_phone
- id - 2.0 - SET NULL + phone_id + civicrm_phone
+ id + 2.0 + SET NULL
- im_id - int unsigned - 2.0 + im_id + int unsigned + 2.0 - im_id - civicrm_im
- id - 2.0 - SET NULL + im_id + civicrm_im
+ id + 2.0 + SET NULL
- address_2_id - int unsigned - 2.0 + address_2_id + int unsigned + 2.0 - address_2_id - civicrm_address
- id - 2.0 - SET NULL + address_2_id + civicrm_address
+ id + 2.0 + SET NULL
- email_2_id - int unsigned - 2.0 + email_2_id + int unsigned + 2.0 - email_2_id - civicrm_email
- id - 2.0 - SET NULL + email_2_id + civicrm_email
+ id + 2.0 + SET NULL
- phone_2_id - int unsigned - 2.0 + phone_2_id + int unsigned + 2.0 - phone_2_id - civicrm_phone
- id - 2.0 - SET NULL + phone_2_id + civicrm_phone
+ id + 2.0 + SET NULL
- im_2_id - int unsigned - 2.0 + im_2_id + int unsigned + 2.0 - im_2_id - civicrm_im
- id - 2.0 - SET NULL + im_2_id + civicrm_im
+ id + 2.0 + SET NULL