[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - TimeSheet - time tracking for ProjectManager * 4 * http://www.egroupware.org * 5 * Written and (c) 2005 by Ralf Becker <RalfBecker@outdoor-training.de> * 6 * -------------------------------------------- * 7 * This program is free software; you can redistribute it and/or modify it * 8 * under the terms of the GNU General Public License as published by the * 9 * Free Software Foundation; either version 2 of the License, or (at your * 10 * option) any later version. * 11 \**************************************************************************/ 12 13 /* $Id: setup.inc.php 20227 2006-01-11 05:17:15Z ralfbecker $ */ 14 15 if (!defined('TIMESHEET_APP')) 16 { 17 define('TIMESHEET_APP','timesheet'); 18 } 19 20 $setup_info[TIMESHEET_APP]['name'] = TIMESHEET_APP; 21 $setup_info[TIMESHEET_APP]['version'] = '0.2.001'; 22 $setup_info[TIMESHEET_APP]['app_order'] = 5; 23 $setup_info[TIMESHEET_APP]['tables'] = array('egw_timesheet'); 24 $setup_info[TIMESHEET_APP]['enable'] = 1; 25 26 $setup_info[TIMESHEET_APP]['author'] = 27 $setup_info[TIMESHEET_APP]['maintainer'] = array( 28 'name' => 'Ralf Becker', 29 'email' => 'RalfBecker@outdoor-training.de' 30 ); 31 $setup_info[TIMESHEET_APP]['license'] = 'GPL'; 32 $setup_info[TIMESHEET_APP]['description'] = 33 'Tracking times and other activities for the Projectmanager.'; 34 $setup_info[TIMESHEET_APP]['note'] = 35 'The TimeSheet application is sponsored by:<ul> 36 <li> <a href="http://www.stylite.de" target="_blank">Stylite GmbH</a></li> 37 <li> <a href="http://www.outdoor-training.de" target="_blank">Outdoor Unlimited Training GmbH</a></li> 38 </ul>'; 39 40 /* The hooks this app includes, needed for hooks registration */ 41 $setup_info[TIMESHEET_APP]['hooks']['preferences'] = TIMESHEET_APP.'.ts_admin_prefs_sidebox_hooks.all_hooks'; 42 $setup_info[TIMESHEET_APP]['hooks']['settings'] = TIMESHEET_APP.'.ts_admin_prefs_sidebox_hooks.settings'; 43 $setup_info[TIMESHEET_APP]['hooks']['admin'] = TIMESHEET_APP.'.ts_admin_prefs_sidebox_hooks.all_hooks'; 44 $setup_info[TIMESHEET_APP]['hooks']['sidebox_menu'] = TIMESHEET_APP.'.ts_admin_prefs_sidebox_hooks.all_hooks'; 45 $setup_info[TIMESHEET_APP]['hooks']['search_link'] = TIMESHEET_APP.'.botimesheet.search_link'; 46 47 /* Dependencies for this app to work */ 48 $setup_info[TIMESHEET_APP]['depends'][] = array( 49 'appname' => 'phpgwapi', 50 'versions' => Array('1.2','1.3') 51 ); 52 $setup_info[TIMESHEET_APP]['depends'][] = array( 53 'appname' => 'etemplate', 54 'versions' => Array('1.2','1.3') 55 ); 56
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 |