Commit Graph
112071 Commits
Author SHA1 Message Date
刘刚 2de40d111d Merge branch release/21.7.7 of zentao/zentaopms (#12491) 2025-11-24 10:39:42 +08:00
liugang 4e688952d1 * [refac] Optimize database version handling in upgrade module
- Add databaseVersion property to avoid repeated database version queries
- Move database version-specific SQL modifications from execSQL to parseToSqls
- Remove static variable usage for better code maintainability
- Consolidate database version checks across upgrade methods
2025-11-24 10:33:52 +08:00
liugang 40c4ae6874 * [bug#67305] Fix sql error. 2025-11-24 10:33:52 +08:00
刘刚 745347be61 Merge branch release/21.7.7 of zentao/zentaopms (#12488) 2025-11-24 10:19:27 +08:00
wangyuting a33891a035 * Optimize code. 2025-11-24 10:10:10 +08:00
刘刚 d524a10fe9 Merge branch release/21.7.7 of zentao/zentaopms (#12485) 2025-11-24 09:57:04 +08:00
刘刚 d9eb11a752 Merge branch release/21.7.7 of zentao/zentaopms (#12486) 2025-11-24 09:56:31 +08:00
刘刚 7f2a30f231 Merge branch release/21.7.7 of zentao/zentaopms (#12484) 2025-11-24 09:55:55 +08:00
wangyidong 6641ed9f81 * [refac feedback #10574] Adjust for show xmind import. 2025-11-24 09:48:58 +08:00
liugang d0b5ddb807 * [refac] Remove explicit charset and collation declarations from SQL files
- Remove DEFAULT CHARSET declarations from all SQL table definitions
- Strip COLLATE clauses from field definitions across all database scripts
- Simplify ENGINE declarations by removing redundant charset specifications
- Standardize SQL statement formatting for improved database compatibility
- Affects all database update scripts from version 0.1 to 21.7.6
2025-11-24 09:48:10 +08:00
wangyuting 71c1df2754 * Optimize testtask getruns unit test script. 2025-11-24 09:47:07 +08:00
liugang 31cc4f28d6 - [misc] Remove useless file. 2025-11-24 09:40:54 +08:00
wangyuting f6de5b1ccf * Optimize testreport browse style. 2025-11-24 09:00:40 +08:00
wangyuting ff2180da37 * [bug#67378,done,0.1h,0h] Fix empty executionID error. 2025-11-21 16:06:31 +08:00
wangyuting fe18b4936c * [bug#67334,done,0.1h,0h] Fix show no product priv cases. 2025-11-21 16:04:39 +08:00
刘刚 a6fc93863e Merge branch release/21.7.7 of zentao/zentaopms (#12476) 2025-11-21 15:58:36 +08:00
liugang b33b5f4b69 * [bug#64146] Fix memory overflow issue. 2025-11-21 15:52:18 +08:00
刘刚 fcaad7795a Merge branch release/21.7.7 of zentao/zentaopms (#12474) 2025-11-21 15:45:55 +08:00
sunguangming 64a65e6967 * Fix bug. 2025-11-21 07:30:18 +00:00
刘刚 549803f8b4 Merge branch release/21.7.7 of zentao/zentaopms (#12472) 2025-11-21 14:59:23 +08:00
liugang 841d2723d4 * [refac] Improve copyCommand function with modern Clipboard API support
- Add Clipboard API for HTTPS environments
- Keep execCommand as fallback for HTTP compatibility
- Fix textarea value assignment method to ensure copy success
2025-11-21 14:14:02 +08:00
朱金勇 d9e542fd1d * [dm] Remove comment 2025-11-21 13:34:08 +08:00
刘刚 f9c3c88005 Merge branch release/21.7.7 of zentao/zentaopms (#12468) 2025-11-21 11:16:57 +08:00
liugang d5a279c0f2 + [misc] Add a default configuration so that newly installed users do not need to see a prompt to update the metrics library. 2025-11-21 11:14:04 +08:00
刘刚 d234b0b3ce Merge branch release/21.7.7 of zentao/zentaopms (#12466) 2025-11-21 10:53:48 +08:00
刘刚 0703fff8da Merge branch release/21.7.7 of zentao/zentaopms (#12465) 2025-11-21 10:53:31 +08:00
tianshujie ced0ba37bc * [bug#67380,done,1h] set data for create a case page. 2025-11-21 10:35:28 +08:00
wangyidong 2b61f34768 * [refac bug #67342] Adjust story submit review button hint. 2025-11-21 10:33:59 +08:00
刘刚 c9cf23113f Merge branch release/21.7.7 of zentao/zentaopms (#12463) 2025-11-21 10:28:04 +08:00
wangyidong ae6d0b5e8f * [refac feedback #10755] compatible 18.x version. 2025-11-21 10:06:17 +08:00
刘刚 40863c898f Merge branch release/21.7.7 of zentao/zentaopms (#12462) 2025-11-21 09:43:23 +08:00
刘刚 5107f79f3a Merge branch release/21.7.7 of zentao/zentaopms (#12461) 2025-11-21 09:41:26 +08:00
liugang db655d40c8 * [refac] Simplify DBH constructor query execution by using rawQuery method 2025-11-21 09:40:21 +08:00
liugang ecdd8060aa * [refac] Refactor dbh constructor to optimize property initialization. 2025-11-21 09:36:56 +08:00
liugang 6283bc548e * [refac] Simplify MySQL collation handling by allowing empty collation values 2025-11-21 09:25:55 +08:00
liugang 8e450455d6 * [misc] Remove extra spaces. 2025-11-21 09:25:55 +08:00
xieqiyu b3c09b033d * [bug#67354] Get related object for child requirement and story in epic list. 2025-11-21 01:12:50 +00:00
刘刚 0592fe818d Merge branch release/21.7.7 of zentao/zentaopms (#12460) 2025-11-21 09:09:48 +08:00
刘刚 ab105b4c59 Merge branch dev/bug-66785 of zentao/zentaopms (#12458) 2025-11-21 09:09:38 +08:00
sunhao d2455d92f7 * [refac] refactor js code and remove unused vars. 2025-11-21 08:56:51 +08:00
sunhao 660c78b48c * [misc] update zui3 lib. 2025-11-21 08:56:51 +08:00
sunhao 3aa1134acf * [misc] fix ai not work. 2025-11-21 08:56:51 +08:00
朱金勇 fd3cbc078a * [dm] Fix group field 2025-11-21 00:28:55 +08:00
刘刚 4c6db43750 Merge branch release/21.7.7 of zentao/zentaopms (#12456) 2025-11-20 18:24:06 +08:00
刘刚 7559957530 Merge branch release/21.7.7 of zentao/zentaopms (#12455) 2025-11-20 18:19:51 +08:00
liugang bed53213c4 * [refac] Enhance database SQL processing in extension module
- Add PostgreSQL schema prefix support for table operations
- Improve MySQL charset and collation handling in CREATE TABLE statements
- Unify database prefix replacement logic for zt_ and ztv_ tables
- Use getDatabaseCharsetAndCollation method for consistent charset configuration
2025-11-20 18:16:34 +08:00
liugang a57f571361 - [refac] Remove useless methods. 2025-11-20 18:16:34 +08:00
liugang 2754d970f0 * [refac] Move charset conversion to unified execution point in upgrade process. 2025-11-20 18:16:34 +08:00
liugang 6d14de4448 * [refac] Refactored convertCharset method to improve database charset conversion logic. 2025-11-20 18:16:34 +08:00
liugang cea6678027 * [refac] Made getServerCharsetAndCollation method public in dbh class for broader usage. 2025-11-20 18:16:34 +08:00