phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: bookmarks/inc class.bo.inc.php,NONE,1.1.2.1 clas


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: bookmarks/inc class.bo.inc.php,NONE,1.1.2.1 class.so.inc.php,NONE,1.1.2.1 class.ui.inc.php,NONE,1.1.2.1 hook_preferences.inc.php,1.16.2.1.2.1,1.16.2.1.2.2 class.bookmarks.inc.php,1.21.2.4,NONEclass.exportbo.inc.php,1.1.2.4,NONE class.plist.inc.php,1.10.2.1.2.1,NONEclass.treemenu.inc.php,1.6.4.1,NONE
Date: Tue, 08 Apr 2003 00:46:17 -0400

Update of /cvsroot/phpgroupware/bookmarks/inc
In directory subversions:/tmp/cvs-serv7092/inc

Modified Files:
      Tag: Version-0_9_16-branch
        hook_preferences.inc.php 
Added Files:
      Tag: Version-0_9_16-branch
        class.bo.inc.php class.so.inc.php class.ui.inc.php 
Removed Files:
      Tag: Version-0_9_16-branch
        class.bookmarks.inc.php class.exportbo.inc.php 
        class.plist.inc.php class.treemenu.inc.php 
Log Message:
ported bookmarks to three-layered design
additional changes:
- unlimited category hierarchy can be used (formerly only two levels were 
possible)
- tree view is javascript based
- location_info works better


***** Error reading new file: [Errno 2] No such file or directory: 
'class.bo.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.so.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.ui.inc.php'
Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/bookmarks/inc/hook_preferences.inc.php,v
retrieving revision 1.16.2.1.2.1
retrieving revision 1.16.2.1.2.2
diff -C2 -r1.16.2.1.2.1 -r1.16.2.1.2.2
*** hook_preferences.inc.php    26 Mar 2003 03:45:43 -0000      1.16.2.1.2.1
--- hook_preferences.inc.php    8 Apr 2003 04:46:15 -0000       1.16.2.1.2.2
***************
*** 12,17 ****
  
        $file = array(
!               'Import Bookmarks' => 
$GLOBALS['phpgw']->link('/bookmarks/import.php'),
!                 'Export Bookmarks' => 
$GLOBALS['phpgw']->link('/bookmarks/export.php'),
                'Grant Access'  => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
                'Edit Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='
 . $appname . '&global_cats=True')
--- 12,17 ----
  
        $file = array(
!               'Import Bookmarks' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=bookmarks.ui.import'),
!               'Export Bookmarks' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=bookmarks.ui.export'),
                'Grant Access'  => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
                'Edit Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='
 . $appname . '&global_cats=True')

--- class.bookmarks.inc.php DELETED ---

--- class.exportbo.inc.php DELETED ---

--- class.plist.inc.php DELETED ---

--- class.treemenu.inc.php DELETED ---





reply via email to

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