- Nothing changed yet.
- Fixed management script import_demand to conform to current model
- Buildout dependency errors
- Added configurability for userprofiles. Now userprofiles can be preset with
a temp_username, without users having to log in before setting their UserProfile.
- Bugfix changed 404 error into 403 error.
- Added SSO.
- Changed UserProfile model relation to grower to many to many.
- Updated model and views to allow for a many to one relation between grower and basin.
- Added logout buttons.
- Added login selector.
- Only link to url_slug when authorized.
- Added 403 when unauthorized instead of redirect to referer.
- Bugfixes for longer no-rain prediction graph.
- Limits the labels for the precipitation graph.
- Nothing changed yet.
- Longer graphs.
- Regression bugfix that stopped the calculate ('bereken') button from working.
- Total code cleanup. Controlnext site is now more up to date. Altered about 10.000 lines of code.
- Added login with slug functionality
- Cm calculation changed to percentage.
- Nothing changed yet.
- Nothing changed yet.
- Add chartjs skin.
- Coonect the skin to the real data.
- Add reverse osmosis field to dashboard.
- Add service class for consuming Wageneningen University's waterdemand JSON webservice.
- Add grower's own meter fields to Basin and make a FEWS method for querying the related data.
- Add comparison plot for basins with their own water level meters.
- Move basin specific data from GrowerInfo to Basin model.
- Add intro and travis status image.
- Add image field to GrowerInfo model.
- Change test infrastructure to be able to test offline and prepare for better tests (without fews connection).
- Make current test(s) work with the mocked test data.
- Add .travis.yml.
- Add WURService class to consume Wageningen University webservice.
- Add controlnext_demo app to MANIFEST.in in order to get its templates dir packages as well.
- Update missing setup.py fields.
- Add simple test factory for GrowerInfo.
- Added support for djangorestframeworks 2.x branch.
- Add on_main_map field to Basin model.
- Fixed DATABASE and INSTALLED_APPS testsettings.
- Prepared jQuery UI paths, which have slightly changed in the new lizard-ui.
- Ensured URLs of dependencies (/map, /ui) aren't included twice when running as part of a site.
- Add link to grower dashboard in popup, after clicking a basin.
- Set initial desired fill slide value to the current fill value.
- Use pad method for pandas fillna call, because fillna(None) is not allowed
anymore since pandas 0.10.0.
- Initial project structure created with nensskel 1.26.dev0.
- Add functionality for multiple basins / growers.
- Show default map with basin fill icons and info on hover.