bump version to 20.1

This commit is contained in:
Ralf Becker 2020-06-28 10:04:21 +02:00
parent 5a70b411b2
commit 361d5cb351
23 changed files with 117 additions and 29 deletions

View File

@ -9,7 +9,7 @@
/* Basic information about this app */
$setup_info['addressbook']['name'] = 'addressbook';
$setup_info['addressbook']['title'] = 'Addressbook';
$setup_info['addressbook']['version'] = '19.1';
$setup_info['addressbook']['version'] = '20.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']['status-get_actions'] = 'addressbook_hooks::
/* Dependencies for this app to work */
$setup_info['addressbook']['depends'][] = array(
'appname' => 'api',
'versions' => Array('19.1')
'versions' => Array('20.1')
);
// installation checks for addresbook

View File

@ -9,7 +9,7 @@
*/
$setup_info['admin']['name'] = 'admin';
$setup_info['admin']['version'] = '19.1';
$setup_info['admin']['version'] = '20.1';
$setup_info['admin']['app_order'] = 1;
$setup_info['admin']['tables'] = array('egw_admin_queue','egw_admin_remote');
$setup_info['admin']['enable'] = 1;
@ -40,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('19.1')
'versions' => Array('20.1')
);

View File

@ -278,3 +278,13 @@ function admin_upgrade18_1_001()
{
return $GLOBALS['setup_info']['admin']['currentver'] = '19.1';
}
/**
* Bump version to 20.1
*
* @return string
*/
function admin_upgrade19_1()
{
return $GLOBALS['setup_info']['admin']['currentver'] = '20.1';
}

View File

@ -11,7 +11,7 @@
/* Basic information about this app */
$setup_info['api']['name'] = 'api';
$setup_info['api']['title'] = 'EGroupware API';
$setup_info['api']['version'] = '19.1.004';
$setup_info['api']['version'] = '20.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'] = '20.1.20200613';
@ -127,7 +127,7 @@ $setup_info['api']['check_install'] = array(
// CalDAV / CardDAV Sync
$setup_info['groupdav']['name'] = 'groupdav';
$setup_info['groupdav']['version'] = '19.1';
$setup_info['groupdav']['version'] = '20.1';
$setup_info['groupdav']['enable'] = 2;
$setup_info['groupdav']['app_order'] = 1;
$setup_info['groupdav']['icon'] = 'groupdav';
@ -139,4 +139,3 @@ $setup_info['groupdav']['author'] = $setup_info['groupdav']['maintainer'] = arra
$setup_info['groupdav']['license'] = 'GPL';
$setup_info['groupdav']['hooks']['preferences'] = 'EGroupware\\Api\\CalDAV\\Hooks::menus';
$setup_info['groupdav']['hooks']['settings'] = 'EGroupware\\Api\\CalDAV\\Hooks::settings';

View File

@ -718,3 +718,13 @@ function api_upgrade19_1_003()
return $GLOBALS['setup_info']['api']['currentver'] = '19.1.004';
}
/**
* Bump version to 20.1
*
* @return string
*/
function api_upgrade19_1_004()
{
return $GLOBALS['setup_info']['api']['currentver'] = '20.1';
}

View File

@ -9,7 +9,7 @@
*/
$setup_info['calendar']['name'] = 'calendar';
$setup_info['calendar']['version'] = '19.1';
$setup_info['calendar']['version'] = '20.1';
$setup_info['calendar']['app_order'] = 3;
$setup_info['calendar']['enable'] = 1;
$setup_info['calendar']['index'] = 'calendar.calendar_uiviews.index&ajax=true';
@ -50,6 +50,6 @@ $setup_info['calendar']['hooks']['notifications_actions'] = 'calendar_hooks::not
/* Dependencies for this app to work */
$setup_info['calendar']['depends'][] = array(
'appname' => 'api',
'versions' => Array('19.1')
'versions' => Array('20.1')
);

View File

@ -2801,3 +2801,13 @@ function calendar_upgrade17_1_003()
{
return $GLOBALS['setup_info']['calendar']['currentver'] = '19.1';
}
/**
* Bump version to 20.1
*
* @return string
*/
function calendar_upgrade19_1()
{
return $GLOBALS['setup_info']['calendar']['currentver'] = '20.1';
}

View File

@ -9,7 +9,7 @@
$setup_info['filemanager']['name'] = 'filemanager';
$setup_info['filemanager']['title'] = 'Filemanager';
$setup_info['filemanager']['version'] = '19.1';
$setup_info['filemanager']['version'] = '20.1';
$setup_info['filemanager']['app_order'] = 6;
$setup_info['filemanager']['enable'] = 1;
$setup_info['filemanager']['index'] = 'filemanager.filemanager_ui.index&ajax=true';
@ -32,5 +32,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('19.1')
'versions' => array('20.1')
);

View File

@ -10,7 +10,7 @@
/* Basic information about this app */
$setup_info['home']['name'] = 'home';
$setup_info['home']['title'] = 'Home';
$setup_info['home']['version'] = '19.1';
$setup_info['home']['version'] = '20.1';
$setup_info['home']['app_order'] = 1;
$setup_info['home']['enable'] = 1;
$setup_info['home']['index'] = 'home.home_ui.index&ajax=true';
@ -26,5 +26,5 @@ $setup_info['home']['maintainer'] = array(
/* Dependencies for this app to work */
$setup_info['home']['depends'][] = array(
'appname' => 'api',
'versions' => Array('19.1')
'versions' => Array('20.1')
);

View File

@ -124,3 +124,13 @@ function home_upgrade17_1()
{
return $GLOBALS['setup_info']['home']['currentver'] = '19.1';
}
/**
* Bump version to 20.1
*
* @return string
*/
function home_upgrade19_1()
{
return $GLOBALS['setup_info']['home']['currentver'] = '20.1';
}

View File

@ -9,7 +9,7 @@
*/
$setup_info['importexport']['name'] = 'importexport';
$setup_info['importexport']['version'] = '19.1';
$setup_info['importexport']['version'] = '20.1';
$setup_info['importexport']['app_order'] = 2;
$setup_info['importexport']['enable'] = 2;
$setup_info['importexport']['tables'] = array('egw_importexport_definitions');
@ -39,7 +39,7 @@ $setup_info['importexport']['hooks']['deleteaccount'] = 'importexport.importexpo
/* Dependencies for this app to work */
$setup_info['importexport']['depends'][] = array(
'appname' => 'api',
'versions' => Array('19.1')
'versions' => Array('20.1')
);
// installation checks for importexport

View File

@ -145,3 +145,13 @@ function importexport_upgrade17_1()
{
return $GLOBALS['setup_info']['importexport']['currentver'] = '19.1';
}
/**
* Bump version to 20.1
*
* @return string
*/
function importexport_upgrade19_1()
{
return $GLOBALS['setup_info']['importexport']['currentver'] = '20.1';
}

View File

@ -11,7 +11,7 @@
*/
$setup_info['infolog']['name'] = 'infolog';
$setup_info['infolog']['version'] = '19.1.001';
$setup_info['infolog']['version'] = '20.1';
$setup_info['infolog']['app_order'] = 5;
$setup_info['infolog']['tables'] = array('egw_infolog','egw_infolog_extra','egw_infolog_users');
$setup_info['infolog']['enable'] = 1;
@ -62,6 +62,6 @@ $setup_info['infolog']['hooks']['change_account_ids'] = 'infolog_customfields::c
// Dependencies for this app to work
$setup_info['infolog']['depends'][] = array(
'appname' => 'api',
'versions' => Array('19.1')
'versions' => Array('20.1')
);

View File

@ -1121,3 +1121,13 @@ function infolog_upgrade19_1()
return $GLOBALS['setup_info']['infolog']['currentver'] = '19.1.001';
}
/**
* Bump version to 20.1
*
* @return string
*/
function infolog_upgrade19_1_001()
{
return $GLOBALS['setup_info']['infolog']['currentver'] = '20.1';
}

View File

@ -12,7 +12,7 @@
$setup_info['mail']['name'] = 'mail';
$setup_info['mail']['title'] = 'mail';
$setup_info['mail']['version'] = '19.1';
$setup_info['mail']['version'] = '20.1';
$setup_info['mail']['app_order'] = 2;
$setup_info['mail']['enable'] = 1;
$setup_info['mail']['index'] = 'mail.mail_ui.index&ajax=true';
@ -41,7 +41,7 @@ $setup_info['mail']['hooks']['status-get_actions'] = 'mail_hooks::get_status_act
/* Dependencies for this app to work */
$setup_info['mail']['depends'][] = array(
'appname' => 'api',
'versions' => Array('19.1')
'versions' => Array('20.1')
);
// installation checks for mail
$setup_info['mail']['check_install'] = array(

View File

@ -14,7 +14,7 @@ if (!defined('NOTIFICATION_APP'))
}
$setup_info[NOTIFICATION_APP]['name'] = NOTIFICATION_APP;
$setup_info[NOTIFICATION_APP]['version'] = '19.1';
$setup_info[NOTIFICATION_APP]['version'] = '20.1';
$setup_info[NOTIFICATION_APP]['app_order'] = 1;
$setup_info[NOTIFICATION_APP]['tables'] = array('egw_notificationpopup');
$setup_info[NOTIFICATION_APP]['enable'] = 2;
@ -37,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('19.1')
'versions' => Array('20.1')
);

View File

@ -172,3 +172,13 @@ function notifications_upgrade17_1_002()
{
return $GLOBALS['setup_info']['notifications']['currentver'] = '19.1';
}
/**
* Bump version to 20.1
*
* @return string
*/
function notifications_upgrade19_1()
{
return $GLOBALS['setup_info']['notifications']['currentver'] = '20.1';
}

View File

@ -10,7 +10,7 @@
$GLOBALS['egw_info']['template']['pixelegg']['name'] = 'pixelegg';
$GLOBALS['egw_info']['template']['pixelegg']['title'] = 'Standard ';
$GLOBALS['egw_info']['template']['pixelegg']['version'] = '19.1';
$GLOBALS['egw_info']['template']['pixelegg']['version'] = '20.1';
$GLOBALS['egw_info']['template']['pixelegg']['author'] = array(
array('name' => 'EGroupware GmbH', 'url' => 'http://www.egroupware.org/'),
@ -34,5 +34,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('19.1')
'versions' => Array('20.1')
);

View File

@ -10,7 +10,7 @@
$setup_info['preferences']['name'] = 'preferences';
$setup_info['preferences']['title'] = 'Preferences';
$setup_info['preferences']['version'] = '19.1';
$setup_info['preferences']['version'] = '20.1';
$setup_info['preferences']['app_order'] = 1;
$setup_info['preferences']['tables'] = '';
$setup_info['preferences']['enable'] = 2;
@ -33,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('19.1')
'versions' => Array('20.1')
);

View File

@ -12,7 +12,7 @@
$setup_info['resources']['name'] = 'resources';
$setup_info['resources']['title'] = 'Resources';
$setup_info['resources']['version'] = '19.1.001';
$setup_info['resources']['version'] = '20.1';
$setup_info['resources']['app_order'] = 5;
$setup_info['resources']['tables'] = array('egw_resources','egw_resources_extra');
$setup_info['resources']['enable'] = 1;
@ -36,6 +36,6 @@ $setup_info['resources']['hooks']['delete_category'] = 'resources.resources_hook
$setup_info['resources']['depends'][] = array(
'appname' => 'api',
'versions' => Array('19.1')
'versions' => Array('20.1')
);

View File

@ -419,3 +419,12 @@ function resources_upgrade19_1()
return $GLOBALS['setup_info']['resources']['currentver'] = '19.1.001';
}
/**
* Bump version to 20.1
*
* @return string
*/
function resources_upgrade19_1_001()
{
return $GLOBALS['setup_info']['resources']['currentver'] = '20.1';
}

View File

@ -16,7 +16,7 @@ if (!defined('TIMESHEET_APP'))
}
$setup_info[TIMESHEET_APP]['name'] = TIMESHEET_APP;
$setup_info[TIMESHEET_APP]['version'] = '19.1';
$setup_info[TIMESHEET_APP]['version'] = '20.1';
$setup_info[TIMESHEET_APP]['app_order'] = 5;
$setup_info[TIMESHEET_APP]['tables'] = array('egw_timesheet','egw_timesheet_extra');
$setup_info[TIMESHEET_APP]['enable'] = 1;
@ -49,5 +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('19.1')
'versions' => Array('20.1')
);

View File

@ -180,3 +180,13 @@ function timesheet_upgrade17_1_001()
{
return $GLOBALS['setup_info']['timesheet']['currentver'] = '19.1';
}
/**
* Bump version to 20.1
*
* @return string
*/
function timesheet_upgrade19_1()
{
return $GLOBALS['setup_info']['timesheet']['currentver'] = '20.1';
}