Commit Graph
76 Commits
Author SHA1 Message Date
wangyuting 7b4b2b820b * Add required function for old view pages. 2024-02-29 14:39:12 +08:00
liugang f144b7df18 * framework: check the property before calling it. 2024-02-20 16:20:55 +08:00
wangyidong 9a50bb271a * Refactor mail model. 2023-12-20 19:26:19 +08:00
sunguangming 5f469c56b3 * Remove useless code. 2023-11-28 10:03:30 +08:00
liugang c317dc98d7 + framework model: add method to rollback database operations and return false. 2023-11-25 14:09:08 +08:00
songchenxuan fe3c2de13f * Merge commit dc31210bfb. 2023-11-10 10:39:29 +08:00
liugang e7fcff7ae2 * model: sort methods. 2023-11-07 16:49:50 +08:00
liugang 3a9824a576 + model: return false if the $id parameter is empty. 2023-10-17 16:11:14 +08:00
朱金勇 6948740e1d * Migrate changes from 18.x to master. 2023-10-12 08:42:59 +00:00
wangyidong 4f0b716a01 * Rewrite story view page. Code for task #102973. 2023-09-27 15:01:26 +08:00
tianshujie cd3269c543 * Refactor delete an execution method. 2023-09-07 11:15:25 +08:00
tianshujie 0b44f74b68 * Fixed an issue where the objectType was incorrect when deleting. 2023-09-07 11:03:57 +08:00
dingguodong bfad848bee * Rename ACTIONMODEL to actionModel. 2023-09-07 09:35:38 +08:00
dingguodong 559a6971d1 * Remove unnecessary parameter. 2023-09-07 09:35:38 +08:00
wangxuepeng 6a892e2c11 * Refactor action control create method. 2023-08-29 08:07:59 +00:00
tianshujie 7d35e336b5 + Add fetchByID method. 2023-08-29 11:21:29 +08:00
wangyuting d501327cec * Add afterCreate function from create bug. 2023-05-31 15:02:58 +08:00
朱金勇 cb5b5bb2c5 - Remove unused local variable. 2023-05-25 03:00:16 +00:00
hufangzhou dc8fcc9484 * Merge 18.4 into master. 2023-05-05 09:26:04 +08:00
wangyidong 901fc68f3c * adjust for change bizVersion to edition. 2023-04-24 17:00:52 +08:00
鲁飞 045289d4c7 * Support PHP8.1. 2023-04-23 11:21:09 +00:00
Guan Xiying c220eda19e * Extend the loadTao function to be compatible with the codes merged
from ZDOO.
2022-10-26 11:21:06 +08:00
Guan Xiying 646e61e3db * Revert the loadModel function. 2022-10-26 11:07:19 +08:00
Guan Xiying a769caa8c5 * Get module name by preg_match. 2022-10-20 14:24:30 +08:00
Guan Xiying 86df3868fb * Refactor the magic method to support call static method. Only static
methods of classes declared in a zen file or an ext zen file or a tao
file or an ext tao file can be called.
2022-10-20 10:28:35 +08:00
Guan Xiying 1cbb4546fd * If the method is callable return its result else trigger error. 2022-10-20 10:25:46 +08:00
Guan Xiying 83cf9f8aa5 * Fix bug called a object by the loadModel function in another module. 2022-10-20 10:21:13 +08:00
Guan Xiying 50c2fd653c * Simplify the codes to load the tao file by the loadModel function. 2022-10-19 16:36:22 +08:00
Guan Xiying 01ac19f6e5 * Fix bug of load zen and tao. 2022-10-18 17:19:18 +08:00
Guan Xiying 8d961926a4 * Adjust the comments. 2022-10-18 16:45:52 +08:00
Guan Xiying b9b8b6e584 * Add functions to call the methods declared in the zen files and the tao files. 2022-10-18 16:32:26 +08:00
Guan Xiying 3008099976 * Load the zen file and the tao file. 2022-10-18 16:31:24 +08:00
daitingting ebfbc9df97 * Fix bug #26016. 2022-08-05 03:27:07 +00:00
daitingting 8709c1a5ea * Finish task #62921. 2022-08-03 06:19:09 +00:00
wangyidong 9a586dbbb6 * adjust bug for flow. 2022-06-17 09:11:44 +08:00
tanghucheng 841c52b556 * Fix bug #23433. 2022-06-09 09:31:12 +08:00
wangyuting2 2c4c1a4779 * Finish task #12469. 2022-06-02 16:10:04 +08:00
daitingting cd6698cc9b * Add relations params for buildActionMenu. 2022-05-18 07:38:45 +00:00
lanzongjun 6e0e9d2348 * fix bug #22570 2022-05-18 08:43:08 +08:00
lanzongjun 10eebbd136 * fix bug #22570 2022-05-17 17:13:17 +08:00
tanghucheng d3dc4ebe43 * Fix bug. 2022-05-17 06:00:26 +00:00
wangyidong 450a61cf12 * fix bug #22415. 2022-05-12 15:52:24 +08:00
wangyuting2 bcf64c0c54 * Optimize code. 2022-05-10 16:41:36 +08:00
wangyuting2 fe3c882c5e * Adjust buildin workflow menu. 2022-05-10 16:32:04 +08:00
wangyuting2 a607161591 * Finish task #53549. 2022-05-09 17:00:41 +08:00
wangyuting2 cc57fc819a * Add buildOperateMenu for bug module. 2022-05-09 11:16:14 +08:00
wangyuting2 45ae4de775 * Do task 53548. 2022-05-09 09:20:01 +08:00
wangyuting2 3d4374964a * Merge zdoo framework. 2022-05-07 09:52:16 +08:00
zhujinyong 17384dcb06 * Fix bug: super model must return. 2022-01-04 10:27:09 +08:00
z d633b72cfa * adjust code. 2020-06-03 10:13:52 +08:00