forked from extern/egroupware
bump verison to 17.1
This commit is contained in:
parent
aed58a38cd
commit
65b02c0246
@ -10,7 +10,7 @@
|
||||
/* Basic information about this app */
|
||||
$setup_info['addressbook']['name'] = 'addressbook';
|
||||
$setup_info['addressbook']['title'] = 'Addressbook';
|
||||
$setup_info['addressbook']['version'] = '16.1';
|
||||
$setup_info['addressbook']['version'] = '17.1';
|
||||
$setup_info['addressbook']['app_order'] = 4;
|
||||
$setup_info['addressbook']['enable'] = 1;
|
||||
$setup_info['addressbook']['index'] = 'addressbook.addressbook_ui.index&ajax=true';
|
||||
@ -52,7 +52,7 @@ $setup_info['addressbook']['hooks']['groupdav_root_props'] = 'addressbook_groupd
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['addressbook']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
||||
// installation checks for addresbook
|
||||
|
@ -6,25 +6,19 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package admin
|
||||
* @subpackage setup
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
$setup_info['admin']['name'] = 'admin';
|
||||
$setup_info['admin']['version'] = '16.1';
|
||||
$setup_info['admin']['version'] = '17.1';
|
||||
$setup_info['admin']['app_order'] = 1;
|
||||
$setup_info['admin']['tables'] = array('egw_admin_queue','egw_admin_remote');
|
||||
$setup_info['admin']['enable'] = 1;
|
||||
$setup_info['admin']['index'] = 'admin.admin_ui.index&ajax=true';
|
||||
|
||||
$setup_info['admin']['author'][] = array(
|
||||
'name' => 'eGroupWare coreteam',
|
||||
'email' => 'egroupware-developers@lists.sourceforge.net'
|
||||
);
|
||||
|
||||
$setup_info['admin']['maintainer'][] = array(
|
||||
'name' => 'eGroupWare coreteam',
|
||||
'email' => 'egroupware-developers@lists.sourceforge.net',
|
||||
'url' => 'www.egroupware.org'
|
||||
$setup_info['admin']['author'] = $setup_info['admin']['maintainer'] = array(
|
||||
'name' => 'EGroupware GmbH',
|
||||
'email' => 'info@egroupware.org',
|
||||
'url' => 'http://www.egroupware.org'
|
||||
);
|
||||
|
||||
$setup_info['admin']['license'] = 'GPL';
|
||||
@ -46,5 +40,5 @@ $setup_info['admin']['hooks']['addressbook_edit'] = 'admin.admin_account.address
|
||||
// Dependencies for this app to work
|
||||
$setup_info['admin']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
@ -9,7 +9,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package admin
|
||||
* @subpackage setup
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
function admin_upgrade1_2()
|
||||
@ -177,4 +176,9 @@ function admin_upgrade14_3()
|
||||
function admin_upgrade14_3_001()
|
||||
{
|
||||
return $GLOBALS['setup_info']['admin']['currentver'] = '16.1';
|
||||
}
|
||||
}
|
||||
|
||||
function admin_upgrade16_1()
|
||||
{
|
||||
return $GLOBALS['setup_info']['admin']['currentver'] = '17.1';
|
||||
}
|
||||
|
@ -6,13 +6,12 @@
|
||||
* @package api
|
||||
* @subpackage setup
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/* Basic information about this app */
|
||||
$setup_info['api']['name'] = 'api';
|
||||
$setup_info['api']['title'] = 'EGroupware API';
|
||||
$setup_info['api']['version'] = '16.9.004';
|
||||
$setup_info['api']['version'] = '17.1';
|
||||
$setup_info['api']['versions']['current_header'] = '1.29';
|
||||
// maintenance release in sync with changelog in doc/rpm-build/debian.changes
|
||||
$setup_info['api']['versions']['maintenance_release'] = $setup_info['api']['version'];
|
||||
@ -20,8 +19,9 @@ $setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
$setup_info['api']['maintainer'] = $setup_info['api']['author'] = array(
|
||||
'name' => 'EGroupware coreteam',
|
||||
'email' => 'egroupware-developers@lists.sourceforge.net',
|
||||
'name' => 'EGroupware GmbH',
|
||||
'email' => 'info@egroupware.org',
|
||||
'url' => 'http://www.egroupware.org',
|
||||
);
|
||||
|
||||
// The tables this app creates
|
||||
@ -118,7 +118,7 @@ $setup_info['api']['check_install'] = array(
|
||||
|
||||
// CalDAV / CardDAV Sync
|
||||
$setup_info['groupdav']['name'] = 'groupdav';
|
||||
$setup_info['groupdav']['version'] = '16.1';
|
||||
$setup_info['groupdav']['version'] = '17.1';
|
||||
$setup_info['groupdav']['enable'] = 2;
|
||||
$setup_info['groupdav']['app_order'] = 1;
|
||||
$setup_info['groupdav']['icon'] = 'groupdav';
|
||||
|
@ -8,7 +8,6 @@
|
||||
* @package api
|
||||
* @subpackage setup
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
use EGroupware\Api;
|
||||
@ -396,3 +395,13 @@ function api_upgrade16_9_003()
|
||||
|
||||
return $GLOBALS['setup_info']['api']['currentver'] = '16.9.004';
|
||||
}
|
||||
|
||||
/**
|
||||
* Bump version to 17.1
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
function api_upgrade16_9_004()
|
||||
{
|
||||
return $GLOBALS['setup_info']['api']['currentver'] = '17.1';
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
$setup_info['calendar']['name'] = 'calendar';
|
||||
$setup_info['calendar']['version'] = '16.1.003';
|
||||
$setup_info['calendar']['version'] = '17.1';
|
||||
$setup_info['calendar']['app_order'] = 3;
|
||||
$setup_info['calendar']['enable'] = 1;
|
||||
$setup_info['calendar']['index'] = 'calendar.calendar_uiviews.index&ajax=true';
|
||||
@ -50,5 +50,5 @@ $setup_info['calendar']['hooks']['mail_import'] = 'calendar_hooks::mail_import';
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['calendar']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
@ -6,7 +6,6 @@
|
||||
* @package calendar
|
||||
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
use EGroupware\Api;
|
||||
@ -2749,4 +2748,9 @@ function calendar_upgrade16_1_002()
|
||||
};
|
||||
Api\Preferences::change_preference('calendar', 'use_time_grid', $change);
|
||||
return $GLOBALS['setup_info']['calendar']['currentver'] = '16.1.003';
|
||||
}
|
||||
}
|
||||
|
||||
function calendar_upgrade16_1_003()
|
||||
{
|
||||
return $GLOBALS['setup_info']['calendar']['currentver'] = '17.1';
|
||||
}
|
||||
|
@ -5,12 +5,11 @@
|
||||
* @link http://www.egroupware.org
|
||||
* @package filemanager
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
$setup_info['filemanager']['name'] = 'filemanager';
|
||||
$setup_info['filemanager']['title'] = 'Filemanager';
|
||||
$setup_info['filemanager']['version'] = '16.2';
|
||||
$setup_info['filemanager']['version'] = '17.1';
|
||||
$setup_info['filemanager']['app_order'] = 6;
|
||||
$setup_info['filemanager']['enable'] = 1;
|
||||
$setup_info['filemanager']['index'] = 'filemanager.filemanager_ui.index&ajax=true';
|
||||
@ -35,5 +34,5 @@ $setup_info['filemanager']['hooks']['search_link'] = 'filemanager_hooks::search_
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['filemanager']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => array('16.1')
|
||||
'versions' => array('17.1')
|
||||
);
|
@ -5,7 +5,6 @@
|
||||
* @link http://www.egroupware.org
|
||||
* @package filemanager
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -59,5 +58,10 @@ function filemanager_upgrade16_1()
|
||||
'uc' => array()
|
||||
));
|
||||
|
||||
return $GLOBALS['setup_info']['activesync']['currentver'] = '16.2';
|
||||
}
|
||||
return $GLOBALS['setup_info']['filemanager']['currentver'] = '16.2';
|
||||
}
|
||||
|
||||
function filemanager_upgrade16_2()
|
||||
{
|
||||
return $GLOBALS['setup_info']['filemanager']['currentver'] = '17.1';
|
||||
}
|
||||
|
@ -5,27 +5,26 @@
|
||||
* @link http://www.egroupware.org
|
||||
* @package home
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/* Basic information about this app */
|
||||
$setup_info['home']['name'] = 'home';
|
||||
$setup_info['home']['title'] = 'Home';
|
||||
$setup_info['home']['version'] = '16.1';
|
||||
$setup_info['home']['version'] = '17.1';
|
||||
$setup_info['home']['app_order'] = 1;
|
||||
$setup_info['home']['enable'] = 1;
|
||||
$setup_info['home']['index'] = 'home.home_ui.index&ajax=true';
|
||||
|
||||
$setup_info['home']['author'] = 'eGroupWare Core Team';
|
||||
$setup_info['home']['author'] = 'Nathan Gray';
|
||||
$setup_info['home']['license'] = 'GPL';
|
||||
$setup_info['home']['description'] = 'Displays EGroupware\' homepage';
|
||||
$setup_info['home']['maintainer'] = array(
|
||||
'name' => 'eGroupWare Developers',
|
||||
'email' => 'egroupware-developers@lists.sourceforge.net'
|
||||
'name' => 'EGroupware GmbH',
|
||||
'email' => 'info@egroupware.org'
|
||||
);
|
||||
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['home']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
@ -8,7 +8,6 @@
|
||||
* @subpackage setup
|
||||
* @copyright (c) 2014 Nathan Gray
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
function home_upgrade1_0_0()
|
||||
@ -110,3 +109,8 @@ function home_upgrade14_1_001()
|
||||
|
||||
return $GLOBALS['setup_info']['home']['currentver'] = '16.1';
|
||||
}
|
||||
|
||||
function home_upgrade16_1()
|
||||
{
|
||||
return $GLOBALS['setup_info']['home']['currentver'] = '17.1';
|
||||
}
|
||||
|
@ -6,19 +6,18 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package importexport
|
||||
* @author Cornelius Weiss <nelius@cwtech.de>
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
$setup_info['importexport']['name'] = 'importexport';
|
||||
$setup_info['importexport']['version'] = '16.1';
|
||||
$setup_info['importexport']['version'] = '17.1';
|
||||
$setup_info['importexport']['app_order'] = 2;
|
||||
$setup_info['importexport']['enable'] = 2;
|
||||
$setup_info['importexport']['tables'] = array('egw_importexport_definitions');
|
||||
|
||||
$setup_info['importexport']['author'] = 'Cornelius Weiss';
|
||||
$setup_info['importexport']['maintainer'] = array(
|
||||
'name' => 'eGroupware core team',
|
||||
'email' => 'egroupware-developers@lists.sf.net'
|
||||
'name' => 'EGroupware GmbH',
|
||||
'email' => 'info@egroupware.org'
|
||||
);
|
||||
$setup_info['importexport']['autoinstall'] = true; // install automatically on update
|
||||
|
||||
@ -37,7 +36,7 @@ $setup_info['importexport']['hooks']['etemplate2_register_widgets'] = 'importexp
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['importexport']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
||||
// installation checks for importexport
|
||||
|
@ -8,7 +8,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package importexport
|
||||
* @subpackage setup
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
function importexport_upgrade0_002()
|
||||
@ -126,7 +125,13 @@ function importexport_upgrade1_9_004()
|
||||
{
|
||||
return $GLOBALS['setup_info']['importexport']['currentver'] = '14.1';
|
||||
}
|
||||
|
||||
function importexport_upgrade14_1()
|
||||
{
|
||||
return $GLOBALS['setup_info']['importexport']['currentver'] = '16.1';
|
||||
}
|
||||
}
|
||||
|
||||
function importexport_upgrade16_1()
|
||||
{
|
||||
return $GLOBALS['setup_info']['importexport']['currentver'] = '17.1';
|
||||
}
|
||||
|
@ -61,5 +61,5 @@ $setup_info['infolog']['hooks']['mail_import'] = 'infolog_hooks::mail_import';
|
||||
// Dependencies for this app to work
|
||||
$setup_info['infolog']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
@ -6,14 +6,13 @@
|
||||
* @package mail
|
||||
* @subpackage setup
|
||||
* @author EGroupware GmbH [info@egroupware.org]
|
||||
* @copyright (c) 2013-16 by EGroupware GmbH <info-AT-egroupware.org>
|
||||
* @copyright (c) 2013-17 by EGroupware GmbH <info-AT-egroupware.org>
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
$setup_info['mail']['name'] = 'mail';
|
||||
$setup_info['mail']['title'] = 'mail';
|
||||
$setup_info['mail']['version'] = '16.1';
|
||||
$setup_info['mail']['version'] = '17.1';
|
||||
$setup_info['mail']['app_order'] = 2;
|
||||
$setup_info['mail']['enable'] = 1;
|
||||
$setup_info['mail']['index'] = 'mail.mail_ui.index&ajax=true';
|
||||
@ -41,7 +40,7 @@ $setup_info['mail']['hooks']['emailadmin_edit'] = 'mail_hooks::emailadmin_edit';
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['mail']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
// installation checks for mail
|
||||
$setup_info['mail']['check_install'] = array(
|
||||
|
@ -6,7 +6,6 @@
|
||||
* @package notifications
|
||||
* @link http://www.egroupware.org
|
||||
* @author Cornelius Weiss <nelius@cwtech.de>
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
if (!defined('NOTIFICATION_APP'))
|
||||
@ -22,8 +21,8 @@ $setup_info[NOTIFICATION_APP]['enable'] = 2;
|
||||
|
||||
$setup_info[NOTIFICATION_APP]['author'] = 'Cornelius Weiss';
|
||||
$setup_info[NOTIFICATION_APP]['maintainer'] = array(
|
||||
'name' => 'eGroupware coreteam',
|
||||
'email' => 'egroupware-developers@lists.sf.net'
|
||||
'name' => 'EGroupware GmbH',
|
||||
'email' => 'info@egroupware.org'
|
||||
);
|
||||
$setup_info[NOTIFICATION_APP]['license'] = 'GPL';
|
||||
$setup_info[NOTIFICATION_APP]['description'] =
|
||||
@ -38,5 +37,5 @@ $setup_info[NOTIFICATION_APP]['hooks']['deleteaccount'] = 'notifications.notific
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info[NOTIFICATION_APP]['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
@ -7,7 +7,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package notifications
|
||||
* @subpackage setup
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
function notifications_upgrade0_5()
|
||||
|
@ -6,12 +6,11 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['name'] = 'pixelegg';
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['title'] = 'Standard ';
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['version'] = '16.1';
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['version'] = '17.1';
|
||||
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['author'] = array(
|
||||
array('name' => 'EGroupware GmbH', 'url' => 'http://www.egroupware.org/'),
|
||||
@ -34,5 +33,5 @@ $GLOBALS['egw_info']['template']['pixelegg']['themes'] = array(
|
||||
// Dependencies for this template to work
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
@ -6,12 +6,11 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package preferences
|
||||
* @subpackage setup
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
$setup_info['preferences']['name'] = 'preferences';
|
||||
$setup_info['preferences']['title'] = 'Preferences';
|
||||
$setup_info['preferences']['version'] = '16.1';
|
||||
$setup_info['preferences']['version'] = '17.1';
|
||||
$setup_info['preferences']['app_order'] = 1;
|
||||
$setup_info['preferences']['tables'] = '';
|
||||
$setup_info['preferences']['enable'] = 2;
|
||||
@ -34,5 +33,5 @@ $setup_info['preferences']['hooks']['deny_cats'] = 'preferences_hooks::deny_
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['preferences']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
@ -8,12 +8,11 @@
|
||||
* @subpackage setup
|
||||
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
|
||||
* @author Lukas Weiss <wnz_gh05t@users.sourceforge.net>
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
$setup_info['resources']['name'] = 'resources';
|
||||
$setup_info['resources']['title'] = 'Resources';
|
||||
$setup_info['resources']['version'] = '16.1';
|
||||
$setup_info['resources']['version'] = '17.1';
|
||||
$setup_info['resources']['app_order'] = 5;
|
||||
$setup_info['resources']['tables'] = array('egw_resources','egw_resources_extra');
|
||||
$setup_info['resources']['enable'] = 1;
|
||||
@ -24,8 +23,8 @@ $setup_info['resources']['license'] = 'GPL';
|
||||
$setup_info['resources']['description'] = 'A resource management and booking system, which integrates into eGroupWare\'s calendar.';
|
||||
$setup_info['resources']['note'] = '';
|
||||
$setup_info['resources']['maintainer'] = array(
|
||||
'name' => 'eGroupware coreteam',
|
||||
'email' => 'egroupware-developers@lists.sf.net'
|
||||
'name' => 'EGroupware GmbH',
|
||||
'email' => 'info@egroupware.org'
|
||||
);
|
||||
|
||||
$setup_info['resources']['hooks']['categories'] = 'resources_hooks::categories';
|
||||
@ -38,7 +37,5 @@ $setup_info['resources']['hooks']['settings'] = 'resources_hooks::settings';
|
||||
|
||||
$setup_info['resources']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
* @package resources
|
||||
* @subpackage setup
|
||||
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
use EGroupware\Api;
|
||||
@ -382,12 +381,17 @@ function resources_upgrade1_9_003()
|
||||
return $GLOBALS['setup_info']['resources']['currentver'] = '1.9.004';
|
||||
}
|
||||
|
||||
|
||||
function resources_upgrade1_9_004()
|
||||
{
|
||||
return $GLOBALS['setup_info']['resources']['currentver'] = '14.1';
|
||||
}
|
||||
|
||||
function resources_upgrade14_1()
|
||||
{
|
||||
return $GLOBALS['setup_info']['resources']['currentver'] = '16.1';
|
||||
}
|
||||
}
|
||||
|
||||
function resources_upgrade16_1()
|
||||
{
|
||||
return $GLOBALS['setup_info']['resources']['currentver'] = '17.1';
|
||||
}
|
||||
|
@ -6,9 +6,8 @@
|
||||
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
* @package timesheet
|
||||
* @subpackage setup
|
||||
* @copyright (c) 2005-16 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
* @copyright (c) 2005-17 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
if (!defined('TIMESHEET_APP'))
|
||||
@ -32,7 +31,7 @@ $setup_info[TIMESHEET_APP]['license'] = 'GPL';
|
||||
$setup_info[TIMESHEET_APP]['description'] =
|
||||
'Tracking times and other activities for the Projectmanager.';
|
||||
$setup_info[TIMESHEET_APP]['note'] =
|
||||
'The TimeSheet application is sponsored by:<ul>
|
||||
'The TimeSheet application was sponsored by:<ul>
|
||||
<li> <a href="http://www.stylite.de" target="_blank">Stylite AG</a></li>
|
||||
<li> <a href="http://www.outdoor-training.de" target="_blank">Outdoor Unlimited Training GmbH</a></li>
|
||||
</ul>';
|
||||
@ -50,6 +49,5 @@ $setup_info[TIMESHEET_APP]['hooks']['acl_rights'] = 'timesheet_hooks::acl_rights
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info[TIMESHEET_APP]['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('16.1')
|
||||
'versions' => Array('17.1')
|
||||
);
|
||||
|
||||
|
@ -6,9 +6,8 @@
|
||||
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
* @package timesheet
|
||||
* @subpackage setup
|
||||
* @copyright (c) 2005-16 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
* @copyright (c) 2005-17 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
use EGroupware\Api;
|
||||
|
Loading…
Reference in New Issue
Block a user