phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/setup/setup.xml, 1.1.1.1.2.9


From: nomail
Subject: [Phpgroupware-cvs] api/setup/setup.xml, 1.1.1.1.2.9
Date: Thu, 20 May 2004 20:12:57 -0000

Update of /api/setup
Modified Files:
        Branch: proposal-branch
          setup.xml

date: 2004/04/16 20:59:49;  author: seek3r;  state: Exp;  lines: +6 -328

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
Index: api/setup/setup.xml
diff -u api/setup/setup.xml:1.1.1.1.2.8 api/setup/setup.xml:1.1.1.1.2.9
--- api/setup/setup.xml:1.1.1.1.2.8     Sat Jan 31 19:09:08 2004
+++ api/setup/setup.xml Fri Apr 16 20:59:49 2004
@@ -6,6 +6,10 @@
        <name>api</name>
        <title>API</title>
        <version>1.9.0</version>
+       <!-- FIXME: Needs full list of authors and maintainers -->
+       <!-- and futher list of licenses that apply -->
+       <license>LGPL</license>
+       <license_url>http://www.gnu.org/copyleft/gpl.html</license_url>
        <prefs>
                <prefs_item>
                        <name>api.skin</name>
@@ -101,330 +105,4 @@
                        <value>1</value>
                </acl_location>
        </acl_locations>
-       <tables_current>
-               <phpgw_categories>
-                       <fd>
-                               <cat_id>
-                                       <type>auto</type>
-                                       <nullable>0</nullable>
-                               </cat_id>
-                               <cat_main>
-                                       <type>int</type>
-                                       <precision>8</precision>
-                                       <nullable>0</nullable>
-                               </cat_main>
-                               <cat_parent>
-                                       <type>int</type>
-                                       <precision>8</precision>
-                                       <nullable>0</nullable>
-                               </cat_parent>
-                               <cat_level>
-                                       <type>int</type>
-                                       <precision>8</precision>
-                                       <nullable>0</nullable>
-                               </cat_level>
-                               <cat_owner>
-                                       <type>int</type>
-                                       <precision>8</precision>
-                                       <nullable>0</nullable>
-                               </cat_owner>
-                               <cat_location>
-                                       <type>varchar</type>
-                                       <precision>100</precision>
-                                       <nullable>0</nullable>
-                               </cat_location>
-                               <cat_name>
-                                       <type>varchar</type>
-                                       <precision>150</precision>
-                                       <nullable>0</nullable>
-                               </cat_name>
-                               <cat_access>
-                                       <type>char</type>
-                                       <precision>7</precision>
-                                       <default>private</default>
-                               </cat_access>
-                               <cat_description>
-                                       <type>varchar</type>
-                                       <precision>255</precision>
-                                       <nullable>0</nullable>
-                               </cat_description>
-                               <cat_data>
-                                       <type>text</type>
-                                       <nullable>0</nullable>
-                               </cat_data>
-                               <cat_modified>
-                                       <type>timestamp</type>
-                                       <nullable>0</nullable>
-                               </cat_modified>
-                       </fd>
-                       <pk>
-                               <pk_item>history_id</pk_item>
-                       </pk>
-                       <uc>
-                               <uc_item>history_id</uc_item>
-                       </uc>
-               </phpgw_categories>
-               <phpgw_history>
-                       <fd>
-                               <history_id>
-                                       <type>auto</type>
-                                       <nullable>0</nullable>
-                               </history_id>
-                               <history_owner>
-                                       <type>int</type>
-                                       <precision>8</precision>
-                                       <nullable>0</nullable>
-                               </history_owner>
-                               <history_location>
-                                       <type>varchar</type>
-                                       <precision>50</precision>
-                                       <nullable>0</nullable>
-                               </history_location>
-                               <history_field>
-                                       <type>varchar</type>
-                                       <precision>30</precision>
-                                       <nullable>0</nullable>
-                               </history_field>
-                               <history_action>
-                                       <type>char</type>
-                                       <precision>1</precision>
-                                       <nullable>0</nullable>
-                               </history_action>
-                               <!-- Text _might_ be a little overboard size 
for this -->
-                               <history_o_value>
-                                       <type>text</type>
-                                       <nullable>1</nullable>
-                               </history_o_value>
-                               <history_n_value>
-                                       <type>text</type>
-                                       <nullable>0</nullable>
-                               </history_n_value>
-                               <history_timestamp>
-                                       <type>timestamp</type>
-                                       <nullable>1</nullable>
-                                       <default>now</default>
-                               </history_timestamp>
-                       </fd>
-                       <pk>
-                               <pk_item>history_id</pk_item>
-                       </pk>
-                       <ix>
-                               <ix_item>history_location</ix_item>
-                       </ix>
-                       <uc>
-                               <uc_item>history_id</uc_item>
-                       </uc>
-               </phpgw_history>
-
-               <phpgw_acl_locations>
-                       <fd>
-                               <loc_id>
-                                       <type>auto</type>
-                                       <nullable>0</nullable>
-                               </loc_id>
-                               <loc_op>
-                                       <type>varchar</type>
-                                       <precision>50</precision>
-                                       <nullable>0</nullable>
-                               </loc_op>
-                               <loc_title>
-                                       <type>varchar</type>
-                                       <precision>50</precision>
-                                       <nullable>0</nullable>
-                               </loc_title>
-                               <loc_value>
-                                       <type>int</type>
-                                       <precision>4</precision>
-                                       <nullable>0</nullable>
-                               </loc_value>
-                       </fd>
-                       <pk>
-                               <pk_item>loc_id</pk_item>
-                       </pk>
-                       <ix>
-                               <ix_item>loc_op</ix_item>
-                       </ix>
-                       <uc>
-                               <uc_item>loc_id</uc_item>
-                       </uc>
-               </phpgw_acl_locations>
-
-               <phpgw_accounts>
-               <fd>
-                       <account_id>
-                               <type>auto</type>
-                               <nullable>0</nullable>
-                       </account_id>
-                       <account_lid>
-                               <type>varchar</type>
-                               <precision>25</precision>
-                               <nullable>0</nullable>
-                       </account_lid>
-        <account_pwd>
-          <type>varchar</type>
-          <precision>32</precision>
-          <nullable>0</nullable>
-        </account_pwd>
-        <account_firstname>
-          <type>varchar</type>
-          <precision>50</precision>
-          <nullable>0</nullable>
-        </account_firstname>
-        <account_lastname>
-          <type>varchar</type>
-          <precision>50</precision>
-          <nullable>0</nullable>
-        </account_lastname>
-        <account_lastpwd_change>
-          <type>timestamp</type>
-          <nullable>1</nullable>
-        </account_lastpwd_change>
-        <account_status>
-          <type>char</type>
-          <precision>1</precision>
-          <nullable>0</nullable>
-          <default>A</default>
-        </account_status>
-        <account_expires>
-          <type>timestamp</type>
-          <nullable>0</nullable>
-        </account_expires>
-                       <account_type>
-                               <type>char</type>
-                               <precision>1</precision>
-                               <nullable>1</nullable>
-                       </account_type>
-               </fd>
-               <pk>
-                       <pk_item>account_id</pk_item>
-               </pk>
-               <ix>
-                       <ix_item>account_id</ix_item>
-                       <ix_item>account_lid</ix_item>
-               </ix>
-               <uc>
-                       <uc_item>account_lid</uc_item>
-               </uc>
-       </phpgw_accounts>
-    
-       <phpgw_acl>
-      <fd>
-        <acl_host>
-          <type>int</type>
-          <precision>4</precision>
-          <nullable>0</nullable>
-        </acl_host>
-        <acl_account>
-          <type>int</type>
-          <precision>4</precision>
-          <nullable>0</nullable>
-        </acl_account>
-        <acl_op>
-          <type>varchar</type>
-          <precision>40</precision>
-          <nullable>0</nullable>
-        </acl_op>
-        <acl_isop>
-          <type>int</type>
-          <precision>4</precision>
-          <nullable>0</nullable>
-        </acl_isop>
-        <acl_rights>
-          <type>int</type>
-          <precision>4</precision>
-          <nullable>0</nullable>
-        </acl_rights>
-        <acl_type>
-          <type>int</type>
-          <precision>4</precision>
-          <nullable>1</nullable>
-        </acl_type>
-        <acl_data>
-          <type>text</type>
-          <nullable>1</nullable>
-        </acl_data>
-      </fd>
-    </phpgw_acl>
-               <phpgw_apps>
-      <fd>
-        <app_id>
-          <type>auto</type>
-          <nullable>0</nullable>
-        </app_id>
-                               <app_name>
-          <type>varchar</type>
-          <precision>40</precision>
-          <nullable>0</nullable>
-                               </app_name>
-                               <app_title>
-          <type>varchar</type>
-                                       <precision>100</precision>
-          <nullable>0</nullable>
-                               </app_title>
-                               <app_version>
-          <type>varchar</type>
-                                       <precision>10</precision>
-          <nullable>0</nullable>
-                               </app_version>
-        <app_enabled>
-          <type>int</type>
-          <precision>4</precision>
-          <nullable>0</nullable>
-                               </app_enabled>
-      </fd>
-      <pk>
-        <pk_item>app_id</pk_item>
-      </pk>
-               <ix>
-                       <ix_item>app_name</ix_item>
-               </ix>
-      <uc>
-        <uc_item>app_id</uc_item>
-      </uc>
-    </phpgw_apps>
-               <phpgw_hooks>
-      <fd>
-                               <hook_name>
-          <type>varchar</type>
-                                       <precision>100</precision>
-          <nullable>0</nullable>
-                               </hook_name>
-                               <hook_op>
-          <type>varchar</type>
-                                       <precision>100</precision>
-          <nullable>0</nullable>
-                               </hook_op>
-                       </fd>
-               <ix>
-                       <ix_item>hook_op</ix_item>
-               </ix>
-               </phpgw_hooks>
-               <phpgw_prefs>
-      <fd>
-                               <pref_app>
-          <type>varchar</type>
-                                       <precision>20</precision>
-          <nullable>0</nullable>
-                               </pref_app>
-                               <pref_name>
-          <type>varchar</type>
-                                       <precision>100</precision>
-          <nullable>0</nullable>
-                               </pref_name>
-                               <pref_value>
-          <type>varchar</type>
-                                       <precision>100</precision>
-          <nullable>1</nullable>
-                               </pref_value>
-                               <pref_account>
-          <type>varchar</type>
-                                       <precision>15</precision>
-          <nullable>0</nullable>
-                               </pref_account>
-                       </fd>
-               <ix>
-                       <ix_item>pref_account</ix_item>
-               </ix>
-               </phpgw_prefs>
-       </tables_current>
 </phpgw_setup>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]