Skip to content

Commit

Permalink
Added release notes for bugrelease 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Oct 10, 2013
1 parent 9ef076d commit 9c19b62
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/release_notes/v3.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ Feature/Bugfix release
- profile
- vomanage

* BACKLOG-540 Browser caching issues after updating WAYF
* BACKLOG-1078 Browser caching issues after updating WAYF
During the making of a release the CSS and JS files are minified and concatenated. The minified cs.min.cs and js.min.js files are placed in the
generated folder and the location (there is a timestamp in the folder name) is placed in assets.json. For the environments demo / dev and test the regular - not minified - files are served form the usual location. For all other environments (e.g. acc and prod) the pre-compiled files are served.

The change has only be implemented for EngineBlock (not Profile and VoManage) as there is conflicting css between EngineBlock and Profile / VoManage.

The list of CSS and JS files that are being used is DRY and located in OpenConext-engineblock/bin/assets_pipelines.php
The list of CSS and JS files that are being used is DRY and located in OpenConext-engineblock/bin/assets_pipelines.php

* BACKLOG-1095 Consent screen improvements
The Consent screen was refactored / updated. See https://wiki.surfnetlabs.nl/display/conextdocumentation/Consent+screen+improvements.

* BACKLOG-1078 WAYF improvements
Epic with many small updates / refactor work.
12 changes: 12 additions & 0 deletions docs/release_notes/v3.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SURFnet SURFconext v3.7.1 Release Notes #

Bugfix release

* BACKLOG-1095 Consent screen improvements
The name ID was shown in the consent screen. This is only allowed when the format is not transient
(see https://wiki.surfnetlabs.nl/display/conextdocumentation/Consent+screen+improvements). This has been fixed by never showing the
name ID as we don't know the format yet in the consent screen.

* BACKLOG-1078 WAYF improvements
The changes in the WAYF - the possibility to mail to surfconext for non-connected IdP's - broke the debug WAYF
(https://engine.demo.openconext.org/authentication/sp/debug). This has been fixed.

0 comments on commit 9c19b62

Please sign in to comment.