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
liugang
31cc4f28d6
- [misc] Remove useless file.
2025-11-24 09:40:54 +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
liugang
8f2ea53f7d
* [refac] Enhanced config.php to properly validate and set MySQL charset encoding and collation.
2025-11-20 18:16:34 +08:00
liugang
0aefd60551
* [refac] Improve MySQL charset encoding validation in config setup.
2025-11-20 18:16:34 +08:00
liugang
afbd49139a
* [refac] Persist database charset settings after charset conversion in upgrade.
2025-11-20 18:16:33 +08:00
liugang
bd13e711e0
* [refac] Improve charset handling consistency in upgrade module.
2025-11-20 18:16:33 +08:00
liugang
aec889a53e
* [refac] Simplify charset handling in upgrade SQL parsing.
2025-11-20 18:16:33 +08:00
liugang
fe621b4209
* [refac] Use unified charset method in install step2 configuration.
2025-11-20 18:16:33 +08:00
liugang
6e82125d12
* [refac] Simplify charset handling in database table creation.
2025-11-20 18:16:33 +08:00
liugang
0d51fa5b88
* [refac] Simplify database creation logic by using unified charset method.
2025-11-20 18:16:33 +08:00
liugang
a253a09cab
+ [refac] Add a method to get database charset and collation.
2025-11-20 18:16:33 +08:00
liugang
dc3fa3bdac
+ [refac] Add a method to get the server charset and collation.
2025-11-20 18:16:33 +08:00
liugang
3d56851172
* [refac] Improve charset encoding validation in dbh constructor.
2025-11-20 18:16:33 +08:00
liugang
4c60080021
+ [refac] Strip whitespace from the beginning and end of a sql statement.
2025-11-20 18:16:33 +08:00
sunhao
55b91692e2
* [bug #67193 ] fix show no space on enter doc app at first time.
2025-11-20 18:14:46 +08:00