Commit Graph
182 Commits
Author SHA1 Message Date
朱金勇 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
tianshujie b3d4a25213 * [bug#67175,done,0.2h] Compatible with pop-up prompts on old pages. 2025-11-12 13:29:38 +08:00
liugang edf7c9d0c3 + [task#151028] Convert html entities to characters. 2025-11-03 10:33:38 +08:00
朱金勇 046f353aee * [misc] typo 2025-10-14 14:52:23 +08:00
sunguangming 328178eb9c * [misc] fix code error. 2025-08-04 01:33:08 +00:00
sunhao bc9ba9d2f6 * [bug #60600] fix failed to delete buffer in fetch(...). 2025-03-21 13:30:15 +08:00
sunguangming 55e56f8b34 * [misc] fix code error. 2024-12-20 09:45:19 +08:00
liugang 6f643638ea + [refac] add $mao object to baseControl. 2024-11-20 15:42:49 +08:00
朱金勇 b0e979d664 + [perf] Add cache model. 2024-11-20 15:42:49 +08:00
hufangzhou 845c76ecab * [bug#55744,done,0.3h] Pass param. 2024-09-29 17:23:32 +08:00
wangyidong 8452898392 * [refac bug #53548] Add other chars. 2024-08-06 09:05:37 +08:00
wangyidong ddb959ccaf * [refac bug #53548] Add other chars. 2024-08-06 09:05:37 +08:00
wangyidong 4e67e20393 * [refac bug #53548] Adjust code. 2024-08-05 16:12:59 +08:00
wangyidong 8f40f15890 *[refac bug #53548] Check referer url. 2024-08-05 16:04:06 +08:00
tianshujie 34da9d3ddc * [bug#50551,done,0.2h] change the mode of alert. 2024-06-03 15:42:28 +08:00
liugang 1283792666 * baseControl: don't encode multi-byte unicode character. 2024-05-24 16:18:08 +08:00
liugang 902a83794f * baseControl: don't encode output by urlencode or rawurlencode function. 2024-05-24 16:18:08 +08:00
liugang a5ffb58c5e * framework: enable cache if the mode is running. 2024-05-23 14:22:15 +08:00
liugang d8544d4f1b Revert "* Rename cache configuration item."
This reverts commit 7c826e1c3d.
2024-05-23 14:22:14 +08:00
liugang 361c7e011f * Rename cache configuration item. 2024-05-23 14:22:13 +08:00
wangyuting 96812a0fc7 * Adjust login timeout link. 2024-05-17 14:41:40 +08:00
wangyuting 45eca1b0ec * Adjust login timeout link. bug #49079. 2024-05-17 14:13:14 +08:00
dingguodong b93c055ec3 * Simplify the code, use the rawurlencode and rawurldecode. 2024-05-17 12:17:48 +08:00
dingguodong 760fe9fcff * Use the rawurlencode instead of urlencode. 2024-05-17 12:17:41 +08:00
liugang b5db281c03 * baseControl: refactor the method to set response header. 2024-05-17 11:15:01 +08:00
liugang e26b5c1d3e + baseControl: use client cache before render html. 2024-05-17 11:15:01 +08:00
sunhao e5c0318821 * zin: add control instance to context. 2024-03-13 09:22:15 +08:00
songchenxuan d83dcc198c * Fix api bug. 2024-03-11 16:51:43 +08:00
sunhao 53b4dae538 * zin: change render to renderPage, use render to set widget for difference targets. 2024-03-11 14:59:50 +08:00
tianshujie a4ce6179d5 * Fix bug #46549. 2024-03-05 15:25:15 +08:00
sunhao 448a86a606 * zin: improve zin lib. 2024-02-26 17:09:45 +08:00
liugang f2ebe9b8f5 * baseControl: call helper::import function to load field file. 2024-01-11 09:57:13 +08:00
sunhao 69b31f2896 * framework: support loading field file on render. 2024-01-11 09:41:29 +08:00
tanghucheng 3d94eac50a Merge branch 'Merge184' into c07e4a71eb 2023-11-30 21:21:55 -05:00
songchenxuan c7ef380399 * Use oldPages in framework control display function. 2023-11-27 13:55:38 +08:00
liugang 3299ca77c3 * baseControl: load old view page of the screen module. 2023-11-24 13:16:29 +08:00
tanghucheng fc37c0b19b Merge branch 'master' into Merge184 2023-11-15 19:59:22 -05:00
sunhao f7d4e76a6b * zin: refactor hooks, add hook class to modify dom. 2023-11-15 14:30:47 +08:00
hufangzhou a60622d4e4 * Merge: 18.4 version's framework and lib directory. 2023-11-14 16:58:03 +08:00
liugang 628cfe2d02 * baseControl: remove code to check whether the ui file exists. 2023-11-09 15:59:27 +08:00
wangyidong d06b16e6cc * Rewrite project-execution page. 2023-10-26 13:23:03 +08:00
朱金勇 2e57f51615 * Fix hook file. 2023-10-24 07:24:19 +00:00
朱金勇 bd8672eb14 * Fix bugs of install. 2023-10-11 06:59:50 +00:00
dingguodong 9ee57254a0 - Rollback code. 2023-09-13 14:51:48 +08:00
dingguodong 2c2a86c842 * Redirect to web root '/' if url is empty. 2023-09-13 14:32:36 +08:00
dingguodong 6529df8f69 * The parameter $data can be an empty array. 2023-08-29 17:29:55 +08:00
dingguodong 42fc24341e * The request must be ended after send message to the client. 2023-08-16 17:27:04 +08:00
caoyanyi 8e614a826e * Adjust sendError method supports alert and locate. 2023-08-16 10:36:31 +08:00
dingguodong 73e13fa7a8 * Enable reload the current page if load is set to true. 2023-08-04 16:20:15 +08:00