From 2a004e87555b18789c6ddc054af64c52f15dbd4e Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 2 Jan 2014 17:41:55 +0600 Subject: [PATCH 1/6] bumped to version 3.4.3 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 030af312c3..a36e2aada9 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "base_template": "lib/website/templates/base.html", - "framework_version": "3.4.2", + "framework_version": "3.4.3", "modules": { "Calendar": { "color": "#2980b9", From 87fa6bee40ed9c61d2fd5ed413d9b4fa01a4b390 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Tue, 7 Jan 2014 12:00:30 +0530 Subject: [PATCH 2/6] pin mysql-python to 1.2.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 075ba9cfe7..961a673fb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ httplib2 jinja2 markdown2 markupsafe -mysql-python +mysql-python==1.2.4 pygeoip python-dateutil python-memcached From da0b73da667ef5b6d9c6f28dac6ec92b2b28bfd2 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Tue, 7 Jan 2014 14:17:39 +0600 Subject: [PATCH 3/6] bumped to version 3.4.4 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a36e2aada9..060c9d8a33 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "base_template": "lib/website/templates/base.html", - "framework_version": "3.4.3", + "framework_version": "3.4.4", "modules": { "Calendar": { "color": "#2980b9", From e6a45b9d2787ababed7144f3c244cc8e070fdd18 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 9 Jan 2014 11:38:21 +0530 Subject: [PATCH 4/6] Fix: Render Checkbox in Forms when read-only --- public/js/wn/form/control.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/wn/form/control.js b/public/js/wn/form/control.js index 462062d922..184e811263 100644 --- a/public/js/wn/form/control.js +++ b/public/js/wn/form/control.js @@ -446,7 +446,8 @@ wn.ui.form.ControlCheck = wn.ui.form.ControlData.extend({ this.$wrapper = $('
\
\
\ -