* adjust for upgrade.
This commit is contained in:
@@ -16,7 +16,7 @@ if(!class_exists('config')){class config{}}
|
||||
if(!function_exists('getWebRoot')){function getWebRoot(){}}
|
||||
|
||||
/* 基本设置。Basic settings. */
|
||||
$config->version = '15.0.rc3'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
|
||||
$config->version = '15.0'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
|
||||
$config->charset = 'UTF-8'; // ZenTaoPHP的编码。 The encoding of ZenTaoPHP.
|
||||
$config->cookieLife = time() + 2592000; // Cookie的生存时间。The cookie life time.
|
||||
$config->timezone = 'Asia/Shanghai'; // 时区设置。 The time zone setting, for more see http://www.php.net/manual/en/timezones.php.
|
||||
|
||||
@@ -431,7 +431,6 @@ $lang->action->dynamicAction->entry['created'] = 'Add Application';
|
||||
$lang->action->dynamicAction->entry['edited'] = 'Edit Application';
|
||||
|
||||
/* Generate the corresponding object link. */
|
||||
global $config;
|
||||
$lang->action->label->product = $lang->productCommon . '|product|view|productID=%s';
|
||||
$lang->action->label->productplan = 'Plan|productplan|view|productID=%s';
|
||||
$lang->action->label->release = 'Release|release|view|productID=%s';
|
||||
@@ -478,9 +477,9 @@ $lang->action->search->objectTypeList['case'] = 'Case';
|
||||
$lang->action->search->objectTypeList['caseresult'] = 'Case Result';
|
||||
$lang->action->search->objectTypeList['stepresult'] = 'Case Steps';
|
||||
$lang->action->search->objectTypeList['story'] = "$lang->SRCommon/$lang->URCommon";
|
||||
$lang->action->search->objectTypeList['task'] = 'Task';
|
||||
$lang->action->search->objectTypeList['testtask'] = 'Request';
|
||||
$lang->action->search->objectTypeList['user'] = 'User';
|
||||
$lang->action->search->objectTypeList['task'] = 'Task';
|
||||
$lang->action->search->objectTypeList['testtask'] = 'Request';
|
||||
$lang->action->search->objectTypeList['user'] = 'User';
|
||||
$lang->action->search->objectTypeList['doc'] = 'Doc';
|
||||
$lang->action->search->objectTypeList['doclib'] = 'Doc Lib';
|
||||
$lang->action->search->objectTypeList['todo'] = 'Todo';
|
||||
|
||||
@@ -230,6 +230,7 @@ $lang->custom->moduleName['execution'] = $lang->custom->execution;
|
||||
$lang->custom->conceptQuestions['overview'] = "1. Which combination of management fits your company?";
|
||||
$lang->custom->conceptQuestions['URAndSR'] = "2. Do you want to use the concept of {$lang->URCommon} and {$lang->SRCommon} in ZenTao?";
|
||||
|
||||
|
||||
$lang->custom->conceptOptions = new stdclass;
|
||||
$lang->custom->conceptOptions->story = array();
|
||||
$lang->custom->conceptOptions->story['0'] = 'Requirement';
|
||||
|
||||
@@ -135,3 +135,4 @@ $lang->upgrade->fromVersions['12_5_2'] = '12.5.2';
|
||||
$lang->upgrade->fromVersions['12_5_3'] = '12.5.3';
|
||||
$lang->upgrade->fromVersions['15_0_rc1'] = '15.0.rc1';
|
||||
$lang->upgrade->fromVersions['15_0_rc2'] = '15.0.rc2';
|
||||
$lang->upgrade->fromVersions['15_0_rc3'] = '15.0.rc3';
|
||||
|
||||
@@ -128,6 +128,7 @@ $whiteList[] = 'ci-initqueue';
|
||||
$whiteList[] = 'ci-exec';
|
||||
$whiteList[] = 'ci-checkcompilestatus';
|
||||
$whiteList[] = 'im-userlogin';
|
||||
$whiteList[] = 'user-refreshRandom';
|
||||
|
||||
/* checking actions of every module. */
|
||||
echo '-------------action checking-----------------' . "\n";
|
||||
|
||||
Reference in New Issue
Block a user