- Sep 11, 2018
-
-
Luke Murphy authored
-
Luke Murphy authored
-
Luke Murphy authored
-
Luke Murphy authored
-
- Aug 25, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
Set USE_L10N to False so that we can override date/time settings in settings.py
-
- Aug 21, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
Problems: no 'home' url app changed from contacts to users Django 1.8 fixes some Alfie/V4C/RuForum dependencies
-
- Aug 20, 2015
-
-
Martin Burchell authored
-
- Aug 13, 2015
-
-
Alice Heaton authored
-
- Aug 12, 2015
-
-
Alice Heaton authored
Refactor views into multiple files prior to developing edit item features. Also changed the edit/create item urls.
-
- Aug 04, 2015
-
-
Martin Burchell authored
-
- Jul 29, 2015
-
-
Alice Heaton authored
Allow the chart count widget to have a time period. When present, apply the time period and display a legend detailing what the time period is.
-
- Jul 24, 2015
-
-
Martin Burchell authored
Now if a user attempts to log in from a login page with a stale CSRF token, they will be redirected to the dashboard or, if they have logged out, to a fresh login page.
-
- Jul 23, 2015
-
-
Mark Skipper authored
The Data Layer apps need to prceed the local ones because of dependencies, the app can depend on the data layer and imports them before they have been initialised
-
- Jul 15, 2015
-
-
Alice Heaton authored
Use django_assets to manage our assets and ensure we can minify js/css, compile less files, and merge all js/css into a single file. For this to work in production, all assets must be statically defined in his/assets.py. To ensure the correct js/css is included, views can invoke hid.assets.require_assets which will raise an exception if the asset is missing. This also has the advantage of making clear which part of the code depends on a given asset. The admin command in django_asset library's latest release does not work with the latest Django - so we use a version pulled from git. See https://github.com/miracle2k/django-assets/issues/52
-
- Jul 13, 2015
-
-
Mark Skipper authored
-
- Jul 10, 2015
-
-
Alice Heaton authored
-
Martin Burchell authored
-
- Jul 08, 2015
-
-
Jay Alvarez authored
-
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).
-
Jay Alvarez authored
-
- Jul 01, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
- Jun 29, 2015
-
-
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 26, 2015
-
-
Marko Samastur authored
-
Mark Skipper authored
-
- Jun 22, 2015
-
-
Mark Skipper authored
-
- Jun 19, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
- Jun 18, 2015
-
-
Marko Samastur authored
-
- Jun 11, 2015
-
-
Daniel Levy authored
-
- Jun 08, 2015
-
-
Daniel Levy authored
-
Daniel Levy authored
-
Daniel Levy authored
-
Daniel Levy authored
-
Mark Skipper authored
-