phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/setup phpgw_de.lang, 1.17.2.4.2.19, 1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/setup phpgw_de.lang, 1.17.2.4.2.19, 1.17.2.4.2.20 phpgw_en.lang, 1.25.2.4.2.25, 1.25.2.4.2.26 setup.inc.php, 1.11.2.2.2.6, 1.11.2.2.2.7 tables_current.inc.php, 1.11.2.1.2.6, 1.11.2.1.2.7 tables_update.inc.php, 1.15.2.1.2.6, 1.15.2.1.2.7
Date: Wed, 17 Sep 2003 20:49:29 -0400

Update of /cvsroot/phpgroupware/projects/setup
In directory subversions:/tmp/cvs-serv26129/setup

Modified Files:
      Tag: Version-0_9_16-branch
        phpgw_de.lang phpgw_en.lang setup.inc.php 
        tables_current.inc.php tables_update.inc.php 
Log Message:
adaptions new addressbook plus previous

Index: phpgw_de.lang
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/phpgw_de.lang,v
retrieving revision 1.17.2.4.2.19
retrieving revision 1.17.2.4.2.20
diff -C2 -r1.17.2.4.2.19 -r1.17.2.4.2.20
*** phpgw_de.lang       14 Sep 2003 20:38:21 -0000      1.17.2.4.2.19
--- phpgw_de.lang       18 Sep 2003 00:49:26 -0000      1.17.2.4.2.20
***************
*** 123,126 ****
--- 123,127 ----
  position      projects        de      Position
  preferences for accountancy   projects        de      Einstellungen zum 
Rechnungswesen
+ previous project      projects        de      Vorprojekt
  print delivery        projects        de      Lieferung drucken
  print invoice projects        de      Rechnung drucken
***************
*** 160,163 ****
--- 161,165 ----
  tax   projects        de      Mwst.
  that id has been used already !       projects        de      Diese ID ist 
bereits in Benutzung !
+ the choosen previous project does not have an end date specified      
projects        de      F&uuml;r das gew&auml;hlte Vorprojekt wurde kein 
Enddatum angegeben !
  time planned  projects        de      geplante Zeit
  time planned main project     projects        de      geplante Zeit 
Hauptprojekt

Index: phpgw_en.lang
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/phpgw_en.lang,v
retrieving revision 1.25.2.4.2.25
retrieving revision 1.25.2.4.2.26
diff -C2 -r1.25.2.4.2.25 -r1.25.2.4.2.26
*** phpgw_en.lang       14 Sep 2003 20:38:21 -0000      1.25.2.4.2.25
--- phpgw_en.lang       18 Sep 2003 00:49:26 -0000      1.25.2.4.2.26
***************
*** 144,147 ****
--- 144,148 ----
  Position      projects        en      Position
  preferences for accountancy   projects        en      Preferences for 
accountancy
+ previous project      projects        en      Previous project
  Print delivery        projects        en      Print delivery
  Print invoice projects        en      Print invoice
***************
*** 187,190 ****
--- 188,192 ----
  tax   projects        en      tax
  that id has been used already !       projects        en      That ID has 
been used already !
+ the choosen previous project does not have an end date specified      
projects        en      The choosen previous project does not have an end date 
specified !
  The delivery note contains no items ! projects        en      The delivery 
note contains no items !
  The invoice contains no items !       projects        en      The invoice 
contains no items !

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/setup.inc.php,v
retrieving revision 1.11.2.2.2.6
retrieving revision 1.11.2.2.2.7
diff -C2 -r1.11.2.2.2.6 -r1.11.2.2.2.7
*** setup.inc.php       13 Sep 2003 23:46:43 -0000      1.11.2.2.2.6
--- setup.inc.php       18 Sep 2003 00:49:26 -0000      1.11.2.2.2.7
***************
*** 13,17 ****
        $setup_info['projects']['name']      = 'projects';
        $setup_info['projects']['title']     = 'Projects';
!       $setup_info['projects']['version']   = '0.8.6.006';
        $setup_info['projects']['app_order'] = 13;
        $setup_info['projects']['enable']    = 1;
--- 13,17 ----
        $setup_info['projects']['name']      = 'projects';
        $setup_info['projects']['title']     = 'Projects';
!       $setup_info['projects']['version']   = '0.8.6.007';
        $setup_info['projects']['app_order'] = 13;
        $setup_info['projects']['enable']    = 1;
***************
*** 47,51 ****
                'manual',
                'add_def_pref',
!               'deleteaccount'
        );
  
--- 47,52 ----
                'manual',
                'add_def_pref',
!               'deleteaccount',
!               'home'
        );
  

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_current.inc.php,v
retrieving revision 1.11.2.1.2.6
retrieving revision 1.11.2.1.2.7
diff -C2 -r1.11.2.1.2.6 -r1.11.2.1.2.7
*** tables_current.inc.php      25 Jul 2003 23:00:38 -0000      1.11.2.1.2.6
--- tables_current.inc.php      18 Sep 2003 00:49:26 -0000      1.11.2.1.2.7
***************
*** 39,43 ****
                                'pcosts' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => False),
                                'main' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False),
!                               'level' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False)
                        ),
                        'pk' => array('id'),
--- 39,44 ----
                                'pcosts' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => False),
                                'main' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False),
!                               'level' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False),
!                               'previous' => array('type' => 'int','precision' 
=> 4,'default' => 0,'nullable' => False)
                        ),
                        'pk' => array('id'),

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_update.inc.php,v
retrieving revision 1.15.2.1.2.6
retrieving revision 1.15.2.1.2.7
diff -C2 -r1.15.2.1.2.6 -r1.15.2.1.2.7
*** tables_update.inc.php       25 Jul 2003 23:00:38 -0000      1.15.2.1.2.6
--- tables_update.inc.php       18 Sep 2003 00:49:26 -0000      1.15.2.1.2.7
***************
*** 413,415 ****
--- 413,423 ----
        }
  
+       $test[] = '0.8.6.006';
+       function projects_upgrade0_8_6_006()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_p_projects','previous',array('type'
 => 'int','precision' => 4,'default' => 0,'nullable' => False));
+ 
+               $GLOBALS['setup_info']['projects']['currentver'] = '0.8.6.007';
+               return $GLOBALS['setup_info']['projects']['currentver'];
+       }
  ?>





reply via email to

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