2001-05-31 00:00:51 +02:00
|
|
|
<?php
|
2001-05-31 23:44:52 +02:00
|
|
|
/**************************************************************************\
|
2004-01-25 22:18:38 +01:00
|
|
|
* eGroupWare - infolog *
|
|
|
|
* http://www.egroupware.org *
|
2001-05-31 23:44:52 +02:00
|
|
|
* -------------------------------------------- *
|
|
|
|
* 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 *
|
|
|
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
|
|
|
* option) any later version. *
|
|
|
|
\**************************************************************************/
|
|
|
|
|
|
|
|
/* $Id$ */
|
|
|
|
|
2001-06-03 22:56:46 +02:00
|
|
|
$setup_info['infolog']['name'] = 'infolog';
|
2005-10-05 09:50:47 +02:00
|
|
|
$setup_info['infolog']['version'] = '1.0.1.002';
|
2004-03-28 14:20:15 +02:00
|
|
|
$setup_info['infolog']['app_order'] = 5;
|
2005-10-01 22:18:41 +02:00
|
|
|
$setup_info['infolog']['tables'] = array('egw_infolog','egw_infolog_extra');
|
2001-06-03 22:56:46 +02:00
|
|
|
$setup_info['infolog']['enable'] = 1;
|
2001-05-31 23:44:52 +02:00
|
|
|
|
2002-10-28 01:18:04 +01:00
|
|
|
$setup_info['infolog']['author'] =
|
|
|
|
$setup_info['infolog']['maintainer'] = array(
|
|
|
|
'name' => 'Ralf Becker',
|
|
|
|
'email' => 'ralfbecker@outdoor-training.de'
|
|
|
|
);
|
2002-05-01 17:41:48 +02:00
|
|
|
$setup_info['infolog']['license'] = 'GPL';
|
|
|
|
$setup_info['infolog']['description'] =
|
2004-03-14 23:28:31 +01:00
|
|
|
'<p><b>CRM</b> (customer-relation-management) type app using Addressbook providing
|
|
|
|
Todo List, Notes and Phonelog. <b>InfoLog</b> is orininaly based on eGroupWare\'s
|
|
|
|
old 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>
|
|
|
|
<p>Responsibility for a task (ToDo) or a phonecall can be <b>delegated</b> to an other
|
2002-10-27 19:09:12 +01:00
|
|
|
user. All entries can be linked to addressbook entries, projects and/or calendar events.
|
2004-03-14 23:28:31 +01:00
|
|
|
This allows you to <b>log all activity of a contact</b>/address or project.
|
2002-10-27 19:09:12 +01:00
|
|
|
The entries may be viewed or added from InfoLog direct or from within
|
2004-03-14 23:28:31 +01:00
|
|
|
the contact/address, project or calendar view.</p>
|
|
|
|
<p>Other documents / files can be linked to InfoLog entries and are store in the VFS
|
2003-09-07 18:55:36 +02:00
|
|
|
(eGroupWare\'s virtual file system). An extension of the VFS allows to symlink
|
2004-03-14 23:28:31 +01:00
|
|
|
the files to a fileserver, instead of placeing a copy in the VFS
|
2002-10-27 19:09:12 +01:00
|
|
|
(<i>need to be configured in the admin-section</i>).
|
2004-03-14 23:28:31 +01:00
|
|
|
It is planed to include emails and faxes into InfoLog in the future.</p>';
|
2002-10-27 19:09:12 +01:00
|
|
|
$setup_info['infolog']['note'] =
|
2005-09-20 15:10:24 +02:00
|
|
|
'<p>There is a <b>CSV import filter</b> (in the admin-section) to import existing data.
|
2004-03-14 23:28:31 +01:00
|
|
|
It allows to interactivly assign fields, customize the values with regular
|
2002-10-27 19:09:12 +01:00
|
|
|
expressions and direct calls to php-functions (e.g. to link the phone calls
|
2004-03-14 23:28:31 +01:00
|
|
|
(again) to the addressbook entrys).</p>
|
|
|
|
<p><b>More information</b> about InfoLog and the current development-status can be found on the
|
|
|
|
<a href="http://www.egroupware.org/infolog" target="_blank">InfoLog page on our Website</a>.</p>';
|
2002-05-01 17:41:48 +02:00
|
|
|
|
2001-05-31 23:44:52 +02:00
|
|
|
/* The hooks this app includes, needed for hooks registration */
|
2003-10-16 11:36:46 +02:00
|
|
|
$setup_info['infolog']['hooks']['preferences'] = 'infolog.admin_prefs_sidebox_hooks.all_hooks';
|
2003-03-28 03:26:04 +01:00
|
|
|
$setup_info['infolog']['hooks'][] = 'settings';
|
2003-10-16 11:36:46 +02:00
|
|
|
$setup_info['infolog']['hooks']['admin'] = 'infolog.admin_prefs_sidebox_hooks.all_hooks';
|
2002-11-20 20:58:15 +01:00
|
|
|
$setup_info['infolog']['hooks'][] = 'deleteaccount';
|
2002-05-14 14:04:15 +02:00
|
|
|
$setup_info['infolog']['hooks'][] = 'home';
|
2003-04-28 00:35:39 +02:00
|
|
|
$setup_info['infolog']['hooks']['addressbook_view'] = 'infolog.uiinfolog.hook_view';
|
|
|
|
$setup_info['infolog']['hooks']['projects_view'] = 'infolog.uiinfolog.hook_view';
|
|
|
|
$setup_info['infolog']['hooks']['calendar_view'] = 'infolog.uiinfolog.hook_view';
|
|
|
|
$setup_info['infolog']['hooks']['infolog'] = 'infolog.uiinfolog.hook_view';
|
2003-09-07 18:55:36 +02:00
|
|
|
$setup_info['infolog']['hooks']['calendar_include_events'] = 'infolog.boinfolog.cal_to_include';
|
|
|
|
$setup_info['infolog']['hooks']['calendar_include_todos'] = 'infolog.boinfolog.cal_to_include';
|
2003-10-16 11:36:46 +02:00
|
|
|
$setup_info['infolog']['hooks']['sidebox_menu'] = 'infolog.admin_prefs_sidebox_hooks.all_hooks';
|
2001-05-31 23:44:52 +02:00
|
|
|
|
2002-04-28 17:54:11 +02:00
|
|
|
/* Dependencies for this app to work */
|
2001-05-31 23:44:52 +02:00
|
|
|
$setup_info['infolog']['depends'][] = array(
|
|
|
|
'appname' => 'phpgwapi',
|
2005-10-01 22:18:41 +02:00
|
|
|
'versions' => Array('1.0.1')
|
2001-05-31 23:44:52 +02:00
|
|
|
);
|
2002-09-29 10:50:18 +02:00
|
|
|
$setup_info['infolog']['depends'][] = array(
|
|
|
|
'appname' => 'etemplate',
|
2005-10-01 22:18:41 +02:00
|
|
|
'versions' => Array('1.0.0','1.0.1')
|
2002-09-29 10:50:18 +02:00
|
|
|
);
|
2004-06-27 11:54:57 +02:00
|
|
|
|
|
|
|
|
2004-08-28 16:39:46 +02:00
|
|
|
|
|
|
|
|
2005-07-14 19:12:50 +02:00
|
|
|
|
|
|
|
|
2005-10-05 09:50:47 +02:00
|
|
|
|