Commit Graph
230 Commits
Author SHA1 Message Date
sunhao a742888942 * index: ignore case on handle back paths. 2023-11-14 16:22:35 +08:00
wangyidong 40535f7f47 * Adjust for show messager. 2023-11-13 10:29:00 +08:00
tanghucheng 22fa9220cd * Merge #ccd8583eb3, Fix bug #35408. 2023-11-08 00:16:09 -05:00
wangxuepeng b64c81167d * Hide the message when api error. 2023-11-07 15:08:07 +08:00
tanghucheng 2883d1a8ef * Merge #1763b8102d, Fix bug #35432. 2023-11-07 01:08:50 -05:00
sunhao c008b19b05 * index: support to get app code in tutorial mode. 2023-11-06 09:49:38 +08:00
Lufei 12a6d4e0e7 * Optimize isIntranet. 2023-11-03 09:02:13 +08:00
sunhao 109ec941bf * zin: fix js error on reload. 2023-10-26 14:20:10 +08:00
sunhao 7191ced93e * index: save last open app info to session storage to preserve app on refresh. 2023-10-24 22:03:54 +08:00
wangxuepeng df3d6167da * Fixed the browser message notify. 2023-10-24 11:22:48 +08:00
wangyidong 5492af49c1 * Add ping js in index. 2023-10-24 09:17:40 +08:00
wangxuepeng 4a133bb57d * Add browser message notify. 2023-10-23 18:17:43 +08:00
朱金勇 bd10b49073 * Fix mainNav of tree browseTask. 2023-10-17 02:14:09 +00:00
sunhao 3e77f9bf1e * index: fix cannot open app url with comma. 2023-09-27 09:24:11 +08:00
sunhao 47bf6af5a7 * zin: refactor. 2023-09-15 15:13:45 +08:00
sunhao 6e44d38189 * optimize left menu UI. 2023-08-22 17:37:00 +08:00
sunhao 27270f2c53 * fix user logout not work as expected. 2023-08-01 18:05:53 +08:00
sunhao b51f9666ba * fix page navigation not work. 2023-08-01 09:13:30 +08:00
sunhao f746fbb39f * revert and fix navigation not work. 2023-08-01 08:59:04 +08:00
sunhao 39eee7f214 * support for changing theme. 2023-07-31 17:00:31 +08:00
sunhao a0bd66c71d * support to change UI language. 2023-07-31 14:34:09 +08:00
zhaoke bebb8a0c2f * Fix bug of tree browse page. 2023-07-28 09:14:49 +08:00
sunhao 78b3b54e23 * fix contextmenu position for #appTabs. 2023-07-27 11:00:26 +08:00
sunhao 5294b203ca * support to update apps menu. 2023-07-26 17:32:11 +08:00
sunhao 82b19fc9d3 * fix contextmenu not work in home navbar. 2023-07-24 16:47:16 +08:00
sunhao 49adde158d * optimize UI on history state pop. 2023-07-19 10:32:41 +08:00
sunhao 2d62635655 * zin: fix openApp forceReload option not work. 2023-07-10 16:21:42 +08:00
sunhao 4ea5c6c073 * zin: support open page with post request. 2023-07-07 15:47:58 +08:00
sunhao b76c04e5bd * zin: support to set app in postAndLoadPage. 2023-07-07 14:19:06 +08:00
sunhao b40648dd5b * zin: fix go back with target "APP" not work. 2023-07-07 11:04:11 +08:00
sunhao 30fac1dec5 * zin: support to open old page with zin. 2023-07-03 14:35:54 +08:00
sunhao f1a372828b * zin: refactor js. 2023-06-27 14:51:58 +08:00
sunhao 84be201b01 * zin: support to loading default back path without any history state. 2023-06-21 16:14:50 +08:00
sunhao 49d2dfbb7d * zin: fix show-in-app not work in index page. 2023-06-19 16:12:45 +08:00
sunhao c9ee476c37 * zin: refactor goBack method. 2023-06-10 13:46:20 +08:00
sunhao 81e2b22c1f * zin: refactor goBack method. 2023-06-10 11:42:39 +08:00
sunhao 8020231c25 * zin: add goBack method. 2023-06-09 18:50:51 +08:00
sunhao fbe979e0c4 * zin: support to show real app url in browser address bar. 2023-06-09 08:41:08 +08:00
sunhao b330cacb05 * replace index page with the new version. 2023-06-08 16:10:37 +08:00
Hao Sun 2bcc9bdbf4 Merge branch 'zin_dev'
# Conflicts:
#	module/common/lang/zh-cn.php
#	module/product/lang/de.php
#	module/product/lang/en.php
#	module/product/lang/fr.php
#	module/product/lang/zh-cn.php
#	module/program/js/browse.js
#	module/program/lang/de.php
#	module/program/lang/en.php
#	module/program/lang/fr.php
#	module/program/lang/zh-cn.php
#	module/project/config.php
#	module/project/lang/de.php
#	module/project/lang/en.php
#	module/project/lang/fr.php
#	module/project/lang/zh-cn.php
#	module/search/view/buildform.html.php
#	module/task/control.php
2023-04-23 19:20:45 +08:00
liumengyi b3b0073dd9 * Fix bug #20185. 2023-04-19 13:37:32 +08:00
Hao Sun 8ad7706270 * zin: move index/app.ui.js to zin.js 2023-04-18 19:48:48 +08:00
Hao Sun dcdcbefeae * zin: skip to open in app on js or hash link 2023-04-16 15:04:15 +08:00
Hao Sun 2a0f7336ac * zin: add x-zin-app header on request page content with ajax 2023-04-16 15:03:26 +08:00
Hao Sun 81305cbe99 * zin: support to render old page in index app 2023-04-12 11:36:14 +08:00
Hao Sun a3d083d8a3 * zin: add fade effect on load a new page 2023-04-11 10:22:32 +08:00
Hao Sun 75f39934de * zin: support to load dtable smoothly 2023-04-11 10:22:32 +08:00
Hao Sun a768aef1a8 * zin: optimize UI for index page 2023-04-11 10:22:32 +08:00
Hao Sun 36be23f766 * zin: fix closeApp not work 2023-04-10 17:38:22 +08:00
Hao Sun ce63255d14 * zin: support to record history on switching pages. 2023-04-10 16:49:20 +08:00