Skip to content

Releases: rtts/bps

Version 1.0.4

31 Jan 15:08
Compare
Choose a tag to compare

What's new?

  • Remove Python 2 compatibility
  • Updated uvt_user app to retrieve emplIds from LDAP
  • Data migration that retrieves emplId's for all existing users from LDAP
  • Added missing dependencies
  • Added missing fonts from future Django version
  • Change timezone to Europe/Amsterdam
  • Redirect admin login requests to central login page

Release candidate 1 for version 1.0.4

25 Jan 15:14
Compare
Choose a tag to compare
Pre-release

What's new?

  • Remove Python 2 compatibility
  • Updated uvt_user app to retrieve emplIds from LDAP
  • Data migration that retrieves emplId's for all existing users from LDAP
  • Added missing dependencies
  • Added missing fonts from future Django version
  • Change timezone to Europe/Amsterdam
  • Redirect admin login requests to central login page

Version 1.0.3

11 Oct 13:27
Compare
Choose a tag to compare

What's new?

  • Updated dependency on Autodidact
  • Fixed bug in login template
  • Removed Autodidact template overrides
    (requires Autodidact >= 1.4.0)
  • Keep better track of version number

This release removes the TiU-specific templates, as they have been (temporarily) moved to the Autodidact package. This is because it's not possible for BPS to override the Autodidact templates without copying them completely. More information in this StackOverflow question. As soon as Debian Stable upgrades Django to 1.9+ they will be moved back.

Release candidate 2 for version 1.0.3

06 Oct 11:24
Compare
Choose a tag to compare
Pre-release

This release removes the TiU-specific templates, as they have been (temporarily) moved to the Autodidact package. This is because it's not possible for BPS to override the Autodidact templates without copying them completely. More information in this StackOverflow question. As soon as Debian Stable upgrades Django to 1.9+ they will be moved back.

Release candidate 1 for version 1.0.3

05 Oct 09:22
Compare
Choose a tag to compare
Pre-release

This release removes the TiU-specific templates, as they have been (temporarily) moved to the Autodidact package. This is because it's not possible for BPS to override the Autodidact templates without copying them completely. More information in this StackOverflow question. As soon as Debian Stable upgrades Django to 1.9+ they will be moved back.

Version 1.0.2

14 Sep 14:02
Compare
Choose a tag to compare

This release is identical to the 1.0.1 release, with only a minor change in the debian/control file

Version 1.0.1

13 Sep 11:40
Compare
Choose a tag to compare

This is a bugfix release that fixes a bug in the LDAP implementation, specifically in the search_ldap function. Previously, when the LDAP server omitted attributes in its response although they were requested, this would raise an LDAPError. Now this functions returns empty strings for each requested attribute that is not in the LDAP response.

This release includes a data migration that repopulates Uvt users without the "first_name" attribute (which was the cause of this bug in the first place).

Version 1.0

23 Aug 11:04
Compare
Choose a tag to compare

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 and bps (with uvt_user) into two separate
    repositories
  • Rewrote the uvt_user app and BPS configuration to allow regular
    logins as well as CAS logins