- Jul 08, 2015
-
-
Alice Heaton authored
Implement a dashboard infrastructure to allow us to register widget types, create dashboards, create instances of widget types with specific configuration and associate those with a given dashboard, at a given position. The dashboard infrastructure is moved out of hid and into it's own application as it is stand alone (the widgets may depend on hid specific logic, but the infrastructure doesn't).
-
- Jul 03, 2015
-
-
Marko Samastur authored
-
Martin Burchell authored
This also fixes error handling for malformed dates
-
Martin Burchell authored
-
Marko Samastur authored
-
- Jul 02, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
It is now possible to specify a date format string (as used by strptime) for date columns in the spreadsheet.
-
Marko Samastur authored
-
Marko Samastur authored
-
Marko Samastur authored
-
Marko Samastur authored
-
- Jul 01, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Marko Samastur authored
-
- Jun 30, 2015
-
-
Marko Samastur authored
-
Marko Samastur authored
-
- Jun 29, 2015
-
-
Marko Samastur authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
Was getting: ~/workspace/internewshid/django/website➔ ./manage.py --version /home/marks/workspace/internewshid/django/website/data_layer/models.py:11: RemovedInDjango19Warning: Model class data_layer.models.Message doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class Message(DataLayerModel): /home/marks/workspace/internewshid/django/website/data_layer/models.py:11: RemovedInDjango19Warning: Model class data_layer.models.Message doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class Message(DataLayerModel): 1.8.2 'transport' app imports 'data_layer' so changed their order in LOCAL_APPS
- Jun 28, 2015
-
-
Marko Samastur authored
-
Marko Samastur authored
-
- Jun 26, 2015
-
-
Marko Samastur authored
-
- Jun 25, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
Still need to handle row numbers correctly
-
Martin Burchell authored
Includes a hacky fix to skip ignored values and a temporary hardcoding of the sheet profile.
-
Mark Skipper authored
-
- Jun 24, 2015
-
-
Mark Skipper authored
normalize_row doesn't really need to dealw ith None and theres a slightly more elegant way to calculate row numbers
-
- Jun 23, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Martin Burchell authored
-
Mark Skipper authored
According to http://getbootstrap.com/css/#grid-intro the proper way to get a full page layout is to use container-fluid but a normal row, which has negative margin to undo the padding. It's all very confusing; but this feels better than my first effort.
-
- Jun 22, 2015
-
-
Mark Skipper authored
-