Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
e79dcdaf
Commit
e79dcdaf
authored
Jun 16, 2017
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_officejs_appstore_base] Keep the url hash while redirecting to the latest version
parent
a98c1060
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_officejs_appstore_base/PathTemplateItem/web_page_module/gadget_ojs_appstore_redirect_page_html.html
...b_page_module/gadget_ojs_appstore_redirect_page_html.html
+1
-1
bt5/erp5_officejs_appstore_base/PathTemplateItem/web_page_module/gadget_ojs_appstore_redirect_page_html.xml
...eb_page_module/gadget_ojs_appstore_redirect_page_html.xml
+2
-2
bt5/erp5_officejs_appstore_base/SkinTemplateItem/portal_skins/erp5_officejs_appstore_base/WebSection_renderOfficeJSRedirectAppCache.py
...ppstore_base/WebSection_renderOfficeJSRedirectAppCache.py
+1
-1
No files found.
bt5/erp5_officejs_appstore_base/PathTemplateItem/web_page_module/gadget_ojs_appstore_redirect_page_html.html
View file @
e79dcdaf
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<body>
<body>
<script
language=
"JavaScript"
>
<script
language=
"JavaScript"
>
function
redirect_version
()
{
function
redirect_version
()
{
document
.
location
.
replace
(
"
${latest_version}/
"
)
document
.
location
.
replace
(
"
${latest_version}/
"
+
document
.
location
.
hash
)
};
};
window
.
applicationCache
.
addEventListener
(
'
cached
'
,
redirect_version
);
window
.
applicationCache
.
addEventListener
(
'
cached
'
,
redirect_version
);
window
.
applicationCache
.
addEventListener
(
'
noupdate
'
,
redirect_version
);
window
.
applicationCache
.
addEventListener
(
'
noupdate
'
,
redirect_version
);
...
...
bt5/erp5_officejs_appstore_base/PathTemplateItem/web_page_module/gadget_ojs_appstore_redirect_page_html.xml
View file @
e79dcdaf
...
@@ -242,7 +242,7 @@
...
@@ -242,7 +242,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
959.46
591.59882.45141
</string>
</value>
<value>
<string>
959.46
608.34939.31368
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -260,7 +260,7 @@
...
@@ -260,7 +260,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
149
6147551.92
</float>
<float>
149
7604340.46
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_officejs_appstore_base/SkinTemplateItem/portal_skins/erp5_officejs_appstore_base/WebSection_renderOfficeJSRedirectAppCache.py
View file @
e79dcdaf
...
@@ -13,4 +13,4 @@ response.setHeader('Content-Type', 'text/cache-manifest')
...
@@ -13,4 +13,4 @@ response.setHeader('Content-Type', 'text/cache-manifest')
response
.
setHeader
(
'Cache-Control'
,
'max-age=0, public, must-revalidate'
)
response
.
setHeader
(
'Cache-Control'
,
'max-age=0, public, must-revalidate'
)
return
"""CACHE MANIFEST
return
"""CACHE MANIFEST
# %s"""
%
context
.
getLayoutProperty
(
"configuration_latest_version"
,
default
=
"development"
)
# %s
+ hash
"""
%
context
.
getLayoutProperty
(
"configuration_latest_version"
,
default
=
"development"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment