Skip to content

Releases: misd-service-development/drupal-raven

7.x-1.6

05 May 10:33
093ca27
Compare
Choose a tag to compare

New release to merge in the Pull Request: Check the redirect destination is internal #53

7.x-1.5

12 Mar 16:34
96aa578
Compare
Choose a tag to compare

Further decoding required if Drupal generates encoded parameters in URL - passed as HTTP_REFERER - for example when following edit link from other than first page of "All Content"

7.x-1.4

24 Aug 13:21
Compare
Choose a tag to compare
  • Ensure that the path that will ultimately be passed to drupal_encode_path() is not URI-encoded (Pull request #49).

7.x-1.3

23 Dec 11:26
Compare
Choose a tag to compare
  • Make sure user accounts are saved when logging in, even when blocked.
  • Hide the user login block on the backdoor login page.
  • Add 'is Raven user' Rules condition.
  • Prevent double language prefixing of URLs.
  • Rewrite generated user/login paths to raven/login when Raven is enforced.

7.x-1.2

10 Sep 08:46
Compare
Choose a tag to compare
  • Log the real email address when creating a user in case another module has changed it (from the generic [email protected] form).
  • Let Drupal construct the query string when redirecting to Raven.
  • Fixed a typo on the help page.
  • Fixed a bug where the destination query string parameter was not handled correctly.
  • Made compatible with the Redirect 403 to User Login module.
  • Use sensible defaults for variables in case they are unavailable.
  • Use php.net short URLs.

7.x-1.1

23 Apr 11:15
Compare
Choose a tag to compare
  • Made compatible with PHP 5.2.
  • Fixed bug where certain characters in the website description (eg ampersands) broke the redirect to the Raven login page.
  • Added option to authenticate Raven for Life accounts.
  • Added option to use the Demo Raven service.
  • Fixed bug where language prefixes in multilingual sites broke login page overriding.
  • Fixed bug where disabling clean URLs broke the ability to log in.
  • Fixed bug where saving the configuration form could stop the website description from appearing on the Raven login page.
  • The login failure redirect path is now validated.

7.x-1.0

13 Jan 11:22
Compare
Choose a tag to compare
  • Initial release.