Commit Graph
209 Commits
Author SHA1 Message Date
liugang c496b00364 + [refac] check redis server's max database number. 2024-11-20 15:42:49 +08:00
liugang ece01c01ae + [refac] add method to connect redis server. 2024-11-20 15:42:49 +08:00
caoyanyi 6df63a4fc8 * [misc] move helper method to base. 2024-11-12 10:49:15 +08:00
hufangzhou d2902932f2 * [bug#56633,done,0.5h] Data type error. 2024-11-01 16:42:14 +08:00
tianshujie f927175fa2 * [feedback#7190,done,1.5h] change scientific count to two decimal. 2024-10-23 09:18:10 +08:00
liugang bd18a48a24 * [perf] fetch flow actions from database only once. 2024-10-12 15:44:15 +08:00
tianshujie 85322f4ae1 * [refac] modify comment. 2024-09-20 10:23:47 +08:00
tianshujie a4f7a9974f * [misc] add checkCondition method. 2024-09-20 10:23:47 +08:00
wangyuting 7fb163e3c6 * [bug#55422,done,0.2h,0h] Fix actions title empty error. 2024-09-14 19:28:26 +08:00
wangyuting f2756730ec * [misc] Fix check conditions error in the workflow extension action on the browse page. 2024-07-24 14:00:17 +08:00
wangyidong cbccb86994 * [refac bug #51817] Fix for check condition for every data. 2024-07-22 13:48:41 +08:00
wangyidong b067e654c6 * [refac bug #51817] Adjust code. 2024-07-22 10:17:19 +08:00
hufangzhou 80d64f6e91 * [bug#52920,done,0.5h] Fix an error of variable overlap. 2024-07-19 19:14:35 +08:00
wangyidong 5e3e59368d * [refac bug #51817] Add check flow condition logic. 2024-07-19 16:45:18 +08:00
dingguodong 808978d8ea * [misc] Fix the type hint. 2024-06-26 09:24:39 +08:00
wangyuting 612656a849 * [bug#51413,done,1h,0h] The workflow judgment permission needs to take raw module name. 2024-06-19 15:12:59 +08:00
wangzemei edb660cbcc + [task#120474] add handling of array object and add comments. 2024-06-17 10:05:51 +08:00
wangzemei cd2138b57b + [task#120474] add the addPrefixToField for the framework. 2024-06-17 10:05:51 +08:00
liugang c8b4eef8db * helper: move the function to a static method of helper class. 2024-06-04 14:20:12 +08:00
liugang 7c4ace6b65 + helper: add a function to check if apcu is enabled. 2024-06-04 14:20:12 +08:00
liumengyi 2bc137839a + Fix bug #49142, get workflow module name. 2024-05-16 15:36:51 +08:00
tianshujie 09734d6423 * Fix bug #48453. 2024-04-25 17:12:05 +08:00
wangyuting dcd8abcc1c * Optimize code. 2024-04-23 16:05:53 +08:00
tianshujie 0ceba1a465 * Fix bug #47911. 2024-04-17 17:01:29 +08:00
wangyuting f430986ecd * Remove buildActionList function. 2024-04-17 11:01:46 +08:00
tianshujie 441dae414a * Fix bug #47911. 2024-04-17 09:48:36 +08:00
tianshujie ac6aa932fa + Add onlybody param config. 2024-04-16 17:02:49 +08:00
wangyuting 59de53ffdf * Optimize execution build action list. 2024-04-16 15:12:45 +08:00
dingguodong 753111b2ba - Remove useless line. 2024-04-03 13:00:43 +08:00
dingguodong 4334c36343 + Add a debug function for recording any message to log file. 2024-04-03 12:44:39 +08:00
tianshujie 98aa8bdefc - Remove unused code. 2024-03-22 16:13:09 +08:00
tianshujie ef978657af * Finish task #113949. 2024-03-22 15:41:49 +08:00
liugang 2c1286af47 * helper: display text if the action button hasn't icon. 2024-03-18 15:00:49 +08:00
liumengyi 993ce89aa6 * Fix bug #45730. 2024-02-01 11:05:57 +08:00
sunhao dffc222e9a * zin: refactor, move unHTMLArray helper to zin/utils/json.func. 2024-01-29 22:33:01 +08:00
tianshujie a5ea564957 * Fix bug #45368. 2024-01-26 14:45:29 +08:00
wangyidong 021c105d07 * Fix bug #45390. 2024-01-24 14:08:00 +08:00
tianshujie bd215e08db * Fix module error. 2024-01-10 08:39:55 +08:00
caoyanyi a6ea2b7c82 * Move end method to base. 2024-01-09 11:09:41 +08:00
liumengyi 5d782a459a * Fix bug #43092. 2024-01-08 17:25:34 +08:00
xieqiyu 35168994f2 * Fix bug#43265,#43322. 2024-01-05 13:37:37 +08:00
tianshujie 0010ccdceb * Fix bug #43282. 2024-01-05 09:36:29 +08:00
tianshujie 63db0186e3 * Fix bug #42682,42680. 2024-01-03 14:38:20 +08:00
tianshujie 887e0715be * Fix bug #41191. 2023-12-27 10:49:50 +08:00
tianshujie a8e4e87dc2 * Fix bug #42267. 2023-12-23 15:00:32 +08:00
liugang 6632aaad20 * helper: remove empty value in array when calling convertType method. 2023-12-14 11:12:06 +08:00
daitingting 67e5f15e9a * Fix spell mistake. 2023-12-14 02:08:24 +00:00
wangyuting 32e5f32cee * Add unHTMLArray to zin encodeJsonWithRawJs. 2023-12-12 17:24:58 +08:00
liugang a700f2852e + helper: move the updateSessionRandom method from userModel to helper. 2023-12-05 16:58:26 +08:00
liugang 22bae254a4 * Move the getVisionList method from user/model.php to helper.class.php and rename it to getVisisons. 2023-12-04 16:15:42 +08:00