Commit Graph
523 Commits
Author SHA1 Message Date
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
sunhao 7b3e359a6a * refactor isAjaxRequest helper, support to check fetch request. 2023-07-17 22:00:15 +08:00
zhaoke 81a2b83b9a * Fix issue of sonarqube and add losed function of quickon. 2023-07-13 13:47:33 +08:00
qixinzhi b7dd8b68b6 Merge branch 'sqlite' into master. 2023-07-12 05:13:44 +00:00
朱金勇 959f9bac7f * No need catch end exception. 2023-07-12 03:18:31 +00:00
朱金勇 e4c4297e84 * Set output buffer. 2023-07-11 13:26:23 +00:00
朱金勇 640e8f4482 * Use helper::setcookie. 2023-07-11 07:28:39 +00:00
qixinzhi eff5416dd9 * Merge master into sqlite 2023-07-11 03:02:58 +00:00
dingyongliang 826dc15458 * zin: refactor isAjaxRequest. 2023-07-10 11:19:43 +08:00
朱金勇 3a215d708a * Refactor framework for roadrunner. 2023-07-09 14:30:31 +00:00
dingguodong ba62bdc039 + Add uninitialized variable. 2023-07-06 14:44:11 +08: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
wangyuting 49f6b16c95 * Fix rawParams bug. 2023-06-29 15:55:39 +08:00
wangyidong c633e24758 * Add isInModal function and adjust delete story. 2023-06-27 15:08:40 +08: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 b137090762 * Change error output. 2023-06-25 14:59:33 +08:00
caoyanyi 17fcbf68d7 * Change db error tip. 2023-06-25 13:55:59 +08:00
caoyanyi 94e9ac538d + Add closeModal attribute for modal page. 2023-06-25 13:55:59 +08:00
dingguodong 7f92c0121b * Show special HTML entities in log file. 2023-06-25 13:38:23 +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
zhouxin 803bbbfcb2 * Add default file for connect SQLite. 2023-06-20 16:45:00 +08:00
zhouxin 6eabf8aba2 * Connect SQLite by PDO. 2023-06-19 15:17:36 +08:00
dingguodong 95c624ecd3 * Return 0 if any parameter is empty or null. 2023-06-15 15:39:58 +08:00
dingguodong a376bad953 * Transform nullable date to '0000-00-00'; 2023-06-12 16:46:59 +08:00
caoyanyi 5e5aae68d4 + Add set fetch method param type. 2023-06-10 14:03:20 +08:00
dingguodong 5e48d616ea - Remove optimization for session which cause search failed. 2023-06-09 15:55:24 +08:00
dingguodong a5bb4ec002 + Improve the performance of concurrency requests with PHP session. 2023-06-08 17:58:19 +08:00
Lufei a8b6ed0ea6 * Support output xhprof for send. 2023-06-08 17:06:36 +08:00
dingguodong 85ae940258 * Remove useless lines, change the comments and reformat code. 2023-06-07 09:19:09 +08:00
dingguodong 1af8785d49 * Send 404 header if request a attachment from /data/upload. 2023-06-01 09:21:07 +08:00
dingguodong a47f007fe3 * Reformat comment. 2023-06-01 09:21:07 +08:00
dingguodong 0279c225a4 * Refactor the function 'exportConfig()'. 2023-05-31 13:26:04 +08:00
dingguodong 5ddc7cc630 * Extract this increment or decrement operator into a dedicated statement. 2023-05-31 10:36:01 +08:00
dingguodong 348762a0b1 * Reformat code, move this open curly brace to the beginning of next line. 2023-05-31 10:36:01 +08:00
dingguodong b03b41760e * Replace the "die()" call. 2023-05-31 10:36:00 +08:00
dingguodong b2ca9689e0 * Rename $this->URI to $this->uri. 2023-05-29 08:55:57 +08:00
朱金勇 f7ebba6859 * Refactor if conditions. 2023-05-29 00:45:07 +00:00
朱金勇 76157b672f * Fix sessionHandler. 2023-05-28 23:12:38 +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
liugang 430d135d9d - baseHelper: remove the / in the start tag. 2023-05-18 14:56:40 +08:00
Lufei fb0df1fa25 - Remove outputProfiling. 2023-05-16 17:26:36 +08:00