added the new 0.9.16 development branch (api versions 0.9.14.5xx)

This commit is contained in:
Ralf Becker 2003-03-27 18:51:26 +00:00
parent a29965b1ea
commit a5a5d245d8

View File

@ -48,10 +48,32 @@
$test[] = '0.9.14.002'; $test[] = '0.9.14.002';
function phpgwapi_upgrade0_9_14_002() function phpgwapi_upgrade0_9_14_002()
{ {
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.001'; // this is the 0.9.15.001 update
$GLOBALS['phpgw_setup']->oProc->RenameTable('lang','phpgw_lang');
$GLOBALS['phpgw_setup']->oProc->RenameTable('languages','phpgw_languages');
// 0.9.15.002 are already included in 0.9.14.002
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.003';
return $GLOBALS['setup_info']['phpgwapi']['currentver']; return $GLOBALS['setup_info']['phpgwapi']['currentver'];
} }
$test[] = '0.9.14.500';
function phpgwapi_upgrade0_9_14_500()
{
// 0.9.14.5xx are the development-versions of the 0.9.16 release (based on the 0.9.14 api)
// as 0.9.15.xxx are already used in HEAD
// this is the 0.9.15.001 update
$GLOBALS['phpgw_setup']->oProc->RenameTable('lang','phpgw_lang');
$GLOBALS['phpgw_setup']->oProc->RenameTable('languages','phpgw_languages');
// 0.9.15.002/3/4 are already included in 0.9.14.500
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.005';
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
}
$test[] = '0.9.15.001'; $test[] = '0.9.15.001';
function phpgwapi_upgrade0_9_15_001() function phpgwapi_upgrade0_9_15_001()
{ {
@ -127,8 +149,6 @@
return $GLOBALS['setup_info']['phpgwapi']['currentver']; return $GLOBALS['setup_info']['phpgwapi']['currentver'];
} }
$test[] = '0.9.15.006'; $test[] = '0.9.15.006';
function phpgwapi_upgrade0_9_15_006() function phpgwapi_upgrade0_9_15_006()
{ {
@ -180,7 +200,6 @@
return $GLOBALS['setup_info']['phpgwapi']['currentver']; return $GLOBALS['setup_info']['phpgwapi']['currentver'];
} }
$test[] = '0.9.15.007'; $test[] = '0.9.15.007';
function phpgwapi_upgrade0_9_15_007() function phpgwapi_upgrade0_9_15_007()
{ {