liugang
|
77aa239f7f
|
+ [story#57368] if debug is not enabled, but the user is logged in and X-ZIN-DEBUG is in the request header, enable debug mode.
|
2024-06-17 19:08:52 +08:00 |
|
wangyuting
|
c4958b368b
|
* [bug#51149,done,3h,0h] Merge workflow mainNav before setOpenAdd function.
|
2024-06-17 16:41:00 +08:00 |
|
tianshujie
|
34da9d3ddc
|
* [bug#50551,done,0.2h] change the mode of alert.
|
2024-06-03 15:42:28 +08:00 |
|
caoyanyi
|
72b8b9826f
|
* [misc,0.2h] adjust installed check logic for quicon system.
|
2024-06-03 10:08:47 +08:00 |
|
wangyidong
|
3af10d14d6
|
* Fix bug #50499.
|
2024-06-03 10:08:47 +08:00 |
|
wangyidong
|
2778cd3c04
|
* Fix bug #50499.
|
2024-06-03 08:35:56 +08:00 |
|
wangyidong
|
9d4158807e
|
* Fix bug #50499.
|
2024-06-03 08:35:52 +08:00 |
|
liugang
|
3669841406
|
- baseRouter: load cache config after installation.
|
2024-05-31 10:04:16 +08:00 |
|
liugang
|
1283792666
|
* baseControl: don't encode multi-byte unicode character.
|
2024-05-24 16:18:08 +08:00 |
|
liugang
|
902a83794f
|
* baseControl: don't encode output by urlencode or rawurlencode function.
|
2024-05-24 16:18:08 +08:00 |
|
caoyanyi
|
d2df28f35f
|
* Move checkInstalled method to base router.
|
2024-05-23 14:22:15 +08:00 |
|
liugang
|
0c6ff7c5bd
|
* baseRouter: fix error of calling fetch method on bool.
|
2024-05-23 14:22:15 +08:00 |
|
liugang
|
a5ffb58c5e
|
* framework: enable cache if the mode is running.
|
2024-05-23 14:22:15 +08:00 |
|
liugang
|
869f5c5b32
|
+ baseRouter: add a method to load cache configuration from database.
|
2024-05-23 14:22:14 +08:00 |
|
liugang
|
d8544d4f1b
|
Revert "* Rename cache configuration item."
This reverts commit 7c826e1c3d.
|
2024-05-23 14:22:14 +08:00 |
|
liugang
|
361c7e011f
|
* Rename cache configuration item.
|
2024-05-23 14:22:13 +08:00 |
|
wangyuting
|
96812a0fc7
|
* Adjust login timeout link.
|
2024-05-17 14:41:40 +08:00 |
|
wangyuting
|
45eca1b0ec
|
* Adjust login timeout link. bug #49079.
|
2024-05-17 14:13:14 +08:00 |
|
dingguodong
|
b93c055ec3
|
* Simplify the code, use the rawurlencode and rawurldecode.
|
2024-05-17 12:17:48 +08:00 |
|
dingguodong
|
760fe9fcff
|
* Use the rawurlencode instead of urlencode.
|
2024-05-17 12:17:41 +08:00 |
|
liugang
|
b5db281c03
|
* baseControl: refactor the method to set response header.
|
2024-05-17 11:15:01 +08:00 |
|
liugang
|
e26b5c1d3e
|
+ baseControl: use client cache before render html.
|
2024-05-17 11:15:01 +08:00 |
|
liugang
|
2f434f9fc3
|
+ baseRouter: fetch client cache time from http header.
|
2024-05-17 11:15:01 +08:00 |
|
liugang
|
359efe3016
|
+ baseRouter: add variables of client cache.
|
2024-05-17 11:15:01 +08:00 |
|
tianshujie
|
0094d12bae
|
* Add $app non-null judgment.
|
2024-05-14 16:54:50 +08:00 |
|
liugang
|
7eb23e1dad
|
* Fix the vulnerability that induces users to click on links with sessionID to bypass authentication.
|
2024-05-13 16:58:29 +08:00 |
|
caoyanyi
|
08e7542ee7
|
* Merge code from branch 18.x.
|
2024-05-09 15:18:43 +08:00 |
|
dingguodong
|
bfc2f1cae2
|
* Optimize and fix the issue when zentaopms hides behind the proxy server.
|
2024-05-09 11:32:12 +08:00 |
|
王怡栋
|
08d7aa945c
|
* Fix bug #46895.
|
2024-04-28 13:08:35 +08:00 |
|
liugang
|
a65ce41ef7
|
+ framework: return if the module's config has been loaded.
|
2024-04-26 17:23:26 +08:00 |
|
liugang
|
e7d4092c6a
|
* baseRouter: use isset instead of in_array.
|
2024-04-26 17:19:07 +08:00 |
|
liugang
|
b2e661bd43
|
* baseRouter: use loadedLangs instead of loadedModules.
|
2024-04-26 17:17:26 +08:00 |
|
liugang
|
3606e41798
|
* baseRouter: assign the $loadedTargets variable as global.
|
2024-04-26 17:13:41 +08:00 |
|
liugang
|
3ee5e65a62
|
* baseModel: load cache if it's enabled.
|
2024-04-26 16:35:40 +08:00 |
|
liugang
|
b74bf1146d
|
+ baseModel: add cache variable.
|
2024-04-26 16:35:22 +08:00 |
|
liugang
|
a8bb4a2b8a
|
- baseRouter: remove the code to judge if the directory is exist.
|
2024-04-26 16:19:27 +08:00 |
|
liugang
|
e59a7f23ee
|
* baseHelper: return true if the file exists in cache.
|
2024-04-26 16:17:38 +08:00 |
|
liugang
|
549cdd55c1
|
- baseHelper: remove unused empty line.
|
2024-04-26 16:14:05 +08:00 |
|
liugang
|
3489d42459
|
+ baseRouter: cache loaded modules to improve effeciency.
|
2024-04-23 14:03:44 +08:00 |
|
liugang
|
7a5791fa62
|
+ baseHelper: cache loaded directories to improve effeciency.
|
2024-04-23 14:02:57 +08:00 |
|
王怡栋
|
812aed678c
|
* Adjust code for error.
|
2024-04-23 11:01:28 +08:00 |
|
hufangzhou
|
97ff39e9c8
|
* Fix error of get za and device in cookie.
|
2024-04-23 10:08:44 +08:00 |
|
王怡栋
|
1c6429d3ba
|
* Adjust code for set openapp, because check tab use lang->mainNav.
|
2024-04-23 09:46:44 +08:00 |
|
宋辰轩
|
89500432d3
|
* Fix router setParam type bug.
|
2024-04-17 17:31:35 +08:00 |
|
宋辰轩
|
c575a429d5
|
* Cherry pick 695055c6b1.
|
2024-04-10 15:15:00 +08:00 |
|
wangyuting
|
053c2592ff
|
* Fix app tab bug.
|
2024-04-10 14:54:49 +08:00 |
|
sunhao
|
4143fa0b9f
|
* framework: fix $app-tab.
|
2024-04-10 10:03:47 +08:00 |
|
liugang
|
46f40ac116
|
+ baseHelper: filter the sessionID paramter to fix directory traversal vulnerablity.
|
2024-04-08 15:01:28 +08:00 |
|
sunhao
|
693c0ca2c6
|
* zin: story #54433, fix clone tab in chrome not work.
|
2024-04-03 20:47:35 +08:00 |
|
王怡栋
|
41df620590
|
* Fix bug #46728.
|
2024-04-02 08:50:18 +08:00 |
|