Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Rousse
SWITCHwayf
Commits
67579c5d
Commit
67579c5d
authored
Dec 16, 2011
by
haemmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some licensing information and credits
parent
65ef0546
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
CHANGES
CHANGES
+6
-0
LICENSE
LICENSE
+2
-2
js/improvedDropDown.js
js/improvedDropDown.js
+5
-1
No files found.
CHANGES
View file @
67579c5d
...
...
@@ -27,10 +27,15 @@ SWITCHwayf Changes and Version History:
1.16 Release date:
- Added an improved version of the drop down list to the WAYF
Inspired by code from Takeshi Nishimura from NII (Japan)
Uses modified ImprovedDropdown JQuery library by John Fuex
See LICENSE file for further information
- Added cookieSecurity option to set and transmit cookies securely
Code contributed by Takeshi Nishimura from NII (Japan)
- Added additional data protection feature that uses the referer to
decide whether or not to preselect an Identity Provider in the
Embedded WAYF
Code contributed by Takeshi Nishimura from NII (Japan)
- If the Discovery Feed feature is activated only those IdPs are shown
that are contained in the feed. Others will be hidden automatically.
- Added Location property to format of IDP entries to allow users to
...
...
@@ -129,6 +134,7 @@ alphabetically.
- Lourival Pereira Vieira Neto from RNP (BR)
- Martins Purins from Latvijas Universitates (LV)
- Olivier Salaün from RENATER (FR)
- Takeshi Nishimura (JP)
- Tom Scavo from Internet2 (US)
- Mika Suvanto from CSC (FI)
- Huân Thebault from Centre de Calcul de l'IN2P3 (FR)
...
...
LICENSE
View file @
67579c5d
...
...
@@ -29,8 +29,8 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License note for the Improved Drop
D
own
--------------------------------------
-
License note for the Improved Drop
d
own
--------------------------------------
Copyright 2011 - John Fuex
Licensed under the Apache License, Version 2.0 (the "License"); you
...
...
js/improvedDropDown.js
View file @
67579c5d
/* ImprovedDropDown */
/* Verison 1.0.2 */
/* Modified by aai@switch.ch */
/*
Copyright 2011 John Fuex
...
...
@@ -18,6 +17,11 @@
limitations under the License.
*/
/*
All tab indented lines were modified by aai@switch.ch
*/
var
debugMode
=
0
;
//setting this to 1 will supress hiding the original select controls for debugging purposes.
var
idd_list_suffix
=
'
_iddlist
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment