Releases for LoginToboggan

logintoboggan 6.x-1.2

hunmonk - June 9, 2008 - 19:55
Official release from CVS tag: DRUPAL-6--1-2
Download: logintoboggan-6.x-1.2.tar.gz
Size: 47.18 KB
md5_file hash: 4d1b983e513074e445694be555605630
First released: June 9, 2008 - 19:55
Last updated: June 9, 2008 - 20:00

Changes since DRUPAL-6--1-1:

  • #238660 by hunmonk: Allow user admins to re-send validation e-mail. thanks to manoloka for sponsoring the work on this patch.
  • #254387 by drewish, hunmonk: Redirecting after access denied doesn't work with language path prefixes. conditionally remove the language prefix if present.
  • remove password complexity wish list item -- this was implemented by core in 6.x
  • #258353 by hunmonk: clarify set password option -- it's core provided.

logintoboggan 5.x-1.3

hunmonk - June 9, 2008 - 19:51
Official release from CVS tag: DRUPAL-5--1-3
Download: logintoboggan-5.x-1.3.tar.gz
Size: 43.42 KB
md5_file hash: 469d4cc461119c5642787903f99d9293
First released: June 9, 2008 - 19:51
Last updated: June 9, 2008 - 19:55

Changes since DRUPAL-5--1-2:

  • #239136 by hunmonk: remove pre auth, add auth user in object in email validation code.
  • #238660 by hunmonk: Allow user admins to re-send validation e-mail. thanks to manoloka for sponsoring the work on this patch.
  • #258353 by hunmonk: clarify set password option -- it's core provided.

logintoboggan 6.x-1.x-dev

hunmonk - June 9, 2008 - 19:32
Nightly development snapshot from CVS branch: DRUPAL-6--1
Download: logintoboggan-6.x-1.x-dev.tar.gz
Size: 47.23 KB
md5_file hash: ed57456026cc82d6680af253b9b59528
First released: June 9, 2008 - 19:32
Last updated: June 11, 2008 - 00:06

development snapshot for the 6.x-1.x branch -- new features in the 6.x branch will go in 6.x-2.x

logintoboggan 6.x-1.1

hunmonk - April 20, 2008 - 18:01
Official release from CVS tag: DRUPAL-6--1-1
Download: logintoboggan-6.x-1.1.tar.gz
Size: 45.11 KB
md5_file hash: a288161a8f5889c311b95803c66606b9
First released: April 20, 2008 - 18:01
Last updated: April 20, 2008 - 18:05

Changes since DRUPAL-6--1-0:

  • #76726 by levavie: updated RTL CSS file for 6.x.
  • #239136 by hunmonk: remove pre auth, add auth user in $account object in email validation code.
  • #239571 by hunmonk: fix broken mailing functionality. Resend validation email code is now properly updated to 6.x, logintoboggan_mail() was not using user saved mail subjects/bodies.

logintoboggan 6.x-1.0

hunmonk - March 9, 2008 - 16:35
Official release from CVS tag: DRUPAL-6--1-0
Download: logintoboggan-6.x-1.0.tar.gz
Size: 45.04 KB
md5_file hash: 422793b210b1edae5b874daf102356b8
First released: March 9, 2008 - 16:35
Last updated: March 9, 2008 - 16:40

Changes since DRUPAL-5--1-2:

New features

  • convert collapsible login block to jquery.
  • #110026 -- Invoke hook when validating email. patch by mcarbone, mfb.
  • #179512 by hunmonk: make redirect support on all user account creations.
  • #179512 by hunmonk: make confirmation redirects work for core email validation as well.
  • #57623 by hunmonk. Bring back set password only option. Add optional 'Immediate login' checkbox to logintoboggan settings page -- user is only logged in automatically if this is enabled.
  • #197906 by hunmonk: Add description for 'Block type' setting.
  • make username/password title/description themable, and don't clobber exiting attributes.
  • #196298 by hunmonk: make login/register link themable, and smart about registration options.
  • RTL version of LoginTogobban's hebrew translation file
  • #227532 by levavie: RTL version of LoginToboggan's CSS file.
  • added spanish translation

Bugfixes

  • make email confirm textfield the same size as email textfield.
  • close XSS attack vectors in themed 'logged in' block, and login block message.
  • #118517 -- Fix text substitution variables in revalidation e-mail. patch by Benjamin Melancon and myself.
  • #145727 - Help text positioned in the middle of the login form rather than the top. patch by p_palmer, myself.
  • #129411 by hunmonk. add pre-auth role to existing roles on registration.
  • #174553 by baldwinlouie, hunmonk: Grammer is incorrect when the password length validation message comes up.
  • redirect should always be returned, so users who didn't create their own password are redirected to the front page if no redirect is specified.
  • by hunmonk, webchick: don't clobber other submit handlers on user registration.
  • #196553 by hunmonk: LoginToboggan interferes with other modules altering registration form. manually place the registration submit function at the beginning of the submit handlers.
  • #197906 by hunmonk: Add description for 'Block type' setting.
  • #198551 by hunmonk: User registration guidelines not on top of registration form. properly re-weight the help text.
  • #204383 by hunmonk: User can register with email address -- doc error. removed faulty doc -- users have always been able to register w/ an email address for a username.

logintoboggan 5.x-1.2

hunmonk - March 9, 2008 - 15:51
Official release from CVS tag: DRUPAL-5--1-2
Download: logintoboggan-5.x-1.2.tar.gz
Size: 43.2 KB
md5_file hash: 46909ec027a9729a8eca077ee49b8a6c
First released: March 9, 2008 - 15:51
Last updated: March 9, 2008 - 15:55

Changes since DRUPAL-5--1-1:

  • #204600 by hunmonk: theme_lt_username_title can not be overwritten in template.php. replace all hardcoded theme calls with proper calls to theme().
  • #221652: preserve query string in logintoboggan_destination().
  • clean up validation problems with users changing their username/email to another user's username/email when login w/ email is enabled.
  • exclude anon user in matching email validation check.
  • #215999 by hunmonk: Login on Access Denied resets itself when module listing page is submitted and there is a module dependency for logintoboggan.
  • #215981 by jbc, hunmonk: add INSTALL.txt, clarify login block setting location.

logintoboggan 4.7.x-1.2

hunmonk - December 29, 2007 - 03:29
Official release from CVS tag: DRUPAL-4-7--1-2
Download: logintoboggan-4.7.x-1.2.tar.gz
Size: 45.9 KB
md5_file hash: 06525f85668a95a779a751496dc06828
First released: December 29, 2007 - 03:29
Last updated: December 29, 2007 - 03:30

Changes since DRUPAL-4-7--1-1:

  • #129411 by hunmonk. add pre-auth role to existing roles on registration.
  • #174553 by baldwinlouie, hunmonk: Grammer is incorrect when the password length validation message comes up.
  • #179512 by hunmonk: make redirect support on all user account creations.
  • #204383 by hunmonk: User can register with email address -- doc error. removed faulty doc -- users have always been able to register w/ an email address for a username. tightened check for usernames that are already taken as email addresses by another user.

logintoboggan 5.x-1.1

hunmonk - December 29, 2007 - 03:26
Official release from CVS tag: DRUPAL-5--1-1
Download: logintoboggan-5.x-1.1.tar.gz
Size: 42.26 KB
md5_file hash: 91475c64835de6f0561c19ff5b079e21
First released: December 29, 2007 - 03:26
Last updated: December 29, 2007 - 03:30

Changes since DRUPAL-5--1-0:

  • #129411 by hunmonk. add pre-auth role to existing roles on registration.
  • #174553 by baldwinlouie, hunmonk: Grammer is incorrect when the password length validation message comes up.
  • #179512 by hunmonk: make redirect support work on all user account creations.
  • #179512 by hunmonk: make confirmation redirects work for core email validation as well.
  • consistent capitalization for module name.
  • clean up todo/wishlist.
  • clean up formatting/help text in _form_alter().
  • use proper auth user constant.
  • #196553 by hunmonk, webchick:: LoginToboggan interferes with other modules altering registration form. manually place the registration submit function at the beginning of the submit handlers.
  • #197906 by hunmonk: Better install instructions.
  • #197906 by hunmonk: Add description for 'Block type' setting.
  • make username/password title/description themable, and don't clobber exiting attributes. some comment cleanup.
  • get rid of shouting in login form titles/descriptions.
  • #196298 by hunmonk: make login/register link themable, and smart about registration options.
  • #198551 by hunmonk: User registration guidelines not on top of registration form. properly re-weight the help text.
  • #204383 by hunmonk: User can register with email address -- doc error. removed faulty doc -- users have always been able to register w/ an email address for a username. tightened check for usernames that are already taken as email addresses by another user.

logintoboggan 4.7.x-1.1

hunmonk - July 12, 2007 - 02:48
Official release from CVS tag: DRUPAL-4-7--1-1
Download: logintoboggan-4.7.x-1.1.tar.gz
Size: 45.11 KB
md5_file hash: 9322ea7b40163879cb2b5fd054e6e7b2
First released: July 12, 2007 - 02:48
Last updated: July 12, 2007 - 02:50

This release fixes a potential security vulnerability, though it is practically impossible to exploit. All sites using LoginToboggan should consider upgrading, but this should not be considered an urgent task. Please see DRUPAL-SA-2007-016 for more information.

In addition, this release includes the following bug fixes:

  • FIXED: removed unneccessary textfield length for email confirmation
  • FIXED: proper destination handling when a login attempt fails.

logintoboggan 5.x-1.0

hunmonk - July 12, 2007 - 02:47
Official release from CVS tag: DRUPAL-5--1-0
Download: logintoboggan-5.x-1.0.tar.gz
Size: 36.09 KB
md5_file hash: e5627d4a20490dcce740c75308ab68a9
First released: July 12, 2007 - 02:47
Last updated: July 12, 2007 - 02:50

This release fixes a potential security vulnerability, though it is practically impossible to exploit. All sites using LoginToboggan should consider upgrading, but this should not be considered an urgent task. Please see DRUPAL-SA-2007-016 for more information.

In addition, this release includes the following changes:

  • FIXED: login page on access denied setting was getting wiped out upon save of module admin page.
  • FIXED: help text positioned in the middle of the login form rather than the top when email confirm feature is enabled.
  • FIXED: text substitutions variables in re-validation email.
  • ADDED: call user update hook when a user validates their email -- include special 'logintoboggan_email_validated' marker in the user object for the call.

logintoboggan 5.x-1.x-dev

Gary Feldman - January 15, 2007 - 21:35
Nightly development snapshot from CVS branch: DRUPAL-5
Download: logintoboggan-5.x-1.x-dev.tar.gz
Size: 43.42 KB
md5_file hash: 07070392540ba9627f47c23ead83ac80
First released: January 15, 2007 - 21:35
Last updated: June 10, 2008 - 00:05

Development release for the DRUPAL-5 branch.

logintoboggan 4.7.x-1.0

Gary Feldman - December 22, 2006 - 02:48
Official release from CVS tag: DRUPAL-4-7--1-0
Download: logintoboggan-4.7.x-1.0.tar.gz
Size: 39.77 KB
md5_file hash: 62ea4a6e91749f1c293f6e300256173b
First released: December 22, 2006 - 02:48
Last updated: December 21, 2006 - 22:50

This is the first official 4.7 release of logintoboggan. It has been in use for some time now, and is ready for a release under the new system.

Please see the CVS log for the DRUPAL-4-7 branch for a detailed list of changes.

logintoboggan 6.x-2.x-dev

Gary Feldman - November 11, 2006 - 09:14
Nightly development snapshot from CVS branch: HEAD
Download: logintoboggan-6.x-2.x-dev.tar.gz
Size: 47.22 KB
md5_file hash: 424e1930d7d16d42316696accc6aec0e
First released: November 11, 2006 - 09:14
Last updated: June 11, 2008 - 00:06

logintoboggan 4.6.x-1.x-dev

Gary Feldman - February 14, 2006 - 06:30
Nightly development snapshot from CVS branch: DRUPAL-4-6
Download: logintoboggan-4.6.x-1.x-dev.tar.gz
Size: 22.09 KB
md5_file hash: 3ebb7500d468d9ded34f4f748b0246fb
First released: February 14, 2006 - 06:30
Last updated: December 17, 2006 - 20:08

logintoboggan 4.7.x-1.x-dev

Gary Feldman - January 28, 2006 - 04:30
Nightly development snapshot from CVS branch: DRUPAL-4-7
Download: logintoboggan-4.7.x-1.x-dev.tar.gz
Size: 45.9 KB
md5_file hash: 5e4d28de6f823eb3a63f85cbeaa093f2
First released: January 28, 2006 - 04:30
Last updated: December 29, 2007 - 12:06
 
 

Drupal is a registered trademark of Dries Buytaert.