Commit Graph
111993 Commits
Author SHA1 Message Date
wangyuting a2d46ad09c * [bug#66814,done,0.1h,0h] Fix testcase createbug btn link error. 2025-11-20 14:53:54 +08:00
刘刚 ab5d759951 Merge branch release/21.7.7 of zentao/zentaopms (#12443) 2025-11-20 14:51:15 +08:00
刘刚 94f3aa09ac Merge branch release/21.7.7 of zentao/zentaopms (#12438) 2025-11-20 14:50:45 +08:00
刘刚 c49da06143 Merge branch dev/bug-67337 of zentao/zentaopms (#12437) 2025-11-20 14:50:23 +08:00
wangyuting 2b64fd250e * Optimize code. 2025-11-20 14:07:09 +08:00
wangyuting 7b3f5e7e66 * Optimize code. 2025-11-20 14:07:09 +08:00
tianshujie 97bdbd0ec4 * [refac] remove unused vars. 2025-11-20 13:40:12 +08:00
tianshujie 1d0d6c6ba2 * [bug#66884,done,0.5h] format rate data when export product data. 2025-11-20 13:37:19 +08:00
tianshujie 209f38d7fa * [unittest] add unittest for formatExportData. 2025-11-20 13:37:19 +08:00
tianshujie a885a20ce2 * [unittest] add test method for formatExportData. 2025-11-20 13:37:19 +08:00
刘刚 3f0eda387b Merge branch release/21.7.7 of zentao/zentaopms (#12436) 2025-11-20 13:08:11 +08:00
刘刚 24509ee5ac Merge branch dev/bug-67337 of zentao/zentaopms (#12434) 2025-11-20 13:07:55 +08:00
刘刚 a5e23b83f6 Merge branch release/21.7.7 of zentao/zentaopms (#12433) 2025-11-20 13:07:47 +08:00
wangyidong e2f82bcf4f * [refac bug #67340] Fix effort consumed for batch edit task. 2025-11-20 11:22:59 +08:00
朱金勇 cfe76a718b Merge branch release/21.7.7 of zentao/zentaopms (#12430) 2025-11-20 11:20:16 +08:00
xieqiyu cc2cf58c50 * [bug#67337] Fix the bug of link commit of design in tutorial. 2025-11-20 03:04:09 +00:00
tianshujie 35dfae0eb0 * [refac] remove empty. 2025-11-20 10:50:54 +08:00
tianshujie 82737d4ef4 * [bug#67339,done,1h] fix module range error when create/edit a doc. 2025-11-20 10:37:45 +08:00
刘刚 971d12c811 Merge branch release/21.7.7 of zentao/zentaopms (#12431) 2025-11-20 10:20:26 +08:00
wangyuting 02955e3be4 * [bug#67330,done,1h,0h] Optimizi testtask edit page style. 2025-11-20 10:02:58 +08:00
xieqiyu 21788de569 * [bug#67333] Fix the bug of link product in project. 2025-11-20 01:47:33 +00:00
朱金勇 67a5805fdc * [dm] IPD support dmdb. 2025-11-20 09:47:32 +08:00
刘刚 99df18738f Merge branch release/21.7.7 of zentao/zentaopms (#12425) 2025-11-20 09:06:07 +08:00
刘刚 0d1f9b72b1 Merge branch release/21.7.7 of zentao/zentaopms (#12427) 2025-11-20 09:00:57 +08:00
刘刚 572608102b Merge branch release/21.7.7 of zentao/zentaopms (#12426) 2025-11-20 09:00:50 +08:00
李阳 cefd2f5572 Merge branch release/21.7.7 of zentao/zentaopms (#12404) 2025-11-20 08:58:55 +08:00
刘刚 0c0b695eec Merge branch release/21.7.7 of zentao/zentaopms (#12422) 2025-11-20 08:58:41 +08:00
李阳 2fe972677c Merge branch release/21.7.7 of zentao/zentaopms (#12429) 2025-11-20 08:58:10 +08:00
yulujie a70b015055 *[uitest] Add waittime. 2025-11-20 08:50:44 +08:00
wangyidong 8dbe864227 * [refac bug #66750] Adjust story spec when edit lite vision story. 2025-11-19 17:11:34 +08:00
xieqiyu 6869688411 * [bug#66513] Locate project build list when click project build. 2025-11-19 09:03:32 +00:00
liyang cfc36ce146 * [task#152845] fix bug for delete sonar. 2025-11-19 17:02:54 +08:00
wangyuting 97e77060e2 * [bug#66814,done,0.2h,0h] Fix create bug btn link error. 2025-11-19 16:34:05 +08:00
wangyuting 31edd1b92c * [bug#66765,done,0.3h,0h] Adjust lite projectstatisticblock block style. 2025-11-19 16:15:25 +08:00
wangyuting 2cf71e9289 * [bug#67317,done,0.5h,0h] Fix create multiple product testreport error. 2025-11-19 16:06:32 +08:00
wangyuting 378ec97076 * [bug#67314,done,0.2h,0h] Fix testtask build link error. 2025-11-19 15:47:57 +08:00
刘刚 59861d285c Merge branch release/21.7.7 of zentao/zentaopms (#12420) 2025-11-19 12:22:37 +08:00
刘刚 b34ebcef0b Merge branch release/21.7.7 of zentao/zentaopms (#12419) 2025-11-19 12:22:29 +08:00
wangyuting 18085c0249 * [bug#67327,done,0.1,0h] Fix empty products error. 2025-11-19 11:51:14 +08:00
liugang 978584f756 * [refac] Replace modern Clipboard API with compatible copy method in upgrade module
- Replace navigator.clipboard.writeText() with document.execCommand('copy') for better browser compatibility
- Add fallback copy method using temporary textarea element
- Update copy failure messages to be more descriptive
- Improve cross-browser support for copy command functionality
2025-11-19 11:44:49 +08:00
刘刚 d3febc019d Merge branch release/21.7.7 of zentao/zentaopms (#12417) 2025-11-19 11:05:04 +08:00
liugang 14096dcfa7 * [misc] Reinstall the Spout and PhpSpreadsheet libraries using Composer to apply the patch. 2025-11-19 11:00:03 +08:00
liugang b0990ca34a * [misc] Replace strict return types with ReturnTypeWillChange attribute for PHP compatibility
- Update Box/Spout iterator return types to use #[\ReturnTypeWillChange] instead of strict typing
- Update PhpSpreadsheet iterator return types to use #[\ReturnTypeWillChange] instead of strict typing
- Improve compatibility across PHP 7.4-8.4 by using more flexible return type annotations
2025-11-19 11:00:03 +08:00
刘刚 bc99f94322 Merge branch release/21.7.7 of zentao/zentaopms (#12416) 2025-11-19 10:47:31 +08:00
wangyuting 352b65ce97 * Optimize code. 2025-11-19 10:32:58 +08:00
wangyuting deec51afaf * [bug#67318,done,0.1h,0h] Fix getExecutionTasks params error. 2025-11-19 10:32:58 +08:00
朱金勇 f2601880e8 * [highgo] Fix bug #66774. 2025-11-19 09:51:22 +08:00
刘刚 ad73532a2b Merge branch release/21.7.7 of zentao/zentaopms (#12412) 2025-11-19 08:54:59 +08:00
朱金勇 e4885a3c19 * [highgo] Remove comment. 2025-11-19 08:44:34 +08:00
sunhao 981f9c8c2b * [misc] update zui3 lib. 2025-11-18 19:22:37 +08:00