From: Eileen McNaughton Date: Mon, 25 Aug 2014 01:23:16 +0000 (+1200) Subject: CRM-15168 add some more labels X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=56b7523d89cd15164ee98311692eb82728ae2fbb;p=civicrm-core.git CRM-15168 add some more labels --- diff --git a/xml/schema/Core/CustomField.xml b/xml/schema/Core/CustomField.xml index e2024b06b2..52b8d51756 100644 --- a/xml/schema/Core/CustomField.xml +++ b/xml/schema/Core/CustomField.xml @@ -10,6 +10,7 @@ id int unsigned + Custom Field ID true Unique Custom Field ID 1.1 @@ -21,6 +22,7 @@ custom_group_id int unsigned + Custom Group true FK to civicrm_custom_group. 1.1 @@ -43,6 +45,7 @@ name varchar + Custom Field Name 64 Variable name/programmatic handle for this group. 3.3 @@ -50,6 +53,7 @@ label varchar + Custom Field Label 255 true true @@ -59,6 +63,7 @@ data_type varchar + Custom Field Data Type 16 true Controls location of data storage in extended_data table. @@ -73,6 +78,7 @@ html_type varchar + Custom Field HTMl Type 32 true HTML types plus several built-in extended types. @@ -84,18 +90,21 @@ default_value varchar + Custom Field Default 255 Use form_options.is_default for field_types which use options. 1.1 is_required + Custom Field Is Required? boolean Is a value required for this property. 1.1 is_searchable + Allow Searching on Field? boolean Is this property searchable. 1.1 @@ -103,6 +112,7 @@ is_search_range boolean + Search as a Range Is this property range searchable. 1.4 0 @@ -110,6 +120,7 @@ weight int + Custom Field Weight true 1 Controls field display order within an extended property group. @@ -118,6 +129,7 @@ help_pre text + Custom Field Pre Text true Description and/or help text to display before this field. 1.1 @@ -125,6 +137,7 @@ help_post text + Custom Field Post Text true Description and/or help text to display after this field. 1.1 @@ -132,6 +145,7 @@ mask varchar + Custom Field Formatting 64 Optional format instructions for specific field types, like date types. 1.1 @@ -139,6 +153,7 @@ attributes varchar + Custom Field Attributes 255 Store collection of type-appropriate attributes, e.g. textarea needs rows/cols attributes 1.1 @@ -146,6 +161,7 @@ javascript varchar + Custom Field Javascript 255 Optional scripting attributes for field. 1.1 @@ -153,35 +169,41 @@ is_active boolean + Custom Field Is Active? Is this property active? 1.1 is_view boolean + Field is Viewable Is this property set by PHP Code? A code field is viewable but not editable 1.1 options_per_line int unsigned + Field Options Per Line number of options per line for checkbox and radio text_length int unsigned + Field Length field length if alphanumeric 2.2 start_date_years int + Field Start Date Date may be up to start_date_years years prior to the current date. 1.4 end_date_years int + Field End Date Date may be up to end_date_years years after the current date. 1.4 @@ -196,6 +218,7 @@ date_format varchar + Field Data Format 64 date format for custom date 3.1 @@ -203,24 +226,28 @@ time_format int unsigned + Field Time Format time format for custom date 3.1 note_columns int unsigned + Field Note Columns Number of columns in Note Field 1.4 note_rows int unsigned + Field Note Rows Number of rows in Note Field 1.4 column_name varchar + Field Column Name 255 Name of the column that holds the values for this field. 2.0 @@ -228,12 +255,14 @@ option_group_id int unsigned + Field Option Group For elements with options, the option group id that is used 1.4 filter varchar + Field Filter 255 Stores Contact Get API params contact reference custom fields. May be used for other filters in the future. 4.1 @@ -241,6 +270,7 @@ in_selector boolean + Field Display 0 Should the multi-record custom field values be displayed in tab table listing 4.5 diff --git a/xml/schema/Core/CustomGroup.xml b/xml/schema/Core/CustomGroup.xml index f264952515..b0c4be0bee 100644 --- a/xml/schema/Core/CustomGroup.xml +++ b/xml/schema/Core/CustomGroup.xml @@ -11,6 +11,7 @@ id int unsigned + Custom Group ID true Unique Custom Group ID 1.1 @@ -22,6 +23,7 @@ name varchar + Custom Group Name 64 Variable name/programmatic handle for this group. 1.1 @@ -29,6 +31,7 @@ title varchar + Custom Group Title 64 true true @@ -38,6 +41,7 @@ extends varchar + Custom Group Extends 255 'Contact' Type of object this group extends (can add other options later e.g. contact_address, etc.). @@ -54,6 +58,7 @@ extends_entity_column_id int unsigned + Custom Group Subtype List NULL FK to civicrm_option_value.id (for option group custom_data_type.) 2.2 @@ -61,6 +66,7 @@ extends_entity_column_value varchar + Custom Group Subtype 255 linking custom group for dynamic object 1.6 @@ -68,6 +74,7 @@ style varchar + Custom Group Style 15 Visual relationship between this form and its parent. @@ -81,6 +88,7 @@ collapse_display int unsigned + Collapse Custom Group? 0 Will this group be in collapsed or expanded mode on initial display ? 1.1 @@ -88,6 +96,7 @@ help_pre text + Custom Group Pre Text true Description and/or help text to display before fields in form. @@ -100,6 +109,7 @@ help_post text + Custom Group Post Text true Description and/or help text to display after fields in form. @@ -112,6 +122,7 @@ weight int + Custom Group Weight true 1 Controls display order when multiple extended property groups are setup for the same class. @@ -120,6 +131,7 @@ is_active boolean + Custom Group Is Active? Is this property active? 1.1 @@ -133,24 +145,28 @@ is_multiple boolean + Supports Multiple Records Does this group hold multiple values? 2.0 min_multiple int unsigned + Minimum Multiple Records minimum number of multiple records (typically 0?) 2.2 max_multiple int unsigned + Maximum Multiple Records maximum number of multiple records, if 0 - no max 2.2 collapse_adv_display int unsigned + Collapse Group Display 0 Will this group be in collapsed or expanded mode on advanced search display ? 3.0 @@ -172,6 +188,7 @@ created_id int unsigned + Custom Group Created By FK to civicrm_contact, who created this custom group 3.0 @@ -192,10 +209,9 @@ is_reserved boolean + Reserved Group? 0 Is this a reserved Custom Group? 4.4 - - diff --git a/xml/schema/Core/Dashboard.xml b/xml/schema/Core/Dashboard.xml index ba4d2f5e03..676549b25c 100644 --- a/xml/schema/Core/Dashboard.xml +++ b/xml/schema/Core/Dashboard.xml @@ -9,6 +9,7 @@ id int unsigned + DashletID true 3.1 @@ -19,6 +20,7 @@ domain_id int unsigned + Dashlet Domain true civicrm_domain
@@ -45,6 +47,7 @@ label varchar + Dashlet Title 255 dashlet title true @@ -53,6 +56,7 @@ url varchar + Dashlet URL 255 url in case of external dashlet 3.1 @@ -67,6 +71,7 @@ permission varchar + Dashlet Permission 255 Permission for the dashlet 3.1 @@ -74,6 +79,7 @@ permission_operator varchar + Dashlet Permission Operator 3 Permission Operator 3.1 @@ -81,6 +87,7 @@ column_no boolean + Dashlet Column column no for this dashlet 0 3.1 @@ -88,6 +95,7 @@ is_minimized boolean + Minimize Dashlet? Is Minimized? 0 3.1 @@ -95,6 +103,7 @@ fullscreen_url varchar + Fullscreen URL 255 fullscreen url for dashlet 3.4 @@ -102,6 +111,7 @@ is_fullscreen boolean + Is Fullscreen? Is Fullscreen? 1 3.1 @@ -109,6 +119,7 @@ is_active boolean + Is Dashlet Active? Is this dashlet active? 0 3.1 @@ -116,6 +127,7 @@ is_reserved boolean + Is Dashlet Reserved? Is this dashlet reserved? 0 3.1 @@ -123,6 +135,7 @@ weight int + Dashlet Weight Ordering of the dashlets. 0 3.1 @@ -130,6 +143,7 @@ created_date datetime + Dashlet Created Date When was content populated 3.1 3.3 diff --git a/xml/schema/Core/Extension.xml b/xml/schema/Core/Extension.xml index 573ae549f3..673b379291 100644 --- a/xml/schema/Core/Extension.xml +++ b/xml/schema/Core/Extension.xml @@ -9,6 +9,7 @@ id int unsigned + Extension ID true Local Extension ID 4.2 @@ -92,6 +93,7 @@ is_active boolean + Extension is Active? 1 Is this extension active? 4.2 diff --git a/xml/schema/Core/File.xml b/xml/schema/Core/File.xml index d7b8f7d876..eb18e4bc49 100644 --- a/xml/schema/Core/File.xml +++ b/xml/schema/Core/File.xml @@ -12,6 +12,7 @@ id int unsigned + File ID true Unique ID 1.5 @@ -23,12 +24,14 @@ file_type_id int unsigned + File Type Type of file (e.g. Transcript, Income Tax Return, etc). FK to civicrm_option_value. 1.5 mime_type varchar + Mime Type 255 mime type of the document 1.5 @@ -36,6 +39,7 @@ uri varchar + Path 255 uri of the file on disk 1.5 @@ -43,12 +47,14 @@ document mediumblob + File Contents contents of the document 1.5 description varchar + File Description 255 Additional descriptive text regarding this attachment (optional). 1.5 @@ -56,6 +62,7 @@ upload_date datetime + File Upload Date Date and time that this attachment was uploaded or written to server. 1.5 diff --git a/xml/schema/Core/LocBlock.xml b/xml/schema/Core/LocBlock.xml index c7b251ce5f..75a80185d5 100644 --- a/xml/schema/Core/LocBlock.xml +++ b/xml/schema/Core/LocBlock.xml @@ -87,6 +87,7 @@ email_2_id int unsigned + Email 2 2.0 @@ -99,6 +100,7 @@ phone_2_id int unsigned + Phone 2 2.0 @@ -111,6 +113,7 @@ im_2_id int unsigned + Instant Messenger 2 2.0 diff --git a/xml/schema/Financial/FinancialType.xml b/xml/schema/Financial/FinancialType.xml index 3b03f75318..f5a7197155 100644 --- a/xml/schema/Financial/FinancialType.xml +++ b/xml/schema/Financial/FinancialType.xml @@ -70,6 +70,7 @@ is_active boolean + Financial Type Is Active? 4 Is this property active? 1.3 diff --git a/xml/schema/Mailing/Mailing.xml b/xml/schema/Mailing/Mailing.xml index dee2a451d1..cefea95c39 100644 --- a/xml/schema/Mailing/Mailing.xml +++ b/xml/schema/Mailing/Mailing.xml @@ -311,6 +311,7 @@ is_archived boolean + Is Mailing Archived? 0 Is this mailing archived? @@ -321,6 +322,7 @@ visibility varchar + Mailing Visibility 40 'Public Pages' In what context(s) is the mailing contents visible (online viewing) @@ -335,6 +337,7 @@ campaign_id int unsigned + Mailing Campaign The campaign for which this mailing has been initiated. civicrm_campaign
@@ -355,6 +358,7 @@ dedupe_email boolean + No Duplicate emails? 0 4.1 Remove duplicate emails?