朱金勇
a366ca9961
* [apiv2] Set params before POST
2025-12-02 16:31:45 +08:00
朱金勇
20c95aecdc
* [apiv2] Set GET variables from POST data
2025-12-02 16:31:45 +08:00
liugang
ff2c453997
* [misc] Record sessionID before restart session from GET param to avoid security issue.
2025-12-02 16:31:43 +08:00
朱金勇
4f4eb7b633
* [apiv2] Fix api render method
2025-12-02 16:31:43 +08:00
liugang
49d863cba8
* [refac] Refactor the baseRouter::startSession() method to reuse web session in api mode.
2025-12-02 16:31:42 +08:00
朱金勇
c42ab7daca
* [oceanbase] Only trace for mysql.
2025-12-02 13:30:02 +08:00
liugang
c7d18d7a10
Revert "+ [task#151028] Convert html entities to characters."
...
This reverts commit edf7c9d0c3 .
2025-11-25 10:51:24 +08:00
sunguangming
1c978cbddf
* [error] modify code error.
2025-11-24 02:40:58 +00:00
朱金勇
ed4b27cc8c
* [framework] Need content.
2025-11-18 09:53:52 +08:00
朱金勇
0fe2321bd2
* [framework] Exception need args.
2025-11-18 09:26:07 +08:00
wangyidong
78ba763c4b
* [refac bug #66424 ] Fix load config from db for system module.
2025-11-17 14:13:12 +08:00
tianshujie
b3d4a25213
* [bug#67175,done,0.2h] Compatible with pop-up prompts on old pages.
2025-11-12 13:29:38 +08:00
朱金勇
2bcf1c11ff
* [apiv2] remove root of api url
2025-11-03 13:58:45 +08:00
朱金勇
0969d50153
* [apiv2] Fix output in render
2025-11-03 13:56:18 +08:00
liugang
edf7c9d0c3
+ [task#151028] Convert html entities to characters.
2025-11-03 10:33:38 +08:00
李阳
e677637e71
Merge branch release/21.7.6 of zentao/zentaopms ( #12060 )
2025-10-28 15:25:29 +08:00
sunguangming
d0e166a4a6
* [misc] fix code error.
2025-10-27 08:01:01 +00:00
zhaixiaojian
b37baeb1bd
misc driver include
2025-10-24 05:14:19 +00:00
朱金勇
84a033d4d1
* [apiv2] Set params before POST
2025-10-24 10:42:47 +08:00
朱金勇
90f0fb7efa
* [apiv2] Set GET variables from POST data
2025-10-24 10:25:14 +08:00
liugang
267fa1bb6f
* [misc] Record sessionID before restart session from GET param to avoid security issue.
2025-10-22 11:02:17 +08:00
liugang
7c41516770
+ [misc] Enable custom session handler when restart session.
2025-10-22 10:21:16 +08:00
朱金勇
709539017d
* [apiv2] Fix getFormData
2025-10-22 09:46:00 +08:00
朱金勇
837eb24de2
* [apiv2] Fix api render method
2025-10-22 09:39:27 +08:00
朱金勇
17bce9875f
* [apiv2] Fix display of apiv1
2025-10-21 23:48:21 +08:00
朱金勇
53f47be722
* [apiv2] Cast type of params.
2025-10-21 17:54:10 +08:00
朱金勇
9cb0387965
* [apiv2] init formData
2025-10-21 17:31:03 +08:00
朱金勇
373c45353f
* [apiv2] Display method may be called by zen.
2025-10-21 16:48:18 +08:00
朱金勇
9f289906c1
* [apiv2] viewType is always html.
2025-10-21 16:42:52 +08:00
liugang
519d427def
* [misc] Fix sonar issues.
2025-10-21 14:43:51 +08:00
liugang
ef7155f844
* [refac] Refactor the baseRouter::startSession() method to reuse web session in api mode.
2025-10-21 14:37:39 +08:00
朱金勇
2ced7c2ec9
+ [apiv2] Add ext routes.
2025-10-21 11:19:57 +08:00
朱金勇
f6af8a5b15
* [apiv2] Compatible apiv1
2025-10-17 09:54:19 +08:00
朱金勇
af0a271ae7
* [apiv2] Fix createLink
2025-10-14 16:14:33 +08:00
朱金勇
253a543556
* [apiv2] Fix session
2025-10-14 15:05:03 +08:00
朱金勇
298a59adc8
* [apv2] Fix webRoot.
2025-10-14 14:54:04 +08:00
朱金勇
046f353aee
* [misc] typo
2025-10-14 14:52:23 +08:00
朱金勇
4a15d1ab3d
* [apiv2] Fix routing
2025-10-14 14:45:10 +08:00
朱金勇
99c8b11f78
+ [apiv2] Add http code in helper.class.php
2025-10-14 14:22:50 +08:00
朱金勇
de87fbd1d5
- [apiv2] Remove http code define.
2025-10-14 13:54:01 +08:00
朱金勇
6cc42fd3d5
+ [apiv2] Add control.class.php
2025-10-14 13:51:05 +08:00
朱金勇
9aad96ada0
+ [highgo] Add toIntArray
2025-10-11 00:12:24 +08:00
wangyidong
9191b08abf
Merge branch 'feature/reporttemplate' into release/21.7.6
2025-09-15 13:49:40 +08:00
sunguangming
be101daee2
* [bug#65260,done,0.2h] fix bug.
2025-09-09 03:42:12 +00:00
liugang
87339213f0
- [refac] Remove unused code to setup sql profiling.
2025-08-27 15:51:32 +08:00
liugang
df0078ba19
* [refac] Refactor the dbh class to record duration and trace info when execute sql.
2025-08-27 15:14:56 +08:00
liugang
9680f756ee
* [refac] Call dirname to get absolute directory path.
2025-08-27 14:52:31 +08:00
wangyuting
862986cbe6
* [task#148795,done,1h,0h] Fix extra readonly field is required error.
2025-08-26 08:51:54 +08:00
tianshujie
9ca9293c41
* [misc] remove unused param.
2025-08-21 08:48:31 +08:00
liugang
d9f0cf78ca
* [perf] Refactor search parameter caching: rename cacheSearchParams to cacheSearchFunc
...
- Rename method cacheSearchParams() to cacheSearchFunc() in framework/model.class.php
- Update parameter name from cacheSearchParams to cacheSearchFunc across execution and my modules
- Update corresponding test files and documentation comments
- Improve naming clarity to reflect that we're caching the function/method rather than just parameters
2025-08-21 08:38:54 +08:00