- Aug 06, 2015
-
-
Jay Alvarez authored
-
- Jul 29, 2015
-
-
Alice Heaton authored
-
- Jul 23, 2015
-
-
Alice Heaton authored
Rename select_action to select_item which makes more sense. Rename the checkbox itself select_item_id to allow other types of selectes in the future. Move the code to determing selected items into ItemTable since this is where the form is generated, and we know how it was build.
-
- Jul 21, 2015
-
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
Refactor the 'select all checkboxes' javascript into a separate file so it can be used on other tables easily. Add a test for the select all checkboxes javascript. Remove the label from the 'delete' column (which is now a 'select all' column as we may have other actions) and move it to the first column as per balsamic mockups.
-
- 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 16, 2015
-
-
Jay Alvarez authored
-
- 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
-
- Jul 13, 2015
-
-
Alice Heaton authored
-
- Jul 10, 2015
-
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
Implement the chart widget, and include the flot library. Data is communicated from Django to the javascript code using html5 data attributes, emembed using a Django custom filter.
-