Bump version to 21.1

This commit is contained in:
Ralf Becker 2021-05-08 15:02:24 +02:00
parent f617959714
commit 1f010a4391
24 changed files with 121 additions and 36 deletions

View File

@ -9,7 +9,7 @@
/* Basic information about this app */ /* Basic information about this app */
$setup_info['addressbook']['name'] = 'addressbook'; $setup_info['addressbook']['name'] = 'addressbook';
$setup_info['addressbook']['title'] = 'Addressbook'; $setup_info['addressbook']['title'] = 'Addressbook';
$setup_info['addressbook']['version'] = '20.1'; $setup_info['addressbook']['version'] = '21.1';
$setup_info['addressbook']['app_order'] = 4; $setup_info['addressbook']['app_order'] = 4;
$setup_info['addressbook']['enable'] = 1; $setup_info['addressbook']['enable'] = 1;
$setup_info['addressbook']['index'] = 'addressbook.addressbook_ui.index&ajax=true'; $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 */ /* Dependencies for this app to work */
$setup_info['addressbook']['depends'][] = array( $setup_info['addressbook']['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => Array('20.1') 'versions' => Array('21.1')
); );
// installation checks for addresbook // installation checks for addresbook

View File

@ -9,7 +9,7 @@
*/ */
$setup_info['admin']['name'] = 'admin'; $setup_info['admin']['name'] = 'admin';
$setup_info['admin']['version'] = '20.1'; $setup_info['admin']['version'] = '21.1';
$setup_info['admin']['app_order'] = 1; $setup_info['admin']['app_order'] = 1;
$setup_info['admin']['tables'] = array('egw_admin_queue','egw_admin_remote'); $setup_info['admin']['tables'] = array('egw_admin_queue','egw_admin_remote');
$setup_info['admin']['enable'] = 1; $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 // Dependencies for this app to work
$setup_info['admin']['depends'][] = array( $setup_info['admin']['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => Array('20.1') 'versions' => Array('21.1')
); );

View File

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

View File

@ -11,7 +11,7 @@
/* Basic information about this app */ /* Basic information about this app */
$setup_info['api']['name'] = 'api'; $setup_info['api']['name'] = 'api';
$setup_info['api']['title'] = 'EGroupware API'; $setup_info['api']['title'] = 'EGroupware API';
$setup_info['api']['version'] = '20.1.003'; $setup_info['api']['version'] = '21.1';
$setup_info['api']['versions']['current_header'] = '1.29'; $setup_info['api']['versions']['current_header'] = '1.29';
// maintenance release in sync with changelog in doc/rpm-build/debian.changes // maintenance release in sync with changelog in doc/rpm-build/debian.changes
$setup_info['api']['versions']['maintenance_release'] = '21.1.20210420'; $setup_info['api']['versions']['maintenance_release'] = '21.1.20210420';
@ -128,7 +128,7 @@ $setup_info['api']['check_install'] = array(
// CalDAV / CardDAV Sync // CalDAV / CardDAV Sync
$setup_info['groupdav']['name'] = 'groupdav'; $setup_info['groupdav']['name'] = 'groupdav';
$setup_info['groupdav']['version'] = '20.1'; $setup_info['groupdav']['version'] = '21.1';
$setup_info['groupdav']['enable'] = 2; $setup_info['groupdav']['enable'] = 2;
$setup_info['groupdav']['app_order'] = 1; $setup_info['groupdav']['app_order'] = 1;
$setup_info['groupdav']['icon'] = 'groupdav'; $setup_info['groupdav']['icon'] = 'groupdav';

View File

@ -782,3 +782,12 @@ function api_upgrade20_1_002()
return $GLOBALS['setup_info']['api']['currentver'] = '20.1.003'; return $GLOBALS['setup_info']['api']['currentver'] = '20.1.003';
} }
/**
* Bump version to 21.1
*
* @return string
*/
function api_upgrade20_1_003()
{
return $GLOBALS['setup_info']['activesync']['currentver'] = '21.1';
}

View File

@ -9,7 +9,7 @@
*/ */
$setup_info['calendar']['name'] = 'calendar'; $setup_info['calendar']['name'] = 'calendar';
$setup_info['calendar']['version'] = '20.1'; $setup_info['calendar']['version'] = '21.1';
$setup_info['calendar']['app_order'] = 3; $setup_info['calendar']['app_order'] = 3;
$setup_info['calendar']['enable'] = 1; $setup_info['calendar']['enable'] = 1;
$setup_info['calendar']['index'] = 'calendar.calendar_uiviews.index&ajax=true'; $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 */ /* Dependencies for this app to work */
$setup_info['calendar']['depends'][] = array( $setup_info['calendar']['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => Array('20.1') 'versions' => Array('21.1')
); );

View File

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

View File

@ -111,10 +111,6 @@
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
#calendar-et2_target hr {
display: block;
border-top: 1px solid #696969;
}
#calendar-sidebox_buttons tbody { #calendar-sidebox_buttons tbody {
width: 100%; width: 100%;
} }
@ -423,13 +419,13 @@ Hide subsequent headers in week view with non-consolidated owners
top: 2em; top: 2em;
} }
#calendar-view_view.hideDayColHeader tr:first-of-type .calendar_calGridHeader .calendar_calDayColHeader_spacer { #calendar-view_view.hideDayColHeader tr:first-of-type .calendar_calGridHeader .calendar_calDayColHeader_spacer {
height: calc(1.5em + 32px); height: calc(33.5em);
} }
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > span.et2_label { #calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > span.et2_label {
white-space: nowrap; white-space: nowrap;
display: block; display: block;
position: static; position: static;
width: calc(100% - 58px); width: calc(42%);
margin-left: 58px; margin-left: 58px;
color: white; color: white;
background-color: #2D6393; background-color: #2D6393;
@ -2944,7 +2940,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
width: 50px; width: 50px;
} }
#calendar-toolbar .nm-mob-header #calendar-toolbar_toolbar { #calendar-toolbar .nm-mob-header #calendar-toolbar_toolbar {
width: calc(100% - 100px); width: calc(0%);
display: inline-block; display: inline-block;
padding: 0px !important; padding: 0px !important;
} }

View File

@ -9,7 +9,7 @@
$setup_info['filemanager']['name'] = 'filemanager'; $setup_info['filemanager']['name'] = 'filemanager';
$setup_info['filemanager']['title'] = 'Filemanager'; $setup_info['filemanager']['title'] = 'Filemanager';
$setup_info['filemanager']['version'] = '20.1'; $setup_info['filemanager']['version'] = '21.1';
$setup_info['filemanager']['app_order'] = 6; $setup_info['filemanager']['app_order'] = 6;
$setup_info['filemanager']['enable'] = 1; $setup_info['filemanager']['enable'] = 1;
$setup_info['filemanager']['index'] = 'filemanager.filemanager_ui.index&ajax=true'; $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 */ /* Dependencies for this app to work */
$setup_info['filemanager']['depends'][] = array( $setup_info['filemanager']['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => array('20.1') 'versions' => array('21.1')
); );

View File

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

View File

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

View File

@ -9,7 +9,7 @@
*/ */
$setup_info['importexport']['name'] = 'importexport'; $setup_info['importexport']['name'] = 'importexport';
$setup_info['importexport']['version'] = '20.1'; $setup_info['importexport']['version'] = '21.1';
$setup_info['importexport']['app_order'] = 2; $setup_info['importexport']['app_order'] = 2;
$setup_info['importexport']['enable'] = 2; $setup_info['importexport']['enable'] = 2;
$setup_info['importexport']['tables'] = array('egw_importexport_definitions'); $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 */ /* Dependencies for this app to work */
$setup_info['importexport']['depends'][] = array( $setup_info['importexport']['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => Array('20.1') 'versions' => Array('21.1')
); );
// installation checks for importexport // installation checks for importexport

View File

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

View File

@ -11,7 +11,7 @@
*/ */
$setup_info['infolog']['name'] = 'infolog'; $setup_info['infolog']['name'] = 'infolog';
$setup_info['infolog']['version'] = '20.1'; $setup_info['infolog']['version'] = '21.1';
$setup_info['infolog']['app_order'] = 5; $setup_info['infolog']['app_order'] = 5;
$setup_info['infolog']['tables'] = array('egw_infolog','egw_infolog_extra','egw_infolog_users'); $setup_info['infolog']['tables'] = array('egw_infolog','egw_infolog_extra','egw_infolog_users');
$setup_info['infolog']['enable'] = 1; $setup_info['infolog']['enable'] = 1;
@ -34,7 +34,7 @@ $setup_info['infolog']['description'] =
The entries may be viewed or added from InfoLog direct or from within The entries may be viewed or added from InfoLog direct or from within
the contact/address, project or calendar view.</p> the contact/address, project or calendar view.</p>
<p>Other documents / files can be linked to InfoLog entries and are store in the VFS <p>Other documents / files can be linked to InfoLog entries and are store in the VFS
(eGroupWare\'s virtual file system).</p>'; (EGroupware\'s virtual file system).</p>';
$setup_info['infolog']['note'] = ''; $setup_info['infolog']['note'] = '';
/* The hooks this app includes, needed for hooks registration */ /* The hooks this app includes, needed for hooks registration */
@ -62,6 +62,6 @@ $setup_info['infolog']['hooks']['change_account_ids'] = 'infolog_customfields::c
// Dependencies for this app to work // Dependencies for this app to work
$setup_info['infolog']['depends'][] = array( $setup_info['infolog']['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => Array('20.1') 'versions' => Array('21.1')
); );

View File

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

View File

@ -12,7 +12,7 @@
$setup_info['mail']['name'] = 'mail'; $setup_info['mail']['name'] = 'mail';
$setup_info['mail']['title'] = 'mail'; $setup_info['mail']['title'] = 'mail';
$setup_info['mail']['version'] = '20.1'; $setup_info['mail']['version'] = '21.1';
$setup_info['mail']['app_order'] = 2; $setup_info['mail']['app_order'] = 2;
$setup_info['mail']['enable'] = 1; $setup_info['mail']['enable'] = 1;
$setup_info['mail']['index'] = 'mail.mail_ui.index&ajax=true'; $setup_info['mail']['index'] = 'mail.mail_ui.index&ajax=true';
@ -42,7 +42,7 @@ $setup_info['mail']['hooks']['config'] = 'mail_hooks::config';
/* Dependencies for this app to work */ /* Dependencies for this app to work */
$setup_info['mail']['depends'][] = array( $setup_info['mail']['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => Array('20.1') 'versions' => Array('21.1')
); );
// installation checks for mail // installation checks for mail
$setup_info['mail']['check_install'] = array( $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]['name'] = NOTIFICATION_APP;
$setup_info[NOTIFICATION_APP]['version'] = '20.1'; $setup_info[NOTIFICATION_APP]['version'] = '21.1';
$setup_info[NOTIFICATION_APP]['app_order'] = 1; $setup_info[NOTIFICATION_APP]['app_order'] = 1;
$setup_info[NOTIFICATION_APP]['tables'] = array('egw_notificationpopup'); $setup_info[NOTIFICATION_APP]['tables'] = array('egw_notificationpopup');
$setup_info[NOTIFICATION_APP]['enable'] = 2; $setup_info[NOTIFICATION_APP]['enable'] = 2;
@ -37,5 +37,5 @@ $setup_info[NOTIFICATION_APP]['hooks']['deleteaccount'] = 'notifications.notific
/* Dependencies for this app to work */ /* Dependencies for this app to work */
$setup_info[NOTIFICATION_APP]['depends'][] = array( $setup_info[NOTIFICATION_APP]['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => Array('20.1') 'versions' => Array('21.1')
); );

View File

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

View File

@ -10,7 +10,7 @@
$GLOBALS['egw_info']['template']['pixelegg']['name'] = 'pixelegg'; $GLOBALS['egw_info']['template']['pixelegg']['name'] = 'pixelegg';
$GLOBALS['egw_info']['template']['pixelegg']['title'] = 'Standard '; $GLOBALS['egw_info']['template']['pixelegg']['title'] = 'Standard ';
$GLOBALS['egw_info']['template']['pixelegg']['version'] = '20.1'; $GLOBALS['egw_info']['template']['pixelegg']['version'] = '21.1';
$GLOBALS['egw_info']['template']['pixelegg']['author'] = array( $GLOBALS['egw_info']['template']['pixelegg']['author'] = array(
array('name' => 'EGroupware GmbH', 'url' => 'http://www.egroupware.org/'), 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 // Dependencies for this template to work
$GLOBALS['egw_info']['template']['pixelegg']['depends'][] = array( $GLOBALS['egw_info']['template']['pixelegg']['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => Array('20.1') 'versions' => Array('21.1')
); );

View File

@ -10,7 +10,7 @@
$setup_info['preferences']['name'] = 'preferences'; $setup_info['preferences']['name'] = 'preferences';
$setup_info['preferences']['title'] = 'Preferences'; $setup_info['preferences']['title'] = 'Preferences';
$setup_info['preferences']['version'] = '20.1'; $setup_info['preferences']['version'] = '21.1';
$setup_info['preferences']['app_order'] = 1; $setup_info['preferences']['app_order'] = 1;
$setup_info['preferences']['tables'] = ''; $setup_info['preferences']['tables'] = '';
$setup_info['preferences']['enable'] = 2; $setup_info['preferences']['enable'] = 2;
@ -33,5 +33,5 @@ $setup_info['preferences']['hooks']['deny_cats'] = 'preferences_hooks::deny_
/* Dependencies for this app to work */ /* Dependencies for this app to work */
$setup_info['preferences']['depends'][] = array( $setup_info['preferences']['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => Array('20.1') 'versions' => Array('21.1')
); );

View File

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

View File

@ -428,3 +428,13 @@ function resources_upgrade19_1_001()
{ {
return $GLOBALS['setup_info']['resources']['currentver'] = '20.1'; return $GLOBALS['setup_info']['resources']['currentver'] = '20.1';
} }
/**
* Bump version to 21.1
*
* @return string
*/
function resources_upgrade20_1()
{
return $GLOBALS['setup_info']['resources']['currentver'] = '21.1';
}

View File

@ -16,7 +16,7 @@ if (!defined('TIMESHEET_APP'))
} }
$setup_info[TIMESHEET_APP]['name'] = TIMESHEET_APP; $setup_info[TIMESHEET_APP]['name'] = TIMESHEET_APP;
$setup_info[TIMESHEET_APP]['version'] = '20.1'; $setup_info[TIMESHEET_APP]['version'] = '21.1';
$setup_info[TIMESHEET_APP]['app_order'] = 5; $setup_info[TIMESHEET_APP]['app_order'] = 5;
$setup_info[TIMESHEET_APP]['tables'] = array('egw_timesheet','egw_timesheet_extra'); $setup_info[TIMESHEET_APP]['tables'] = array('egw_timesheet','egw_timesheet_extra');
$setup_info[TIMESHEET_APP]['enable'] = 1; $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 */ /* Dependencies for this app to work */
$setup_info[TIMESHEET_APP]['depends'][] = array( $setup_info[TIMESHEET_APP]['depends'][] = array(
'appname' => 'api', 'appname' => 'api',
'versions' => Array('20.1') 'versions' => Array('21.1')
); );

View File

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