From 9a0512f334433e5ef26fd0abffec322ce60ca9ff Mon Sep 17 00:00:00 2001 From: wangyidong Date: Sun, 6 Jun 2021 09:46:11 +0800 Subject: [PATCH] * add zh-tw lang. --- db/zentao.sql | 2 +- doc/CHANGELOG | 54 +++++++++++++++++++--------- module/action/lang/zh-tw.php | 7 ++++ module/bug/lang/zh-tw.php | 2 +- module/execution/lang/zh-tw.php | 2 ++ module/misc/lang/de.php | 4 +++ module/misc/lang/en.php | 4 +++ module/misc/lang/fr.php | 4 +++ module/misc/lang/vi.php | 4 +++ module/misc/lang/zh-cn.php | 4 +++ module/misc/lang/zh-tw.php | 4 +++ module/product/lang/zh-tw.php | 1 + module/project/lang/zh-tw.php | 4 +++ module/projectrelease/lang/zh-tw.php | 3 +- module/qa/lang/zh-tw.php | 3 +- module/task/lang/zh-tw.php | 2 +- module/testreport/lang/zh-tw.php | 8 +++++ module/testtask/lang/zh-tw.php | 2 ++ module/todo/lang/zh-tw.php | 1 - module/upgrade/lang/zh-tw.php | 5 +-- module/upgrade/model.php | 5 +-- 21 files changed, 93 insertions(+), 32 deletions(-) diff --git a/db/zentao.sql b/db/zentao.sql index 143cff8d1d..9d778c6d20 100644 --- a/db/zentao.sql +++ b/db/zentao.sql @@ -643,7 +643,7 @@ CREATE TABLE IF NOT EXISTS `zt_project` ( `model` char(30) NOT NULL, `type` char(30) NOT NULL DEFAULT 'sprint', `product` char(30) NOT NULL DEFAULT 'single', - `lifetime` char(30) NOT NULL, + `lifetime` char(30) NOT NULL DEFAULT '', `budget` varchar(30) NOT NULL DEFAULT '0', `budgetUnit` char(30) NOT NULL DEFAULT 'CNY', `attribute` varchar(30) NOT NULL DEFAULT '', diff --git a/doc/CHANGELOG b/doc/CHANGELOG index deba061bbb..3dbd66de96 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,3 +1,25 @@ +2021-06-06 15.0.1 +修复的Bug +12839 打开文档链接页面报错 +12838 执行用例列表用例显示不全 +12821 15版本新概念禅道 产品线维护有逻辑问题 +12795 设置动态权限保存后清空了所有动态的权限 +12765 执行和项目没有显示测试报告 +12762 Bug编辑页面有代码报错 +12748 修改BUG的解决版本后导致该BUG不能被关联到版本下 +12732 产品下创建的模块不会同步到测试下面 +12726 用户分组更改视野维护保存时需要重新加载网站 +12716 取消页面跳转后左侧导航高亮错误 +12667 svn版本库中不显示版本信息 +12594 后台-模型设置需求概念保存后不生效 +12535 用户反馈的安全漏洞 +12515 15stable项目描述中上传图片保存后不显示 +12488 打开浏览器消息后二级导航丢失 +12472 项目概况里Bug数统计不正确 +12464 迁移数据时,新创建项目没统计所属迭代下是数据 +12443 所属冲刺显示有代码错误 +12340 迭代文档中创建文档后保存不了 + 2021-01-06 12.5.3 完成的需求 5855 实现年度总结的Bug数据区块 @@ -943,7 +965,7 @@ 2711 使用自定义bug模板创建的bug,转用例时格式错位 2723 convertURL 方法引起 js 插件失效并可能存在更多的 bug 隐患 2726 完成任务备注内容丢失 - + 2019-08-23 11.6.1 完成的需求: 4259 非中文的语言排版都统一走英文版本 @@ -1118,23 +1140,23 @@ 2019-06-24 11.5.1 完成的需求: 3708 增加一键安装包安全性 -3901 增加免密登录的功能 +3901 增加免密登录的功能 修复的bug: -2514 用例覆盖率计算错误 +2514 用例覆盖率计算错误 2518 webhook中提示触发动作的用户错误 -2522 创建连接类型的文档功能异常 -2524 燃尽图导出后的图片不够清晰 -2530 php无用日志记录太多 -2541 取消父任务下子任务,父任务无法维护工时 -2554 安装新版本插件后到期日期没有更新 -2555 后台备份显示的备份文件大小错误 -2557 定时页面汉字乱码 -2569 zbox配置https报错 -2575 我的地盘--所有待办,未完待办统计数量不对。 -2576 导出搜索后的任务列表,子任务无法导出 -2580 用例覆盖率统计错误 -2584 按条件搜索任务后,父子任务统计不准确 -2588 编辑器会自动出现2个超链接网址 +2522 创建连接类型的文档功能异常 +2524 燃尽图导出后的图片不够清晰 +2530 php无用日志记录太多 +2541 取消父任务下子任务,父任务无法维护工时 +2554 安装新版本插件后到期日期没有更新 +2555 后台备份显示的备份文件大小错误 +2557 定时页面汉字乱码 +2569 zbox配置https报错 +2575 我的地盘--所有待办,未完待办统计数量不对。 +2576 导出搜索后的任务列表,子任务无法导出 +2580 用例覆盖率统计错误 +2584 按条件搜索任务后,父子任务统计不准确 +2588 编辑器会自动出现2个超链接网址 2597 使用网络图片时,保存后不显示图片 2019-05-08 11.5.stable diff --git a/module/action/lang/zh-tw.php b/module/action/lang/zh-tw.php index 21137aa604..80fdeb68ba 100755 --- a/module/action/lang/zh-tw.php +++ b/module/action/lang/zh-tw.php @@ -262,6 +262,11 @@ $lang->action->label->tracked = '跟蹤了'; $lang->action->label->hangup = '掛起了'; $lang->action->label->run = '執行了'; $lang->action->label->estimated = '估算了'; +$lang->action->label->reviewclosed = '評審失敗'; +$lang->action->label->passreviewed = '確認通過'; +$lang->action->label->clarifyreviewed = '有待明確'; +$lang->action->label->commitsummary = '提交培訓總結'; +$lang->action->label->updatetrainee = '更新培訓人員'; /* 動態信息按照對象分組 */ $lang->action->dynamicAction = new stdclass(); @@ -337,6 +342,8 @@ $lang->action->dynamicAction->execution['undeleted'] = '還原' . $lang->executi $lang->action->dynamicAction->execution['hidden'] = '隱藏' . $lang->executionCommon; $lang->action->dynamicAction->execution['moved'] = '導入任務'; +$lang->action->dynamicAction->team['managedTeam'] = '維護團隊'; + $lang->action->dynamicAction->task['opened'] = '創建任務'; $lang->action->dynamicAction->task['edited'] = '編輯任務'; $lang->action->dynamicAction->task['commented'] = '備註任務'; diff --git a/module/bug/lang/zh-tw.php b/module/bug/lang/zh-tw.php index 1d4da479e7..34fc521784 100644 --- a/module/bug/lang/zh-tw.php +++ b/module/bug/lang/zh-tw.php @@ -18,7 +18,7 @@ $lang->bug->productplan = '所屬' . '計劃'; $lang->bug->module = '所屬模組'; $lang->bug->moduleAB = '模組'; $lang->bug->project = '所屬項目'; -$lang->bug->execution = '所屬' . $lang->executionCommon; +$lang->bug->execution = '所屬' . $lang->execution->common; $lang->bug->story = "相關需求"; $lang->bug->storyVersion = "{$lang->SRCommon}版本"; $lang->bug->color = '標題顏色'; diff --git a/module/execution/lang/zh-tw.php b/module/execution/lang/zh-tw.php index 149871080a..9434a8adf2 100644 --- a/module/execution/lang/zh-tw.php +++ b/module/execution/lang/zh-tw.php @@ -307,6 +307,8 @@ $lang->execution->notAllowedUnlinkStory = "該{$lang->SRCommon}已經與項 $lang->execution->notAllowRemoveProducts = "該{$lang->productCommon}中的{$lang->SRCommon}已與該{$lang->executionCommon}進行了關聯,請取消關聯後再操作。"; $lang->execution->errorNoLinkedProducts = "該{$lang->executionCommon}沒有關聯的{$lang->productCommon},系統將轉到{$lang->productCommon}關聯頁面"; $lang->execution->errorSameProducts = "{$lang->executionCommon}不能關聯多個相同的{$lang->productCommon}。"; +$lang->execution->errorBegin = "{$lang->executionCommon}的開始時間不能小於所屬項目的開始時間%s。"; +$lang->execution->errorEnd = "{$lang->executionCommon}的結束時間不能大於所屬項目的結束時間%s。"; $lang->execution->accessDenied = "您無權訪問該{$lang->executionCommon}!"; $lang->execution->tips = '提示'; $lang->execution->afterInfo = "{$lang->executionCommon}添加成功,您現在可以進行以下操作:"; diff --git a/module/misc/lang/de.php b/module/misc/lang/de.php index 470d71b388..540eae8091 100644 --- a/module/misc/lang/de.php +++ b/module/misc/lang/de.php @@ -84,6 +84,8 @@ $lang->misc->feature = new stdclass(); $lang->misc->feature->lastest = 'Letzte Version'; $lang->misc->feature->detailed = 'Details'; +$lang->misc->releaseDate['15.0.1'] = '2021-06-06'; +$lang->misc->releaseDate['15.0'] = '2021-04-30'; $lang->misc->releaseDate['15.0.rc3'] = '2021-04-16'; $lang->misc->releaseDate['15.0.rc2'] = '2021-04-09'; $lang->misc->releaseDate['15.0.rc1'] = '2021-04-05'; @@ -141,6 +143,8 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22'; $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; +$lang->misc->feature->all['15.0.1'][] = array('title' => 'Fix Bug', 'desc' => ''); +$lang->misc->feature->all['15.0'][] = array('title' => 'Fix Bug', 'desc' => ''); $lang->misc->feature->all['15.0.rc3'][] = array('title' => 'Adjust details,Fix bug', 'desc' => ''); $lang->misc->feature->all['15.0.rc2'][] = array('title' => 'Fix Bug.', 'desc' => ''); $lang->misc->feature->all['15.0.rc1'][] = array('title' => 'Upgrade to 15,reframe menu, add program.', 'desc' => ''); diff --git a/module/misc/lang/en.php b/module/misc/lang/en.php index bbb343a7b9..13d0695db9 100644 --- a/module/misc/lang/en.php +++ b/module/misc/lang/en.php @@ -84,6 +84,8 @@ $lang->misc->feature = new stdclass(); $lang->misc->feature->lastest = 'Latest Version'; $lang->misc->feature->detailed = 'Detail'; +$lang->misc->releaseDate['15.0.1'] = '2021-06-06'; +$lang->misc->releaseDate['15.0'] = '2021-04-30'; $lang->misc->releaseDate['15.0.rc3'] = '2021-04-16'; $lang->misc->releaseDate['15.0.rc2'] = '2021-04-09'; $lang->misc->releaseDate['15.0.rc1'] = '2021-04-05'; @@ -141,6 +143,8 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22'; $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; +$lang->misc->feature->all['15.0.1'][] = array('title' => 'Fix bug', 'desc' => ''); +$lang->misc->feature->all['15.0'][] = array('title' => 'Fix bug', 'desc' => ''); $lang->misc->feature->all['15.0.rc3'][] = array('title' => 'Adjust details,Fix bug', 'desc' => ''); $lang->misc->feature->all['15.0.rc2'][] = array('title' => 'Fix Bug.', 'desc' => ''); $lang->misc->feature->all['15.0.rc1'][] = array('title' => 'Upgrade to 15,reframe menu, add program.', 'desc' => ''); diff --git a/module/misc/lang/fr.php b/module/misc/lang/fr.php index 98688ab3d7..26ae8b15ed 100644 --- a/module/misc/lang/fr.php +++ b/module/misc/lang/fr.php @@ -84,6 +84,8 @@ $lang->misc->feature = new stdclass(); $lang->misc->feature->lastest = 'Dernière Version'; $lang->misc->feature->detailed = 'Détail'; +$lang->misc->releaseDate['15.0.1'] = '2021-06-06'; +$lang->misc->releaseDate['15.0'] = '2021-04-30'; $lang->misc->releaseDate['15.0.rc3'] = '2021-04-16'; $lang->misc->releaseDate['15.0.rc2'] = '2021-04-09'; $lang->misc->releaseDate['15.0.rc1'] = '2021-04-05'; @@ -141,6 +143,8 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22'; $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; +$lang->misc->feature->all['15.0.1'][] = array('title' => 'Fix Bug', 'desc' => ''); +$lang->misc->feature->all['15.0'][] = array('title' => 'Fix Bug', 'desc' => ''); $lang->misc->feature->all['15.0.rc3'][] = array('title' => 'Adjust details, fix bug.', 'desc' => ''); $lang->misc->feature->all['15.0.rc2'][] = array('title' => 'Fix Bug.', 'desc' => ''); $lang->misc->feature->all['15.0.rc1'][] = array('title' => 'Upgrade to 15,reframe menu, add program.', 'desc' => ''); diff --git a/module/misc/lang/vi.php b/module/misc/lang/vi.php index 6dc8ed4018..417344e346 100644 --- a/module/misc/lang/vi.php +++ b/module/misc/lang/vi.php @@ -84,6 +84,8 @@ $lang->misc->feature = new stdclass(); $lang->misc->feature->lastest = 'Latest Version'; $lang->misc->feature->detailed = 'Chi tiết'; +$lang->misc->releaseDate['15.0.1'] = '2021-06-06'; +$lang->misc->releaseDate['15.0'] = '2021-04-30'; $lang->misc->releaseDate['15.0.rc3'] = '2021-04-16'; $lang->misc->releaseDate['15.0.rc2'] = '2021-04-09'; $lang->misc->releaseDate['15.0.rc1'] = '2021-04-05'; @@ -141,6 +143,8 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22'; $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; +$lang->misc->feature->all['15.0.1'][] = array('title' => 'Fix Bug', 'desc' => ''); +$lang->misc->feature->all['15.0'][] = array('title' => 'Fix Bug', 'desc' => ''); $lang->misc->feature->all['15.0.rc3'][] = array('title' => 'Adjust detail, fix bug.', 'desc' => ''); $lang->misc->feature->all['15.0.rc2'][] = array('title' => 'Fix Bug.', 'desc' => ''); $lang->misc->feature->all['15.0.rc1'][] = array('title' => 'Upgrade to 15,reframe menu, add program.', 'desc' => ''); diff --git a/module/misc/lang/zh-cn.php b/module/misc/lang/zh-cn.php index ebad9c5999..9dabd6869e 100644 --- a/module/misc/lang/zh-cn.php +++ b/module/misc/lang/zh-cn.php @@ -84,6 +84,8 @@ $lang->misc->feature = new stdclass(); $lang->misc->feature->lastest = '最新版本'; $lang->misc->feature->detailed = '详情'; +$lang->misc->releaseDate['15.0.1'] = '2021-06-06'; +$lang->misc->releaseDate['15.0'] = '2021-04-30'; $lang->misc->releaseDate['15.0.rc3'] = '2021-04-16'; $lang->misc->releaseDate['15.0.rc2'] = '2021-04-09'; $lang->misc->releaseDate['15.0.rc1'] = '2021-04-05'; @@ -141,6 +143,8 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22'; $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; +$lang->misc->feature->all['15.0.1'][] = array('title' => '修复Bug', 'desc' => ''); +$lang->misc->feature->all['15.0'][] = array('title' => '修复Bug', 'desc' => ''); $lang->misc->feature->all['15.0.rc3'][] = array('title' => '完善细节,修复Bug', 'desc' => ''); $lang->misc->feature->all['15.0.rc2'][] = array('title' => '修复Bug,优化界面交互', 'desc' => ''); $lang->misc->feature->all['15.0.rc1'][] = array('title' => '升级到15版本,重构导航、文档库,增加项目集管理', 'desc' => ''); diff --git a/module/misc/lang/zh-tw.php b/module/misc/lang/zh-tw.php index 685b569793..9c1fd7bf20 100644 --- a/module/misc/lang/zh-tw.php +++ b/module/misc/lang/zh-tw.php @@ -84,6 +84,8 @@ $lang->misc->feature = new stdclass(); $lang->misc->feature->lastest = '最新版本'; $lang->misc->feature->detailed = '詳情'; +$lang->misc->releaseDate['15.0.1'] = '2021-06-06'; +$lang->misc->releaseDate['15.0'] = '2021-04-30'; $lang->misc->releaseDate['15.0.rc3'] = '2021-04-16'; $lang->misc->releaseDate['15.0.rc2'] = '2021-04-09'; $lang->misc->releaseDate['15.0.rc1'] = '2021-04-05'; @@ -141,6 +143,8 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22'; $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; +$lang->misc->feature->all['15.0.1'][] = array('title' => '修復Bug', 'desc' => ''); +$lang->misc->feature->all['15.0'][] = array('title' => '修復Bug', 'desc' => ''); $lang->misc->feature->all['15.0.rc3'][] = array('title' => '完善細節,修復Bug', 'desc' => ''); $lang->misc->feature->all['15.0.rc2'][] = array('title' => '修復Bug,優化界面交互', 'desc' => ''); $lang->misc->feature->all['15.0.rc1'][] = array('title' => '升級到15版本,重構導航、文檔庫,增加項目集管理', 'desc' => ''); diff --git a/module/product/lang/zh-tw.php b/module/product/lang/zh-tw.php index 3f7661fb1f..4f869bf4e0 100644 --- a/module/product/lang/zh-tw.php +++ b/module/product/lang/zh-tw.php @@ -26,6 +26,7 @@ $lang->product->closed = '已關閉'; $lang->product->updateOrder = '排序'; $lang->product->all = "所有{$lang->productCommon}"; $lang->product->manageLine = "維護{$lang->productCommon}綫"; +$lang->product->newLine = "新建{$lang->productCommon}綫"; $lang->product->export = '導出數據'; $lang->product->dashboard = "{$lang->productCommon}儀表盤"; $lang->product->changeProgram = "{$lang->productCommon}調整所屬項目集影響範圍確認"; diff --git a/module/project/lang/zh-tw.php b/module/project/lang/zh-tw.php index 38a7de86ce..e6dbfdeb0d 100644 --- a/module/project/lang/zh-tw.php +++ b/module/project/lang/zh-tw.php @@ -170,6 +170,10 @@ $lang->project->aclList['open'] = "公開 (有項目視圖權限即可訪問) $lang->project->acls['private'] = '私有'; $lang->project->acls['open'] = '公開'; +$lang->project->subAclList['private'] = "私有 (只有本項目負責人、團隊成員和干係人可訪問)"; +$lang->project->subAclList['open'] = "公開 (有項目視圖權限即可訪問)"; +$lang->project->subAclList['program'] = '項目集內公開(所有上級項目集負責人和干係人、本項目負責人、團隊成員和干係人可訪問)'; + $lang->project->authList['extend'] = '繼承 (取系統權限與項目權限的合集)'; $lang->project->authList['reset'] = '重新定義 (只取項目權限)'; diff --git a/module/projectrelease/lang/zh-tw.php b/module/projectrelease/lang/zh-tw.php index cbd0078bcf..559be09ff0 100644 --- a/module/projectrelease/lang/zh-tw.php +++ b/module/projectrelease/lang/zh-tw.php @@ -25,5 +25,4 @@ $lang->projectrelease->batchUnlinkBug = "批量移除Bug"; $lang->projectrelease->unlinkStory = "移除{$lang->SRCommon}"; $lang->projectrelease->unlinkBug = '移除Bug'; $lang->projectrelease->export = '導出HTML'; - -$lang->projectrelease->browseAction = "發佈列表"; +$lang->projectrelease->browseAction = "發佈列表"; diff --git a/module/qa/lang/zh-tw.php b/module/qa/lang/zh-tw.php index 8968c36858..1be7510bcf 100644 --- a/module/qa/lang/zh-tw.php +++ b/module/qa/lang/zh-tw.php @@ -9,6 +9,5 @@ * @version $Id: zh-tw.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ -$lang->qa->index = '測試主頁'; - +$lang->qa->index = '測試主頁'; $lang->qa->indexAction = '測試儀表盤'; diff --git a/module/task/lang/zh-tw.php b/module/task/lang/zh-tw.php index 5f24670fb2..ddedd46a81 100644 --- a/module/task/lang/zh-tw.php +++ b/module/task/lang/zh-tw.php @@ -135,7 +135,7 @@ $lang->task->recordEstimateAction = '添加工時'; $lang->task->ditto = '同上'; $lang->task->dittoNotice = "該任務與上一任務不屬於同一%s!"; -$lang->task->selectTestStory = "選擇測試{$lang->SRCommon}"; +$lang->task->selectTestStory = "選擇測試需求"; $lang->task->selectAllUser = '全部'; $lang->task->noStory = "無{$lang->SRCommon}"; $lang->task->noAssigned = '未指派'; diff --git a/module/testreport/lang/zh-tw.php b/module/testreport/lang/zh-tw.php index 71dec71b65..28755b6f35 100644 --- a/module/testreport/lang/zh-tw.php +++ b/module/testreport/lang/zh-tw.php @@ -49,6 +49,7 @@ $lang->testreport->legendLegacyBugs = '遺留的Bug'; $lang->testreport->legendReport = '報表'; $lang->testreport->legendComment = '總結'; $lang->testreport->legendMore = '更多功能'; +$lang->testreport->date = '日期'; $lang->testreport->bugSeverityGroups = 'Bug嚴重級別分佈'; $lang->testreport->bugTypeGroups = 'Bug類型分佈'; @@ -57,10 +58,17 @@ $lang->testreport->bugOpenedByGroups = 'Bug創建者分佈'; $lang->testreport->bugResolvedByGroups = 'Bug解決者分佈'; $lang->testreport->bugResolutionGroups = 'Bug解決方案分佈'; $lang->testreport->bugModuleGroups = 'Bug模組分佈'; +$lang->testreport->bugStageGroups = 'Bug重要程度階段分佈'; +$lang->testreport->bugHandleGroups = 'Bug每日處理情況分佈'; $lang->testreport->legacyBugs = '遺留的Bug'; $lang->testreport->bugConfirmedRate = '有效Bug率 (方案為已解決或延期 / 狀態為已解決或已關閉)'; $lang->testreport->bugCreateByCaseRate = '用例發現Bug率 (用例創建的Bug / 時間區間中新增的Bug)'; +$lang->testreport->bugStageList = array(); +$lang->testreport->bugStageList['generated'] = '產生的Bug'; +$lang->testreport->bugStageList['legacy'] = '遺留的Bug'; +$lang->testreport->bugStageList['resolved'] = '解決的Bug'; + $lang->testreport->caseSummary = '共有%s個用例,共執行%s個用例,產生了%s個結果,失敗的用例有%s個。'; $lang->testreport->buildSummary = '共測試了%s個版本。'; $lang->testreport->confirmDelete = '是否刪除該報告?'; diff --git a/module/testtask/lang/zh-tw.php b/module/testtask/lang/zh-tw.php index fb0f9dc1aa..22fe1e26c7 100644 --- a/module/testtask/lang/zh-tw.php +++ b/module/testtask/lang/zh-tw.php @@ -179,6 +179,8 @@ $lang->testtask->report->charts['bugOpenedByGroups'] = 'Bug創建者分佈'; $lang->testtask->report->charts['bugResolvedByGroups'] = 'Bug解決者分佈'; $lang->testtask->report->charts['bugResolutionGroups'] = 'Bug解決方案分佈'; $lang->testtask->report->charts['bugModuleGroups'] = 'Bug模組分佈'; +$lang->testtask->report->charts['bugStageGroups'] = 'Bug重要程度階段分佈'; +$lang->testtask->report->charts['bugHandleGroups'] = 'Bug每日處理情況分佈'; $lang->testtask->report->options = new stdclass(); $lang->testtask->report->options->graph = new stdclass(); diff --git a/module/todo/lang/zh-tw.php b/module/todo/lang/zh-tw.php index d7f8c9d3d5..db4f111b3f 100644 --- a/module/todo/lang/zh-tw.php +++ b/module/todo/lang/zh-tw.php @@ -98,7 +98,6 @@ $lang->todo->typeList['cycle'] = '周期'; $lang->todo->typeList['bug'] = 'Bug'; $lang->todo->typeList['task'] = '任務'; $lang->todo->typeList['story'] = $lang->SRCommon; -$lang->todo->typeList['review'] = '評審'; $lang->todo->typeList['testtask'] = '測試單'; $lang->todo->confirmDelete = "您確定要刪除這條待辦嗎?"; diff --git a/module/upgrade/lang/zh-tw.php b/module/upgrade/lang/zh-tw.php index 8957beab51..9a23d8d0df 100644 --- a/module/upgrade/lang/zh-tw.php +++ b/module/upgrade/lang/zh-tw.php @@ -106,9 +106,6 @@ $lang->upgrade->mergeByProduct = "以產品組織的迭代:可以選擇多 $lang->upgrade->mergeByProject = "獨立的迭代:可以選擇若干迭代歸併到一個項目中,也可以獨立歸併。"; $lang->upgrade->mergeByMoreLink = "關聯多個產品的迭代:選擇這個迭代歸屬於哪一個產品。"; $lang->upgrade->mergeRepoTips = "將選中的版本庫歸併到所選產品下。"; - -$lang->upgrade->needBuild4Add = '本次升級新增全文檢索功能,需要創建索引。'; -$lang->upgrade->needBuild4Adjust = '本次升級全文檢索功能有調整,需要創建索引。'; -$lang->upgrade->buildIndex = '創建索引'; +$lang->upgrade->needBuild4Add = '本次升級需要創建索引。請到 [後台->系統->重建索引] 頁面,重新創建索引。'; include dirname(__FILE__) . '/version.php'; diff --git a/module/upgrade/model.php b/module/upgrade/model.php index 3407232c44..f9c65774a9 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -674,11 +674,8 @@ class upgradeModel extends model $this->execSQL($this->getUpgradeFile('15.0')); $this->adjustBugOfProject(); $this->processBuildTable(); - $this->appendExec('15_0'); - case '15_0_1': - $this->saveLogs('Execute 15_0_1'); $this->updateProductVersion(); - $this->appendExec('15_0_1'); + $this->appendExec('15_0'); } $this->deletePatch();