- Jul 13, 2015
-
-
Alice Heaton authored
Implement simple table widget. The data is currently stored in the widget settings, but this should be connected to the data api as and when needed
-
Alice Heaton authored
-
Alice Heaton authored
Escaping single quotes in json embed tag is actually un-necessary (and breaks the data) since the single quotes are replaced with html entities.
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
-
- Jul 11, 2015
-
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
Remove untested djangojs url directive, which is not needed and does not work (mistakenly added following instructions)
-
Alice Heaton authored
InnoDb table and foreign key checks don't work well together in Django. See http://stackoverflow.com/questions/6178816/django-cannot-add-or-update-a-child-row-a-foreign-key-constraint-fails
-
Alice Heaton authored
-
- Jul 10, 2015
-
-
Mark Skipper authored
Tidy up transport delete items Make the url generation work proerly (though I'm fairly sure we don't actually need the url as an argument to delete) and remove debug print statement *blush*
-
Alice Heaton authored
-
Alice Heaton authored
-
Mark Skipper authored
Make bulk_delete use delete() instead of bulk delete from REST
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
-
Mark Skipper authored
-
Alice Heaton authored
Implement the chart widget, and include the flot library. Data is communicated from Django to the javascript code using html5 data attributes, emembed using a Django custom filter.
-
Alice Heaton authored
-
Alice Heaton authored
Conflicts: django/website/dashboard/templates/dashboard/dashboard.html
-
Alice Heaton authored
-
Alice Heaton authored
Conflicts: django/website/hid/templates/hid/dashboard.html
-
Martin Burchell authored
Conflicts: django/website/urls.py
-
- Jul 09, 2015
-
-
Alice Heaton authored
-
Alice Heaton authored
Conflicts: django/website/dashboard/tests/widget_tests.py
-
Mark Skipper authored
-
Mark Skipper authored
-
Alice Heaton authored
-
Alice Heaton authored
Conflicts: django/website/dashboard/static/dashboard/dashboard.css
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
Add bootstrap markup to the simple text widget, and add the basic dashboard css. This should be updated when we merge in the theme.
-
Alice Heaton authored
Add bootstrap markup to the simple text widget, and add the basic dashboard css. This should be updated when we merge in the theme.
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
hid expects the 'dashboard' reverse url to point to the index page - so leave it that way. Added an initial dashboard called 'main' as that is execpted to exist, and tests require it.
-