Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
41.66 KB
MD5: 7eeee1834dd9049e8cd92fb22559899d
SHA-1: d6baca411ad83f8986dfa62f2b8bfb089da6a1e6
SHA-256: 4cb38ae22aaa959123d7be2ef01f303fa1bf6744ee6a5ac999d20b0f3743e282
Download zip
50.23 KB
MD5: fb8444ef9c29336be9c285a3bc45b60f
SHA-1: 550fb71306e92e19f2c25da2b9e85edc7f93afc7
SHA-256: 85a6fe0e4e8a51cebe56c61459cfa6f8bb73420e8535a0db46c38f6512fd208d
Release notes
A release candidate for 7.x-1.3. Please report any bugs in the issue tracker.
Changes since 7.x-1.2
- Issue #1827482: phpCAS::setPGTStorageFile() no longer accepts the $format parameter.
- Issue #1781192 by MarcElbichon, bfroehle: Fixed Single sign out breaks entity cache logout process.
- Issue #1788480 by bfroehle: Fix coder errors.
- Add missing @file block.
- Fix coder warnings from @see references.
- Use lowercase_and_underscore, not camelCase.
- Filter username in drupal_set_title.
- Add space between control statement and opening parenthesis.
- Issue #1698002 follow-up by vinmassaro: Added user roles to CAS accounts via Drush (patch attached).
- fixed syntax in cas_drush_user_get_users_from_arguments()
- Issue #1181310 follow-up by bircher | Fix preg_match call in API example.
- casLogin: Reset the internal cache and load the user from the database.
- Add $reset option to cas_user_load_by_name() to match user_load().
- #1653004 Mixed case logins on postgres cause error on login.
- Issue #1659916 by neilnz, bfroehle: CAS single-sign-out doesn't work with double-URL-encoded logoutRequest
- Add tests for urlencoded logoutRequest.
- CAS single-sign-out doesn't work with double-URL-encoded logoutRequest
- Issue #1698002 by vinmassaro, bfroehle: Add user roles to CAS accounts via Drush
- Fix indentation and update comments.
- Add user roles to CAS accounts via Drush
- Issue #1738406 by Dane Powell: Fixed Incompatibility with Persistent Login.
- Use phpCAS 1.3.1 for tests.
- Clean up CAS tests.
- Issue #1176704 follow-up: Fix reponse -> response typo.
- #1579874 Fixed notice error on service validate
- Issue #1470574 by mecMartini, bfroehle: Use phpCAS routines for CAS logout.
- Issue #1488082 by slayne40, bfroehle: Maintain destination
- #1176704 Add single sign-out support for cas server.