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 |
|
qixinzhi
|
39af044fb7
|
* Remove redeclare function.
|
2024-01-19 10:41:46 +08:00 |
|
qixinzhi
|
dab296268d
|
* Add sqlite for metric calculate.
|
2024-01-19 10:27:53 +08:00 |
|
liugang
|
f2ebe9b8f5
|
* baseControl: call helper::import function to load field file.
|
2024-01-11 09:57:13 +08:00 |
|
sunhao
|
69b31f2896
|
* framework: support loading field file on render.
|
2024-01-11 09:41:29 +08:00 |
|
caoyanyi
|
e1fa74ba2a
|
* Adjust web root set for platform.
|
2024-01-10 09:55:50 +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 |
|
caoyanyi
|
ce888fc982
|
* Adjust the platform version install process.
|
2024-01-08 15:04:01 +08:00 |
|
xieqiyu
|
35168994f2
|
* Fix bug#43265,#43322.
|
2024-01-05 13:37:37 +08:00 |
|
hufangzhou
|
4e5a5bc279
|
* Finish story #52015.
|
2024-01-05 13:09:15 +08:00 |
|
tianshujie
|
0010ccdceb
|
* Fix bug #43282.
|
2024-01-05 09:36:29 +08:00 |
|
liugang
|
db4629560d
|
* baseHelper: convert the variable to string before passing it to the htmlspecialchars function.
|
2024-01-03 19:53:44 +08:00 |
|
tianshujie
|
63db0186e3
|
* Fix bug #42682,42680.
|
2024-01-03 14:38:20 +08:00 |
|
朱金勇
|
54fec63da5
|
* Fix webroot in cli.
|
2023-12-28 18:53:42 +08:00 |
|
tianshujie
|
887e0715be
|
* Fix bug #41191.
|
2023-12-27 10:49:50 +08:00 |
|
caoyanyi
|
564cd4a67e
|
* Adjust api route parse.
|
2023-12-26 10:22:40 +08:00 |
|
caoyanyi
|
1c61db2bcb
|
* Adjust api parse path for api request.
|
2023-12-26 09:53:30 +08:00 |
|
tianshujie
|
a8e4e87dc2
|
* Fix bug #42267.
|
2023-12-23 15:00:32 +08:00 |
|
hufangzhou
|
5ed12dcf23
|
* Fix upgrade error.
|
2023-12-23 09:14:28 +08:00 |
|
liugang
|
02038b8c35
|
* baseHelper: refactor the setcookie method to use cookie in test mode.
|
2023-12-21 09:47:08 +08:00 |
|
wangyidong
|
9a50bb271a
|
* Refactor mail model.
|
2023-12-20 19:26:19 +08:00 |
|
dingguodong
|
157f067100
|
* Add the type hint for the returned result.
|
2023-12-19 15:54:28 +08:00 |
|
dingguodong
|
a2529fda8d
|
* Add codes to control if it can be upgraded automatically or has a valid safe file.
|
2023-12-19 15:54:28 +08:00 |
|
caoyanyi
|
d640adb59b
|
* Adjust env get rule for platform.
|
2023-12-19 13:31: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 |
|
hufangzhou
|
934c004b45
|
* If defaultType has multiple types, change it directly to string.
|
2023-12-06 14:33:32 +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 |
|
caoyanyi
|
db2524cc70
|
+ Add env config for devops.
|
2023-12-04 10:39:11 +08:00 |
|
tanghucheng
|
3d94eac50a
|
Merge branch 'Merge184' into c07e4a71eb
|
2023-11-30 21:21:55 -05:00 |
|
sunguangming
|
5f469c56b3
|
* Remove useless code.
|
2023-11-28 10:03:30 +08:00 |
|
songchenxuan
|
c7ef380399
|
* Use oldPages in framework control display function.
|
2023-11-27 13:55:38 +08:00 |
|
liugang
|
87de572899
|
* helper: trim spaces.
|
2023-11-27 10:05:41 +08:00 |
|
liugang
|
c317dc98d7
|
+ framework model: add method to rollback database operations and return false.
|
2023-11-25 14:09:08 +08:00 |
|
caoyanyi
|
a794a5f8fb
|
+ Add env config for devops.
|
2023-11-24 13:32:33 +08:00 |
|
liugang
|
3299ca77c3
|
* baseControl: load old view page of the screen module.
|
2023-11-24 13:16:29 +08:00 |
|
tanghucheng
|
d670173438
|
Merge remote-tracking branch 'origin/master' into Merge184
|
2023-11-23 00:52:55 -05:00 |
|
qixinzhi
|
641342cde1
|
* Add throw error variable of app.
|
2023-11-23 13:06:51 +08:00 |
|
tanghucheng
|
2382769fac
|
* Merge 18.8 framework into Merge184.
|
2023-11-22 21:45:49 -05:00 |
|
liugang
|
f897d742e5
|
* helper: auto trim string variable when calling convertType function.
|
2023-11-23 10:00:20 +08:00 |
|
tanghucheng
|
ba039087af
|
Merge branch 'master' into Merge184
|
2023-11-21 22:10:54 -05:00 |
|
liumengyi
|
4c6eca5b4d
|
* setCookie can accept the value type of string or int or bool, and then convert it to string.
|
2023-11-22 10:26:39 +08:00 |
|
tanghucheng
|
d20ef33df8
|
Merge remote-tracking branch 'origin/master' into Merge184
|
2023-11-21 19:43:29 -05:00 |
|