Version 1.0
What's new?
Well, everything is new! This is the first release after splitting up the Autodidact repository. This repository only includes the Django project bps
, while all the models and views of the BPS project are handled by the autodidact
package. Many thanks to Wessel and Joost to make this release possible!
Here's the changelog:
- Updated dependencies
- Implemented the noop() function which is not present in Django 1.7
- Removed stylesheet as it has been moved to Autodidact
- Broke logging by request of Joost
- Data migration of the uvt_user application to allow sorting by
first and last name - Debconf support to customize webserver username
- Modified
bps_monitor
to check the current installation - Added
bps_monitor
to this repository - Split
autodidact
andbps
(withuvt_user
) into two separate
repositories - Rewrote the uvt_user app and BPS configuration to allow regular
logins as well as CAS logins