wangxuepeng
|
fa115f565a
|
* Refactor actionModel::getRepeatObject.
|
2023-10-09 08:29:50 +00:00 |
|
wangxuepeng
|
754be6e6ea
|
* Refactor actionModel::buildTrashSearchForm.
|
2023-10-09 08:25:15 +00:00 |
|
wangxuepeng
|
499a693fb6
|
* Refactor actionModel::processDynamicForAPI.
|
2023-10-09 08:23:59 +00:00 |
|
songchenxuan
|
cb0027ca14
|
* Fix bug for action model.
|
2023-10-09 15:49:44 +08:00 |
|
wangxuepeng
|
217015df6a
|
* Refactor actionModel::processActionForAPI.
|
2023-10-09 08:19:29 +00:00 |
|
wangxuepeng
|
716f73a6d1
|
* Refactor actionModel::printActionForGitLab.
|
2023-10-09 08:16:15 +00:00 |
|
wangxuepeng
|
2802b7f3be
|
* Refactor actionModel::saveIndex.
|
2023-10-09 08:11:15 +00:00 |
|
wangxuepeng
|
a2f18537bc
|
* Refactor actionModel::hasPreOrNext.
|
2023-10-09 08:04:07 +00:00 |
|
wangxuepeng
|
03d8892549
|
* Refactor actionModel::buildDateGroup.
|
2023-10-09 08:00:41 +00:00 |
|
wangxuepeng
|
e827681655
|
* Refactor actionModel::hideOne.
|
2023-10-09 07:47:37 +00:00 |
|
wangxuepeng
|
58976b6b51
|
* Refactor actionModel::undelete.
|
2023-10-09 07:45:55 +00:00 |
|
wangxuepeng
|
51aceefb78
|
* Refactor actionModel::deleteByType.
|
2023-10-09 05:45:45 +00:00 |
|
wangxuepeng
|
ddd65ab7fd
|
* Refacotr actionModel::printChanges and actionModel::renderChanges.
|
2023-10-09 05:43:15 +00:00 |
|
wangxuepeng
|
858b74df27
|
* Refacotr actionModel::setObjectLink.
|
2023-10-09 05:08:35 +00:00 |
|
liumengyi
|
3c619cd28d
|
- No need to get priv name.
|
2023-10-08 16:19:48 +08:00 |
|
liumengyi
|
9e9df2b19f
|
* Refactor actionModel::getRelatedDataByActions.
|
2023-10-08 16:17:48 +08:00 |
|
wangxuepeng
|
e817047f35
|
* Refactor the transformActon method of the action module.
|
2023-10-08 05:02:49 +00:00 |
|
liumengyi
|
4ec497bd9f
|
* Fix bug of incorrect database table name.
|
2023-10-08 11:15:53 +08:00 |
|
wangxuepeng
|
9d23351e07
|
* Refactor the getDynamic method of the action module.
|
2023-10-08 02:44:35 +00:00 |
|
wangxuepeng
|
f006abb55d
|
* Refactor the getList method of the action module.
|
2023-10-07 08:55:10 +00:00 |
|
wangxuepeng
|
29d819ad70
|
* Refactor action getRelatedFields method.
|
2023-10-07 00:29:21 +00:00 |
|
wangxuepeng
|
591d9d36f6
|
* Fix unit test of the action getlist method.
|
2023-09-27 08:52:07 +00:00 |
|
wangxuepeng
|
2c9bbb5729
|
* Adjust the controller code of action module.
|
2023-09-27 08:27:07 +00:00 |
|
wangxuepeng
|
893b138aa5
|
Add unit test for action undelete.
|
2023-09-26 08:19:42 +00:00 |
|
wangxuepeng
|
eba1d7cdce
|
* Add unit test for action processObjectActions.
|
2023-09-25 02:10:37 +00:00 |
|
wangxuepeng
|
a28eb26800
|
* Add unit test for action hasPreOrNext.
|
2023-09-22 09:37:40 +00:00 |
|
wangxuepeng
|
aea7042840
|
* Add unit test for action getRelatedDataByActions and getTrashesBySearch.
|
2023-09-22 08:05:51 +00:00 |
|
dingguodong
|
068b222180
|
* Make code compatible to helper::dbIN().
|
2023-09-22 10:44:30 +08:00 |
|
wangxuepeng
|
f2ce3d5cd6
|
* Add unit test for action getRelatedFields.
|
2023-09-22 01:31:01 +00:00 |
|
wangxuepeng
|
e0d3e61339
|
* Replace all 'and' or 'or' with '&&' or '||'.
|
2023-09-21 01:03:38 +00:00 |
|
wangxuepeng
|
afcd95268d
|
* Fixed method getHisotry for action module, support array and int.
|
2023-09-20 11:35:18 +00:00 |
|
wangxuepeng
|
88dce1586f
|
* Add unit test for action buildGroupDate.
|
2023-09-20 11:25:00 +00:00 |
|
wangxuepeng
|
b3660b244a
|
* Add unit test for action restoreStages.
|
2023-09-20 10:40:51 +00:00 |
|
wangxuepeng
|
1797a7a229
|
* Fixed getHistory method's note of action model.
|
2023-09-20 08:32:56 +00:00 |
|
tianshujie
|
392c622d9c
|
* Add return value for saveIndex method.
|
2023-09-20 16:11:03 +08:00 |
|
wangxuepeng
|
aab4974d29
|
* Add note to the model layer of the action module.
|
2023-09-20 07:43:57 +00:00 |
|
wangxuepeng
|
bcc8fab1a2
|
* Fixed unit test of getdynamicbysearch method of the action module.
|
2023-09-20 05:41:45 +00:00 |
|
wangxuepeng
|
53382c8118
|
* Unit test of the getdynamicbysearch method of action module.
|
2023-09-20 05:08:30 +00:00 |
|
wangxuepeng
|
8a37465128
|
* Unit test of the transformActions method of action module.
|
2023-09-19 09:31:24 +00:00 |
|
wangxuepeng
|
25c8bf8fc1
|
* Unit test of the getdynamic method of action module.
|
2023-09-19 06:47:35 +00:00 |
|
wangxuepeng
|
779cd9bce9
|
* Unit test of the getObjectLabel method of action module.
|
2023-09-18 09:17:31 +00:00 |
|
wangxuepeng
|
0274b33e5f
|
* Unit test of the getbysql method of action module.
|
2023-09-18 08:21:10 +00:00 |
|
wangxuepeng
|
2bdb3ab3f9
|
* Unit test of the getlist method of action module.
|
2023-09-18 07:56:53 +00:00 |
|
liugang
|
cbea619aa2
|
* actionModel: fix error doesn't have default return value.
|
2023-09-18 10:47:15 +08:00 |
|
caoyanyi
|
f831aaccea
|
* Change params type.
|
2023-09-18 09:53:28 +08:00 |
|
wangxuepeng
|
6fa0024c18
|
* Unit test of the updateComment method of action module.
|
2023-09-16 06:11:17 +00:00 |
|
wangxuepeng
|
854504f10d
|
* Unit test of the read method of action module.
|
2023-09-14 07:50:50 +00:00 |
|
wangxuepeng
|
d333e7fceb
|
* Unit test of the hideone and hideall method of action module.
|
2023-09-12 09:04:32 +00:00 |
|
wangxuepeng
|
bf13fbe98e
|
* Refactor restoreStages method of the action module.
|
2023-09-11 08:45:24 +00:00 |
|
tianshujie
|
1f1f886d83
|
* Change the params type for the $comment.
|
2023-09-11 13:50:12 +08:00 |
|