[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - infolog * 4 * http://www.egroupware.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 12 /* $Id: setup.inc.php 22504 2006-09-26 04:54:53Z ralfbecker $ */ 13 14 $setup_info['infolog']['name'] = 'infolog'; 15 $setup_info['infolog']['version'] = '1.2.004'; 16 $setup_info['infolog']['app_order'] = 5; 17 $setup_info['infolog']['tables'] = array('egw_infolog','egw_infolog_extra'); 18 $setup_info['infolog']['enable'] = 1; 19 20 $setup_info['infolog']['author'] = 21 $setup_info['infolog']['maintainer'] = array( 22 'name' => 'Ralf Becker', 23 'email' => 'ralfbecker@outdoor-training.de' 24 ); 25 $setup_info['infolog']['license'] = 'GPL'; 26 $setup_info['infolog']['description'] = 27 '<p><b>CRM</b> (customer-relation-management) type app using Addressbook providing 28 Todo List, Notes and Phonelog. <b>InfoLog</b> is orininaly based on eGroupWare\'s 29 old ToDo-List and has the features of all 3 mentioned applications plus fully working ACL 30 (including Add+Private attributes, add for to addreplys/subtasks).</p> 31 <p>Responsibility for a task (ToDo) or a phonecall can be <b>delegated</b> to an other 32 user. All entries can be linked to addressbook entries, projects and/or calendar events. 33 This allows you to <b>log all activity of a contact</b>/address or project. 34 The entries may be viewed or added from InfoLog direct or from within 35 the contact/address, project or calendar view.</p> 36 <p>Other documents / files can be linked to InfoLog entries and are store in the VFS 37 (eGroupWare\'s virtual file system). An extension of the VFS allows to symlink 38 the files to a fileserver, instead of placeing a copy in the VFS 39 (<i>need to be configured in the admin-section</i>). 40 It is planed to include emails and faxes into InfoLog in the future.</p>'; 41 $setup_info['infolog']['note'] = 42 '<p>There is a <b>CSV import filter</b> (in the admin-section) to import existing data. 43 It allows to interactivly assign fields, customize the values with regular 44 expressions and direct calls to php-functions (e.g. to link the phone calls 45 (again) to the addressbook entrys).</p> 46 <p><b>More information</b> about InfoLog and the current development-status can be found on the 47 <a href="http://www.egroupware.org/infolog" target="_blank">InfoLog page on our Website</a>.</p>'; 48 49 /* The hooks this app includes, needed for hooks registration */ 50 $setup_info['infolog']['hooks']['preferences'] = 'infolog.admin_prefs_sidebox_hooks.all_hooks'; 51 $setup_info['infolog']['hooks'][] = 'settings'; 52 $setup_info['infolog']['hooks']['admin'] = 'infolog.admin_prefs_sidebox_hooks.all_hooks'; 53 $setup_info['infolog']['hooks'][] = 'deleteaccount'; 54 $setup_info['infolog']['hooks'][] = 'home'; 55 $setup_info['infolog']['hooks']['addressbook_view'] = 'infolog.uiinfolog.hook_view'; 56 $setup_info['infolog']['hooks']['projects_view'] = 'infolog.uiinfolog.hook_view'; 57 $setup_info['infolog']['hooks']['calendar_view'] = 'infolog.uiinfolog.hook_view'; 58 $setup_info['infolog']['hooks']['infolog'] = 'infolog.uiinfolog.hook_view'; 59 $setup_info['infolog']['hooks']['calendar_include_events'] = 'infolog.boinfolog.cal_to_include'; 60 $setup_info['infolog']['hooks']['calendar_include_todos'] = 'infolog.boinfolog.cal_to_include'; 61 $setup_info['infolog']['hooks']['sidebox_menu'] = 'infolog.admin_prefs_sidebox_hooks.all_hooks'; 62 $setup_info['infolog']['hooks']['search_link'] = 'infolog.infolog_link_registry.search_link'; 63 $setup_info['infolog']['hooks']['pm_custom_app_icons'] = 'infolog.boinfolog.pm_icons'; 64 65 /* Dependencies for this app to work */ 66 $setup_info['infolog']['depends'][] = array( 67 'appname' => 'phpgwapi', 68 'versions' => Array('1.0.1','1.2') 69 ); 70 $setup_info['infolog']['depends'][] = array( 71 'appname' => 'etemplate', 72 'versions' => Array('1.0.0','1.0.1','1.2') 73 ); 74 75 76 77
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |