- Sep 11, 2018
-
-
Luke Murphy authored
Also shorten those marker notes.
-
Luke Murphy authored
-
Luke Murphy authored
-
- Aug 28, 2015
-
-
Martin Burchell authored
-
- Aug 20, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
add_terms() replaces add_term() and add_free_terms()
-
- Aug 19, 2015
-
-
Martin Burchell authored
This matches the field name and simplifies the code somewhat
-
Martin Burchell authored
Unfortunately bootstrap-tagsinput does not have a configurable delimiter so settle with ',' for now (no commas allowed in tags).
-
Martin Burchell authored
-
Martin Burchell authored
I had originally thought the field could be called terms[free-tags] and we could use this notation for any other taxonomy-related field. This would be too difficult in Django so I've used the name tags as was already in the template.
-
- Aug 18, 2015
-
-
Martin Burchell authored
When the form is submitted, any existing free tags will be deleted before the ones present in the form are added.
-
Martin Burchell authored
-
Martin Burchell authored
-
- Aug 17, 2015
-
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
The next hidden parameter in the form, which determines the redirect following an update is set to the 'next' query parameter in the form. If the query parameter does not exist, the HTTP_REFERER is used. If neither exist, the user gets redirected to the dashboard.
-
Alice Heaton authored
Add the add item functionality. Also enforce a default value for item-type on forms. While the API allows for items without an item-type, the form's handling of it was inconsistant. Until we have a use case for items without an item type, a default is enforced.
-
- Aug 14, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Alice Heaton authored
-
Martin Burchell authored
-
Alice Heaton authored
-
Alice Heaton authored
-
- Aug 13, 2015
-
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Alice Heaton authored
-
Alice Heaton authored
Refactor QUESTION_TYPE_TAXONOMY contanst in ViewAndEditTable into an application-wide constant providing the main categorization taxonomy per item type.
-
- Aug 12, 2015
-
-
Alice Heaton authored
Refactor views into multiple files prior to developing edit item features. Also changed the edit/create item urls.
-
- Aug 11, 2015
-
-
Martin Burchell authored
Only display the Remove Question Type menu item on pages where the question type can be set.
-
Martin Burchell authored
-
Martin Burchell authored
-
- Aug 10, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
If there is no source set on the tab configuration, the upload button will no longer be displayed.
-
- Aug 07, 2015
-
-
Alice Heaton authored
-
Alice Heaton authored
-
Martin Burchell authored
So user is redirected to the correct page after uploading data
-