Add more schema titles
authoreileen <emcnaughton@wikimedia.org>
Thu, 7 Jan 2016 07:38:08 +0000 (20:38 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 7 Jan 2016 10:11:23 +0000 (23:11 +1300)
37 files changed:
tests/phpunit/CRM/Core/DAOConformanceTest.php
xml/schema/Campaign/CampaignGroup.xml
xml/schema/Case/CaseActivity.xml
xml/schema/Case/CaseContact.xml
xml/schema/Contact/ACLContactCache.xml
xml/schema/Contact/GroupContactCache.xml
xml/schema/Contact/SubscriptionHistory.xml
xml/schema/Contribute/PremiumsProduct.xml
xml/schema/Contribute/Widget.xml
xml/schema/Core/Discount.xml
xml/schema/Core/EntityFile.xml
xml/schema/Core/Log.xml
xml/schema/Core/Managed.xml
xml/schema/Core/Menu.xml
xml/schema/Core/Persistent.xml
xml/schema/Core/PreferencesDate.xml
xml/schema/Dedupe/Exception.xml
xml/schema/Dedupe/Rule.xml
xml/schema/Dedupe/RuleGroup.xml
xml/schema/Event/Cart/Cart.xml
xml/schema/Event/Cart/EventInCart.xml
xml/schema/Financial/Currency.xml
xml/schema/Financial/EntityFinancialAccount.xml
xml/schema/Friend/Friend.xml
xml/schema/Mailing/BouncePattern.xml
xml/schema/Mailing/BounceType.xml
xml/schema/Mailing/Event/Bounce.xml
xml/schema/Mailing/Event/Delivered.xml
xml/schema/Mailing/Event/Forward.xml
xml/schema/Mailing/Event/Opened.xml
xml/schema/Mailing/Event/TrackableURLOpen.xml
xml/schema/Mailing/Spool.xml
xml/schema/PCP/PCP.xml
xml/schema/PCP/PCPBlock.xml
xml/schema/Pledge/PledgeBlock.xml
xml/schema/Price/PriceSetEntity.xml
xml/schema/Queue/QueueItem.xml

index 1ebfc1dbf526a6c709893c3906d771dd0745decb..a77a97553b9cc3e184a99d2f44d39a784deb449e 100644 (file)
@@ -28,64 +28,10 @@ class CRM_Core_DAOConformanceTest extends CiviUnitTestCase {
   public function getAllDAO() {
     $classList = CRM_Core_DAO_AllCoreTables::getClasses();
     $return = array();
-    $notYetTitledDAO = $this->getClassesWithoutTitlesYet();
     foreach ($classList as $class) {
-      if (!in_array($class, $notYetTitledDAO)) {
-        $return[] = array($class);
-      }
+      $return[] = array($class);
     }
     return $return;
   }
 
-  /**
-   * Classes that do not yet conform to expectation they will have a title for each field.
-   *
-   * When we start enforcing a new standard we have to grandfather it in & these classes need titles added.
-   *
-   * Note that we want titles so that things like views integration can rely on using them and so the person
-   * introducing the DAO is responsible for it's titles - not the person who adds it to the api later.
-   */
-  public function getClassesWithoutTitlesYet() {
-    return array(
-      'CRM_Contact_DAO_ACLContactCache',
-      'CRM_Core_DAO_Managed',
-      'CRM_Core_DAO_PreferencesDate',
-      'CRM_Event_Cart_DAO_EventInCart',
-      'CRM_PCP_DAO_PCPBlock',
-      'CRM_Case_DAO_CaseActivity',
-      'CRM_Core_DAO_Discount',
-      'CRM_Price_DAO_PriceSetEntity',
-      'CRM_Case_DAO_CaseContact',
-      'CRM_Contribute_DAO_Widget',
-      'CRM_Contribute_DAO_PremiumsProduct',
-      'CRM_Core_DAO_Persistent',
-      'CRM_Mailing_Event_DAO_TrackableURLOpen',
-      'CRM_Mailing_Event_DAO_Reply',
-      'CRM_Mailing_Event_DAO_Delivered',
-      'CRM_Mailing_Event_DAO_Forward',
-      'CRM_Mailing_Event_DAO_Bounce',
-      'CRM_Mailing_Event_DAO_Opened',
-      'CRM_Mailing_DAO_Spool',
-      'CRM_Mailing_DAO_TrackableURL',
-      'CRM_Contact_DAO_GroupContactCache',
-      'CRM_Contact_DAO_SubscriptionHistory',
-      'CRM_Core_DAO_Menu',
-      'CRM_Core_DAO_Log',
-      'CRM_Core_DAO_EntityFile',
-      'CRM_PCP_DAO_PCP',
-      'CRM_Queue_DAO_QueueItem',
-      'CRM_Pledge_DAO_PledgeBlock',
-      'CRM_Friend_DAO_Friend',
-      'CRM_Dedupe_DAO_Exception',
-      'CRM_Dedupe_DAO_Rule',
-      'CRM_Dedupe_DAO_RuleGroup',
-      'CRM_Event_Cart_DAO_Cart',
-      'CRM_Campaign_DAO_CampaignGroup',
-      'CRM_Financial_DAO_EntityFinancialAccount',
-      'CRM_Financial_DAO_Currency',
-      'CRM_Mailing_DAO_BouncePattern',
-      'CRM_Mailing_DAO_BounceType',
-    );
-  }
-
 }
index a3b849a588a2b1393f4f22df3af9ae669aea8947..dda4c7dc8046dabdcf504d942b8609d36cddac84 100644 (file)
@@ -8,6 +8,7 @@
 
   <field>
     <name>id</name>
+    <title>Campaign Group ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Campaign Group id.</comment>
@@ -20,6 +21,7 @@
 
   <field>
     <name>campaign_id</name>
+    <title>Campaign</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to the activity Campaign.</comment>
@@ -40,6 +42,7 @@
 
   <field>
     <name>group_type</name>
+    <title>Campaign Group Type</title>
     <type>varchar</type>
     <length>8</length>
     <default>NULL</default>
@@ -54,6 +57,7 @@
 
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <default>NULL</default>
@@ -63,6 +67,7 @@
 
   <field>
     <name>entity_id</name>
+    <title>Entity ID</title>
     <type>int unsigned</type>
     <default>NULL</default>
     <comment>Entity id of referenced table.</comment>
index d840664d046b570e84d0155dc3ef6415118d3f25..0ae6710e4d74324c7fb318185775507cec00e5e4 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Case Activity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique case-activity association id</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>case_id</name>
+    <title>Case</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Case ID of case-activity association.</comment>
@@ -33,6 +35,7 @@
   </foreignKey>
   <field>
     <name>activity_id</name>
+    <title>Activity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Activity ID of case-activity association.</comment>
index 43c83100954a9df49228a4233aa2220e6be1acc0..738e23c253060633abcd826f182a918ccdbc4a25 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Case Contact ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique case-contact association id</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>case_id</name>
+    <title>Case</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Case ID of case-contact association.</comment>
     <onDelete>CASCADE</onDelete>
   </foreignKey>
   <field>
-      <name>contact_id</name>
-      <type>int unsigned</type>
-      <uniqueName>case_contact_id</uniqueName>
-      <required>true</required>
-      <comment>Contact ID of contact record given case belongs to.</comment>
-      <html>
-        <type>EntityRef</type>
-      </html>
-      <add>2.1</add>
+    <name>contact_id</name>
+    <title>Contact ID</title>
+    <type>int unsigned</type>
+    <uniqueName>case_contact_id</uniqueName>
+    <required>true</required>
+    <comment>Contact ID of contact record given case belongs to.</comment>
+    <html>
+      <type>EntityRef</type>
+    </html>
+    <add>2.1</add>
   </field>
   <foreignKey>
-       <name>contact_id</name>
-       <table>civicrm_contact</table>
-       <key>id</key>
-       <add>2.1</add>
-       <onDelete>CASCADE</onDelete>
+    <name>contact_id</name>
+    <table>civicrm_contact</table>
+    <key>id</key>
+    <add>2.1</add>
+    <onDelete>CASCADE</onDelete>
   </foreignKey>
   <index>
     <name>UI_case_contact_id</name>
index 72e4bdb8a010cc028746f3d48f883f259dcf55b2..d544de405067fefcaf75127d2decc823ecdcc0b1 100644 (file)
@@ -20,6 +20,7 @@
   </primaryKey>
   <field>
     <name>user_id</name>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_contact (could be null for anon user)</comment>
     <add>3.1</add>
@@ -33,6 +34,7 @@
   </foreignKey>
   <field>
     <name>contact_id</name>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_contact</comment>
@@ -47,6 +49,7 @@
   </foreignKey>
   <field>
     <name>operation</name>
+    <title>Operation</title>
     <type>varchar</type>
     <length>8</length>
     <required>true</required>
index f14894a0e35c3cddcb43c0a93a787c2ed11242ab..22e92fd4bd811bb6cb60afef3bab8667b6488b82 100644 (file)
@@ -8,6 +8,7 @@
   <add>2.1</add>
   <field>
     <name>id</name>
+    <title>Group Contact Cache ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>primary key</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>group_id</name>
+    <title>Group</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_group</comment>
@@ -41,6 +43,7 @@
   </foreignKey>
   <field>
     <name>contact_id</name>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_contact</comment>
index 83f55d9db8a38ee9c27492075f56683d91f2f285..60d815f8a8add0e885de681eecd14ac88dd281d8 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Group Membership History ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Internal Id</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>contact_id</name>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Contact Id</comment>
@@ -34,6 +36,7 @@
   </foreignKey>
   <field>
     <name>group_id</name>
+    <title>Group</title>
     <type>int unsigned</type>
     <comment>Group Id</comment>
     <add>1.1</add>
@@ -55,6 +58,7 @@
   </foreignKey>
   <field>
     <name>date</name>
+    <title>Group Membership Action Date</title>
     <type>datetime</type>
     <required>true</required>
     <comment>Date of the (un)subscription</comment>
@@ -62,6 +66,7 @@
   </field>
   <field>
     <name>method</name>
+    <title>Group Membership Action</title>
     <type>varchar</type>
     <length>8</length>
     <comment>How the (un)subscription was triggered</comment>
@@ -75,6 +80,7 @@
   </field>
   <field>
     <name>status</name>
+    <title>Group Membership Status</title>
     <type>varchar</type>
     <length>8</length>
     <comment>The state of the contact within the group</comment>
@@ -85,6 +91,7 @@
   </field>
   <field>
     <name>tracking</name>
+    <title>Group Membership Tracking</title>
     <type>varchar</type>
     <length>255</length>
     <comment>IP address or other tracking info</comment>
index 2fb8d57f338f696e1c4b6c265777fcf8522ffc68..7f9b86604767f86ed026e5dfe99352be072872cf 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Premium Product ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Contribution ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>premiums_id</name>
+    <title>Premium</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to premiums settings record.</comment>
@@ -33,6 +35,7 @@
   </foreignKey>
   <field>
     <name>product_id</name>
+    <title>Product</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to each product object.</comment>
index 14fc88e2471fc1e054036be0516cf58bddcd8ed8..22ffb1170917164cafebeccb73834a60f80f189b 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Widget ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Contribution Id</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>contribution_page_id</name>
+    <title>Contribution Page</title>
     <type>int unsigned</type>
     <comment>The Contribution Page which triggered this contribution</comment>
     <add>1.5</add>
   </foreignKey>
   <field>
     <name>is_active</name>
+    <title>Enabled?</title>
     <type>boolean</type>
     <comment>Is this property active?</comment>
     <add>2.0</add>
   </field>
   <field>
     <name>title</name>
+    <title>Widget Title</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Widget title.</comment>
@@ -45,6 +49,7 @@
   </field>
   <field>
     <name>url_logo</name>
+    <title>Widget Image Url</title>
     <type>varchar</type>
     <length>255</length>
     <comment>URL to Widget logo</comment>
@@ -52,6 +57,7 @@
   </field>
   <field>
     <name>button_title</name>
+    <title>Button Title</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Button title.</comment>
   </field>
   <field>
     <name>about</name>
+    <title>Description</title>
     <type>text</type>
     <comment>About description.</comment>
     <add>2.0</add>
   </field>
   <field>
     <name>url_homepage</name>
+    <title>Homepage Url</title>
     <type>varchar</type>
     <length>255</length>
     <comment>URL to Homepage.</comment>
   </field>
   <field>
     <name>color_title</name>
+    <title>Title Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_button</name>
+    <title>Button Colour</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_bar</name>
+    <title>Bar Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_main_text</name>
+    <title>Main Text Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_main</name>
+    <title>Main Colour</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_main_bg</name>
+    <title>Backgroup Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_bg</name>
+    <title>Other Backgroun Colour</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_about_link</name>
+    <title>About Link Colour</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_homepage_link</name>
+    <title>Homepage Link Colour</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
index 617f2e4d8c59e7a06973fd0617f9f54d7ae6b665..16cde71afdcae8c20be8999cfcdb4b715aa0382c 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Discount ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>primary key</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <comment>physical tablename for entity being joined to discount, e.g. civicrm_event</comment>
@@ -26,6 +28,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to entity table specified in entity_table column.</comment>
   </index>
   <field>
     <name>start_date</name>
+    <title>Discount Start Date</title>
     <type>date</type>
     <comment>Date when discount starts.</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>end_date</name>
+    <title>Discount End Date</title>
     <type>date</type>
     <comment>Date when discount ends.</comment>
     <add>2.1</add>
index 373f230f6ea0ad0044653f91c1d7281cca3f73a7..b4a0f2387bbb7464f0ecc0f131913ded772b51f9 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Entity File ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>primary key</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <comment>physical tablename for entity being joined to file, e.g. civicrm_contact</comment>
@@ -26,6 +28,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to entity table specified in entity_table column.</comment>
@@ -44,6 +47,7 @@
   </index>
   <field>
     <name>file_id</name>
+    <title>File</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_file</comment>
index ef6efc31f46461493b2b9bdfaae293ccb3b58569..d7892395c7eafde2ed8c0d70e66c4de2f263d659 100644 (file)
@@ -8,6 +8,7 @@
   <add>1.5</add>
   <field>
     <name>id</name>
+    <title>Log ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Log ID</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -27,6 +29,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Entity ID </title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to the referenced item.</comment>
   </index>
   <field>
     <name>data</name>
+    <title>Data</title>
     <type>text</type>
     <comment>Updates does to this object if any.</comment>
     <add>1.5</add>
   </field>
   <field>
     <name>modified_id</name>
+    <title>Modified By</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID of person under whose credentials this data modification was made.</comment>
     <add>1.5</add>
@@ -65,6 +70,7 @@
   </foreignKey>
   <field>
     <name>modified_date</name>
+    <title>Modified Date</title>
     <type>datetime</type>
     <comment>When was the referenced entity created or modified or deleted.</comment>
     <add>1.5</add>
index 4b8bd204c75ff70181667dc96a9d75e3b4595774..9fdb1bc35389266dedb791233c87e5a48bbff6f3 100644 (file)
@@ -44,6 +44,7 @@
   </index>
   <field>
     <name>entity_type</name>
+    <title>Entity Type</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -52,6 +53,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to the referenced item.</comment>
@@ -59,6 +61,7 @@
   </field>
   <field>
     <name>cleanup</name>
+    <title>Cleanup Setting</title>
     <type>varchar</type>
     <length>32</length>
     <comment>Policy on when to cleanup entity (always, never, unused)</comment>
index 1bcb7626ae2eb0832f32664a61880b0893dc8906..d33d9e5d3378bdc78b92ac796d1dd17cf5d5dd08 100644 (file)
@@ -8,6 +8,7 @@
   <add>1.1</add>
   <field>
     <name>id</name>
+    <title>Menu ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>2.1</add>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>domain_id</name>
+    <title>Domain</title>
     <type>int unsigned</type>
     <required>true</required>
     <pseudoconstant>
@@ -36,6 +38,7 @@
   </foreignKey>
   <field>
     <name>path</name>
+    <title>Path</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Path Name</comment>
   </index>
   <field>
     <name>path_arguments</name>
+    <title>Arguments</title>
     <type>text</type>
     <comment>Arguments to pass to the url</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>title</name>
+    <title>Menu Title</title>
     <type>varchar</type>
     <length>255</length>
-    <comment>Menu Title</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>access_callback</name>
+    <title>Access Callback</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Function to call to check access permissions</comment>
   </field>
   <field>
     <name>access_arguments</name>
+    <title>Access Arguments</title>
     <type>text</type>
     <comment>Arguments to pass to access callback</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>page_callback</name>
+    <title>Page Callback</title>
     <type>varchar</type>
     <length>255</length>
     <comment>function to call for this url</comment>
   </field>
   <field>
     <name>page_arguments</name>
+    <title>Page Arguments</title>
     <type>text</type>
     <comment>Arguments to pass to page callback</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>breadcrumb</name>
+    <title>Breadcrumb</title>
     <type>text</type>
     <comment>Breadcrumb for the path.</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>component_id</name>
+    <title>Component</title>
     <type>int unsigned</type>
     <comment>Component that this menu item belongs to</comment>
     <add>2.1</add>
   </foreignKey>
   <field>
     <name>is_active</name>
+    <title>Enabled?</title>
     <type>boolean</type>
     <comment>Is this menu item active?</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>is_public</name>
+    <title>Public?</title>
     <type>boolean</type>
     <comment>Is this menu accessible to the public?</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>is_exposed</name>
+    <title>Exposed?</title>
     <type>boolean</type>
     <comment>Is this menu exposed to the navigation system?</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>is_ssl</name>
+    <title>Use SSL?</title>
     <type>boolean</type>
     <comment>Should this menu be exposed via SSL if enabled?</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>type</name>
+    <title>Type</title>
     <type>int</type>
     <required>true</required>
     <default>1</default>
   </field>
   <field>
     <name>page_type</name>
+    <title>Page Type</title>
     <type>int</type>
     <required>true</required>
     <default>1</default>
   </field>
   <field>
     <name>skipBreadcrumb</name>
+    <title>Hide Breadcrumb?</title>
     <type>boolean</type>
     <comment>skip this url being exposed to breadcrumb</comment>
     <add>2.2</add>
index 801bdbfbe538f8ba2715b884c5807db0435abc0d..4ea044d140d4252c182050fa15ebcc524555fa76 100644 (file)
@@ -7,6 +7,7 @@
   <add>3.2</add>
   <field>
     <name>id</name>
+    <title>Persistent ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Persistent Record Id</comment>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>context</name>
+    <title>Context</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Context for which name data pair is to be stored</comment>
@@ -26,6 +28,7 @@
   </field>
   <field>
     <name>name</name>
+    <title>Name</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Name of Context</comment>
   </field>
   <field>
     <name>data</name>
+    <title>Data</title>
     <type>longtext</type>
     <comment>data associated with name</comment>
     <add>3.2</add>
   </field>
   <field>
     <name>is_config</name>
+    <title>Is Configuration?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Config Settings</comment>
index a441117ad4f164e146192ccaa6a526ebbfb7b12e..90949567ec4a041f057cfe16278cfa98d0e244dd 100644 (file)
@@ -48,6 +48,7 @@
   </field>
   <field>
     <name>end</name>
+    <title>End Offset</title>
     <type>int</type>
     <required>true</required>
     <comment>The end offset relative to current year, can be negative</comment>
index f5f095cdc8dfe844d53c3537f540a4e1f21ad9e4..bf65f319de0faf57cd700bad57320f51b5c725b3 100644 (file)
@@ -7,6 +7,7 @@
   <add>3.3</add>
   <field>
     <name>id</name>
+    <title>Dedupe Exception ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique dedupe exception id</comment>
     <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-      <name>contact_id1</name>
-      <title>First Dupe Contact ID</title>
-      <type>int unsigned</type>
-      <comment>FK to Contact ID</comment>
-      <add>3.3</add>
+    <name>contact_id1</name>
+    <title>First Dupe Contact ID</title>
+    <type>int unsigned</type>
+    <comment>FK to Contact ID</comment>
+    <add>3.3</add>
   </field>
   <foreignKey>
-       <name>contact_id1</name>
-       <table>civicrm_contact</table>
-       <key>id</key>
-       <add>3.3</add>
-       <onDelete>CASCADE</onDelete>
+    <name>contact_id1</name>
+    <table>civicrm_contact</table>
+    <key>id</key>
+    <add>3.3</add>
+    <onDelete>CASCADE</onDelete>
   </foreignKey>
   <field>
-      <name>contact_id2</name>
-      <title>Second Dupe Contact ID</title>
-      <type>int unsigned</type>
-      <comment>FK to Contact ID</comment>
-      <add>3.3</add>
+    <name>contact_id2</name>
+    <title>Second Dupe Contact ID</title>
+    <type>int unsigned</type>
+    <comment>FK to Contact ID</comment>
+    <add>3.3</add>
   </field>
   <foreignKey>
-       <name>contact_id2</name>
-       <table>civicrm_contact</table>
-       <key>id</key>
-       <add>3.3</add>
-       <onDelete>CASCADE</onDelete>
+    <name>contact_id2</name>
+    <table>civicrm_contact</table>
+    <key>id</key>
+    <add>3.3</add>
+    <onDelete>CASCADE</onDelete>
   </foreignKey>
   <index>
-     <name>UI_contact_id1_contact_id2</name>
-     <fieldName>contact_id1</fieldName>
-     <fieldName>contact_id2</fieldName>
-     <unique>true</unique>
-     <add>3.3</add>
+    <name>UI_contact_id1_contact_id2</name>
+    <fieldName>contact_id1</fieldName>
+    <fieldName>contact_id2</fieldName>
+    <unique>true</unique>
+    <add>3.3</add>
   </index>
  </table>
index a8ee77f1c9fbd86adbbdfdbba75d9ed0817f3a78..858c0ff8c40a233a0b7bf0064065fe877178e1f8 100644 (file)
@@ -7,6 +7,7 @@
   <add>1.8</add>
   <field>
     <name>id</name>
+    <title>Dedupe Rule ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique dedupe rule id</comment>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>dedupe_rule_group_id</name>
+    <title>Dedupe Rule Group</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>The id of the rule group this rule belongs to</comment>
@@ -31,6 +33,7 @@
   </foreignKey>
   <field>
     <name>rule_table</name>
+    <title>Rule Table</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -39,6 +42,7 @@
   </field>
   <field>
     <name>rule_field</name>
+    <title>Rule Field</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -47,6 +51,7 @@
   </field>
   <field>
     <name>rule_length</name>
+    <title>Rule Length</title>
     <type>int unsigned</type>
     <comment>The length of the matching substring</comment>
     <add>1.8</add>
@@ -56,6 +61,7 @@
   </field>
   <field>
     <name>rule_weight</name>
+    <title>Order</title>
     <type>int</type>
     <required>true</required>
     <comment>The weight of the rule</comment>
index f59d28f1e123a862e64fe8ee842b9a127a4319ac..6adbe3dba41e236ab8f87cc6d9cc552d59fa1e3b 100644 (file)
@@ -7,6 +7,7 @@
   <add>1.8</add>
   <field>
     <name>id</name>
+    <title>Rule Group ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique dedupe rule group id</comment>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>contact_type</name>
+    <title>Contact Type</title>
     <type>varchar</type>
     <length>12</length>
     <comment>The type of contacts this group applies to</comment>
@@ -34,6 +36,7 @@
   </field>
   <field>
     <name>threshold</name>
+    <title>Threshold</title>
     <type>int</type>
     <required>true</required>
     <comment>The weight threshold the sum of the rule weights has to cross to consider two contacts the same</comment>
@@ -44,6 +47,7 @@
   </field>
   <field>
     <name>level</name>
+    <title>Level</title>
     <type>enum</type>
     <values>Strict, Fuzzy</values>
     <comment>Whether the rule should be used for cases where strict matching of the given contact type is required or a fuzzy one</comment>
@@ -53,6 +57,7 @@
   <field>
     <name>used</name>
     <type>varchar</type>
+    <title>Length</title>
     <length>12</length>
     <required>true</required>
     <comment>Whether the rule should be used for cases where usage is Unsupervised, Supervised OR General(programatically)</comment>
@@ -66,6 +71,7 @@
   </field>
   <field>
     <name>is_default</name>
+    <title>Default></title>
     <type>boolean</type>
     <comment>Is this a default rule (one rule for every contact type + level combination should be default)</comment>
     <add>2.1</add>
@@ -73,6 +79,7 @@
   </field>
   <field>
     <name>name</name>
+    <title>Name</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Name of the rule group</comment>
@@ -80,6 +87,7 @@
   </field>
   <field>
     <name>title</name>
+    <title>Title</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Label of the rule group</comment>
@@ -90,6 +98,7 @@
   </field>
   <field>
     <name>is_reserved</name>
+    <title>Reserved?</title>
     <type>boolean</type>
     <comment>Is this a reserved rule - a rule group that has been optimized and cannot be changed by the admin</comment>
     <add>4.1</add>
index 22bed9a28b15694a1c0ca0f8615da8f359f5edae..35a96bfb3a9a681123a01b7c9a3d84a2d5df45d9 100644 (file)
@@ -6,6 +6,7 @@
   <name>civicrm_event_carts</name>
   <field>
     <name>id</name>
+    <title>Cart ID</title>
     <uniqueName>cart_id</uniqueName>
     <type>int unsigned</type>
     <required>true</required>
   </primaryKey>
   <field>
     <name>user_id</name>
+    <title>Created By</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_contact who created this cart</comment>
     <add>4.1</add>
   </field>
   <field>
     <name>completed</name>
+    <title>Complete?</title>
     <type>boolean</type>
     <default>0</default>
     <add>4.1</add>
index 4daa96ab4b0c6804f18154722a5abd0912409a01..6fd487202d7dfa9b949c5df9ff52e735d5a91bd3 100644 (file)
@@ -6,6 +6,7 @@
   <name>civicrm_events_in_carts</name>
   <field>
     <name>id</name>
+    <title>Event In Cart</title>
     <uniqueName>event_in_cart_id</uniqueName>
     <type>int unsigned</type>
     <required>true</required>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>event_id</name>
+    <title>Event</title>
     <type>int unsigned</type>
     <comment>FK to Event ID</comment>
     <add>4.1</add>
@@ -31,6 +33,7 @@
   </foreignKey>
   <field>
     <name>event_cart_id</name>
+    <title>Event In Cart</title>
     <type>int unsigned</type>
     <comment>FK to Event Cart ID</comment>
     <add>4.1</add>
index 19c5a24fcdd9703fb9a080a9bafc125ca79d0889..28060cd1c20f3ceb5a7f5cd363f5c08449f67b10 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Currency ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Currency Id</comment>
@@ -31,6 +32,7 @@
   </field>
   <field>
     <name>symbol</name>
+    <title>Currency Symbol</title>
     <type>varchar</type>
     <length>8</length>
     <comment>Currency Symbol</comment>
@@ -41,6 +43,7 @@
   </field>
   <field>
     <name>numeric_code</name>
+    <title>Currency Numeric Code</title>
     <type>varchar</type>
     <length>3</length>
     <import>true</import>
@@ -49,6 +52,7 @@
   </field>
   <field>
     <name>full_name</name>
+    <title>Full Currency Name</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Full currency name</comment>
index de635c6874dc50ba5e11447c9255595f5a73fa80..51c6abae1ab4409b96bc75f013e6b9907ceaefc1 100755 (executable)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Entity Financial Account ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -29,6 +31,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>4.3</add>
@@ -41,6 +44,7 @@
   </dynamicForeignKey>
   <field>
     <name>account_relationship</name>
+    <title>Account Relationship</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>4.3</add>
@@ -55,6 +59,7 @@
   <field>
     <name>financial_account_id</name>
     <type>int unsigned</type>
+    <title>Financial Account</title>
     <required>true</required>
     <add>4.3</add>
     <comment>FK to the financial_account_id</comment>
index b851fdfdef8f0d61a7c4fbe9288f52a82c662917..1894e806a0e1d07527a7f5950a3c873882459958 100644 (file)
@@ -7,6 +7,7 @@
   <add>2.0</add>
   <field>
     <name>id</name>
+    <title>Friend ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Friend ID</comment>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -26,6 +28,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to the referenced item.</comment>
@@ -38,6 +41,7 @@
   </dynamicForeignKey>
   <field>
     <name>title</name>
+    <title>Title</title>
     <type>varchar</type>
     <length>255</length>
     <localizable>true</localizable>
@@ -48,6 +52,7 @@
   </field>
   <field>
     <name>intro</name>
+    <title>Intro</title>
     <type>text</type>
     <localizable>true</localizable>
     <comment>Introductory message to contributor or participant displayed on the Tell a Friend form.</comment>
@@ -58,6 +63,7 @@
   </field>
   <field>
     <name>suggested_message</name>
+    <title>Suggested Message</title>
     <type>text</type>
     <localizable>true</localizable>
     <comment>Suggested message to friends, provided as default on the Tell A Friend form.</comment>
@@ -68,6 +74,7 @@
   </field>
   <field>
     <name>general_link</name>
+    <title>General Link</title>
     <type>varchar</type>
     <length>255</length>
     <import>true</import>
@@ -79,6 +86,7 @@
   </field>
   <field>
     <name>thankyou_title</name>
+    <title>Thank You Title</title>
     <type>varchar</type>
     <length>255</length>
     <localizable>true</localizable>
@@ -90,6 +98,7 @@
   </field>
   <field>
     <name>thankyou_text</name>
+    <title>Thank You Text</title>
     <type>text</type>
     <localizable>true</localizable>
     <comment>Thank you message displayed on success page.</comment>
   </field>
   <field>
     <name>is_active</name>
+    <title>Enabled?</title>
     <type>boolean</type>
     <add>2.0</add>
     <html>
index d5b4c784af341c7939b435c52b7450d48a95aa74..3715febd2d0b3a38c3e8fcef2746fad81b187945 100644 (file)
@@ -7,6 +7,7 @@
   <comment>Pseudo-constant table of patterns for bounce classification</comment>
   <field>
     <name>id</name>
+    <title>Bounce Pattern ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -16,6 +17,7 @@
   </primaryKey>
   <field>
     <name>bounce_type_id</name>
+    <title>Bounce Type</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Type of bounce</comment>
@@ -28,6 +30,7 @@
   </foreignKey>
   <field>
     <name>pattern</name>
+    <title>Pattern</title>
     <type>varchar</type>
     <length>255</length>
     <comment>A regexp to match a message to a bounce type</comment>
index 4eacbd2df8956e43e69d4e3962ebedbf2b273b0a..e24f7fe44c62a6279043fbe1382ef9de5382c25f 100644 (file)
@@ -7,6 +7,7 @@
   <comment>Table to index the various bounce types and their properties</comment>
   <field>
     <name>id</name>
+    <title>Bounce Type ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -16,6 +17,7 @@
   </primaryKey>
   <field>
     <name>name</name>
+    <title>Bounce Type Name</title>
     <type>varchar</type>
     <length>24</length>
     <required>true</required>
   </field>
   <field>
     <name>description</name>
+    <title>Bounce Type Description</title>
     <type>varchar</type>
     <length>255</length>
     <comment>A description of this bounce type</comment>
   </field>
   <field>
     <name>hold_threshold</name>
+    <title>Hold Threshold</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Number of bounces of this type required before the email address is put on bounce hold</comment>
index 5842e95102788aa3121c14d7391bf5cf7d00179d..a76feedbe91db631b1b50fa1c11147edf84870d7 100644 (file)
@@ -8,6 +8,7 @@
   <archive>true</archive>
   <field>
     <name>id</name>
+    <title>Bounce ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -17,6 +18,7 @@
   </primaryKey>
   <field>
     <name>event_queue_id</name>
+    <title>Event Queue</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to EventQueue</comment>
@@ -29,6 +31,7 @@
   </foreignKey>
   <field>
     <name>bounce_type_id</name>
+    <title>Bounce Type</title>
     <type>int unsigned</type>
     <comment>What type of bounce was it?</comment>
     <pseudoconstant>
   </field>
   <field>
     <name>bounce_reason</name>
+    <title>Bounce Reason</title>
     <type>varchar</type>
     <length>255</length>
     <comment>The reason the email bounced.</comment>
   </field>
   <field>
     <name>time_stamp</name>
+    <title>Timestamp</title>
     <type>datetime</type>
     <required>true</required>
     <comment>When this bounce event occurred.</comment>
index 8eff1e1f84574933fda8e3c7a50ef545de4d9694..46ddba2eec46138e9d5c888841bcbc6e93460dd0 100644 (file)
@@ -8,6 +8,7 @@
   <archive>true</archive>
   <field>
     <name>id</name>
+    <title>Delivered ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -17,6 +18,7 @@
   </primaryKey>
   <field>
     <name>event_queue_id</name>
+    <title>Event Queue</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to EventQueue</comment>
@@ -29,6 +31,7 @@
   </foreignKey>
   <field>
     <name>time_stamp</name>
+    <title>Timestamp</title>
     <type>datetime</type>
     <required>true</required>
     <comment>When this delivery event occurred.</comment>
index 1535bed82af878e0efc7b7daac4f004fdae2ffb9..4fe391110df2ea45049573ac00a60b6e53034014 100644 (file)
@@ -8,6 +8,7 @@
   <archive>true</archive>
   <field>
     <name>id</name>
+    <title>Forward ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -17,6 +18,7 @@
   </primaryKey>
   <field>
     <name>event_queue_id</name>
+    <title>Mailing Event Queue</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to EventQueue</comment>
@@ -29,6 +31,7 @@
   </foreignKey>
   <field>
     <name>dest_queue_id</name>
+    <title>Destination Queue</title>
     <type>int unsigned</type>
     <comment>FK to EventQueue for destination</comment>
   </field>
@@ -40,6 +43,7 @@
   </foreignKey>
   <field>
     <name>time_stamp</name>
+    <title>Timestamp</title>
     <type>datetime</type>
     <required>true</required>
     <comment>When this forward event occurred.</comment>
index d43ffd823b27f4a740b31b0c1268dc96becda848..2d69ef13f254fd92bd2eca4014e1ccfc8140a2d4 100644 (file)
@@ -31,6 +31,7 @@
   </foreignKey>
   <field>
     <name>time_stamp</name>
+    <title>Timestamp</title>
     <type>datetime</type>
     <required>true</required>
     <comment>When this open event occurred.</comment>
index 575c7885d2e05bd9631a34d631466d49819ca23d..17f0e0e95b5c8ac466021f181bd15bd38c3fa77c 100644 (file)
@@ -8,6 +8,7 @@
   <archive>true</archive>
   <field>
     <name>id</name>
+    <title>Trackable URL Open ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -17,6 +18,7 @@
   </primaryKey>
   <field>
     <name>event_queue_id</name>
+    <title>Event Queue</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to EventQueue</comment>
@@ -29,6 +31,7 @@
   </foreignKey>
   <field>
     <name>trackable_url_id</name>
+    <title>Trackable Url</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to TrackableURL</comment>
@@ -41,6 +44,7 @@
   </foreignKey>
   <field>
     <name>time_stamp</name>
+    <title>Timestamp</title>
     <type>datetime</type>
     <required>true</required>
     <comment>When this trackable URL open occurred.</comment>
index 505de09fee49498905590f7a50ff1dd234901d00..b7c82ba63212e9244af49ad5289a9594e3a2578c 100644 (file)
@@ -7,6 +7,7 @@
   <comment>Stores the outbond mails</comment>
   <field>
     <name>id</name>
+    <title>Spool ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -16,6 +17,7 @@
   </primaryKey>
   <field>
     <name>job_id</name>
+    <title>Mailing Job</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>The ID of the Job .</comment>
   </foreignKey>
   <field>
     <name>recipient_email</name>
+    <title>Recipient Email</title>
     <type>text</type>
     <comment>The email of the receipients this mail is to be sent.</comment>
   </field>
   <field>
     <name>headers</name>
+    <title>Headers</title>
     <type>text</type>
     <comment>The header information of this mailing .</comment>
   </field>
   <field>
     <name>body</name>
+    <title>Body</title>
     <type>text</type>
     <comment>The body of this mailing.</comment>
   </field>
   <field>
     <name>added_at</name>
+    <title>Added</title>
     <type>datetime</type>
     <comment>date on which this job was added.</comment>
   </field>
   <field>
     <name>removed_at</name>
+    <title>Removed</title>
     <type>datetime</type>
     <comment>date on which this job was removed.</comment>
   </field>
index 46f66b6c30c7cb06541ad5a86bee959dcce6f41b..349f24abe91dadf49172d83f51d910c16c85053b 100644 (file)
@@ -82,6 +82,7 @@
   </field>
   <field>
     <name>donate_link_text</name>
+    <title>Donate Link Text</title>
     <type>varchar</type>
     <length>255</length>
     <default>NULL</default>
   </foreignKey>
   <field>
     <name>page_id</name>
+    <title>Contribution Page</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>The Contribution or Event Page which triggered this pcp</comment>
   </field>
   <field>
     <name>pcp_block_id</name>
+    <title>PCP Block</title>
     <comment>The pcp block that this pcp page was created from</comment>
     <type>int unsigned</type>
     <required>true</required>
   </field>
   <field>
     <name>is_thermometer</name>
+    <title>Use Thermometer?</title>
     <type>int unsigned</type>
     <default>0</default>
     <html>
   </field>
   <field>
     <name>is_honor_roll</name>
+    <title>Show Honor Roll?</title>
     <type>int unsigned</type>
     <default>0</default>
     <add>2.2</add>
   </field>
   <field>
     <name>goal_amount</name>
+    <title>Goal Amount</title>
     <type>decimal</type>
     <comment>Goal amount of this Personal Campaign Page.</comment>
     <add>2.2</add>
   </field>
   <field>
     <name>currency</name>
+    <title>Currency</title>
     <type>varchar</type>
     <length>3</length>
     <default>NULL</default>
   </field>
   <field>
     <name>referer</name>
+    <title>Referer</title>
     <type>varchar</type>
     <length>255</length>
     <default>NULL</default>
   </field>
   <field>
     <name>is_active</name>
+    <title>Enabled?</title>
     <type>boolean</type>
     <comment>Is Personal Campaign Page enabled/active?</comment>
     <default>0</default>
   </field>
   <field>
     <name>is_notify</name>
+    <title>Notify Owner?</title>
     <type>boolean</type>
     <comment>Notify owner via email when someone donates to page?</comment>
     <default>0</default>
index 5d4a1af4f75f8a3f2ef20cb1c3616933d9250848..b07bc5b035556ca14c48574688a879614af825f3 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>PCP Block ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>PCP block Id</comment>
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <add>2.2</add>
   </field>
   <field>
     <name>entity_id</name>
+    <title>Entity</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_contribution_page.id OR civicrm_event.id</comment>
@@ -45,6 +48,7 @@
   </foreignKey>
   <field>
     <name>target_entity_type</name>
+    <title>Target Entity</title>
     <type>varchar</type>
     <length>255</length>
     <required>true</required>
@@ -54,6 +58,7 @@
   </field>
   <field>
     <name>target_entity_id</name>
+    <title>Target Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>The entity that this pcp targets</comment>
@@ -67,6 +72,7 @@
   </dynamicForeignKey>
   <field>
     <name>supporter_profile_id</name>
+    <title>Supporter Profile</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_uf_group.id. Does Personal Campaign Page require manual activation by administrator? (is inactive by default after setup)?</comment>
     <default>NULL</default>
   </field>
   <field>
     <name>is_approval_needed</name>
+    <title>Approval Required?</title>
     <type>boolean</type>
     <comment>Does Personal Campaign Page require manual activation by administrator? (is inactive by default after setup)?</comment>
     <default>NULL</default>
   </field>
   <field>
     <name>is_tellfriend_enabled</name>
+    <title>Tell a Friend Enabled?</title>
     <type>boolean</type>
     <comment>Does Personal Campaign Page allow using tell a friend?</comment>
     <default>NULL</default>
   </field>
   <field>
     <name>tellfriend_limit</name>
+    <title>Tell A Friend Limit</title>
     <type>int unsigned</type>
     <default>NULL</default>
     <comment>Maximum recipient fields allowed in tell a friend</comment>
   </field>
   <field>
     <name>link_text</name>
+    <title>Link Text</title>
     <type>varchar</type>
     <length>255</length>
     <default>NULL</default>
   </field>
   <field>
     <name>is_active</name>
+    <title>Enabled?</title>
     <type>boolean</type>
     <comment>Is Personal Campaign Page Block enabled/active?</comment>
     <default>1</default>
   </field>
   <field>
     <name>notify_email</name>
+    <title>Notification Email</title>
     <type>varchar</type>
     <length>255</length>
     <comment>If set, notification is automatically emailed to this email-address on create/update Personal Campaign Page</comment>
index 4012777a5c739d1285cb1089bd79ff7086b79e9a..d0282070cf9452126f57f0b952355a55a96bdb07 100644 (file)
@@ -7,6 +7,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Pledge Block ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Pledge ID</comment>
@@ -53,6 +54,7 @@
   </field>
   <field>
     <name>is_pledge_interval</name>
+    <title>Expose Frequency Interval?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is frequency interval exposed on the contribution form.</comment>
index a6ec3c2713aade824751e960d81b49a9cf96ed26..3ec1dbd0580d811c23bd68fea91757aa9f0717b1 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Price Set Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Price Set Entity</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -27,6 +29,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Entity IF</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Item in table</comment>
@@ -39,6 +42,7 @@
   </dynamicForeignKey>
   <field>
     <name>price_set_id</name>
+    <title>Price Set</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>price set being used</comment>
index 1f3f11818f7923dcf305467c5dae26b60bd77e74..cbbb20de3e7a5c0d607eb99876364d109a5dc5cb 100644 (file)
@@ -12,6 +12,7 @@
   <add>4.2</add>
   <field>
     <name>id</name>
+    <title>Queue ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -21,6 +22,7 @@
   </primaryKey>
   <field>
     <name>queue_name</name>
+    <title>Queue Name</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Name of the queue which includes this item</comment>
@@ -40,6 +42,7 @@
   </field>
   <field>
     <name>submit_time</name>
+    <title>Submit Time</title>
     <type>datetime</type>
     <comment>date on which this item was submitted to the queue</comment>
     <required>true</required>
@@ -49,6 +52,7 @@
   </field>
   <field>
     <name>release_time</name>
+    <title>Release Time</title>
     <type>datetime</type>
     <comment>date on which this job becomes available; null if ASAP</comment>
     <html>