Closes bug #62 : prevent image upload in renkan
authorymh <ymh.work@gmail.com>
Thu, 19 Feb 2015 13:45:55 +0100
changeset 447 696958ea9ce7
parent 446 6cab18e840a6
child 448 88b5e6785d47
Closes bug #62 : prevent image upload in renkan
src/hdalab/templates/renkan_edit.html
src/requirement.txt
virtualenv/res/src/Django-1.6.10.tar.gz
virtualenv/res/src/Django-1.6.8.tar.gz
virtualenv/web/res/requirements.txt
--- a/src/hdalab/templates/renkan_edit.html	Thu Feb 19 11:10:45 2015 +0100
+++ b/src/hdalab/templates/renkan_edit.html	Thu Feb 19 13:45:55 2015 +0100
@@ -35,14 +35,15 @@
            	function startRenkan(){
                 var _renkan = new Rkns.Renkan({
                     manual_save: true,
-                	user_color_editable: false,
-                	user_name_editable: false,
-                	show_user_color: false,
-                	{% if user.is_authenticated %}
-                	user_id:"{{ user.id }}",
-                	user_name:"{{ user }}",
-                	{% endif %}
+                    user_color_editable: false,
+                    user_name_editable: false,
+                    show_user_color: false,
+                    {% if user.is_authenticated %}
+                    user_id:"{{ user.id }}",
+                    user_name:"{{ user }}",
+                    {% endif %}
                     static_url : "{% static 'renkanmanager/lib/renkan/' %}",
+                    allow_image_upload : false,
                     search: [
                         {
                             type: "HdaTags",
--- a/src/requirement.txt	Thu Feb 19 11:10:45 2015 +0100
+++ b/src/requirement.txt	Thu Feb 19 13:45:55 2015 +0100
@@ -1,1 +1,1 @@
-renkanmanager (==0.8.2)
+renkanmanager (==0.8.3)
Binary file virtualenv/res/src/Django-1.6.10.tar.gz has changed
Binary file virtualenv/res/src/Django-1.6.8.tar.gz has changed
--- a/virtualenv/web/res/requirements.txt	Thu Feb 19 11:10:45 2015 +0100
+++ b/virtualenv/web/res/requirements.txt	Thu Feb 19 13:45:55 2015 +0100
@@ -1,6 +1,6 @@
 #STATIC_DEPS=true LIBXML2_VERSION=2.9.2 LIBXSLT_VERSION=1.1.28 LIBICONV_VERSION=1.14 pip install --no-index -r requirements.txt
 -f ../../res/src
-Django==1.6.8
+Django==1.6.10
 Pillow==2.6.1
 PyYAML==3.11
 SPARQLWrapper==1.6.4