Commit Graph
143 Commits
Author SHA1 Message Date
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
dingguodong a2648a6577 * Unset load in response if request type is modal. 2023-08-04 13:43:14 +08:00
liumengyi d0002dc9ae * Fix error that cannot be returned. 2023-08-01 09:57:06 +08:00
liumengyi 9921f7f98b * Use the page in the ui during installation. 2023-08-01 08:59:35 +08:00
tianshujie da4f1ac977 * Format the method name. 2023-07-31 14:30:34 +08:00
Lufei 5aba24e301 * Fix getExtCSS error. 2023-07-25 13:40:16 +08:00
liugang 15ef7e88fb * baseControl: load extend js and css of zin page. 2023-07-20 16:23:40 +08:00
朱金勇 e4c4297e84 * Set output buffer. 2023-07-11 13:26:23 +00:00
朱金勇 3a215d708a * Refactor framework for roadrunner. 2023-07-09 14:30:31 +00:00
朱金勇 c8731f9a59 - Remove ob_end_clean(). 2023-07-03 16:03:10 +00:00
朱金勇 2d12aea936 * Wrapper header function for roadrunner. 2023-07-03 08:09:26 +00:00
caoyanyi 559be00c12 * Fix error fetch param is array. 2023-06-27 10:14:40 +08:00
dingguodong d36ea91b09 * Resolve bad request if the params is $_POST. 2023-06-26 10:37:28 +08:00
caoyanyi e79155d1a8 + Add get default param function to fetch method. 2023-06-26 09:05:15 +08:00
caoyanyi 94e9ac538d + Add closeModal attribute for modal page. 2023-06-25 13:55:59 +08:00
liugang ae333463e1 - baseControl: remove undefined variable. 2023-06-21 10:11:58 +08:00
sunhao 0bee397cd2 * zin: refactor. 2023-06-21 09:03:22 +08:00
sunhao 36672674d4 * zin: support to call render() automatically. 2023-06-20 21:09:14 +08:00
sunhao b85aa4f7d1 * zin: support to use raw content from buffer. 2023-06-20 20:49:07 +08:00
caoyanyi 5e5aae68d4 + Add set fetch method param type. 2023-06-10 14:03:20 +08:00
Lufei a8b6ed0ea6 * Support output xhprof for send. 2023-06-08 17:06:36 +08:00
朱金勇 f7ebba6859 * Refactor if conditions. 2023-05-29 00:45:07 +00:00
朱金勇 894118767e - Remove unused local variable. 2023-05-28 22:42:30 +00:00
朱金勇 cb5b5bb2c5 - Remove unused local variable. 2023-05-25 03:00:16 +00:00
sunhao 34731be27f * zin: move zin dir to lib 2023-05-05 15:03:19 +08:00
hufangzhou dc8fcc9484 * Merge 18.4 into master. 2023-05-05 09:26:04 +08:00
Lufei f452cc561a * Use helper::end instead of exit/die. 2023-05-03 15:19:30 +08:00
dingguodong 625d5f3d76 * The control::locate return 1 always. 2023-05-03 14:32:42 +08:00
Lufei b6cc12dd14 * Merge trace. 2023-04-28 16:04:28 +08:00
sunhao 2e94f1cabf * set trace data to page data. 2023-04-27 18:50:31 +08:00
Lufei 2674f369f8 * Optimize trace class. 2023-04-27 18:48:57 +08:00
Lufei c6a2c54782 * Support zinErrors. 2023-04-27 18:48:56 +08:00
Lufei c4a5d8a525 + Support debug trace. 2023-04-27 18:48:56 +08:00
sunhao 28dbe2cf08 * set trace data to page data. 2023-04-27 15:16:49 +08:00
Lufei 049643d481 * Optimize trace class. 2023-04-27 09:33:19 +08:00
liugang 4981fcb9dd * Fix error cann't use the fetch function to call an encrypted extended control method - fix bug #34614, 34615, 34627. 2023-04-26 00:39:07 +00:00
Lufei 4175224c89 * Support zinErrors. 2023-04-25 10:30:07 +08:00
Lufei 6dc32b44c2 + Support debug trace. 2023-04-25 10:10:53 +08:00
Hao Sun ed31bffa6c Merge branch 'zin_merge'
# Conflicts:
#	framework/base/control.class.php
#	framework/control.class.php
2023-04-23 19:44:40 +08:00
鲁飞 045289d4c7 * Support PHP8.1. 2023-04-23 11:21:09 +00:00