[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - PHPBrain * 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 /* Basic information about this app */ 13 $setup_info['workflow']['name'] = 'workflow'; 14 $setup_info['workflow']['title'] = 'Workflow management'; 15 $setup_info['workflow']['version'] = '1.2.01.007'; 16 $setup_info['workflow']['app_order'] = 10; 17 $setup_info['workflow']['enable'] = 1; 18 $setup_info['workflow']['author'] = 'Ported from tikiwiki, modified by regis_leroy alpeb & mbartz'; 19 $setup_info['workflow']['note'] = 'Workflow engine'; 20 $setup_info['workflow']['license'] = 'GPL'; 21 $setup_info['workflow']['description'] = 'Workflow management'; 22 $setup_info['workflow']['maintainer'] = 'Regis Leroy'; 23 $setup_info['workflow']['maintainer_email'] = 'regis.leroy AT makina-corpus DOT org'; 24 $setup_info['workflow']['tables'] = array( 25 'egw_wf_activities', 26 'egw_wf_activity_roles', 27 'egw_wf_instance_activities', 28 'egw_wf_instances', 29 'egw_wf_processes', 30 'egw_wf_roles', 31 'egw_wf_instance_supplements', 32 'egw_wf_transitions', 33 'egw_wf_user_roles', 34 'egw_wf_workitems', 35 'egw_wf_process_config', 36 'egw_wf_activity_agents', 37 'egw_wf_agent_mail_smtp', 38 ); 39 40 /* The hooks this app includes, needed for hooks registration */ 41 $setup_info['workflow']['hooks'][] = 'about'; 42 $setup_info['workflow']['hooks'][] = 'admin'; 43 $setup_info['workflow']['hooks'][] = 'add_def_pref'; 44 $setup_info['workflow']['hooks'][] = 'config'; 45 $setup_info['workflow']['hooks'][] = 'manual'; 46 $setup_info['workflow']['hooks'][] = 'preferences'; 47 $setup_info['workflow']['hooks'][] = 'settings'; 48 $setup_info['workflow']['hooks'][] = 'sidebox_menu'; 49 $setup_info['workflow']['hooks'][] = 'acl_manager'; 50 $setup_info['workflow']['hooks'][] = 'deleteaccount'; 51 52 /* Dependencies for this app to work */ 53 $setup_info['workflow']['depends'][] = array( 54 'appname' => 'phpgwapi', 55 'versions' => Array('1.0.1','1.2') 56 ); 57 $setup_info['workflow']['depends'][] = array( 58 'appname' => 'preferences', 59 'versions' => Array('1.2') 60 ); 61 ?>
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 |