Commit Graph
111879 Commits
Author SHA1 Message Date
wangyuting 9af1daec03 * [bug#67104,done,0.1h,0h] Optimize code. 2025-11-18 08:31:33 +08:00
wangyuting d4afcf286e * Optimize code. 2025-11-18 08:31:33 +08:00
wangyuting 863c7bd909 * Add dtable id. 2025-11-18 08:31:33 +08:00
wangyuting 8ac3d75454 * [bug#66251,done,0.1h,0h] Remove check more product. 2025-11-18 08:31:33 +08:00
wangyuting 1b2d48ed2a * [bug#66075,done,0.1h,0h] Fix joint link case to project. 2025-11-18 08:31:33 +08:00
wangyuting 9bd0a54f56 * [bug#66255,done,0.1h,0h] Fix search testtask cases error. 2025-11-18 08:31:33 +08:00
wangyuting 38f40c4f38 * Extension function. 2025-11-18 08:31:33 +08:00
wangyuting ead5a2ac78 * Optimize code. 2025-11-18 08:31:33 +08:00
wangyuting 4905751ddb * Optimize code. 2025-11-18 08:31:33 +08:00
wangyuting 44e8c53782 * Optimize code. 2025-11-18 08:31:33 +08:00
wangyuting fa1a697daf * Optimize code. 2025-11-18 08:31:33 +08:00
wangyuting af8b2a265b * Optimize code. 2025-11-18 08:31:33 +08:00
wangyuting aff83bc747 * [task#149685,done,0.1h,0h] Optimize code. 2025-11-18 08:31:33 +08:00
wangyuting 56472b29c1 * [task#149681,done,0.1h,0h] Finish testtask view. 2025-11-18 08:31:32 +08:00
wangyuting ca1e7c6d8e * [task#149684,done,4h,0h] Finish project testtask. 2025-11-18 08:31:32 +08:00
wangyuting 0376f39959 * [task#149680,done,4h,0h] Finish joint testtask browse. 2025-11-18 08:31:32 +08:00
wangyuting fc6ba7def9 * [task#149678,done,1h,0h] Finish create joint testtask. 2025-11-18 08:31:32 +08:00
wangyuting 2eddaac219 * [task#149678,doing,0.1h,3h] Add type id. 2025-11-18 08:31:32 +08:00
刘刚 599b666b0a Merge branch release/21.7.7 of zentao/zentaopms (#12382) 2025-11-18 08:25:36 +08:00
wangyidong 7d511c4faf * [refac bug #66430] Adjust upload file for story. 2025-11-17 16:24:24 +08:00
刘刚 6dea59f109 Merge branch release/21.7.7 of zentao/zentaopms (#12380) 2025-11-17 16:00:40 +08:00
刘刚 53e5e85886 Merge branch release/21.7.7 of zentao/zentaopms (#12379) 2025-11-17 16:00:31 +08:00
wangyidong 56f2c21b6e * [refac bug #66424] Fix load config from db for system module. 2025-11-17 14:59:32 +08:00
tianshujie 88896bfa90 * [bug#67263,done,1h] hidden edit button when the user can't edit. 2025-11-17 14:44:01 +08:00
wangyidong 78ba763c4b * [refac bug #66424] Fix load config from db for system module. 2025-11-17 14:13:12 +08:00
刘刚 94d80e5e03 Merge branch release/21.7.7 of zentao/zentaopms (#12378) 2025-11-17 14:12:10 +08:00
liugang ccf6e6f929 + [misc] Add configuration of deleted files. 2025-11-17 14:07:10 +08:00
liugang cc4d4789e7 - [misc] Remove useless file. 2025-11-17 14:06:53 +08:00
刘刚 4dbf2a9818 Merge branch release/21.7.7 of zentao/zentaopms (#12376) 2025-11-17 13:24:44 +08:00
wangyidong 4597db7843 * [refac] Add checkpriv when delete file. 2025-11-17 11:28:25 +08:00
刘刚 711b2a81a0 Merge branch release/21.7.7 of zentao/zentaopms (#12375) 2025-11-17 11:10:16 +08:00
sunhao 6169c5d228 * [bug #67287] remove unused ai code to prevent SSRF vulnerability. 2025-11-17 11:01:23 +08:00
李阳 a28b52d597 Merge branch release/21.7.7 of zentao/zentaopms (#12372) 2025-11-17 08:59:39 +08:00
yulujie 79e575225e *[uitest] Add waittime. 2025-11-17 08:46:14 +08:00
刘刚 d4b83f27b6 Merge branch release/21.7.7 of zentao/zentaopms (#12370) 2025-11-14 16:52:32 +08:00
liugang a73cc8f10c * [misc] Optimize Makefile build process by reorganizing cleanup steps
- Move cleanup_autoload.php execution after all vendor package deletions
- Add fix_nullable_types.php script execution for PHP 8 compatibility
- Reorganize comment positioning for better readability
- Ensure proper cleanup order: delete packages first, then clean references and fix types
2025-11-14 16:31:51 +08:00
liugang 89d59cdc6a * [misc] Extend PHP 8 compatibility patches for iterator return types
- Complete box-spout PHP 8 compatibility by adding return type declarations for CSV, ODS iterator classes
- Extend phpspreadsheet iterator patch to include RowCellIterator, RowIterator, ColumnCellIterator, and ColumnIterator classes
- Add mixed return type for current() and key() methods to comply with PHP 8.1+ Iterator interface requirements
- Add void return type for rewind() and next() methods
- Add bool return type for valid() method

These patches ensure full PHP 8 compatibility for third-party spreadsheet libraries used in ZenTao PMS.
2025-11-14 16:12:11 +08:00
liugang 064a828d39 * [misc] Fix the error "Trying to access array offset on value of type int" by patch of the phpspreadsheet library. 2025-11-14 16:12:11 +08:00
liugang 93312a7341 * [misc] Fix the error "Trying to access array offset on value of type null" by patch of the phpspreadsheet library. 2025-11-14 16:12:11 +08:00
刘刚 530e022ea9 Merge branch release/21.7.7 of zentao/zentaopms (#12367) 2025-11-14 15:43:25 +08:00
wangyidong edd123a666 * [refac bug #66442] Adjust user mobile field length for like +86 139xxxxxxxx. 2025-11-14 15:22:00 +08:00
李阳 9381f2a779 Merge branch release/21.7.7 of zentao/zentaopms (#12364) 2025-11-14 15:08:43 +08:00
liyang 84ed982b8b + [unittest] add unitest case id. 2025-11-14 15:07:44 +08:00
刘刚 643f41fbf7 Merge branch dev/bug-66335 of zentao/zentaopms (#12357) 2025-11-14 13:55:22 +08:00
李阳 7e4d8273b5 Merge branch release/21.7.7 of zentao/zentaopms (#12321) 2025-11-14 13:06:54 +08:00
李阳 5d62d2a8ff Merge branch release/21.7.7 of zentao/zentaopms (#12356) 2025-11-14 13:06:22 +08:00
liyang ae7b38c164 + [unittest] add cid. 2025-11-14 13:05:25 +08:00
刘刚 5c1a184215 Merge branch dev/bug-66335 of zentao/zentaopms (#12355) 2025-11-14 13:05:07 +08:00
wanshan da6ccd6245 * [task#152436,doing,0.1h] add ui test for user module resetpassword 2025-11-14 12:03:42 +08:00
wanshan 6fa8730165 + [task#152436,doing,2h] add ui test for user module resetpassword 2025-11-14 12:03:42 +08:00