phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property setup/setup.inc.php setup/tables_curre...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property setup/setup.inc.php setup/tables_curre...
Date: Thu, 12 Oct 2006 10:51:12 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/12 10:51:12

Modified files:
        setup          : setup.inc.php tables_current.inc.php 
                         tables_update.inc.php 
        templates/base : actor.xsl admin_entity.xsl admin_location.xsl 
                         agreement.xsl r_agreement.xsl s_agreement.xsl 
                         tenant.xsl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/setup/setup.inc.php?cvsroot=phpgroupware&r1=1.45&r2=1.46
http://cvs.savannah.gnu.org/viewcvs/property/setup/tables_current.inc.php?cvsroot=phpgroupware&r1=1.65&r2=1.66
http://cvs.savannah.gnu.org/viewcvs/property/setup/tables_update.inc.php?cvsroot=phpgroupware&r1=1.52&r2=1.53
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/actor.xsl?cvsroot=phpgroupware&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/admin_entity.xsl?cvsroot=phpgroupware&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/admin_location.xsl?cvsroot=phpgroupware&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/agreement.xsl?cvsroot=phpgroupware&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/r_agreement.xsl?cvsroot=phpgroupware&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/s_agreement.xsl?cvsroot=phpgroupware&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/tenant.xsl?cvsroot=phpgroupware&r1=1.2&r2=1.3

Patches:
Index: setup/setup.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- setup/setup.inc.php 5 Oct 2006 11:33:53 -0000       1.45
+++ setup/setup.inc.php 12 Oct 2006 10:51:11 -0000      1.46
@@ -8,12 +8,12 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage setup
-       * @version $Id: setup.inc.php,v 1.45 2006/10/05 11:33:53 sigurdne Exp $
+       * @version $Id: setup.inc.php,v 1.46 2006/10/12 10:51:11 sigurdne Exp $
        */
 
        $setup_info['property']['name']         = 'property';
        $setup_info['property']['title']        = 'Property';
-       $setup_info['property']['version']      = '0.9.17.525';
+       $setup_info['property']['version']      = '0.9.17.526';
        $setup_info['property']['app_order']    = 8;
        $setup_info['property']['enable']       = 1;
        $setup_info['property']['app_group']    = 'office';

Index: setup/tables_current.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- setup/tables_current.inc.php        5 Oct 2006 11:33:53 -0000       1.65
+++ setup/tables_current.inc.php        12 Oct 2006 10:51:11 -0000      1.66
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage setup
-       * @version $Id: tables_current.inc.php,v 1.65 2006/10/05 11:33:53 
sigurdne Exp $
+       * @version $Id: tables_current.inc.php,v 1.66 2006/10/12 10:51:11 
sigurdne Exp $
        */
 
        $phpgw_baseline = array(
@@ -85,7 +85,7 @@
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'column_name' => array('type' => 
'varchar','precision' => '20','nullable' => False),
-                               'input_text' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'input_text' => array('type' => 
'varchar','precision' => '50','nullable' => False),
                                'list' => array('type' => 'int','precision' => 
'2','nullable' => True),
                                'location_form' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'lookup_form' => array('type' => 
'int','precision' => '2','nullable' => True),
@@ -148,7 +148,7 @@
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'column_name' => array('type' => 
'varchar','precision' => '20','nullable' => False),
-                               'input_text' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'input_text' => array('type' => 
'varchar','precision' => '50','nullable' => False),
                                'list' => array('type' => 'int','precision' => 
'2','nullable' => True),
                                'location_form' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'lookup_form' => array('type' => 
'int','precision' => '2','nullable' => True),
@@ -438,7 +438,7 @@
                        'fd' => array(
                                'column_name' => array('type' => 
'varchar','precision' => '20','nullable' => False),
                                'location_type' => array('type' => 
'int','precision' => '4','nullable' => False),
-                               'input_text' => array('type' => 
'varchar','precision' => '20','nullable' => True),
+                               'input_text' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'lookup_form' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'f_key' => array('type' => 'int','precision' => 
'2','nullable' => True),
                                'ref_to_category' => array('type' => 
'int','precision' => '2','nullable' => True),
@@ -463,7 +463,7 @@
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'custom' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'column_name' => array('type' => 
'varchar','precision' => '20','nullable' => False),
-                               'input_text' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'input_text' => array('type' => 
'varchar','precision' => '50','nullable' => False),
                                'list' => array('type' => 'int','precision' => 
'2','nullable' => True),
                                'location_form' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'lookup_form' => array('type' => 
'int','precision' => '2','nullable' => True),
@@ -1473,7 +1473,7 @@
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'column_name' => array('type' => 
'varchar','precision' => '20','nullable' => False),
-                               'input_text' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'input_text' => array('type' => 
'varchar','precision' => '50','nullable' => False),
                                'list' => array('type' => 'int','precision' => 
'2','nullable' => True),
                                'location_form' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'lookup_form' => array('type' => 
'int','precision' => '2','nullable' => True),

Index: setup/tables_update.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/setup/tables_update.inc.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- setup/tables_update.inc.php 5 Oct 2006 11:33:53 -0000       1.52
+++ setup/tables_update.inc.php 12 Oct 2006 10:51:11 -0000      1.53
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage setup
-       * @version $Id: tables_update.inc.php,v 1.52 2006/10/05 11:33:53 
sigurdne Exp $
+       * @version $Id: tables_update.inc.php,v 1.53 2006/10/12 10:51:11 
sigurdne Exp $
        */
 
        /**
@@ -1432,3 +1432,20 @@
                $GLOBALS['setup_info']['property']['currentver'] = '0.9.17.525';
                return $GLOBALS['setup_info']['property']['currentver'];
        }
+
+       /**
+       * Update property version from 0.9.17.525 to 0.9.17.526
+       */
+
+       $test[] = '0.9.17.525';
+       function property_upgrade0_9_17_525()
+       {
+               $GLOBALS['phpgw_setup']->oProc->m_odb->transaction_begin();
+               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('fm_tenant_attribute','input_text',array('type'
 => 'varchar','precision' => '50','nullable' => False));
+               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('fm_vendor_attribute','input_text',array('type'
 => 'varchar','precision' => '50','nullable' => False));
+               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('fm_location_attrib','input_text',array('type'
 => 'varchar','precision' => '50','nullable' => False));
+               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('fm_owner_attribute','input_text',array('type'
 => 'varchar','precision' => '50','nullable' => False));
+               $GLOBALS['phpgw_setup']->oProc->m_odb->transaction_commit();
+               $GLOBALS['setup_info']['property']['currentver'] = '0.9.17.526';
+               return $GLOBALS['setup_info']['property']['currentver'];
+       }

Index: templates/base/actor.xsl
===================================================================
RCS file: /sources/phpgroupware/property/templates/base/actor.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- templates/base/actor.xsl    10 Apr 2006 09:39:13 -0000      1.2
+++ templates/base/actor.xsl    12 Oct 2006 10:51:11 -0000      1.3
@@ -521,7 +521,7 @@
                                        <xsl:value-of select="lang_input_text"/>
                                </td>
                                <td>
-                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" maxlength="20" 
onMouseout="window.status='';return true;">
+                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" size ="60" maxlength="50" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
                                                                <xsl:value-of 
select="lang_input_text_statustext"/>

Index: templates/base/admin_entity.xsl
===================================================================
RCS file: /sources/phpgroupware/property/templates/base/admin_entity.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- templates/base/admin_entity.xsl     5 Feb 2006 20:07:35 -0000       1.5
+++ templates/base/admin_entity.xsl     12 Oct 2006 10:51:11 -0000      1.6
@@ -1,4 +1,4 @@
-<!-- $Id: admin_entity.xsl,v 1.5 2006/02/05 20:07:35 sigurdne Exp $ -->
+<!-- $Id: admin_entity.xsl,v 1.6 2006/10/12 10:51:11 sigurdne Exp $ -->
 
        <xsl:template name="app_data">
                <xsl:choose>
@@ -1105,7 +1105,7 @@
                                        <xsl:value-of select="lang_input_text"/>
                                </td>
                                <td>
-                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" maxlength="20" 
onMouseout="window.status='';return true;">
+                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" size ="60" maxlength="50" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
                                                                <xsl:value-of 
select="lang_input_text_statustext"/>

Index: templates/base/admin_location.xsl
===================================================================
RCS file: /sources/phpgroupware/property/templates/base/admin_location.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- templates/base/admin_location.xsl   3 Oct 2006 09:58:09 -0000       1.2
+++ templates/base/admin_location.xsl   12 Oct 2006 10:51:12 -0000      1.3
@@ -1,4 +1,4 @@
-<!-- $Id: admin_location.xsl,v 1.2 2006/10/03 09:58:09 sigurdne Exp $ -->
+<!-- $Id: admin_location.xsl,v 1.3 2006/10/12 10:51:12 sigurdne Exp $ -->
 
        <xsl:template name="app_data">
                <xsl:choose>
@@ -579,7 +579,7 @@
                                        <xsl:value-of select="lang_input_text"/>
                                </td>
                                <td>
-                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" maxlength="20" 
onMouseout="window.status='';return true;">
+                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" size ="60" maxlength="50" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
                                                                <xsl:value-of 
select="lang_input_text_statustext"/>

Index: templates/base/agreement.xsl
===================================================================
RCS file: /sources/phpgroupware/property/templates/base/agreement.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- templates/base/agreement.xsl        10 Apr 2006 09:39:13 -0000      1.4
+++ templates/base/agreement.xsl        12 Oct 2006 10:51:12 -0000      1.5
@@ -1604,7 +1604,7 @@
                                        <xsl:value-of select="lang_input_text"/>
                                </td>
                                <td>
-                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" maxlength="20" 
onMouseout="window.status='';return true;">
+                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" size ="60" maxlength="50" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
                                                                <xsl:value-of 
select="lang_input_text_statustext"/>

Index: templates/base/r_agreement.xsl
===================================================================
RCS file: /sources/phpgroupware/property/templates/base/r_agreement.xsl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- templates/base/r_agreement.xsl      10 Apr 2006 09:39:13 -0000      1.13
+++ templates/base/r_agreement.xsl      12 Oct 2006 10:51:12 -0000      1.14
@@ -1706,7 +1706,7 @@
                                        <xsl:value-of select="lang_input_text"/>
                                </td>
                                <td>
-                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" maxlength="20" 
onMouseout="window.status='';return true;">
+                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" size ="60" maxlength="50" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
                                                                <xsl:value-of 
select="lang_input_text_statustext"/>

Index: templates/base/s_agreement.xsl
===================================================================
RCS file: /sources/phpgroupware/property/templates/base/s_agreement.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- templates/base/s_agreement.xsl      10 Apr 2006 09:39:12 -0000      1.3
+++ templates/base/s_agreement.xsl      12 Oct 2006 10:51:12 -0000      1.4
@@ -1246,7 +1246,7 @@
                                        <xsl:value-of select="lang_input_text"/>
                                </td>
                                <td>
-                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" maxlength="20" 
onMouseout="window.status='';return true;">
+                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" size ="60" maxlength="50" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
                                                                <xsl:value-of 
select="lang_input_text_statustext"/>

Index: templates/base/tenant.xsl
===================================================================
RCS file: /sources/phpgroupware/property/templates/base/tenant.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- templates/base/tenant.xsl   10 Apr 2006 09:39:12 -0000      1.2
+++ templates/base/tenant.xsl   12 Oct 2006 10:51:12 -0000      1.3
@@ -524,7 +524,7 @@
                                        <xsl:value-of select="lang_input_text"/>
                                </td>
                                <td>
-                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" maxlength="20" 
onMouseout="window.status='';return true;">
+                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" size ="60" maxlength="50" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
                                                                <xsl:value-of 
select="lang_input_text_statustext"/>




reply via email to

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