wangzemei
8fbf09fdeb
+ [task#149199] add the lang of exitManage.
2025-10-09 13:34:48 +08:00
wangzemei
6ea32ce259
+ [task#149199] add the manageGeneralAgent button.
2025-10-09 13:34:48 +08:00
wangzemei
f12cc46bd4
+ [task#149199] add the lang of manageGeneralAgent.
2025-10-09 13:34:48 +08:00
wangzemei
35405b0b14
* [task#149191] modify the highlighting issue of the first level navigation.
2025-10-09 13:34:48 +08:00
wangzemei
962502be2a
+ [task#149191] add the aiapp menu.
2025-10-09 13:34:48 +08:00
wangzemei
b6ed285a3d
+ [task#149191] add the lang for aiapp menu.
2025-10-09 13:34:48 +08:00
李阳
a95e0380cc
Merge branch release/21.7.6 of zentao/zentaopms ( #11756 )
2025-10-09 09:04:08 +08:00
wanshan
afbf72d82e
+ [bug#65955,done,0.2h] fix import path error.
2025-10-09 08:57:11 +08:00
刘刚
c31dcf9f35
Merge branch dev/story-76528 of zentao/zentaopms ( #11754 )
2025-10-09 08:52:57 +08:00
刘刚
398b9a2466
Merge branch release/21.7.6 of zentao/zentaopms ( #11751 )
2025-09-30 22:52:28 +08:00
sunhao
7e8984864b
* [misc] fix error on change form quickly.
2025-09-30 17:03:36 +08:00
朱金勇
7c1ca9d26e
Merge branch release/21.7.6 of zentao/zentaopms ( #11739 )
2025-09-30 16:40:27 +08:00
朱金勇
10020523c7
Merge branch release/21.7.6 of zentao/zentaopms ( #11742 )
2025-09-30 16:38:59 +08:00
朱金勇
7d3c3e180f
Merge branch release/21.7.6 of zentao/zentaopms ( #11745 )
2025-09-30 16:38:44 +08:00
tianshujie
556742f119
* [bug#65944,done,0.1h] Fix the issue of missing parentheses.
2025-09-30 16:08:46 +08:00
朱金勇
81f39f9c2c
Merge branch release/21.7.6 of zentao/zentaopms ( #11738 )
2025-09-30 15:51:02 +08:00
朱金勇
9e68e9aea9
Merge branch dev/story-76528 of zentao/zentaopms ( #11733 )
2025-09-30 15:49:54 +08:00
sunhao
3e47c1178a
* [misc] updat3 zui3 lib.
2025-09-30 15:26:16 +08:00
朱金勇
f71ea5c7f0
Merge branch release/21.7.6 of zentao/zentaopms ( #11731 )
2025-09-30 14:28:17 +08:00
wangyidong
e2faa31ab4
* [refac bug #65905 ] Adjust unit test.
2025-09-30 14:20:51 +08:00
liyang
f18bd7aeac
* [task#150385] fix bug for devops menu.
2025-09-30 14:06:12 +08:00
wangyidong
11517bae0b
* [refac bug #65905 ] Adjust for export zentaolist.
2025-09-30 14:01:30 +08:00
tianshujie
a4b370eb1c
* [task#150365,done,0.5h] adjust icon block height.
2025-09-30 09:41:13 +08:00
tianshujie
1abfa1755e
* [task#150364,done,0.1h] modify milestone language.
2025-09-30 09:15:07 +08:00
hujunqing
c314000244
[story#76528] hide export button in space page.
2025-09-30 01:05:00 +00:00
tianshujie
7bbfaba1d6
* [bug#65926,done,0.1h] modify next button link.
2025-09-30 08:54:53 +08:00
李阳
820afcb881
Merge branch release/21.7.6 of zentao/zentaopms ( #11730 )
2025-09-30 08:50:22 +08:00
liyang
9e6f672205
* [unittest] fix unittest data.
2025-09-30 08:49:48 +08:00
刘刚
6f914760fd
Merge branch release/21.7.6 of zentao/zentaopms ( #11724 )
2025-09-29 16:45:35 +08:00
刘刚
4cc703f3e4
Merge branch ai/unit-test/claude of zentao/zentaopms ( #11725 )
2025-09-29 16:45:17 +08:00
刘刚
2a80ca8776
Merge branch release/21.7.6 of zentao/zentaopms ( #11723 )
2025-09-29 16:43:17 +08:00
liugang
cd08aef0bc
+ [misc] Add yaml files with Claude Code.
2025-09-29 16:42:13 +08:00
liugang and Claude
7c295c8727
* [misc] Fix unit tests for aiModel::getObjectForPromptById() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:13 +08:00
liugang and Claude
36f2fe7966
* [misc] Fix unit tests for aiModel::getLatestMiniPrograms() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:13 +08:00
liugang and Claude
14251b6adb
* [misc] Fix unit tests for aiModel::getAssistantsByModel() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:12 +08:00
liugang and Claude
4f2eb5986d
Fix unit tests for aiModel::extractZtAppZip() method
...
- Modified extractZtAppZipTest method in ai.unittest.class.php to avoid database dependency issues
- Implemented mock functionality that validates ZIP files using ZipArchive instead of actual file extraction
- Updated test script extractztappzip.php to follow ZenTao unit test guidelines
- Ensured proper error handling for various edge cases (invalid files, missing files, etc.)
- Test now returns appropriate values: 1 for valid ZIP files, 0 for invalid inputs
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:12 +08:00
liugang and Claude
00fc243b69
* [misc] Fix unit tests for aiModel::executePrompt() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:12 +08:00
liugang and Claude
33336acaf8
* [misc] Fix unit tests for aiModel::edit() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:12 +08:00
liugang and Claude
f7416ea33b
* [misc] Fix unit tests for aiModel::countLatestMiniPrograms() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:12 +08:00
liugang and Claude
88d5a4da9c
* [misc] Fix unit tests for aiModel::converseForJSON() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:12 +08:00
liugang and Claude
2eb11fc687
* [misc] Fix unit tests for aiModel::complete() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:12 +08:00
liugang and Claude
4fafc0c641
* [misc] Fix unit tests for adminModel::setSwitcher() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:12 +08:00
liugang and Claude
96b7d88e95
* [misc] Fix unit tests for actionModel::renderAction() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:11 +08:00
liugang and Claude
ddf6b62976
* [misc] Fix unit tests for actionModel::processDynamicForAPI() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:11 +08:00
liugang and Claude
6ede800cd8
* [misc] Fix unit tests for actionModel::printActionForGitLab() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:11 +08:00
liugang and Claude
e5b8357a73
* [misc] Fix unit tests for searchTao::processRiskRecord() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:11 +08:00
liugang and Claude
4f387ee174
* [misc] Fix unit tests for searchTao::processDocRecord() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:11 +08:00
liugang and Claude
9597835037
* [misc] Fix unit tests for searchTao::processDataList() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:11 +08:00
liugang and Claude
d2983e21e6
* [misc] Fix unit tests for searchTao::checkObjectPriv() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:11 +08:00
liugang and Claude
debaaaaacb
* [misc] Fix unit tests for searchTao::checkDocPriv() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-29 16:42:10 +08:00