Bug#730488: dicoweb: broken with Django 1.4

2013-11-25 Thread Marc Dequènes (Duck)
Package: dicoweb Version: 2.2-3 Severity: grave With recent Django versions in Debian, dicoweb is broken. I spotted the following problems which can be solved easily to have a working version: 1) new-style 'url' tag (see https://docs.djangoproject.com/en/1.5/releases/1.5/) fix in

Bug#730488: dicoweb: broken with Django 1.4

2013-11-25 Thread أحمد المحمودي
On Mon, Nov 25, 2013 at 04:41:49PM +, Marc Dequènes (Duck) wrote: 1) new-style 'url' tag (see https://docs.djangoproject.com/en/1.5/releases/1.5/) fix in /etc/dicoweb/templates/base.html by quoting the route name ({% url opensearch %}) So the line should be: href={% url 'opensearch'

Bug#730488: dicoweb: broken with Django 1.4

2013-11-25 Thread Marc Dequènes (Duck)
Quoting أحمد المحمودي aelmahmo...@sabily.org: href={% url 'opensearch' %} quoting, single or double (i used double in my tests). MEDIA_URL = 'static/' ? yes Sorry i had no time to prepare a proper patch. Nevertheless, having a program also working on older versions would need