phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: filemanager/inc hook_settings.inc.php,NONE,1.1 h


From: Jonathon Sim <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager/inc hook_settings.inc.php,NONE,1.1 hook_add_def_pref.inc.php,1.5,1.6 hook_preferences.inc.php,1.8,1.9
Date: Mon, 03 Mar 2003 20:16:32 -0500

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

Modified Files:
        hook_add_def_pref.inc.php hook_preferences.inc.php 
Added Files:
        hook_settings.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.  

***** Error reading new file: [Errno 2] No such file or directory: 
'hook_settings.inc.php'
Index: hook_add_def_pref.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/inc/hook_add_def_pref.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** hook_add_def_pref.inc.php   21 Sep 2002 05:26:43 -0000      1.5
--- hook_add_def_pref.inc.php   4 Mar 2003 01:16:30 -0000       1.6
***************
*** 4,8 ****
  
  $pref->change ('filemanager', 'name', True);
! $pref->change ('filemanager', 'mime_type', True);
  $pref->change ('filemanager', 'size', True);
  $pref->change ('filemanager', 'created', True);
--- 4,8 ----
  
  $pref->change ('filemanager', 'name', True);
! $pref->change ('filemanager', 'mime_type', False);
  $pref->change ('filemanager', 'size', True);
  $pref->change ('filemanager', 'created', True);

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/inc/hook_preferences.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** hook_preferences.inc.php    21 Sep 2002 05:26:43 -0000      1.8
--- hook_preferences.inc.php    4 Mar 2003 01:16:30 -0000       1.9
***************
*** 1,8 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare                                                             *
!   * http://www.phpgroupware.org                                              *
!   * Written by Joseph Engo <address@hidden>                          *
!   * --------------------------------------------                             *
    *  This program is free software; you can redistribute it and/or modify it *
    *  under the terms of the GNU General Public License as published by the   *
--- 1,4 ----
  <?php
!   
/**************************************************************************\    
               *
    *  This program is free software; you can redistribute it and/or modify it *
    *  under the terms of the GNU General Public License as published by the   *
***************
*** 13,23 ****
    /* $Id$ */
  {
! // Only Modify the $file and $title variables.....
!       $title = $appname;
        $file = Array(
!               lang('Preferences')     => 
$GLOBALS['phpgw']->link('/filemanager/preferences.php')
        );
  //Do not modify below this line
!       display_section($appname,$title,$file);
  }
  ?>
--- 9,20 ----
    /* $Id$ */
  {
! 
        $file = Array(
!                       lang('Preferences')             => 
$GLOBALS['phpgw']->link('/preferences/preferences.php',array(
!                               'appname' =>$appname,
!                               'type' => 'user'))
        );
  //Do not modify below this line
!       display_section($appname,$file);
  }
  ?>





reply via email to

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