phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: filemanager/setup setup.inc.php,1.16,1.17


From: Jonathon Sim <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager/setup setup.inc.php,1.16,1.17
Date: Mon, 03 Mar 2003 20:16:32 -0500

Update of /cvsroot/phpgroupware/filemanager/setup
In directory subversions:/tmp/cvs-serv27253/setup

Modified Files:
        setup.inc.php 
Log Message:
makes preferences work again (for now) - they aren't ported to xslt, instead 
they simply use the preferences app and a hook_settings.inc.php to get the job 
done.  

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/setup/setup.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** setup.inc.php       23 Oct 2002 20:47:29 -0000      1.16
--- setup.inc.php       4 Mar 2003 01:16:29 -0000       1.17
***************
*** 13,17 ****
  
        $setup_info['filemanager']['name']    = 'filemanager';
!       $setup_info['filemanager']['version'] = '0.9.13.005';
        $setup_info['filemanager']['app_order'] = 10;
        $setup_info['filemanager']['enable']  = 1;
--- 13,17 ----
  
        $setup_info['filemanager']['name']    = 'filemanager';
!       $setup_info['filemanager']['version'] = '0.9.15.001';
        $setup_info['filemanager']['app_order'] = 10;
        $setup_info['filemanager']['enable']  = 1;
***************
*** 22,30 ****
        $setup_info['filemanager']['hooks'][] = 'deleteaccount';
        $setup_info['filemanager']['hooks'][] = 'preferences';
  
        /* Dependencies for this app to work */
        $setup_info['filemanager']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => array('0.9.13', '0.9.14','0.9.15')
        );
  ?>
--- 22,31 ----
        $setup_info['filemanager']['hooks'][] = 'deleteaccount';
        $setup_info['filemanager']['hooks'][] = 'preferences';
+       $setup_info['filemanager']['hooks'][] = 'settings';
  
        /* Dependencies for this app to work */
        $setup_info['filemanager']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => array('0.9.15')
        );
  ?>





reply via email to

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