CRM-15168 whitespace only
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 22:39:17 +0000 (10:39 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 22:39:17 +0000 (10:39 +1200)
xml/schema/ACL/EntityRole.xml
xml/schema/Core/Dashboard.xml

index 80eaf5f10b1fd29e4da8bcabea10f06a6bad74c0..0432031236ae978b8ca6d69477455844b8754d58 100644 (file)
@@ -1,64 +1,64 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 
 <table>
-    <base>CRM/ACL</base>
-    <class>EntityRole</class>
-    <name>civicrm_acl_entity_role</name>
-    <comment>Join table for Contacts and Groups to ACL Roles</comment>
+  <base>CRM/ACL</base>
+  <class>EntityRole</class>
+  <name>civicrm_acl_entity_role</name>
+  <comment>Join table for Contacts and Groups to ACL Roles</comment>
+  <add>1.6</add>
+  <field>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Unique table ID</comment>
     <add>1.6</add>
-    <field>
-        <name>id</name>
-        <type>int unsigned</type>
-        <required>true</required>
-        <comment>Unique table ID</comment>
-        <add>1.6</add>
-    </field>
-    <primaryKey>
-        <name>id</name>
-        <autoincrement>true</autoincrement>
-    </primaryKey>
-    <field>
-        <name>acl_role_id</name>
-        <type>int unsigned</type>
-        <required>true</required>
-        <comment>Foreign Key to ACL Role (which is an option value pair and hence an implicit FK)</comment>
-        <add>1.6</add>
-    </field>
-    <field>
-        <name>entity_table</name>
-        <type>varchar</type>
-        <length>64</length>
-        <required>true</required>
-        <comment>Table of the object joined to the ACL Role (Contact or Group)</comment>
-        <add>1.6</add>
-    </field>
-    <field>
-        <name>entity_id</name>
-        <type>int unsigned</type>
-        <required>true</required>
-        <comment>ID of the group/contact object being joined</comment>
-        <add>1.6</add>
-    </field>
-    <dynamicForeignKey>
-        <idColumn>entity_id</idColumn>
-        <typeColumn>entity_table</typeColumn>
-        <add>1.6</add>
-    </dynamicForeignKey>
-    <field>
-       <name>is_active</name>
-       <type>boolean</type>
-       <comment>Is this property active?</comment>
-       <add>1.6</add>
-    </field>
-    <index>
-       <name>index_role</name>
-       <fieldName>acl_role_id</fieldName>
-       <add>1.6</add>
-    </index>
-    <index>
-       <name>index_entity</name>
-       <fieldName>entity_table</fieldName>
-       <fieldName>entity_id</fieldName>
-       <add>1.6</add>
-    </index>
+  </field>
+  <primaryKey>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
+  </primaryKey>
+  <field>
+    <name>acl_role_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Foreign Key to ACL Role (which is an option value pair and hence an implicit FK)</comment>
+    <add>1.6</add>
+  </field>
+  <field>
+    <name>entity_table</name>
+    <type>varchar</type>
+    <length>64</length>
+    <required>true</required>
+    <comment>Table of the object joined to the ACL Role (Contact or Group)</comment>
+    <add>1.6</add>
+  </field>
+  <field>
+    <name>entity_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>ID of the group/contact object being joined</comment>
+    <add>1.6</add>
+  </field>
+  <dynamicForeignKey>
+    <idColumn>entity_id</idColumn>
+    <typeColumn>entity_table</typeColumn>
+    <add>1.6</add>
+  </dynamicForeignKey>
+  <field>
+    <name>is_active</name>
+    <type>boolean</type>
+    <comment>Is this property active?</comment>
+    <add>1.6</add>
+  </field>
+  <index>
+    <name>index_role</name>
+    <fieldName>acl_role_id</fieldName>
+    <add>1.6</add>
+  </index>
+  <index>
+    <name>index_entity</name>
+    <fieldName>entity_table</fieldName>
+    <fieldName>entity_id</fieldName>
+    <add>1.6</add>
+  </index>
 </table>
index a26178cdeab91aa44dc392254280fe52ee1e0c38..ba4d2f5e033643c6f46a54a4d575d0b8e98ed43b 100644 (file)
 <?xml version="1.0" encoding="iso-8859-1" ?>
 
 <table>
-    <base>CRM/Core</base>
-    <class>Dashboard</class>
-    <name>civicrm_dashboard</name>
-    <comment>Table to store dashboard.</comment>
+  <base>CRM/Core</base>
+  <class>Dashboard</class>
+  <name>civicrm_dashboard</name>
+  <comment>Table to store dashboard.</comment>
+  <add>3.1</add>
+  <field>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
     <add>3.1</add>
-    <field>
-        <name>id</name>
-        <type>int unsigned</type>
-        <required>true</required>
-        <add>3.1</add>
-    </field>
-    <primaryKey>
-        <name>id</name>
-        <autoincrement>true</autoincrement>
-    </primaryKey>
-    <field>
-        <name>domain_id</name>
-        <type>int unsigned</type>
-        <required>true</required>
-        <pseudoconstant>
-            <table>civicrm_domain</table>
-            <keyColumn>id</keyColumn>
-            <labelColumn>name</labelColumn>
-        </pseudoconstant>
-        <comment>Domain for dashboard</comment>
-        <add>3.1</add>
-    </field>
-    <foreignKey>
-        <name>domain_id</name>
-        <table>civicrm_domain</table>
-        <key>id</key>
-        <add>3.1</add>
-    </foreignKey>
-    <field>
-      <name>name</name>
-      <type>varchar</type>
-      <title>Dashlet Name</title>
-      <length>64</length>
-      <comment>Internal name of dashlet.</comment>
-      <add>4.4</add>
-    </field>
-    <field>
-        <name>label</name>
-        <type>varchar</type>
-        <length>255</length>
-        <comment>dashlet title</comment>
-        <localizable>true</localizable>
-        <add>3.1</add>
-    </field>
-    <field>
-        <name>url</name>
-        <type>varchar</type>
-        <length>255</length>
-        <comment>url in case of external dashlet</comment>
-        <add>3.1</add>
-    </field>
-    <field>
-        <name>content</name>
-        <type>text</type>
-        <comment>dashlet content</comment>
-        <add>3.1</add>
-        <drop>3.3</drop>
-    </field>
-    <field>
-        <name>permission</name>
-        <type>varchar</type>
-        <length>255</length>
-        <comment>Permission for the dashlet</comment>
-        <add>3.1</add>
-    </field>
-    <field>
-        <name>permission_operator</name>
-        <type>varchar</type>
-        <length>3</length>
-        <comment>Permission Operator</comment>
-        <add>3.1</add>
-    </field>
-    <field>
-        <name>column_no</name>
-        <type>boolean</type>
-        <comment>column no for this dashlet</comment>
-        <default>0</default>
-        <add>3.1</add>
-    </field>
-    <field>
-        <name>is_minimized</name>
-        <type>boolean</type>
-        <comment>Is Minimized?</comment>
-        <default>0</default>
-        <add>3.1</add>
-    </field>
-    <field>
-        <name>fullscreen_url</name>
-        <type>varchar</type>
-        <length>255</length>
-        <comment>fullscreen url for dashlet</comment>
-        <add>3.4</add>
-    </field>
-    <field>
-        <name>is_fullscreen</name>
-        <type>boolean</type>
-        <comment>Is Fullscreen?</comment>
-        <default>1</default>
-        <add>3.1</add>
-    </field>
-    <field>
-        <name>is_active</name>
-        <type>boolean</type>
-        <comment>Is this dashlet active?</comment>
-        <default>0</default>
-        <add>3.1</add>
-    </field>
-    <field>
-        <name>is_reserved</name>
-        <type>boolean</type>
-        <comment>Is this dashlet reserved?</comment>
-        <default>0</default>
-        <add>3.1</add>
-    </field>
-    <field>
-        <name>weight</name>
-        <type>int</type>
-        <comment>Ordering of the dashlets.</comment>
-        <default>0</default>
-        <add>3.1</add>
-    </field>
-    <field>
-        <name>created_date</name>
-        <type>datetime</type>
-        <comment>When was content populated</comment>
-        <add>3.1</add>
-        <drop>3.3</drop>
-    </field>
+  </field>
+  <primaryKey>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
+  </primaryKey>
+  <field>
+    <name>domain_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <pseudoconstant>
+      <table>civicrm_domain</table>
+      <keyColumn>id</keyColumn>
+      <labelColumn>name</labelColumn>
+    </pseudoconstant>
+    <comment>Domain for dashboard</comment>
+    <add>3.1</add>
+  </field>
+  <foreignKey>
+    <name>domain_id</name>
+    <table>civicrm_domain</table>
+    <key>id</key>
+    <add>3.1</add>
+  </foreignKey>
+  <field>
+    <name>name</name>
+    <type>varchar</type>
+    <title>Dashlet Name</title>
+    <length>64</length>
+    <comment>Internal name of dashlet.</comment>
+    <add>4.4</add>
+  </field>
+  <field>
+    <name>label</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>dashlet title</comment>
+    <localizable>true</localizable>
+    <add>3.1</add>
+  </field>
+  <field>
+    <name>url</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>url in case of external dashlet</comment>
+    <add>3.1</add>
+  </field>
+  <field>
+    <name>content</name>
+    <type>text</type>
+    <comment>dashlet content</comment>
+    <add>3.1</add>
+    <drop>3.3</drop>
+  </field>
+  <field>
+    <name>permission</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Permission for the dashlet</comment>
+    <add>3.1</add>
+  </field>
+  <field>
+    <name>permission_operator</name>
+    <type>varchar</type>
+    <length>3</length>
+    <comment>Permission Operator</comment>
+    <add>3.1</add>
+  </field>
+  <field>
+    <name>column_no</name>
+    <type>boolean</type>
+    <comment>column no for this dashlet</comment>
+    <default>0</default>
+    <add>3.1</add>
+  </field>
+  <field>
+    <name>is_minimized</name>
+    <type>boolean</type>
+    <comment>Is Minimized?</comment>
+    <default>0</default>
+    <add>3.1</add>
+  </field>
+  <field>
+    <name>fullscreen_url</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>fullscreen url for dashlet</comment>
+    <add>3.4</add>
+  </field>
+  <field>
+    <name>is_fullscreen</name>
+    <type>boolean</type>
+    <comment>Is Fullscreen?</comment>
+    <default>1</default>
+    <add>3.1</add>
+  </field>
+  <field>
+    <name>is_active</name>
+    <type>boolean</type>
+    <comment>Is this dashlet active?</comment>
+    <default>0</default>
+    <add>3.1</add>
+  </field>
+  <field>
+    <name>is_reserved</name>
+    <type>boolean</type>
+    <comment>Is this dashlet reserved?</comment>
+    <default>0</default>
+    <add>3.1</add>
+  </field>
+  <field>
+    <name>weight</name>
+    <type>int</type>
+    <comment>Ordering of the dashlets.</comment>
+    <default>0</default>
+    <add>3.1</add>
+  </field>
+  <field>
+    <name>created_date</name>
+    <type>datetime</type>
+    <comment>When was content populated</comment>
+    <add>3.1</add>
+    <drop>3.3</drop>
+  </field>
 </table>