mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
pushing all versions to 1.0.0
This commit is contained in:
parent
2ba2d8aca1
commit
f6c07ba556
@ -14,7 +14,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'] = '0.9.13.002';
|
$setup_info['addressbook']['version'] = '1.0.0';
|
||||||
$setup_info['addressbook']['app_order'] = 4;
|
$setup_info['addressbook']['app_order'] = 4;
|
||||||
$setup_info['addressbook']['enable'] = 1;
|
$setup_info['addressbook']['enable'] = 1;
|
||||||
|
|
||||||
@ -25,20 +25,19 @@
|
|||||||
'Contact manager with Vcard support.<br>
|
'Contact manager with Vcard support.<br>
|
||||||
Always have your address book available for updates or look ups from anywhere. <br>
|
Always have your address book available for updates or look ups from anywhere. <br>
|
||||||
Share address book contact information with others. <br>
|
Share address book contact information with others. <br>
|
||||||
Link contacts to calendar events or infolog entires like phonecalls.<br>
|
Link contacts to calendar events or InfoLog entires like phonecalls.<br>
|
||||||
Addressbook is the eGroupWare default contact application. <br>
|
Addressbook is the eGroupWare default contact application. <br>
|
||||||
It makes use of the eGroupWare contacts class to store and retrieve
|
It makes use of the eGroupWare contacts class to store and retrieve
|
||||||
contact information via SQL or LDAP.';
|
contact information via SQL or LDAP.';
|
||||||
|
|
||||||
$setup_info['addressbook']['maintainer'] = 'eGroupWare coreteam';
|
$setup_info['addressbook']['maintainer'] = 'eGroupWare coreteam';
|
||||||
$setup_info['addressbook']['maintainer_email'] = 'milosch@users.sourceforge.net';
|
$setup_info['addressbook']['maintainer_email'] = 'egroupware-developer@lists.sourceforge.net';
|
||||||
|
|
||||||
/* The hooks this app includes, needed for hooks registration */
|
/* The hooks this app includes, needed for hooks registration */
|
||||||
$setup_info['addressbook']['hooks'][] = 'admin';
|
$setup_info['addressbook']['hooks'][] = 'admin';
|
||||||
$setup_info['addressbook']['hooks'][] = 'add_def_pref';
|
$setup_info['addressbook']['hooks'][] = 'add_def_pref';
|
||||||
$setup_info['addressbook']['hooks'][] = 'config_validate';
|
$setup_info['addressbook']['hooks'][] = 'config_validate';
|
||||||
$setup_info['addressbook']['hooks'][] = 'home';
|
$setup_info['addressbook']['hooks'][] = 'home';
|
||||||
$setup_info['addressbook']['hooks'][] = 'manual';
|
|
||||||
$setup_info['addressbook']['hooks'][] = 'addaccount';
|
$setup_info['addressbook']['hooks'][] = 'addaccount';
|
||||||
$setup_info['addressbook']['hooks'][] = 'editaccount';
|
$setup_info['addressbook']['hooks'][] = 'editaccount';
|
||||||
$setup_info['addressbook']['hooks'][] = 'deleteaccount';
|
$setup_info['addressbook']['hooks'][] = 'deleteaccount';
|
||||||
|
@ -12,19 +12,19 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$setup_info['admin']['name'] = 'admin';
|
$setup_info['admin']['name'] = 'admin';
|
||||||
$setup_info['admin']['version'] = '0.9.13.002';
|
$setup_info['admin']['version'] = '1.0.0';
|
||||||
$setup_info['admin']['app_order'] = 1;
|
$setup_info['admin']['app_order'] = 1;
|
||||||
$setup_info['admin']['tables'] = '';
|
$setup_info['admin']['tables'] = '';
|
||||||
$setup_info['admin']['enable'] = 1;
|
$setup_info['admin']['enable'] = 1;
|
||||||
|
|
||||||
$setup_info['admin']['author'][] = array(
|
$setup_info['admin']['author'][] = array(
|
||||||
'name' => 'eGroupWare coreteam',
|
'name' => 'eGroupWare coreteam',
|
||||||
'email' => 'egroupware-developers@sourceforge.net'
|
'email' => 'egroupware-developers@lists.sourceforge.net'
|
||||||
);
|
);
|
||||||
|
|
||||||
$setup_info['admin']['maintainer'][] = array(
|
$setup_info['admin']['maintainer'][] = array(
|
||||||
'name' => 'eGroupWare coreteam',
|
'name' => 'eGroupWare coreteam',
|
||||||
'email' => 'egroupware-developers@sourceforge.net',
|
'email' => 'egroupware-developers@lists.sourceforge.net',
|
||||||
'url' => 'www.egroupware.org'
|
'url' => 'www.egroupware.org'
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -39,7 +39,6 @@
|
|||||||
'after_navbar',
|
'after_navbar',
|
||||||
'config',
|
'config',
|
||||||
'deleteaccount',
|
'deleteaccount',
|
||||||
'manual',
|
|
||||||
'view_user' => 'admin.uiaccounts.edit_view_user_hook',
|
'view_user' => 'admin.uiaccounts.edit_view_user_hook',
|
||||||
'edit_user' => 'admin.uiaccounts.edit_view_user_hook',
|
'edit_user' => 'admin.uiaccounts.edit_view_user_hook',
|
||||||
'sidebox_menu'
|
'sidebox_menu'
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$setup_info['etemplate']['name'] = 'etemplate';
|
$setup_info['etemplate']['name'] = 'etemplate';
|
||||||
$setup_info['etemplate']['version'] = '0.9.15.002';
|
$setup_info['etemplate']['version'] = '1.0.0';
|
||||||
$setup_info['etemplate']['app_order'] = 60; // just behind the developers-tools
|
$setup_info['etemplate']['app_order'] = 60; // just behind the developers-tools
|
||||||
$setup_info['etemplate']['tables'] = array('phpgw_etemplate');
|
$setup_info['etemplate']['tables'] = array('phpgw_etemplate');
|
||||||
$setup_info['etemplate']['enable'] = 1;
|
$setup_info['etemplate']['enable'] = 1;
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
'nullable' => False
|
'nullable' => False
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
$GLOBALS['setup_info']['etemplate']['currentver'] = '0.9.15.001';
|
$GLOBALS['setup_info']['etemplate']['currentver'] = '0.9.15.001';
|
||||||
return $GLOBALS['setup_info']['etemplate']['currentver'];
|
return $GLOBALS['setup_info']['etemplate']['currentver'];
|
||||||
}
|
}
|
||||||
@ -72,8 +71,15 @@
|
|||||||
'nullable' => True
|
'nullable' => True
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
$GLOBALS['setup_info']['etemplate']['currentver'] = '0.9.15.002';
|
$GLOBALS['setup_info']['etemplate']['currentver'] = '0.9.15.002';
|
||||||
return $GLOBALS['setup_info']['etemplate']['currentver'];
|
return $GLOBALS['setup_info']['etemplate']['currentver'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$test[] = '0.9.15.002';
|
||||||
|
function etemplate_upgrade0_9_15_002()
|
||||||
|
{
|
||||||
|
$GLOBALS['setup_info']['etemplate']['currentver'] = '1.0.0';
|
||||||
|
return $GLOBALS['setup_info']['etemplate']['currentver'];
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -13,7 +13,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'] = '0.9.13.005';
|
$setup_info['filemanager']['version'] = '1.0.0';
|
||||||
$setup_info['filemanager']['app_order'] = 6;
|
$setup_info['filemanager']['app_order'] = 6;
|
||||||
$setup_info['filemanager']['enable'] = 1;
|
$setup_info['filemanager']['enable'] = 1;
|
||||||
|
|
||||||
@ -27,7 +27,6 @@
|
|||||||
'sidebox_menu',
|
'sidebox_menu',
|
||||||
'personalizer',
|
'personalizer',
|
||||||
'preferences',
|
'preferences',
|
||||||
'manual'
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/* Dependencies for this app to work */
|
/* Dependencies for this app to work */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user