updated version of examples
authoreileen <eileen@fuzion.co.nz>
Fri, 12 Apr 2013 04:57:28 +0000 (16:57 +1200)
committereileen <eileen@fuzion.co.nz>
Fri, 12 Apr 2013 05:40:52 +0000 (17:40 +1200)
api/v3/examples/Setting/CreateAllDomains.php
api/v3/examples/SettingGetfields.php

index 9dc4d348c76fe05604e37d0da6fda6fce0bc7bd6..62de561da07a2ff692243695c8566fa13af8f244 100644 (file)
@@ -8,7 +8,6 @@ $params = array(
   'version' => 3,
   'domain_id' => 'all',
   'uniq_email_per_site' => 1,
-  'debug' => 1,
 );
 
   $result = civicrm_api( 'setting','create',$params );
@@ -36,11 +35,6 @@ function setting_create_expectedresult(){
           'uniq_email_per_site' => '1',
         ),
     ),
-  'xdebug' => array( 
-      'peakMemory' => 127711392,
-      'memory' => 123061848,
-      'timeIndex' => '1357.0696148872',
-    ),
 );
 
   return $expectedResult  ;
index 9d5a522449dadb8bddf4188a9800fdc9076f3ee1..869430aa520d474dadc4acafbf962db74c6a30c7 100644 (file)
@@ -21,7 +21,7 @@ function setting_getfields_expectedresult(){
   $expectedResult = array( 
   'is_error' => 0,
   'version' => 3,
-  'count' => 72,
+  'count' => 73,
   'values' => array( 
       'address_standardization_provider' => array( 
           'group_name' => 'Address Preferences',
@@ -258,7 +258,7 @@ function setting_getfields_expectedresult(){
           'group' => 'core',
           'name' => 'address_format',
           'type' => 'String',
-          'html_type' => 'Text',
+          'html_type' => 'TextArea',
           'default' => '{contact.address_name}
 {contact.street_address}
 {contact.supplemental_address_1}
@@ -381,6 +381,9 @@ function setting_getfields_expectedresult(){
           'name' => 'contact_autocomplete_options',
           'type' => 'String',
           'html_type' => 'checkboxes',
+          'pseudoconstant' => array( 
+              'optionGroupName' => 'contact_autocomplete_options',
+            ),
           'default' => array( 
               '0' => '1',
               '1' => '2',
@@ -616,6 +619,27 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl
           'description' => '',
           'help_text' => '',
         ),
+      'communityMessagesUrl' => array( 
+          'group_name' => 'CiviCRM Preferences',
+          'group' => 'core',
+          'name' => 'communityMessagesUrl',
+          'prefetch' => 0,
+          'config_only' => 1,
+          'type' => 'String',
+          'quick_form_type' => 'Element',
+          'html_type' => 'Text',
+          'html_attributes' => array( 
+              'size' => 64,
+              'maxlength' => 128,
+            ),
+          'default' => '*default*',
+          'add' => '4.3',
+          'title' => 'Community Messages URL',
+          'is_domain' => 1,
+          'is_contact' => 0,
+          'description' => 'Service providing CiviCRM community messages',
+          'help_text' => 'Use "*default*" for the system default or override with a custom URL',
+        ),
       'resCacheCode' => array( 
           'group_name' => 'CiviCRM Preferences',
           'group' => 'core',