phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/setup setup.inc.php,1.7.2.3,1.7.2.4


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/setup setup.inc.php,1.7.2.3,1.7.2.4
Date: Sun, 16 Mar 2003 06:53:22 -0500

Update of /cvsroot/phpgroupware/infolog/setup
In directory subversions:/tmp/cvs-serv30898

Modified Files:
      Tag: Version-0_9_14-branch
        setup.inc.php 
Log Message:
added more info for about


Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/setup/setup.inc.php,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -C2 -r1.7.2.3 -r1.7.2.4
*** setup.inc.php       20 Nov 2002 19:54:04 -0000      1.7.2.3
--- setup.inc.php       16 Mar 2003 11:53:16 -0000      1.7.2.4
***************
*** 13,34 ****
  
        $setup_info['infolog']['name']      = 'infolog';
!       $setup_info['infolog']['title']     = 'Info Log';
        $setup_info['infolog']['version']   = '0.9.11';
!       $setup_info['infolog']['app_order'] = 20;
        $setup_info['infolog']['tables']    = array('phpgw_infolog');
        $setup_info['infolog']['enable']    = 1;
  
!       $setup_info['infolog']['author'] = 'Ralf Becker';
        $setup_info['infolog']['license']  = 'GPL';
        $setup_info['infolog']['description'] =
!               'CRM type app using Addressbook, Notes, Phonelog.';
!       $setup_info['infolog']['maintainer'] = 'Ralf Becker';
!       $setup_info['infolog']['maintainer_email'] = 'address@hidden';
! 
        /* The hooks this app includes, needed for hooks registration */
        $setup_info['infolog']['hooks'][] = 'preferences';
        $setup_info['infolog']['hooks'][] = 'admin';
        $setup_info['infolog']['hooks'][] = 'deleteaccount';
-       $setup_info['infolog']['hooks'][] = 'about';
        $setup_info['infolog']['hooks'][] = 'home';
        $setup_info['infolog']['hooks'][] = 'addressbook_view';
--- 13,53 ----
  
        $setup_info['infolog']['name']      = 'infolog';
!       $setup_info['infolog']['title']     = 'InfoLog';
        $setup_info['infolog']['version']   = '0.9.11';
!       $setup_info['infolog']['app_order'] = 4;
        $setup_info['infolog']['tables']    = array('phpgw_infolog');
        $setup_info['infolog']['enable']    = 1;
  
!       $setup_info['infolog']['author'] = 
!       $setup_info['infolog']['maintainer'] = array(
!               'name'  => 'Ralf Becker',
!               'email' => 'address@hidden'
!       );
        $setup_info['infolog']['license']  = 'GPL';
        $setup_info['infolog']['description'] =
!               '<b>CRM</b> (customer-relation-management) type app using 
Addressbook providing 
!               Todo List, Notes and Phonelog. <b>InfoLog</b> is orininaly 
based on phpGroupWare\'s 
!               ToDo-List and has the features of all 3 mentioned applications 
plus fully working ACL 
!               (including Add+Private attributes, add for to 
addreplys/subtasks).<p>
!               Responsibility for a task (ToDo) or a phonecall can be 
<b>delegated</b> to an other 
!               user. All entries can be linked to addressbook entries and/or 
projects.
!               This allows you to <b>log all activity of a contact</b>/address 
or project. 
!               The entries may be viewed or added from InfoLog direct or from 
within
!               the contact/address, project or calendar view.<p>
!               Other documents / files can be linked to InfoLog entries and 
are store in the VFS
!               (phpGroupWare\'s virtual file system). An extension of the VFS 
allows to symlink
!               the files to a fileserver, instead of placeing a copy in the 
VFS 
!               (<i>need to be configured in the admin-section</i>).
!               It is planed to include calendar events (already working in 
HEAD) emails and faxes into InfoLog in the future.';
!       $setup_info['infolog']['note'] =
!               'Their is a <b>CSV import filter</b> (in the admin-section) to 
import existing data.
!               It allows to interactivly assign fields, customize the values 
with regular 
!               expressions and direct calls to php-functions (e.g. to link the 
phone calls 
!               (again) to the addressbook entrys).';
!       
        /* The hooks this app includes, needed for hooks registration */
        $setup_info['infolog']['hooks'][] = 'preferences';
        $setup_info['infolog']['hooks'][] = 'admin';
        $setup_info['infolog']['hooks'][] = 'deleteaccount';
        $setup_info['infolog']['hooks'][] = 'home';
        $setup_info['infolog']['hooks'][] = 'addressbook_view';
***************
*** 38,42 ****
        $setup_info['infolog']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13', '0.9.14')
        );
  ?>
--- 57,61 ----
        $setup_info['infolog']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13','0.9.14')
        );
  ?>





reply via email to

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