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.2,1.1.1.1.2.3


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/setup setup.xml,1.1.1.1.2.2,1.1.1.1.2.3
Date: Thu, 13 Nov 2003 20:18:23 +0000

Update of /cvsroot/phpgroupware/api/setup
In directory subversions:/tmp/cvs-serv19537/api/setup

Modified Files:
      Tag: proposal-branch
        setup.xml 
Log Message:
- Changed how history works, its much cleanier and easier to use 
(field_execmethod still needs some work to how it functions)
- History will now group changes using row_on and row_off (Note: This was a 
bitch to figure out :P )
- The accounts created durring setup will create the inital entrys for an 
accounts history
- If a account_id is not found by the history class, it uses "Unknown" ...


Index: setup.xml
===================================================================
RCS file: /cvsroot/phpgroupware/api/setup/setup.xml,v
retrieving revision 1.1.1.1.2.2
retrieving revision 1.1.1.1.2.3
diff -C2 -d -r1.1.1.1.2.2 -r1.1.1.1.2.3
*** setup.xml   9 Nov 2003 18:52:13 -0000       1.1.1.1.2.2
--- setup.xml   13 Nov 2003 20:18:21 -0000      1.1.1.1.2.3
***************
*** 25,33 ****
                                <nullable>0</nullable>
                        </history_id>
-                       <history_rid>
-                               <type>int</type>
-                               <precision>8</precision>
-                               <nullable>0</nullable>
-                       </history_rid>
                        <history_owner>
                                <type>int</type>
--- 25,28 ----
***************
*** 35,43 ****
                                <nullable>0</nullable>
                        </history_owner>
!                       <history_app>
                                <type>varchar</type>
!                               <precision>30</precision>
                                <nullable>0</nullable>
!                       </history_app>
                        <history_field>
                                <type>varchar</type>
--- 30,38 ----
                                <nullable>0</nullable>
                        </history_owner>
!                       <history_location>
                                <type>varchar</type>
!                               <precision>50</precision>
                                <nullable>0</nullable>
!                       </history_location>
                        <history_field>
                                <type>varchar</type>
***************
*** 45,53 ****
                                <nullable>0</nullable>
                        </history_field>
!                       <history_type>
                                <type>char</type>
                                <precision>1</precision>
                                <nullable>0</nullable>
!                       </history_type>
                        <!-- Text _might_ be a little overboard size for this 
-->
                        <history_o_value>
--- 40,48 ----
                                <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>





reply via email to

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