- Sep 11, 2018
-
-
Luke Murphy authored
Also shorten those marker notes.
-
Luke Murphy authored
-
Luke Murphy authored
-
Luke Murphy authored
-
Luke Murphy authored
I assume the transport code can just be replaced with a different import statement. The `hid` module code looks like it needs a special loading. I think I've captured this in this change.
-
Luke Murphy authored
-
Luke Murphy authored
-
- Aug 28, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
Profile now contains taxonomy field which can be any number of fixed categories set across all items on import. This includes item type.
-
- Aug 25, 2015
-
-
Martin Burchell authored
Set USE_L10N to False so that we can override date/time settings in settings.py
-
- Aug 24, 2015
-
-
Martin Burchell authored
This was causing test failures - not sure about actual database
-
- Aug 21, 2015
-
-
Martin Burchell authored
Problems: no 'home' url app changed from contacts to users Django 1.8 fixes some Alfie/V4C/RuForum dependencies
-
Martin Burchell authored
-
- Aug 20, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
add_terms() replaces add_term() and add_free_terms()
-
Martin Burchell authored
-
- 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
This allows the JavaScript to display the tags to work
-
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
-
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
-
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
-
Alice Heaton authored
-
Martin Burchell authored
-
Alice Heaton authored
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Alice Heaton authored
-