- Aug 14, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
-
martinburchell authored
Make the body text in the view&edit table link to the edit form.
-
Alice Heaton authored
Submit exceptions
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Alice Heaton authored
-
Alice Heaton authored
Conflicts: django/website/transport/items.py
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
Conflicts: django/website/hid/templates/hid/add_edit_item.html
-
Alice Heaton authored
Disable API URLs for security reasons
-
Martin Burchell authored
-
Martin Burchell authored
-
Alice Heaton authored
Timestamp formatting
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Alice Heaton authored
-
Martin Burchell authored
-
Alice Heaton authored
Make the update button first in the code so that html5 browsers consider it the default button when pressing enter.
-
Martin Burchell authored
Conflicts: django/website/hid/tests/add_edit_item_view_tests.py django/website/hid/urls.py django/website/hid/views/item.py
-
Martin Burchell authored
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
This is a temporary fix - we should fix this properly by getting the serializer to format datetimes for us.
-
Martin Burchell authored
-
Alice Heaton authored
-
Alice Heaton authored
-
- Aug 13, 2015
-
-
Alice Heaton authored
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Mark Skipper authored
Disabling the API urls is a quick fix security measure. Obviously we'd want the api urls to exist -- with suitable authentication in a real system. And it sucks to loose the ability to use the web interface to the API that DRF provides during testing, so here I'm disabling only if DEBUG=False
-
Mark Skipper authored
The API urls don't need to appear in the system urls. They code that uses the api, including the transport layer, can function without it. This commit removes all the calculation of correct urls using reverse (which depends on the ruls being included in the systme urls) and replaces with just spaces -- which seems to work just fine.
-