fancy_login 3.0.0

Initial Drupal9 release. No changes from Drupal 8 version, other than adding Drupal 9 capability, and updating deprecated code.

fancy_login 8.x-2.2

New features

Adding link to configuration page from module page

fancy_login 8.x-2.1

Bug fixes

Changing successful login text from "Please wait the page is refreshed." to "Please wait while the page is refreshed."

fancy_login 8.x-2.0-rc4

Switching ajax callback to use AjaxResponse rather than JsonResponse
Adding automated test for links in login and password forms, to makes sure they behave as expected.

fancy_login 8.x-2.0-rc3

Bug fixes

Fixing bug where submitting ajax loaded forms redirects to page not found, instead of doing an ajax submit
Fixed bug where clicking the close button on messages does not close them

fancy_login 8.x-2.0-rc2

Bug fixes

Fixed bug breaking module when Drupal is installed below root level.

fancy_login 8.x-2.0-rc1

Bug fixes
New features

First release candidate of 8.x-2.0

Has JavaScript Functional Tests and fixed various bugs reported in 8.x-1.0.

Check your settings if/when upgrading from 8.x-1.0 as some configuration names have been changed, and therefore the related settings will be different.

fancy_login 8.x-2.0-beta1

Bug fixes

Initial release of 8.x-2.0
Cleans up some bugs
Fixes some changes made to Drupal core since 8.x-1.0 was created
Replaces deprecated code
Optimization of JavaScript
Prepares code for testing

fancy_login 7.x-3.0

Bug fixes
New features

No bug reports for two weeks, so we are releasing a full release of 7.x-3.0 that can be covered by the Drupal security policy.

fancy_login 7.x-3.0-rc1

Bug fixes
New features

Various bug fixes reported by users. Also adding setting to change the text of the login link in the settings page, and adding implementation of hook_variable_info() so that this link can be translated.

fancy_login 6.x-2.0-beta8

Bug fixes

Setting SSL login on HTTP pages to not submit using AJAX, as the cross-domain nature of this will not allow for submits between HTTP and HTTPS.

Added new variables to clean up on uninstall that had not been added to hook_uninstall().

fancy_login 7.x-3.0-beta6

Bug fixes

Setting SSL login on HTTP pages to not submit using AJAX, as the cross-domain nature of this will not allow for submits between HTTP and HTTPS.

Added new variables to clean up on uninstall that had not been added to hook_uninstall().

Moved the calls to Drupal.ajax.prototype in fancy_login.js into Drupal.behaviors, to prevent the error that Drupal.ajax does not exist.

fancy_login 6.x-2.0-beta6

Bug fixes

Changing implementation of hook_preprocess_page() to hook_init(), as the CSS and JS can be safely added to the page and will be properly included on cached pages. This should prevent issues on some installations.

fancy_login 6.x-2.0-beta5

Bug fixes

Bugfix: Added 'file' attribute to menu definition for admin page.

fancy_login 7.x-3.0-beta4

New features

This version adds an exclusion class of .fancy_login_disable that will prevent the popup for firing any link that has this class applied to it.

fancy_login 6.x-2.0-beta4

New features

This version adds an exclusion class of .fancy_login_disable that will prevent the popup for firing any link that has this class applied to it.

fancy_login 6.x-2.0-beta3

New features

This release adds the functionality for any element on the page with a class of .fancy_login_show_popup to trigger the fancy login popup.

fancy_login 7.x-3.0-beta3

Bug fixes
New features

This version does the following:

1) Changes the name of the 'scripts' folder to 'js', to bring it in line with other Jaypan created modules
2) Fixes a bug in fancy_login_form_alter() that was invoking hook_form_user_register_form_form_alter() when it should have been invoking hook_form_user_register_form_alter().
3) Adds the functionality for any element on the page with a class of .fancy_login_show_popup to trigger the fancy login popup.

fancy_login 6.x-2.0-beta2

Bug fixes

Fixing bug preventing overlay from showing up when switching between the phases of the modal.

fancy_login 6.x-2.0-beta1

Bug fixes
New features

This is a backport of the Drupal 7.x-3.x branch, containing all the features of that branch. It is mostly a re-write of the entire module. Due to the method of generating the various forms, it should integrate better with other modules. As well, the call to hook_init() has been removed, which should mean that it will work with page caching turned on.

This version adds the reset password and create account forms to the modal.

fancy_login 7.x-3.0-beta2

New features

Added option on the settings page to force the "Create new account" link in the Fancy Login modal to redirect to the account registration page, rather than showing it in the modal. This is for sites that may have large registration pages that do not fit well within the popup. When selecting the option to "disable account registration", the "Create new account" link within the Fancy Login popup will redirect the user to the account registration page, instead of loading it in the modal (popup).

fancy_login 7.x-3.0-beta1

New features

Initial release of 7.x-3.x branch. This release adds the functionality to allow users to reset their password and/or register using the Fancy Login modal, rather than redirecting to the user/register and user/password pages as the previous versions did.

fancy_login 7.x-2.1

Bug fixes

Upgrading 7.x-2.1-beta1 to a full 7.x-2.1 release, as I don't believe there is anything new that could break functionality, and there are fixes that should fix functionality for some users.

fancy_login 7.x-2.1-beta1

Bug fixes

Updating to allow modules that rely on the current path (such as Login Destination) have it available when the block is submitted. Set redirect to use the global $destination parameter if it exists, so that these redirects can be properly followed.

fancy_login 7.x-2.0

Releasing full release of 7.x-2.0. Version 2.0 is a re-write of 1.0, using more Drupal APIs and generally using cleaner methods overall.

fancy_login 7.x-2.0-rc1

Bug fixes

Fixed the last few known bugs and issues. Will release full version if no new issues reported for this version in the next week or so.

fancy_login 7.x-2.0-beta4

Bug fixes

Fixing bug whereby the form was not fading in upon second click of the 'login' link.

fancy_login 7.x-2.0-beta2

Bug fixes

Moved some CSS from the JavaScript to the CSS, as it was static and therefore didn't need to be added to the JS overhead.
Changed method of centering popup window. Should fix this issue: https://drupal.org/node/1705864

Other small CSS fixes and code cleanup.

fancy_login 7.x-2.0-beta1

Coming back to this module after a long absence, and a lot of Drupal experience. The module has been re-written using Drupal APIs in many places where they had previously been bypassed. The module now properly ties into the Drupal #ajax system. Overall, it should be more secure, more stable, and integrate with more modules by default.

fancy_login 7.x-1.0-beta2

Bug fixes

Adding fancy_login.pages.inc which was forgotten in the last release

fancy_login 6.x-1.7

New features
Bug fixes

fancy_login 6.x-1.6

New features

fancy_login 6.x-1.5-rc2

New features
Bug fixes

fancy_login 6.x-1.4

Bug fixes

Fixed bug reported in #830614: "Create new account" and "Request new password" stalling whereby 'recover password' and 'register new account' links were not working.

fancy_login 6.x-1.2

New features
Bug fixes

* Fixed bug where ajax-loader.gif was not being displayed with clean URLs disabled. reported by amigamess in #726622: Fancy Login and Clean URLs

fancy_login 6.x-1.2-rc1

New features
Bug fixes

Fixed a whole bunch of issues:
* Added setting to settings page that allows users to stay upon the same page upon logging in
* Added support for login URLs with a destination attached
* Added persistent login support
* Fixed bug whereby module didn't work with multilingual sites that had a language suffix after the URL

fancy_login 6.x-1.1-beta6

Bug fixes

#549466 Added support for Opera 9.64
Added graceful degradation for IE6

fancy_login 6.x-1.1-beta5

Bug fixes

Fixed a bug whereby every link triggered the fancy login window.

fancy_login 6.x-1.1-beta4

New features
Bug fixes

#535454 and #538670 - fixed bug whereby form was preloaded and displayed for logged in users (neither of which should have been happening)
#536240 Added functionality supplied by the patch provided by mattyoung
#538676 Added ajax loader to form instead of fading it out, so users would not be confused and think the login didn't work. Suggested by capellic.

Pages

Subscribe with RSS Subscribe to Releases for Fancy Login