2001-05-31 00:00:51 +02:00
|
|
|
<?php
|
2007-05-22 15:40:35 +02:00
|
|
|
/**
|
2010-09-05 17:24:34 +02:00
|
|
|
* EGroupware - InfoLog - Setup
|
2007-05-22 15:40:35 +02:00
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
|
|
|
* @package infolog
|
|
|
|
* @subpackage setup
|
2014-01-28 09:34:23 +01:00
|
|
|
* @copyright (c) 2003-14 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
2007-05-22 15:40:35 +02:00
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
2006-02-04 08:49:47 +01:00
|
|
|
|
2007-05-22 15:40:35 +02:00
|
|
|
$setup_info['infolog']['name'] = 'infolog';
|
2015-07-11 15:56:50 +02:00
|
|
|
$setup_info['infolog']['version'] = '14.3';
|
2007-05-22 15:40:35 +02:00
|
|
|
$setup_info['infolog']['app_order'] = 5;
|
|
|
|
$setup_info['infolog']['tables'] = array('egw_infolog','egw_infolog_extra');
|
|
|
|
$setup_info['infolog']['enable'] = 1;
|
2013-08-26 11:19:47 +02:00
|
|
|
$setup_info['infolog']['index'] = 'infolog.infolog_ui.index&ajax=true';
|
2006-03-17 21:53:26 +01:00
|
|
|
|
2008-04-19 12:20:40 +02:00
|
|
|
$setup_info['infolog']['author'] =
|
2007-05-22 15:40:35 +02:00
|
|
|
$setup_info['infolog']['maintainer'] = array(
|
|
|
|
'name' => 'Ralf Becker',
|
|
|
|
'email' => 'ralfbecker@outdoor-training.de'
|
|
|
|
);
|
|
|
|
$setup_info['infolog']['license'] = 'GPL';
|
|
|
|
$setup_info['infolog']['description'] =
|
|
|
|
'<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
|
|
|
|
user. All entries can be linked to addressbook entries, projects and/or calendar events.
|
|
|
|
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>
|
|
|
|
<p>Other documents / files can be linked to InfoLog entries and are store in the VFS
|
2008-04-19 12:20:40 +02:00
|
|
|
(eGroupWare\'s virtual file system).</p>';
|
2007-05-22 15:40:35 +02:00
|
|
|
$setup_info['infolog']['note'] =
|
2011-04-11 11:29:39 +02:00
|
|
|
'<p>There is a <b>CSV import</b> (in the admin-section) to import existing data.
|
2007-05-22 15:40:35 +02:00
|
|
|
It allows to interactivly assign fields, customize the values with regular
|
2008-04-19 12:20:40 +02:00
|
|
|
expressions and direct calls to php-functions (e.g. to link the phone calls
|
2007-05-22 15:40:35 +02:00
|
|
|
(again) to the addressbook entrys).</p>
|
|
|
|
<p><b>More information</b> about InfoLog and the current development-status can be found on the
|
2007-06-10 11:21:04 +02:00
|
|
|
<a href="http://www.egroupware.org/wiki/infolog" target="_blank">InfoLog page on our Website</a>.</p>';
|
2006-03-17 21:53:26 +01:00
|
|
|
|
2007-05-22 15:40:35 +02:00
|
|
|
/* The hooks this app includes, needed for hooks registration */
|
2008-10-07 14:50:14 +02:00
|
|
|
$setup_info['infolog']['hooks']['settings'] = 'infolog_hooks::settings';
|
|
|
|
$setup_info['infolog']['hooks']['verify_settings'] = 'infolog_hooks::verify_settings';
|
|
|
|
$setup_info['infolog']['hooks']['admin'] = 'infolog_hooks::all_hooks';
|
2010-04-20 08:57:57 +02:00
|
|
|
$setup_info['infolog']['hooks']['not_enum_group_acls'] = 'infolog_hooks::not_enum_group_acls';
|
2013-08-26 20:25:43 +02:00
|
|
|
$setup_info['infolog']['hooks']['acl_rights'] = 'infolog_hooks::acl_rights';
|
2013-10-03 11:23:18 +02:00
|
|
|
$setup_info['infolog']['hooks']['categories'] = 'infolog_hooks::categories';
|
2008-10-22 08:15:37 +02:00
|
|
|
$setup_info['infolog']['hooks']['deleteaccount'] = 'infolog.infolog_so.change_delete_owner';
|
2008-10-07 14:50:14 +02:00
|
|
|
$setup_info['infolog']['hooks']['addressbook_view'] = 'infolog.infolog_ui.hook_view';
|
|
|
|
$setup_info['infolog']['hooks']['projects_view'] = 'infolog.infolog_ui.hook_view';
|
|
|
|
$setup_info['infolog']['hooks']['calendar_view'] = 'infolog.infolog_ui.hook_view';
|
|
|
|
$setup_info['infolog']['hooks']['infolog'] = 'infolog.infolog_ui.hook_view';
|
|
|
|
$setup_info['infolog']['hooks']['calendar_include_events'] = 'infolog.infolog_bo.cal_to_include';
|
|
|
|
$setup_info['infolog']['hooks']['calendar_include_todos'] = 'infolog.infolog_bo.cal_to_include';
|
|
|
|
$setup_info['infolog']['hooks']['sidebox_menu'] = 'infolog_hooks::all_hooks';
|
|
|
|
$setup_info['infolog']['hooks']['search_link'] = 'infolog_hooks::search_link';
|
|
|
|
$setup_info['infolog']['hooks']['pm_custom_app_icons'] = 'infolog.infolog_bo.pm_icons';
|
2011-05-30 16:21:27 +02:00
|
|
|
$setup_info['infolog']['hooks']['timesheet_set'] = 'infolog.infolog_ui.timesheet_set';
|
2012-02-22 13:31:00 +01:00
|
|
|
$setup_info['infolog']['hooks']['calendar_set'] = 'infolog.infolog_ui.calendar_set';
|
2015-04-15 13:23:59 +02:00
|
|
|
$setup_info['infolog']['hooks']['mail_import'] = 'infolog_hooks::mail_import';
|
2006-10-04 19:40:33 +02:00
|
|
|
|
2007-05-22 15:40:35 +02:00
|
|
|
/* Dependencies for this app to work */
|
|
|
|
$setup_info['infolog']['depends'][] = array(
|
|
|
|
'appname' => 'phpgwapi',
|
2014-06-24 12:00:50 +02:00
|
|
|
'versions' => Array('14.1')
|
2007-05-22 15:40:35 +02:00
|
|
|
);
|
|
|
|
$setup_info['infolog']['depends'][] = array(
|
|
|
|
'appname' => 'etemplate',
|
2014-06-24 12:00:50 +02:00
|
|
|
'versions' => Array('14.1')
|
2007-05-22 15:40:35 +02:00
|
|
|
);
|
2013-05-13 11:35:51 +02:00
|
|
|
|
2015-07-11 15:56:50 +02:00
|
|
|
|
|
|
|
|