From ff33328861685c1a2d5f9b729a2b3595509c38ee Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 13 Mar 2012 10:34:16 -0400 Subject: [PATCH 1/2] fix python backend properties --- backend/python/properties/python.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/python/properties/python.properties.json b/backend/python/properties/python.properties.json index 128c98e..8dd872f 100644 --- a/backend/python/properties/python.properties.json +++ b/backend/python/properties/python.properties.json @@ -1,8 +1,8 @@ { "request.path": "clipperz.py", - "should.pay.toll": "false" + "should.pay.toll": "false", "development.settings": { "url": "http://localhost/python/clipperz" } -} \ No newline at end of file +} From d791e1df1f701c1fe523f05a8521c4ad1cf032b5 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 17 Mar 2012 16:47:23 -0400 Subject: [PATCH 2/2] define html.template for beta and gamma frontends --- frontend/beta/properties/beta.properties.json | 5 ++++- frontend/gamma/properties/gamma.properties.json | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/beta/properties/beta.properties.json b/frontend/beta/properties/beta.properties.json index 7b0c1f9..a8d7ef4 100644 --- a/frontend/beta/properties/beta.properties.json +++ b/frontend/beta/properties/beta.properties.json @@ -180,5 +180,8 @@ "clipperz/clipperz.css", "clipperz/compact.css", "clipperz/ytheme-clipperz.css" - ] + ], + + "html.template": "index_template.html" + } diff --git a/frontend/gamma/properties/gamma.properties.json b/frontend/gamma/properties/gamma.properties.json index 8f2d98e..9dc355b 100644 --- a/frontend/gamma/properties/gamma.properties.json +++ b/frontend/gamma/properties/gamma.properties.json @@ -3,6 +3,7 @@ "mochikit.repository": "http://svn.mochikit.com/mochikit/trunk/", "mochikit.version": "1506" }, + "html.template": "index_template.html", "js": [ "MochiKit/Base.js", "MochiKit/Iter.js", @@ -185,4 +186,4 @@ "css": [ "web.css" ] -} \ No newline at end of file +}