- 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
-
Marko Samastur authored
-
Marko Samastur authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
This also fixes error handling for malformed dates
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Marko Samastur authored
-
Marko Samastur authored
-
- Jul 02, 2015
-
-
Martin Burchell authored
Conflicts: django/website/hid/views.py
-
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
-
Marko Samastur authored
-
- Jul 01, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
Conflicts: django/website/chn_spreadsheet/tests.py
-
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
-
Marko Samastur authored
-
Marko Samastur authored
Resolved conflicts: django/website/hid/tables.py
-
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
-