From 7a6ecdb4e1d7c536818da56c6b32609228cfc6a6 Mon Sep 17 00:00:00 2001 From: lynndanzig Date: Tue, 8 Oct 2013 20:56:49 +0100 Subject: [PATCH] CRM-13497 - last one --- xml/schema/Report/Instance.xml | 38 ++++++++++++++++++- xml/schema/SMS/History.xml | 3 ++ xml/schema/SMS/Provider.xml | 24 ++++++++++++ xml/schema/Standalone/OpenID/Associations.xml | 6 +++ 4 files changed, 70 insertions(+), 1 deletion(-) diff --git a/xml/schema/Report/Instance.xml b/xml/schema/Report/Instance.xml index 24dcb9fecb..9af6ab123f 100644 --- a/xml/schema/Report/Instance.xml +++ b/xml/schema/Report/Instance.xml @@ -23,7 +23,7 @@ Report Instance Domain ID int unsigned true - Which Domain is this instance for + Which Domain is this instance for 3.1 @@ -38,6 +38,9 @@ varchar 255 Report Instance Title. + + Text + 2.2 @@ -47,6 +50,9 @@ 64 true FK to civicrm_option_value for the report template + + Select + 2.2 @@ -55,6 +61,9 @@ varchar 255 when combined with report_id/template uniquely identifies the instance + + Text + 3.2 @@ -64,6 +73,9 @@ 255 arguments that are passed in the url when invoking the instance 3.2 + + Text + description @@ -71,6 +83,9 @@ varchar 255 Report Instance description. + + Text + 2.2 @@ -79,6 +94,9 @@ varchar 255 permission required to be able to run this instance + + Text + 2.2 @@ -88,6 +106,9 @@ 1024 role required to be able to run this instance 4.1 + + Text + form_values @@ -102,6 +123,9 @@ Report Instance is Active boolean Is this entry active? + + CheckBox + 2.2 @@ -110,12 +134,18 @@ varchar 255 Subject of email + + Text + email_to Email Report Instance To text comma-separated list of email addresses to send the report to + + Text + 2.2 @@ -123,6 +153,9 @@ cc Email Report Instance To text comma-separated list of email addresses to send the report to + + Text + 2.2 @@ -184,6 +217,9 @@ Instance is Reserved boolean 0 + + CheckBox + 4.2 diff --git a/xml/schema/SMS/History.xml b/xml/schema/SMS/History.xml index 7ef4ada22e..c5713abffe 100644 --- a/xml/schema/SMS/History.xml +++ b/xml/schema/SMS/History.xml @@ -35,6 +35,9 @@ true FK to Contact who is sending this SMS 1.4 + + Autocomplete-Select + contact_id diff --git a/xml/schema/SMS/Provider.xml b/xml/schema/SMS/Provider.xml index 82c4d23a83..b6db936a55 100644 --- a/xml/schema/SMS/Provider.xml +++ b/xml/schema/SMS/Provider.xml @@ -29,18 +29,27 @@ varchar 64 Provider name visible to user + + Text + 4.2 username varchar 255 + + Text + 4.2 password varchar 255 + + Text + 4.2 @@ -48,18 +57,27 @@ int unsigned true points to value in civicrm_option_value for group sms_api_type + + Select + 4.2 api_url varchar 128 + + Text + 4.2 api_params text the api params in xml, http or smtp format + + Text + 4.2 @@ -67,11 +85,17 @@ boolean 0 4.2 + + CheckBox + is_active boolean 0 4.2 + + CheckBox + diff --git a/xml/schema/Standalone/OpenID/Associations.xml b/xml/schema/Standalone/OpenID/Associations.xml index da7f3a7858..07a379bbe9 100644 --- a/xml/schema/Standalone/OpenID/Associations.xml +++ b/xml/schema/Standalone/OpenID/Associations.xml @@ -25,6 +25,9 @@ handle varchar 255 + + Text + 2.0 @@ -46,6 +49,9 @@ assoc_type varchar 64 + + Text + 2.0 -- 2.25.1