diff --git a/VERSION b/VERSION index 6060b96fa1..c9333734bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.5 +17.6 diff --git a/config/config.php b/config/config.php index 29e435d02b..e8d0dbd010 100644 --- a/config/config.php +++ b/config/config.php @@ -16,7 +16,7 @@ if(!class_exists('config')){class config{}} if(!function_exists('getWebRoot')){function getWebRoot(){}} /* 基本设置。Basic settings. */ -$config->version = '17.5'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it. +$config->version = '17.6'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it. $config->liteVersion = '1.2'; // 迅捷版版本。 The version of Lite. $config->charset = 'UTF-8'; // ZenTaoPHP的编码。 The encoding of ZenTaoPHP. $config->cookieLife = time() + 2592000; // Cookie的生存时间。The cookie life time. diff --git a/db/zentao.sql b/db/zentao.sql index dbffc6f84e..ac6389009a 100755 --- a/db/zentao.sql +++ b/db/zentao.sql @@ -7091,6 +7091,7 @@ CREATE TABLE IF NOT EXISTS `zt_feedback` ( `assignedTo` varchar(255) NOT NULL, `assignedDate` datetime NOT NULL, `feedbackBy` varchar(100) NOT NULL, + `repeatFeedback` mediumint(8) NOT NULL DEFAULT 0, `mailto` varchar(255) NOT NULL, `deleted` enum('0','1') NOT NULL DEFAULT '0', PRIMARY KEY (`id`) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index f701b65279..eacaf00de5 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,3 +1,124 @@ +2022-08-25 17.6 +完成的需求 +开源版: +30520 用户需求和研发需求权限区分 +30718 我的地盘软件需求列表区块软件需求列表中将草稿状态调整为评审中,新增草稿状态的需求展示 +30721 贡献列表中用户需求和软件需求列表中将草稿状态调整为评审中 +30722 提软件需求和提用户需求页面中增加存为草稿按钮 +30724 草稿状态的需求详情中增加提交评审操作 +30725 软件需求和用户需求列表筛选标签中将草稿标签调整为评审中 +30726 软件需求和用户需求列表筛选标签中增加草稿标签 +30727 计划关联需求时搜索列表中将草稿调整为评审中 +30729 需求报表中按状态进行统计表中将草稿调整为评审中,新增草稿状态的统计 +30730 release关联需求时过滤掉草稿和评审中状态的需求 +30731 项目关联需求时过滤掉草稿和评审中状态的需求 +30732 项目需求列表中通过新增需求,可以展示草稿和评审中的需求 +30733 执行关联需求时过滤掉草稿和评审中状态的需求 +30734 执行需求列表中通过新增需求后可以展示草稿和评审中状态的需求 +30735 Scrum看板的需求类泳道中通过新增需求可以展示草稿和评审中状态的需求 +30736 专业研发看板的需求类泳道中通过新增需求可以展示草稿和评审中状态的需求 +30737 build关联需求时过滤掉草稿和评审中状态的需求 +30738 年度总结报表中需求状态分布中将草稿状态调整为评审中,新增草稿状态 +30739 产品统计报表中产品汇总表中将草稿状态调整为评审中,新增草稿状态 +30740 产品统计报表中产品需求状态分布表中将草稿状态调整为评审中,新增草稿状态 +30741 项目统计报表中项目需求状态分布表中将草稿状态调整为评审中,新增草稿状态 +30743 草稿状态对应需求阶段的规则 +31134 新增的草稿状态需求不受强制评审流程控制 +31251 实现草稿状态需求的提交评审功能 +34650 产品列表中用户需求和研发需求增加评审中状态 +34651 产品概况中其他信息模块软需维度优化 +34896 软件需求状态“已变更”调整为“变更中” +34897 用户需求状态“已变更”调整为“变更中” +34898 已关闭的软件需求激活后状态可以选择“激活”或者关闭前的状态 +34899 已关闭的用户需求激活后状态可以选择“激活”或者关闭前的状态 +34900 软需从草稿提交评审,根据不同评审结果进行后续处理 +34901 用需从草稿提交评审,根据不同评审结果进行后续处理 +34902 软件需求草稿状态时按钮调整 +34903 软件需求评审中状态时按钮调整 +34904 软件需求变更中状态时按钮调整 +34922 软件需求激活状态时按钮调整 +34924 用户需求草稿状态时按钮调整 +34925 用户需求评审中状态时按钮调整 +34926 用户需求变更中状态时按钮调整 +34927 用户需求激活状态时按钮调整 +34931 Bug转需求时可以保存为草稿 +34933 已关闭的需求激活后指派人不能选择closed +34934 需求变更评审时,系统根据需求不同评审结果进行后续处理 +34935 草稿需求评审时,评审人可选择确认通过、有待明确、拒绝 +35080 创建bug页面操作系统、浏览器支持多选 +35278 执行中转入任务页面增加分页展示 +35301 回收站的执行列表中增加所属项目字段 +35320 需求草稿状态时可以修改草稿内容 +35321 发起人对变更流程提交至”评审中“的需求选择撤销后需求根据状态回溯到不同内容 +35356 父阶段状态跟随子阶段状态自动更改 +35413 文档切换所属文档库时需要同步附件 +35821 回收站的任务列表中增加所属执行字段 +35887 关闭的bug指派人显示closed,不可编辑 +35908 在搜索表单中通过日期字段检索时去掉00:00:00的格式 +35935 修改零用例软需和矩阵的权限位置 +35998 更新bug中操作系统码值 +35999 更新bug中浏览器码值 +36111 bug编辑页面可以关联用例 +36184 测试单列表增加项目信息展示 +36188 需求按照优先级排序时,空值放最后 +36189 Bug按照优先级或严重程度排序时,空值放最后 +36190 用例关联bug和用例页增加分页 +36522 注册系统管理员的密码规则同系统中中级密码强度 +企业版: +28045 反馈关闭原因为重复时,增加重复反馈输入的选项 +30523 反馈转Bug时取消选择项目弹窗直接进入提Bug页面 +30912 地盘日志列表新建日志时可以搜索该用户参与的所有执行 +31984 反馈增加批量导入功能 +33940 反馈增加导出模板功能 +34296 提交反馈默认公开 +34844 组织日志菜单下增加增加未填写日志成员的选项 +34998 反馈导出时的时间支持精确到分秒 +35024 用户需求和研发需求的导出数据增加类别字段 +35083 执行甘特图支持在图上用连接的方式维护任务关系 +35861 甘特图全屏样式优化 +36185 执行甘特图查看任务关系维护按钮、设置按钮、甘特图按钮优化 +36581 任务工时明细表的横向滚动条置顶显示 +36618 有编辑他人反馈权限,可以批量编辑他人反馈 +旗舰版: +30432 瀑布项目设计功能类型支持自定义功能 +34682 资产库可以排序 +修复的Bug +26232 执行软件需求列表简单表格下横向滚动条显示遮挡 +26272 地盘待处理/贡献研发需求列表中,子需求的名称和所属产品未显示title +26380 复制项目时项目计划起止日期还是受项目集计划起止日期限制 +26448 列表设置弹窗界面高度需要优化 +26614 编辑项目页面计划起止日期/预算提示文案样式优化 +26618 创建测试任务时可以选择到已创建测试任务的需求 +26644 超出项目集计划起止日期提示换行 +26645 鼠标悬浮在附上时页面抖动 +25925 执行信息确认页面,日期选择后控件没有自动收起 +25929 敏捷项目和迭代设置中的白名单列表没有被复制 +25969 阶段信息确认页面没有显示已有的阶段负责人和阶段类型 +25974 阶段信息确认页面修改负责人后,没有按照修改后的负责人进行显示 +25989 英文下迭代信息确认页面表头显示优化 +25996 复制项目时,执行信息确认页面执行的状态默认设置应该为未开始 +25999 复制项目时,执行信息确认页面没有校验计划开始结束时间的先后 +26032 项目中发起评审,弹窗字段未居中 +26034 英文下项目中发起审批,文本换行 +26054 英德法下甘特图页面报错 +26057 英德法下甘特图页面没有显示分组选项 +26303 复制迭代时间控件一直显示 +26326 甘特图阶段工期计算错误 +26327 阶段甘特图中任务工期计算错误 +26365 项目计划评审页面自定义表单设置样式问题 +26580 评审项目计划页面甘特图切换为按指派给分组跳转到了阶段甘特图页面 +26638 甘特图拖动排序历史记录没有写中文语言项 +26655 瀑布项目设计三级导航不高亮了 +25961 迅捷页面用户授权异常 +26200 自定义库目录修改所属文档库到wiki库不能查看 +26221 导出数据的excel中,“抄送给”显示成了用户名 +26265 导入大数据测试用例页面有报错 +26278 导入文件超出PHP最大上传大小时没有提示 +26364 编辑项目页面有代码报错 +26371 导出的需求,用户名的显示不一致 +26424 导入用例页面无影响,提示PHPExcel原因 +26657 不能批量编辑他人反馈 + 2022-08-11 17.5 完成的需求 开源版: diff --git a/module/bug/lang/de.php b/module/bug/lang/de.php index 4a4999204f..2378e62853 100644 --- a/module/bug/lang/de.php +++ b/module/bug/lang/de.php @@ -416,6 +416,7 @@ $lang->bug->featureBar['browse']['unclosed'] = $lang->bug->unclosed; $lang->bug->featureBar['browse']['openedbyme'] = $lang->bug->openedByMe; $lang->bug->featureBar['browse']['assigntome'] = $lang->bug->assignToMe; $lang->bug->featureBar['browse']['resolvedbyme'] = $lang->bug->resolvedByMe; + $lang->bug->featureBar['browse']['unresolved'] = $lang->bug->unResolved; $lang->bug->featureBar['browse']['more'] = $lang->more; diff --git a/module/bug/lang/en.php b/module/bug/lang/en.php index 9a67e54d8c..6834b13499 100644 --- a/module/bug/lang/en.php +++ b/module/bug/lang/en.php @@ -416,6 +416,7 @@ $lang->bug->featureBar['browse']['unclosed'] = $lang->bug->unclosed; $lang->bug->featureBar['browse']['openedbyme'] = $lang->bug->openedByMe; $lang->bug->featureBar['browse']['assigntome'] = $lang->bug->assignToMe; $lang->bug->featureBar['browse']['resolvedbyme'] = $lang->bug->resolvedByMe; + $lang->bug->featureBar['browse']['unresolved'] = $lang->bug->unResolved; $lang->bug->featureBar['browse']['more'] = $lang->more; diff --git a/module/bug/lang/fr.php b/module/bug/lang/fr.php index 6ea57d780c..1fa2cf40b4 100644 --- a/module/bug/lang/fr.php +++ b/module/bug/lang/fr.php @@ -416,6 +416,7 @@ $lang->bug->featureBar['browse']['unclosed'] = $lang->bug->unclosed; $lang->bug->featureBar['browse']['openedbyme'] = $lang->bug->openedByMe; $lang->bug->featureBar['browse']['assigntome'] = $lang->bug->assignToMe; $lang->bug->featureBar['browse']['resolvedbyme'] = $lang->bug->resolvedByMe; + $lang->bug->featureBar['browse']['unresolved'] = $lang->bug->unResolved; $lang->bug->featureBar['browse']['more'] = $lang->more; diff --git a/module/bug/lang/zh-cn.php b/module/bug/lang/zh-cn.php index e4ea8310b7..c92bee374c 100644 --- a/module/bug/lang/zh-cn.php +++ b/module/bug/lang/zh-cn.php @@ -420,6 +420,7 @@ $lang->bug->featureBar['browse']['assignedbyme'] = $lang->bug->assignedByMe; $lang->bug->featureBar['browse']['unresolved'] = $lang->bug->unResolved; $lang->bug->featureBar['browse']['more'] = $lang->more; + $lang->bug->moreSelects['unconfirmed'] = $lang->bug->unconfirmed; $lang->bug->moreSelects['assigntonull'] = $lang->bug->assignToNull; $lang->bug->moreSelects['longlifebugs'] = $lang->bug->longLifeBugs; diff --git a/module/programplan/lang/de.php b/module/programplan/lang/de.php index 824e7e0f2b..cdeca0b092 100644 --- a/module/programplan/lang/de.php +++ b/module/programplan/lang/de.php @@ -99,6 +99,7 @@ $lang->programplan->error->parentWorkload = 'The sum of the workload of the chi $lang->programplan->error->parentDuration = 'The planned start and planned completion of the child phase cannot exceed the parent phase.'; $lang->programplan->error->sameName = 'Stage name cannot be the same!'; $lang->programplan->error->taskDrag = 'The %s task cannot be dragged'; +$lang->programplan->error->planDrag = 'The %s stage cannot be dragged'; $lang->programplan->ganttBrowseType['gantt'] = 'Group by Stage'; $lang->programplan->ganttBrowseType['assignedTo'] = 'Group by AssignedTo'; diff --git a/module/programplan/lang/en.php b/module/programplan/lang/en.php index 8fc3666f00..faf009d05a 100644 --- a/module/programplan/lang/en.php +++ b/module/programplan/lang/en.php @@ -99,6 +99,7 @@ $lang->programplan->error->parentWorkload = 'The sum of the workload in the sub $lang->programplan->error->parentDuration = 'The planned start and planned completion of the child phase cannot exceed the parent phase.'; $lang->programplan->error->sameName = 'Stage name cannot be the same!'; $lang->programplan->error->taskDrag = 'The %s task cannot be dragged'; +$lang->programplan->error->planDrag = 'The %s stage cannot be dragged'; $lang->programplan->ganttBrowseType['gantt'] = 'Group by Stage'; $lang->programplan->ganttBrowseType['assignedTo'] = 'Group by AssignedTo'; diff --git a/module/programplan/lang/fr.php b/module/programplan/lang/fr.php index 824e7e0f2b..cdeca0b092 100644 --- a/module/programplan/lang/fr.php +++ b/module/programplan/lang/fr.php @@ -99,6 +99,7 @@ $lang->programplan->error->parentWorkload = 'The sum of the workload of the chi $lang->programplan->error->parentDuration = 'The planned start and planned completion of the child phase cannot exceed the parent phase.'; $lang->programplan->error->sameName = 'Stage name cannot be the same!'; $lang->programplan->error->taskDrag = 'The %s task cannot be dragged'; +$lang->programplan->error->planDrag = 'The %s stage cannot be dragged'; $lang->programplan->ganttBrowseType['gantt'] = 'Group by Stage'; $lang->programplan->ganttBrowseType['assignedTo'] = 'Group by AssignedTo'; diff --git a/module/upgrade/config.php b/module/upgrade/config.php index 4b605d8bba..2ee20afa01 100644 --- a/module/upgrade/config.php +++ b/module/upgrade/config.php @@ -23,6 +23,7 @@ $config->upgrade->maxVersion['max3_3'] = '17_2'; $config->upgrade->maxVersion['max3_4'] = '17_3'; $config->upgrade->maxVersion['max3_5'] = '17_4'; $config->upgrade->maxVersion['max3_6'] = '17_5'; +$config->upgrade->maxVersion['max3_7'] = '17_6'; $config->upgrade->bizVersion = array(); $config->upgrade->bizVersion['biz1_0'] = '9_5_1'; @@ -84,6 +85,7 @@ $config->upgrade->bizVersion['biz7_2'] = '17_2'; $config->upgrade->bizVersion['biz7_3'] = '17_3'; $config->upgrade->bizVersion['biz7_4'] = '17_4'; $config->upgrade->bizVersion['biz7_5'] = '17_5'; +$config->upgrade->bizVersion['biz7_6'] = '17_6'; $config->upgrade->proVersion = array(); $config->upgrade->proVersion['pro1_0'] = '3_1'; diff --git a/module/upgrade/lang/version.php b/module/upgrade/lang/version.php index f7855b207d..b48aec0eec 100644 --- a/module/upgrade/lang/version.php +++ b/module/upgrade/lang/version.php @@ -164,6 +164,7 @@ $lang->upgrade->fromVersions['17_2'] = '17.2'; $lang->upgrade->fromVersions['17_3'] = '17.3'; $lang->upgrade->fromVersions['17_4'] = '17.4'; $lang->upgrade->fromVersions['17_5'] = '17.5'; +$lang->upgrade->fromVersions['17_6'] = '17.6'; global $config; /* Lite. */ @@ -332,6 +333,7 @@ $lang->upgrade->fromVersions['biz7_2'] = 'Biz7.2'; $lang->upgrade->fromVersions['biz7_3'] = 'Biz7.3'; $lang->upgrade->fromVersions['biz7_4'] = 'Biz7.4'; $lang->upgrade->fromVersions['biz7_5'] = 'Biz7.5'; +$lang->upgrade->fromVersions['biz7_6'] = 'Biz7.6'; /* Max. */ $lang->upgrade->fromVersions['max2_0_beta4'] = 'Max2.0.beta4'; @@ -356,3 +358,4 @@ $lang->upgrade->fromVersions['max3_2'] = 'Max3.2'; $lang->upgrade->fromVersions['max3_3'] = 'Max3.3'; $lang->upgrade->fromVersions['max3_4'] = 'Max3.4'; $lang->upgrade->fromVersions['max3_5'] = 'Max3.5'; +$lang->upgrade->fromVersions['max3_6'] = 'Max3.6'; diff --git a/module/upgrade/model.php b/module/upgrade/model.php index 81fe7b6344..5d9ae1e94b 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -1010,6 +1010,8 @@ class upgradeModel extends model $confirmContent .= file_get_contents($xuanxuanSql); case '17_4': $confirmContent .= file_get_contents($this->getUpgradeFile('17.4')); + case '17_5': + $confirmContent .= file_get_contents($this->getUpgradeFile('17.5')); } return $confirmContent; diff --git a/xuanxuan/XUANVERSION b/xuanxuan/XUANVERSION index 3f8e85a56d..dffc266d6a 100644 --- a/xuanxuan/XUANVERSION +++ b/xuanxuan/XUANVERSION @@ -1 +1 @@ -v6.2.0-rc.3 +v6.3.0 diff --git a/xuanxuan/XVERSION b/xuanxuan/XVERSION index 0cda48ac61..0faee7d968 100644 --- a/xuanxuan/XVERSION +++ b/xuanxuan/XVERSION @@ -1 +1 @@ -6.2 +6.3