* Add 18.10.1 version.

This commit is contained in:
hufangzhou
2024-01-17 10:22:47 +08:00
parent 470426c323
commit b1437cf3dc
11 changed files with 4281 additions and 10 deletions
+1 -1
View File
@@ -1 +1 @@
18.10
18.10.1
+1 -1
View File
@@ -16,7 +16,7 @@ if(!class_exists('config')){class config{}}
if(!function_exists('getWebRoot')){function getWebRoot(){}}
/* 基本设置。Basic settings. */
$config->version = '18.10'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
$config->version = '18.10.1'; // 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.
File diff suppressed because it is too large Load Diff
+34
View File
@@ -1,3 +1,37 @@
2024-01-17 18.10.1(ipd1.2)
完成的需求
IPD版:
50111 调研任务列表中在任务名称前面显示优先级
50928 提需求或复制需求页面中所属产品可以展示所有有权限查看的产品
50936 阶段设置页面增加阶段是否允许并行的设置
51458 调研阶段设置页面中去掉迭代代号
51540 需求池需求增加通知功能
51651 需求池增加通知功能
51652 需求池列表中字段信息不折行显示
51653 需求池需求复制页面中可以调整所属需求池
51655 需求池可以绑定产品
51657 已分发需求实现撤回功能
51659 需求池需求搜索条件中将所属产品为"空"的条件调整为"待定"
51764 复制需求池需求可以带入附件
51786 需求池需求详情页面在分发的用户需求列表中增加所属路标信息
51812 创建项目时在关联产品和路标的右侧增加将用户需求关联到项目中的选项
51813 IPD项目在关联用户需求页面的搜索条件中增加所属路标字段
51814 创建非IPD类型的项目时可以选择所属Charter
51815 产品型项目中增加用户需求功能
51823 OR界面创建和编辑产品页面可以选择产品线
51842 需求池需求详情中可以展示分发后的一个或多个用户需求信息
51845 调整需求分发页面的交互逻辑
51936 关联路标的项目中用户需求列表增加按路标关联用户需求功能
51984 OR界面的产品列表中可以维护产品线
51985 OR界面的产品列表中可以展示项目集、产品线、产品的层级
51991 OR界面产品列表的搜索条件中增加所属项目集和产品线字段
51992 需求池需求提交、需求详情和编辑页面中将所属产品字段调整为分发产品
51995 需求池没有绑定产品时需求可以分发到多个产品
51997 需求池绑定产品后需求可以分发到绑定产品中
修复的Bug
43006 调研的阶段列表下搜索报错
43126 复制需求池需求时选择父需求,保存报错
2023-12-18 18.10
完成的需求
开源版:
+2
View File
@@ -111,6 +111,7 @@ $lang->misc->feature->aiChatImage = 'theme/default/images/main/ai_chat_en.
$lang->misc->feature->learnMoreLink = 'https://www.zentao.net/book/zentaopms/1096.html';
/* Release Date. */
$lang->misc->releaseDate['18.10.1'] = '2024-01-17';
$lang->misc->releaseDate['18.10'] = '2023-12-18';
$lang->misc->releaseDate['18.9'] = '2023-11-09';
$lang->misc->releaseDate['18.8'] = '2023-09-28';
@@ -217,6 +218,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07';
$lang->misc->releaseDate['6.3.stable'] = '2014-11-07';
/* Release Detail. */
$lang->misc->feature->all['18.10.1'][] = array('title' => 'The Requirement Management Hub (RM Hub) now includes notification functionality, supports product line features, and allows for distributing a single requirement to multiple products.', 'desc' => '');
$lang->misc->feature->all['18.10'][] = array('title' => 'The use case library offers the capability to import test cases from other libraries, enables document export with image proportions automatically adjusted to fit Word, includes the addition of cookie records to the history record sorting method, and incorporates optimized logic for modifying logs of other users.When converting feedback or tickets, attachments can now be automatically included. Feedback functionality has been enhanced with the addition of keywords and CC fields. Additionally, a new water drop chart type has been introduced, and improvements have been made to the logic and visual presentation of metric collection.', 'desc' => '');
$lang->misc->feature->all['18.9'][] = array('title' => 'We have now implemented comprehensive integration of AI Large Language Models, introduced an upgraded client version for meetings, and improved the ability to add participants in test requests. To enhance usability, we have also implemented online preview capabilities for video attachments and increased flexibility in customizing review inspection categories.', 'desc' => '');
$lang->misc->feature->all['18.8'][] = array('title' => 'In the BI section, we have introduced new features such as metric item functionality and an application inspection report dashboard. The DevOps platform edition now includes a configuration wizard. Additionally, we have enhanced the requitement and market management interface by adding a market management feature. New revision of client navigation and personal center.', 'desc' => '');
+2
View File
@@ -111,6 +111,7 @@ $lang->misc->feature->aiChatImage = 'theme/default/images/main/ai_chat_en.
$lang->misc->feature->learnMoreLink = 'https://www.zentao.net/book/zentaopms/1096.html';
/* Release Date. */
$lang->misc->releaseDate['18.10.1'] = '2024-01-17';
$lang->misc->releaseDate['18.10'] = '2023-12-18';
$lang->misc->releaseDate['18.9'] = '2023-11-09';
$lang->misc->releaseDate['18.8'] = '2023-09-28';
@@ -217,6 +218,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07';
$lang->misc->releaseDate['6.3.stable'] = '2014-11-07';
/* Release Detail. */
$lang->misc->feature->all['18.10.1'][] = array('title' => 'The Requirement Management Hub (RM Hub) now includes notification functionality, supports product line features, and allows for distributing a single requirement to multiple products.', 'desc' => '');
$lang->misc->feature->all['18.10'][] = array('title' => 'The use case library offers the capability to import test cases from other libraries, enables document export with image proportions automatically adjusted to fit Word, includes the addition of cookie records to the history record sorting method, and incorporates optimized logic for modifying logs of other users.When converting feedback or tickets, attachments can now be automatically included. Feedback functionality has been enhanced with the addition of keywords and CC fields. Additionally, a new water drop chart type has been introduced, and improvements have been made to the logic and visual presentation of metric collection.', 'desc' => '');
$lang->misc->feature->all['18.9'][] = array('title' => 'We have now implemented comprehensive integration of AI Large Language Models, introduced an upgraded client version for meetings, and improved the ability to add participants in test requests. To enhance usability, we have also implemented online preview capabilities for video attachments and increased flexibility in customizing review inspection categories.', 'desc' => '');
$lang->misc->feature->all['18.8'][] = array('title' => 'In the BI section, we have introduced new features such as metric item functionality and an application inspection report dashboard. The DevOps platform edition now includes a configuration wizard. Additionally, we have enhanced the requitement and market management interface by adding a market management feature. New revision of client navigation and personal center.', 'desc' => '');
+2
View File
@@ -111,6 +111,7 @@ $lang->misc->feature->aiChatImage = 'theme/default/images/main/ai_chat_en.
$lang->misc->feature->learnMoreLink = 'https://www.zentao.net/book/zentaopms/1096.html';
/* Release Date. */
$lang->misc->releaseDate['18.10.1'] = '2024-01-17';
$lang->misc->releaseDate['18.10'] = '2023-12-18';
$lang->misc->releaseDate['18.9'] = '2023-11-09';
$lang->misc->releaseDate['18.8'] = '2023-09-28';
@@ -217,6 +218,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07';
$lang->misc->releaseDate['6.3.stable'] = '2014-11-07';
/* Release Detail. */
$lang->misc->feature->all['18.10.1'][] = array('title' => 'The Requirement Management Hub (RM Hub) now includes notification functionality, supports product line features, and allows for distributing a single requirement to multiple products.', 'desc' => '');
$lang->misc->feature->all['18.10'][] = array('title' => 'The use case library offers the capability to import test cases from other libraries, enables document export with image proportions automatically adjusted to fit Word, includes the addition of cookie records to the history record sorting method, and incorporates optimized logic for modifying logs of other users.When converting feedback or tickets, attachments can now be automatically included. Feedback functionality has been enhanced with the addition of keywords and CC fields. Additionally, a new water drop chart type has been introduced, and improvements have been made to the logic and visual presentation of metric collection.', 'desc' => '');
$lang->misc->feature->all['18.9'][] = array('title' => 'We have now implemented comprehensive integration of AI Large Language Models, introduced an upgraded client version for meetings, and improved the ability to add participants in test requests. To enhance usability, we have also implemented online preview capabilities for video attachments and increased flexibility in customizing review inspection categories.', 'desc' => '');
$lang->misc->feature->all['18.8'][] = array('title' => 'In the BI section, we have introduced new features such as metric item functionality and an application inspection report dashboard. The DevOps platform edition now includes a configuration wizard. Additionally, we have enhanced the requitement and market management interface by adding a market management feature. New revision of client navigation and personal center.', 'desc' => '');
+2
View File
@@ -111,6 +111,7 @@ $lang->misc->feature->aiChatImage = 'theme/default/images/main/ai_chat.svg
$lang->misc->feature->learnMoreLink = 'https://www.zentao.net/book/zentaopms/1096.html';
/* Release Date. */
$lang->misc->releaseDate['18.10.1'] = '2024-01-17';
$lang->misc->releaseDate['18.10'] = '2023-12-18';
$lang->misc->releaseDate['18.9'] = '2023-11-09';
$lang->misc->releaseDate['18.8'] = '2023-09-28';
@@ -217,6 +218,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07';
$lang->misc->releaseDate['6.3.stable'] = '2014-11-07';
/* Release Detail. */
$lang->misc->feature->all['18.10.1'][] = array('title' => '需求池增加通知功能,支持产品线功能,支持一个需求分发到多个产品。', 'desc' => '');
$lang->misc->feature->all['18.10'][] = array('title' => '用例库可以从其他用例库导入用例,文档导出可以按Word自适应图片比例,历史记录排序方式增加cookie记录,优化修改他人日志逻辑。反馈、工单转化时可自动带入附件,反馈增加关键词、抄送字段,图表类型新增水球图,优化度量项的采集逻辑和展示样式。', 'desc' => '');
$lang->misc->feature->all['18.9'][] = array('title' => '全面接入AI大模型,客户端引入增强版会议,测试单增加参与人,视频附件增加在线预览,评审检查分类增加自定义等。', 'desc' => '');
$lang->misc->feature->all['18.8'][] = array('title' => 'BI中新增了度量项功能和应用巡检报告大屏,DevOps平台版增加了配置向导,需求与市场管理界面中增加了市场管理功能,客户端导航及个人中心全新改版。', 'desc' => '');
+6 -3
View File
@@ -43,7 +43,8 @@ $config->upgrade->maxVersion['max4_6'] = '18_6';
$config->upgrade->maxVersion['max4_7'] = '18_7';
$config->upgrade->maxVersion['max4_8'] = '18_8';
$config->upgrade->maxVersion['max4_9'] = '18_9';
$config->upgrade->maxVersion['max4_10'] = '18_10'; // max insert position.
$config->upgrade->maxVersion['max4_10'] = '18_10';
$config->upgrade->maxVersion['max4_10_1'] = '18_10_1'; // max insert position.
$config->upgrade->bizVersion = array();
$config->upgrade->bizVersion['biz1_0'] = '9_5_1';
@@ -125,7 +126,8 @@ $config->upgrade->bizVersion['biz8_6'] = '18_6';
$config->upgrade->bizVersion['biz8_7'] = '18_7';
$config->upgrade->bizVersion['biz8_8'] = '18_8';
$config->upgrade->bizVersion['biz8_9'] = '18_9';
$config->upgrade->bizVersion['biz8_10'] = '18_10'; // biz insert position.
$config->upgrade->bizVersion['biz8_10'] = '18_10';
$config->upgrade->bizVersion['biz8_10_1'] = '18_10_1'; // biz insert position.
$config->upgrade->proVersion = array();
$config->upgrade->proVersion['pro1_0'] = '3_1';
@@ -244,7 +246,8 @@ $config->upgrade->ipdVersion['ipd1_0_1'] = '18_6';
$config->upgrade->ipdVersion['ipd1_0_2'] = '18_7';
$config->upgrade->ipdVersion['ipd1_1'] = '18_8';
$config->upgrade->ipdVersion['ipd1_1_1'] = '18_9';
$config->upgrade->ipdVersion['ipd1_1_2'] = '18_10'; // ipd insert position.
$config->upgrade->ipdVersion['ipd1_1_2'] = '18_10';
$config->upgrade->ipdVersion['ipd1_2'] = '18_10_1'; // ipd insert position.
$config->upgrade->lowerTables = array();
$config->upgrade->lowerTables[$config->db->prefix . 'caseStep'] = $config->db->prefix . 'casestep';
+8 -4
View File
@@ -184,7 +184,8 @@ $lang->upgrade->fromVersions['18_6'] = '18.6';
$lang->upgrade->fromVersions['18_7'] = '18.7';
$lang->upgrade->fromVersions['18_8'] = '18.8';
$lang->upgrade->fromVersions['18_9'] = '18.9';
$lang->upgrade->fromVersions['18_10'] = '18.10'; // pms insert position.
$lang->upgrade->fromVersions['18_10'] = '18.10';
$lang->upgrade->fromVersions['18_10_1'] = '18.10.1'; // pms insert position.
global $config;
/* Lite. */
@@ -373,7 +374,8 @@ $lang->upgrade->fromVersions['biz8_6'] = 'Biz8.6';
$lang->upgrade->fromVersions['biz8_7'] = 'Biz8.7';
$lang->upgrade->fromVersions['biz8_8'] = 'Biz8.8';
$lang->upgrade->fromVersions['biz8_9'] = 'Biz8.9';
$lang->upgrade->fromVersions['biz8_10'] = 'Biz8.10'; // biz insert position.
$lang->upgrade->fromVersions['biz8_10'] = 'Biz8.10';
$lang->upgrade->fromVersions['biz8_10_1'] = 'Biz8.10.1'; // biz insert position.
/* Max. */
$lang->upgrade->fromVersions['max2_0_beta4'] = 'Max2.0.beta4';
@@ -420,7 +422,8 @@ $lang->upgrade->fromVersions['max4_6'] = 'Max4.6';
$lang->upgrade->fromVersions['max4_7'] = 'Max4.7';
$lang->upgrade->fromVersions['max4_8'] = 'Max4.8';
$lang->upgrade->fromVersions['max4_9'] = 'Max4.9';
$lang->upgrade->fromVersions['max4_10'] = 'Max4.10'; // max insert position.
$lang->upgrade->fromVersions['max4_10'] = 'Max4.10';
$lang->upgrade->fromVersions['max4_10_1'] = 'Max4.10.1'; // max insert position.
/* Ipd */
$lang->upgrade->fromVersions['ipd1_0_beta1'] = 'Ipd1.0.beta1';
@@ -428,4 +431,5 @@ $lang->upgrade->fromVersions['ipd1_0'] = 'Ipd1.0';
$lang->upgrade->fromVersions['ipd1_0_1'] = 'Ipd1.0.1';
$lang->upgrade->fromVersions['ipd1_0_2'] = 'Ipd1.0.2';
$lang->upgrade->fromVersions['ipd1_1'] = 'Ipd1.1';
$lang->upgrade->fromVersions['ipd1_1_1'] = 'Ipd1.1.1'; // ipd insert position.
$lang->upgrade->fromVersions['ipd1_1_1'] = 'Ipd1.1.1';
$lang->upgrade->fromVersions['ipd1_1_2'] = 'Ipd1.1.2'; // ipd insert position.
+3 -1
View File
@@ -624,7 +624,9 @@ class upgradeModel extends model
case '18_8':
$confirmContent .= file_get_contents($this->getUpgradeFile('18.8'));
case '18_9':
$confirmContent .= file_get_contents($this->getUpgradeFile('18.9')); // confirm insert position.
$confirmContent .= file_get_contents($this->getUpgradeFile('18.9'));
case '18_10':
$confirmContent .= file_get_contents($this->getUpgradeFile('18.10')); // confirm insert position.
}
return $confirmContent;