phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/setup phpgw_en.lang,1.8,1.9 setup.inc.php,1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/setup phpgw_en.lang,1.8,1.9 setup.inc.php,1.16,1.17
Date: Wed, 13 Mar 2002 12:43:40 -0500

Update of /cvsroot/phpgroupware/todo/setup
In directory subversions:/tmp/cvs-serv24047/setup

Modified Files:
        phpgw_en.lang setup.inc.php 
Log Message:
update cats

Index: phpgw_en.lang
===================================================================
RCS file: /cvsroot/phpgroupware/todo/setup/phpgw_en.lang,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** phpgw_en.lang       17 Feb 2002 04:01:55 -0000      1.8
--- phpgw_en.lang       13 Mar 2002 17:43:37 -0000      1.9
***************
*** 16,22 ****
  parent project        todo    en      Parent Project
  Please enter a title  todo    en      Please enter a title !
! todo list     common  en      Todo List
! to do list    common  en      To Do List
! todo  common  en      Todo
  urgency       todo    en      Urgency
  view matrix of actual month   todo    en      View matrix of actual month
--- 16,21 ----
  parent project        todo    en      Parent Project
  Please enter a title  todo    en      Please enter a title !
! todo  common  en      To Do List
! todo list     common  en      To Do List
  urgency       todo    en      Urgency
  view matrix of actual month   todo    en      View matrix of actual month

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/setup/setup.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** setup.inc.php       31 Jan 2002 01:33:02 -0000      1.16
--- setup.inc.php       13 Mar 2002 17:43:37 -0000      1.17
***************
*** 20,27 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['todo']['hooks'][] = 'about';
!       $setup_info['todo']['hooks'][] = 'deleteaccount';
!       $setup_info['todo']['hooks'][] = 'manual';
!       $setup_info['todo']['hooks'][] = 'preferences';
  
        /* Dependacies for this app to work */
--- 20,31 ----
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['todo']['hooks'] = array
!       (
!               'about',
!               'deleteaccount',
!               'manual',
!               'preferences',
!               'admin'
!       );
  
        /* Dependacies for this app to work */
***************
*** 29,32 ****
--- 33,46 ----
                 'appname' => 'phpgwapi',
                 'versions' => Array('0.9.13','0.9.14','0.9.15')
+       );
+ 
+       $setup_info['todo']['depends'][] = array(
+                'appname' => 'admin',
+                'versions' => Array('0.9.13')
+       );
+ 
+       $setup_info['todo']['depends'][] = array(
+                'appname' => 'preferences',
+                'versions' => Array('0.9.13')
        );
  ?>




reply via email to

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