Commit Graph
109940 Commits
Author SHA1 Message Date
sunhao bfd227b500 * [story #77917] enhance promptExecute function by adding auto parameter for conditional form opening. Update prompt menu links to include auto parameter and modify response structure for improved callback handling. Add 'goTesting' language entry in multiple language files. 2025-10-09 13:35:37 +08:00
sunhao eae703aa24 * [story #77917] enhance openPageForm and executeZentaoPrompt functions to support promise-based handling and improved callback functionality. Added auto parameter for conditional form opening and updated popup ID for better management. 2025-10-09 13:35:37 +08:00
sunhao 4614b2c379 * [misc] add callback handling in zin.js to support string and object callbacks for enhanced functionality. 2025-10-09 13:35:37 +08:00
wangzemei a9a1a2dd0d - [task#149831] remove the useless privs. 2025-10-09 13:35:37 +08:00
sunhao 83b0a1951c * [misc] enhance AI chat functionality by adding 'chatType' parameter to message payload and updating initialization options in the browse mini program. 2025-10-09 13:35:37 +08:00
sunhao 1612b35ab2 * [story #77918] add chatType parameter to postMessage in executeZentaoPrompt function. 2025-10-09 13:35:37 +08:00
wangzemei 645357e8f4 * [bug#65755] fix the issues of deleting category. 2025-10-09 13:35:37 +08:00
sunhao 6c2cb27705 * [story #77918] add explian to tool calling. 2025-10-09 13:35:37 +08:00
wangzemei 2416cf2932 * [bug#65757] add the params for createMiniProgram. 2025-10-09 13:35:37 +08:00
sunhao 01116f1156 * [story #77918] update language files to add translations for new change-related terms in German, English, and French. 2025-10-09 13:35:36 +08:00
sunhao 3436bf452d * [misc] refactor AI plugin registration in Zentao to include constant for line breaks. 2025-10-09 13:35:36 +08:00
sunhao ccef63a40b * [story #77918] suppport showing diff view in ai tool calling result. 2025-10-09 13:35:36 +08:00
sunhao 0555bb0979 * [story #77918] improve ui for opening page and applying form data from ai tool calling. 2025-10-09 13:35:36 +08:00
sunhao a8392af980 * [story #77918] increase ai popup panel width on calling tools. 2025-10-09 13:35:36 +08:00
sunhao d0548293b8 * [story #77918] add more info to response of executePrompt request. 2025-10-09 13:35:36 +08:00
sunhao 90251c8d8c * [misc] enhance serializeDataToPrompt method to avoid access undefined props. 2025-10-09 13:35:26 +08:00
sunhao 95cad87f68 * [misc] fix ai review btn text. 2025-10-09 13:35:26 +08:00
sunhao 46b3b996ce * [story #77918] refactor prompt button generation in AI panel to use html::a for improved AJAX support and maintainability. 2025-10-09 13:35:26 +08:00
sunhao dcaedba41b * [story #77918] update language files to include 'applyFormFormat' translations for German, English, French, and Chinese. 2025-10-09 13:35:25 +08:00
sunhao 3f1d5311b0 * [story #77918] implement openPageForm and executeZentaoPrompt functions to enhance AI panel interactions and streamline form data application. 2025-10-09 13:35:25 +08:00
sunhao d22d135707 * [story #77918] enhance ai control logic to include target form details in response and streamline prompt execution handling. 2025-10-09 13:35:25 +08:00
sunhao 40b53aaf09 * [story #77918] only return promt execution info on call ai-executePrompt.. 2025-10-09 13:35:25 +08:00
sunhao 545bc1bd18 * [story #77918] fix php error on access undefined prop. 2025-10-09 13:35:25 +08:00
sunhao 34e7b9f589 * [story #77918] add global method to apply form data to page. 2025-10-09 13:35:25 +08:00
sunhao 7fea6268e2 * [story #77918] add global method to check the shared ai panel instance. 2025-10-09 13:35:25 +08:00
wangzemei 9ae0403de1 * [misc] modify the categoryList of ai. 2025-10-09 13:35:25 +08:00
wangzemei de42810e81 * [bug#65762] fix the display of prompt desc. 2025-10-09 13:35:25 +08:00
wangzemei da24a6be55 * [bug#65763] fix the display of createdBy. 2025-10-09 13:35:25 +08:00
wangzemei d08a068aad * [bug#65759] change the recPerPage form 15 to 20. 2025-10-09 13:35:25 +08:00
wangzemei 76069953b6 * [bug] modify the display of category. 2025-10-09 13:35:24 +08:00
wangzemei b3c62b532e * [bug#65755] modify the display of category. 2025-10-09 13:35:24 +08:00
wangzemei c69903d362 * [bug#65749] modify the tip of publishminiprogram and unpublishminiprogram. 2025-10-09 13:35:24 +08:00
wangzemei ac8e9bc33e * [bug#65745] change the display position of the add button to the last line. 2025-10-09 13:35:05 +08:00
wangzemei 2d2eea2569 * [task#149831] modify the judgment logic of ai priv. 2025-10-09 13:34:51 +08:00
wangzemei b2b5401dc0 * [task#149831] modify the privs of ai. 2025-10-09 13:34:51 +08:00
sunhao c8dc32d939 * [story #77992] enhance miniprogram import modal by adding AJAX support for cleaning empty files. 2025-10-09 13:34:51 +08:00
sunhao a15b4811ea * [refac] format code. 2025-10-09 13:34:51 +08:00
sunhao 9f820dd37c * [story #77992] refactor miniprogram importing modal. 2025-10-09 13:34:51 +08:00
wangzemei bcac975a94 * [task#149866] rename AICategoryManager to aiCategoryManager. 2025-10-09 13:34:51 +08:00
wangzemei 3e9404a89a - [task#149866] remove the useless code. 2025-10-09 13:34:51 +08:00
wangzemei 6d9851ddc1 * [task#149866] modify the logic of post data. 2025-10-09 13:34:51 +08:00
wangzemei 4439fe3527 * [task#149866] modify the page opening method and oldPages config. 2025-10-09 13:34:51 +08:00
wangzemei 970c01f198 * [task#149866] refactor the editminiprogramcategory view page. 2025-10-09 13:34:51 +08:00
wangzemei e318c7ba16 * [task#149866] refactor the editminiprogramcategory view page. 2025-10-09 13:34:51 +08:00
wangzemei 6d68abce54 + [task#149866] refactor the editminiprogramcategory view page. 2025-10-09 13:34:51 +08:00
wangzemei 09aeb29e91 * [task#149860] modify the display of publishminiprogram button. 2025-10-09 13:34:51 +08:00
wangzemei 6e78587733 * [task#149860] modify the config of miniPrograms. 2025-10-09 13:34:51 +08:00
wangzemei 37c8d38ae2 * [task#149828] add the alias for generalAgent. 2025-10-09 13:34:51 +08:00
wangzemei 0272720c13 + [task#149860] add the icon for importMiniProgram button. 2025-10-09 13:34:51 +08:00
wangzemei 871ecf28ed + [task#149860] handle the display of table operation buttons. 2025-10-09 13:34:51 +08:00