- Aug 20, 2015
-
-
Martin Burchell authored
add_terms() replaces add_term() and add_free_terms()
-
- Aug 10, 2015
-
-
Martin Burchell authored
-
- Aug 05, 2015
-
-
Alice Heaton authored
Refactor the ViewsItems view, which covered the view and edit table, into a separate (non-view) class under tabs/view_and_edit_table.py. When ready, this will plug straight away into the new tabbed page functionality - in the mean time there is a place holder view to display the view where it used to be found.
-
- Jul 28, 2015
-
-
Alice Heaton authored
Refactor add_items_categories and add_categories into a single call, and make the taxonomy slug configurable at that level (it's now hard-coded in process_items). Update tests to match the change and ensure we can update multiple items at the same time.
-
- Jul 27, 2015
-
-
Alice Heaton authored
-
- Jul 24, 2015
-
-
Mark Skipper authored
Add tests for what happens when `add_categories` gets called with nonsense items and category names, should fail gracefully https://trello.com/c/fWrvZDau/77-clear-out-technical-debt-from-working-on-taxonomies
-
Mark Skipper authored
-
- Jul 21, 2015
-
-
Alice Heaton authored
-
- Jul 17, 2015
-
-
Mark Skipper authored
Add add categories method to hid/views and call from process items Has a test, but so far only for the single category case.
-