- Jul 17, 2015
-
-
Alice Heaton authored
Refactor the code to handle file input type (use a custom button, and automatically submit upon file selection) so that it can be used on multiple pages. Add an upload button on the view/edit page.
-
- Jul 15, 2015
-
-
Jay Alvarez authored
-
Jay Alvarez authored
-- removing hanging tabs -- added easing to spinner and adjusted messages box to fit
-
Jay Alvarez authored
-
Jay Alvarez authored
-
Alice Heaton authored
-
Alice Heaton authored
-
Jay Alvarez authored
-
Jay Alvarez authored
-
- Jul 14, 2015
-
-
Alice Heaton authored
Disable mysql foreign key checks on staging, production and jenkins as well. See http://stackoverflow.com/questions/6178816/django-cannot-add-or-update-a-child-row-a-foreign-key-constraint-fails
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
Revert change to local_settings.py.dev regarding foreign key checks (mistakenly added with other styling changes)
-
Alice Heaton authored
Change from using an i tag for icons (which is what sb admin and bootstrap used to do) to using span tags for icons (which is more correct, and what bootstrap3 ended up doing as well)
-
- Jul 13, 2015
-
-
Jay Alvarez authored
-
Jay Alvarez authored
-
Jay Alvarez authored
-
Jay Alvarez authored
-- changing icon on basic-text-widget -- adding active state bg-color to sidebar
-
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
-
- Jul 10, 2015
-
-
Mark Skipper authored
I think this should really use ItemSerializer
-
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
-
Jay Alvarez authored
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
Previously were strings - django tables2 requires datetime objects
-
Jay Alvarez authored
-
Mark Skipper authored
-
Mark Skipper authored
Make bulk_delete use delete() instead of bulk delete from REST
-
Jay Alvarez authored
-
Alice Heaton authored
-
Alice Heaton authored
-