Skip to content

Releases: ucb-ist-drupal/ucberkeley_cas-7

7.x-5.3.1

19 Mar 20:08
ff12cd7
Compare
Choose a tag to compare

ucberkeley_cas 7.x-5.3.1

  • [OPENUCB-2712] Use supported version of LDAP module.
    • Update field labels and help text.
    • Use D7 Security module version.
  • [OPENUCB-2720] Use supported version of CAS library.
    • Use apereo package.
  • [OPENUCB-2685] Slow down GRLN updates.
    • Add variables to track last-run.

7.x-5.3.0

27 Jun 00:19
fe5569a
Compare
Choose a tag to compare

ucberkeley_cas 7.x-5.3.0

  • [OPENUCB-2671] Periodic updates of Display Name to meet GRLN requirements.
    • Implement a cron using Queue API to update usernames from LDAP.
    • Implement drush ldap-update-username.

7.x-5.2.0

14 Jun 20:37
fa4b144
Compare
Choose a tag to compare
  • [OPENUCB-2671] First steps related to periodic updates of displayname.
    • Change the token for field_display_name from [cas:ldap:givenname] [cas:ldap:sn] to [cas:ldap:displayname].
    • Prevent editing field_display_name on user_profile_form.

7.x-5.1.7

22 Mar 22:57
50b4352
Compare
Choose a tag to compare
  • [OPENUCB-2529] Realname PHP Warnings and CAS version 1.8

7.x-5.1.6

23 Nov 18:26
f7239d3
Compare
Choose a tag to compare

7.x-5.1.5

09 Nov 20:34
7e90a9d
Compare
Choose a tag to compare
  • Minor clean-up of release 5.1.4
    • Remove inconsequential .orig file from tarball.
    • Correct branches and tags in makefiles.

5.1.4

08 Nov 18:15
e69874b
Compare
Choose a tag to compare
  • [OPENUCB-2580] PHP 8.1 compatibility
    • Resolve: Deprecated: Required parameter $flatten follows optional parameter $type in /code/profiles/openberkeley/modules/ucb/ucberkeley_cas/ldap/ldap_servers/ldap_servers.module on line 584
    • Remove each() function in ucberkeley_cas.module.
  • Fix drush make warning: Undefined property: DrushMakeProject_Library::$type.

7.x-5.1.3

23 Jun 17:04
33680aa
Compare
Choose a tag to compare
  • [OPENUCB-2421] Update to ldap 7.x-2.6.

7.x-5.1.2

05 Feb 22:18
Compare
Choose a tag to compare
  • [OPENUCB-2352] Decode HTML entities in CAS display names
    ** Improvement on OPENUCB-1987.

7.x-5.1.1

09 Oct 23:37
Compare
Choose a tag to compare
  • [OPENUCB-2297] Update LDAP module for PHP 7.4 compatibility
  • Update documentation regarding CAS failover.