svn commit: r1854687 - in /ofbiz/tools/demo-backup/Nicolas/patch: old/url.properties.old.patch stable/url.properties.stable.patch trunk/url.properties.trunk.patch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1854687 - in /ofbiz/tools/demo-backup/Nicolas/patch: old/url.properties.old.patch stable/url.properties.stable.patch trunk/url.properties.trunk.patch

jleroux@apache.org
Author: jleroux
Date: Sun Mar  3 10:36:41 2019
New Revision: 1854687

URL: http://svn.apache.org/viewvc?rev=1854687&view=rev
Log:
Improved: Fix issues related to images paths on demos
(OFBIZ-)

Here are demo patches to fix these issues

Thanks: Deepak Dixit for the information provided and Nicolas for a better
handling of patching (not yet used)

Added:
    ofbiz/tools/demo-backup/Nicolas/patch/old/url.properties.old.patch
    ofbiz/tools/demo-backup/Nicolas/patch/stable/url.properties.stable.patch
    ofbiz/tools/demo-backup/Nicolas/patch/trunk/url.properties.trunk.patch

Added: ofbiz/tools/demo-backup/Nicolas/patch/old/url.properties.old.patch
URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/Nicolas/patch/old/url.properties.old.patch?rev=1854687&view=auto
==============================================================================
--- ofbiz/tools/demo-backup/Nicolas/patch/old/url.properties.old.patch (added)
+++ ofbiz/tools/demo-backup/Nicolas/patch/old/url.properties.old.patch Sun Mar  3 10:36:41 2019
@@ -0,0 +1,15 @@
+Index: framework/webapp/config/url.properties
+===================================================================
+--- framework/webapp/config/url.properties (revision 1854638)
++++ framework/webapp/config/url.properties (working copy)
+@@ -36,8 +36,8 @@
+
+ # Static Content URLs to make it easy to move the serving load for static content to other machines
+ # -- these are for general content such as images, js & css files, or non-dynamic HTML files
+-content.url.prefix.secure=
+-content.url.prefix.standard=
++content.url.prefix.secure=https://demo-old.ofbiz.apache.org
++content.url.prefix.standard=https://demo-old.ofbiz.apache.org
+
+ # Here you can set the domain string to use for new cookies
+ cookie.domain=

Added: ofbiz/tools/demo-backup/Nicolas/patch/stable/url.properties.stable.patch
URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/Nicolas/patch/stable/url.properties.stable.patch?rev=1854687&view=auto
==============================================================================
--- ofbiz/tools/demo-backup/Nicolas/patch/stable/url.properties.stable.patch (added)
+++ ofbiz/tools/demo-backup/Nicolas/patch/stable/url.properties.stable.patch Sun Mar  3 10:36:41 2019
@@ -0,0 +1,15 @@
+Index: framework/webapp/config/url.properties
+===================================================================
+--- framework/webapp/config/url.properties (revision 1854638)
++++ framework/webapp/config/url.properties (working copy)
+@@ -36,8 +36,8 @@
+
+ # Static Content URLs to make it easy to move the serving load for static content to other machines
+ # -- these are for general content such as images, js & css files, or non-dynamic HTML files
+-content.url.prefix.secure=
+-content.url.prefix.standard=
++content.url.prefix.secure=https://demo-stable.ofbiz.apache.org
++content.url.prefix.standard=https://demo-stable.ofbiz.apache.org
+
+ # Here you can set the domain string to use for new cookies
+ cookie.domain=

Added: ofbiz/tools/demo-backup/Nicolas/patch/trunk/url.properties.trunk.patch
URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/Nicolas/patch/trunk/url.properties.trunk.patch?rev=1854687&view=auto
==============================================================================
--- ofbiz/tools/demo-backup/Nicolas/patch/trunk/url.properties.trunk.patch (added)
+++ ofbiz/tools/demo-backup/Nicolas/patch/trunk/url.properties.trunk.patch Sun Mar  3 10:36:41 2019
@@ -0,0 +1,15 @@
+Index: framework/webapp/config/url.properties
+===================================================================
+--- framework/webapp/config/url.properties (revision 1854638)
++++ framework/webapp/config/url.properties (working copy)
+@@ -36,8 +36,8 @@
+
+ # Static Content URLs to make it easy to move the serving load for static content to other machines
+ # -- these are for general content such as images, js & css files, or non-dynamic HTML files
+-content.url.prefix.secure=
+-content.url.prefix.standard=
++content.url.prefix.secure=https://demo-trunk.ofbiz.apache.org
++content.url.prefix.standard=https://demo-trunk.ofbiz.apache.org
+
+ # Here you can set the domain string to use for new cookies
+ cookie.domain=