Commit Graph
1029 Commits
Author SHA1 Message Date
liugang 611e7191b1 * helper: use "implode" instead of "join". 2023-06-12 18:40:43 +08:00
liugang 8e38836470 * helper: refactor function to process the $moduleName variable from configuration of a module's dtable. 2023-06-12 18:36:27 +08:00
dingguodong a376bad953 * Transform nullable date to '0000-00-00'; 2023-06-12 16:46:59 +08:00
liugang 307b6c81d4 * helper: add lost paramters. 2023-06-12 16:27:22 +08:00
liugang 72e99f4936 * helper: refactor the initTableData function to abstract the same code as a function. 2023-06-12 16:22:07 +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
朱金勇 1eae54c17b * Migrate admin of qucheng. 2023-06-09 03:31:44 +00: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
daitingting 34f6817b0d * If the actions is empty return items directly. 2023-06-07 08:11:09 +00:00
daitingting 2b004653dc * Refactor the audit view of my. 2023-06-07 06:19:02 +00:00
dingguodong 85ae940258 * Remove useless lines, change the comments and reformat code. 2023-06-07 09:19:09 +08:00
daitingting 4c2a09e5e4 * Strict codes. 2023-06-06 08:06:22 +00:00
caoyanyi abc899f678 * Change priv check. 2023-06-06 08:38:45 +08:00
朱金勇 0766bba14b * Use actionList for actionMap of dtable. 2023-06-05 07:43:44 +00:00
朱金勇 c4d949d12e * Hide action if no priv. 2023-06-05 02:22:50 +00:00
朱金勇 131e197d26 Merge branch 'master' of https://git.zcorp.cc/easycorp/zentaopms 2023-06-02 02:23:34 +00:00
朱金勇 9c78353211 + Add config of databable actions. 2023-06-02 02:22:53 +00: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
wangyuting d501327cec * Add afterCreate function from create bug. 2023-05-31 15:02:58 +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 5a50b0c2cf * Rename this local variable "$URI" to match the regular expression ^[a-z][a-zA-Z0-9]*$. 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
朱金勇 1bd75e6929 * Refactor batchCreate of task. 2023-05-23 03:01:23 +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
Lufei c0cb4c4cdc * Fix headers already sent for xhprof. 2023-05-16 09:36:05 +08:00
Lufei c9747aff75 * Change default type acquisition method. 2023-05-15 11:03:15 +08:00
Lufei 5783d3a460 Revert "- Remove Profiling."
This reverts commit c55db32ef7.
2023-05-15 10:14:14 +08:00
Lufei e151b84582 * Fix missing type for no default value. 2023-05-12 09:05:05 +08:00
Lufei 0ab503d19b * Fix mergeParams error. 2023-05-11 19:20:02 +08:00
Lufei 838926968a * Support convert control parameters type. 2023-05-11 18:46:31 +08:00
Lufei b73480de13 * Fix typo. 2023-05-11 14:15:10 +08:00
sunhao 7614a53ae4 * zin: refactor. 2023-05-11 14:00:58 +08:00
sunhao d5ca9ef356 * zin: improve UI for reporting errors in zin page. 2023-05-11 13:46:21 +08:00
Lufei 791e457f8d + Add helper::setcookie method. 2023-05-10 19:21:04 +08:00
caoyanyi f997e7275f * Modify error output for cli mode. 2023-05-09 21:01:25 +08:00
caoyanyi d6c8fb4194 * Remoe '@' symbol. 2023-05-09 14:54:00 +08:00
liyang fdfddec515 * Remove exit function. 2023-05-09 14:35:11 +08:00
caoyanyi 02c61ce778 * Modify error message output. 2023-05-09 10:51:53 +08:00
caoyanyi bda380677e * Handle page error for ztest. 2023-05-09 10:26:11 +08:00