Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download crowd-7.x-2.0-rc1.tar.gztar.gz 28.51 KB
MD5: 910797b13614d2077de293df09251579
SHA-1: f2572fc7d93b6c92fae67989b7d43e2352d5e4a1
SHA-256: 89f8c63a3fe117e757db57701f384df6b7cf274e2ecf8db871624940836c3da2
Download crowd-7.x-2.0-rc1.zipzip 34.36 KB
MD5: d9ab443e41acd9e340925339d6d39228
SHA-1: 8746d364d2197e90eebe368f5662a83c57341787
SHA-256: fd104e563f956fc88f1b4988a47482976ccc6f59e4cf24d558f674bf90ac5255

Release notes

This is the first release candidate for the 7.x-2.x branch. It includes primarily bug-fixes.

Important: Some class names have been changed since the last release. Many efforts have been made to ensure backwards compatibility with existing APIs but if you are using the APIs in any custom code it's highly recommended that you reference the related change record for more details.

Important: If you are using the sandbox Crowd Extended Rest Methods module you must disable it, and any dependencies, BEFORE upgrading this module. After this module is upgraded, and update.php is run, you should be able to re-enable the Crowd Extended Rest Methods module without any problems. You are also encouraged to discontinue use of the Crowd Extended Rest Methods module by updating your code to leverage the new functionality that has been added natively to this module. Again see the related change record for more info.

Change since 7.x-2.0-beta2 include:

  • Minor tweaks by rjacobs: Cleanup log messages and implement better loading of connect classes.
  • Issue #2067303 by rjacobs: Redirect to current page on forced logout.
  • Minor tweaks by rjacobs: Ensure account edit and forgot pass reset links work with overlay.
  • Minor tweak by rjacobs: Add watchdog entry for failed SSO auth
  • Issue #2124145 by rjacobs: Fix issue with app authentication when special characters are used in app name or pass.
  • Issue #2262145 by rjacobs: Prevent core login logic from being triggered redundantly.
  • Issue #1986258 by rjacobs: Check validation factors during SSO authentication.
  • General ajustments by rjacobs: Improve detection of crowd vs local users and related handling of forced logout features.
  • General cleanup by rjacobs: Add API docs and reorganize file structure slightly.
  • Issue #2283767 by rjacobs: Add better exception handling and general cleanup of REST service API methods.
  • General cleanup by rjacobs: Add central functions for session and cookie read-write operations, improve error messages, update comments and misc tweaks.
  • Issue #2283767 by rjacobs: Merge in all logic from Crowd Extended REST Methods sandbox. Other misc updates.
  • Issue #2283767 by rjacobs: Better interface comments and other small API adjustments.
  • Issue #2294029 by rjacobs: Add basic automated test coverage.
Created by: rjacobs
Created on: 2 Jul 2014 at 21:51 UTC
Last updated: 3 Apr 2015 at 21:28 UTC
Bug fixes
New features

Other releases