You are here

CHANGELOG.txt in Persistent Login 6

6.x-1.x-dev
===========

Features:
- Use variable_del() to remove module variables in hook_uninstall().
- #685082 Add option to change the persistent login cookie prefix. Follow up patch: make sure the PL cookie prefix is not "SESS", which is already used by the Drupal session cookie.

Bugfixes:
- #775314 by Gabor Hojtsy - Do not redirect if POST data is available.


6.x-1.4 (2010-01-08)
====================

Release notes:
- Please, read the UPGRADE section in the README.txt.

Features:
- #442782 Limit the number of PL records in the database per user.
- Optimize regex turning off capturing backreferences.
- Added note about max remembered persistent logins. Also, reformatted README.
- Added @file comments.
- Added CHANGELOG.txt.
- #489180 Provide "remember me" checkbox on registration form (when users are able to login immediately).

Bugfixes:
- #448852 Remember me button displays next to User Login link.
- Remove httponly argument, which is new to PHP 5.2.0.
- Fix typo in SQL query, using %s where it should be %d.
- #456452 Take care of language negotiation when checking path during hook_boot().
- #456334 Problems when cookie domains are www.example.com and subdomain.example.com (drupal removes www.).
  Let's derive the PL cookie name from the Drupal session name.
  Also, please check out Drupal issue [#458704].
- #621916 PHP notice before security alert.


6.x-1.4-beta6 (2009-04-27)
==========================

The name of the PL cookie has been changed, so users will be logged out the first time they close the browser. After that, PL will start to recognize the "Remember me" option again.

- #445804 Set PL cookie with the same options as the session cookie.
- #445804 Fix logins not peristing anymore after upgrade to beta5.


6.x-1.4-beta5 (2009-04-25)
==========================

- #127359 Persistent Login across multisite on subdomains.
- #339789 Fix translatable texts in schema.
- #413114 conflict with watchdog.
- #375164 by xibun: German translation.
- #375766 by xibun: Spanish translation.
- #377038 by xibun: French translation.
- #339798 by Kuling: Polish translation.
- #323780 Fix login form alter for compatibility with other modules such as Login Toboggan.
- Added access callback to check permission to erase user's Persistent Login records.
- Fix remaining port to D6 issues in hook_help().
- Add weight to security section in user profile view.
- Delete all module variables in hook_uninstall().
- Moved a few functions to external file that's loaded when needed.
- Remove debug code (insecure).
- Minor coding-style issues here and there.


6.x-1.4-beta4 (2008-10-28)
==========================

- #327279 Fix redirects to urlencoded paths on PL login.
- #326279 by sun: Code clean-up.
- #254506 by markus_petrux, rightchoice2c_me: Fix menu items for D6.
- #278269 by sual11: Include includes/path.inc for drupal_goto().
- #246079 Remove closing ?> tags.


6.x-1.4-beta3
=============

- There was no beta3.


6.x-1.4-beta2 (2007-12-20)
==========================

- The only user-visible change in this version is that when a user clicks 'logout' their PL cookie is deleted.


6.x-1.4-beta1 (2007-10-11)
==========================

- Reorganize the Persistent Login database schema and queries to be much more efficient.
- Move hook_schema to .install from .schema; remove .schema.
- Make the "Welcome back, username" message optional.
- Don't redirect to paths with %252F in them on login.


6.x-1.3 (2007-08-10)
====================

- First version of Persistent Login for Drupal 6. Functionally identical to Persistent Login 5.x-1.3.

File

CHANGELOG.txt
View source
  1. 6.x-1.x-dev
  2. ===========
  3. Features:
  4. - Use variable_del() to remove module variables in hook_uninstall().
  5. - #685082 Add option to change the persistent login cookie prefix. Follow up patch: make sure the PL cookie prefix is not "SESS", which is already used by the Drupal session cookie.
  6. Bugfixes:
  7. - #775314 by Gabor Hojtsy - Do not redirect if POST data is available.
  8. 6.x-1.4 (2010-01-08)
  9. ====================
  10. Release notes:
  11. - Please, read the UPGRADE section in the README.txt.
  12. Features:
  13. - #442782 Limit the number of PL records in the database per user.
  14. - Optimize regex turning off capturing backreferences.
  15. - Added note about max remembered persistent logins. Also, reformatted README.
  16. - Added @file comments.
  17. - Added CHANGELOG.txt.
  18. - #489180 Provide "remember me" checkbox on registration form (when users are able to login immediately).
  19. Bugfixes:
  20. - #448852 Remember me button displays next to User Login link.
  21. - Remove httponly argument, which is new to PHP 5.2.0.
  22. - Fix typo in SQL query, using %s where it should be %d.
  23. - #456452 Take care of language negotiation when checking path during hook_boot().
  24. - #456334 Problems when cookie domains are www.example.com and subdomain.example.com (drupal removes www.).
  25. Let's derive the PL cookie name from the Drupal session name.
  26. Also, please check out Drupal issue [#458704].
  27. - #621916 PHP notice before security alert.
  28. 6.x-1.4-beta6 (2009-04-27)
  29. ==========================
  30. The name of the PL cookie has been changed, so users will be logged out the first time they close the browser. After that, PL will start to recognize the "Remember me" option again.
  31. - #445804 Set PL cookie with the same options as the session cookie.
  32. - #445804 Fix logins not peristing anymore after upgrade to beta5.
  33. 6.x-1.4-beta5 (2009-04-25)
  34. ==========================
  35. - #127359 Persistent Login across multisite on subdomains.
  36. - #339789 Fix translatable texts in schema.
  37. - #413114 conflict with watchdog.
  38. - #375164 by xibun: German translation.
  39. - #375766 by xibun: Spanish translation.
  40. - #377038 by xibun: French translation.
  41. - #339798 by Kuling: Polish translation.
  42. - #323780 Fix login form alter for compatibility with other modules such as Login Toboggan.
  43. - Added access callback to check permission to erase user's Persistent Login records.
  44. - Fix remaining port to D6 issues in hook_help().
  45. - Add weight to security section in user profile view.
  46. - Delete all module variables in hook_uninstall().
  47. - Moved a few functions to external file that's loaded when needed.
  48. - Remove debug code (insecure).
  49. - Minor coding-style issues here and there.
  50. 6.x-1.4-beta4 (2008-10-28)
  51. ==========================
  52. - #327279 Fix redirects to urlencoded paths on PL login.
  53. - #326279 by sun: Code clean-up.
  54. - #254506 by markus_petrux, rightchoice2c_me: Fix menu items for D6.
  55. - #278269 by sual11: Include includes/path.inc for drupal_goto().
  56. - #246079 Remove closing ?> tags.
  57. 6.x-1.4-beta3
  58. =============
  59. - There was no beta3.
  60. 6.x-1.4-beta2 (2007-12-20)
  61. ==========================
  62. - The only user-visible change in this version is that when a user clicks 'logout' their PL cookie is deleted.
  63. 6.x-1.4-beta1 (2007-10-11)
  64. ==========================
  65. - Reorganize the Persistent Login database schema and queries to be much more efficient.
  66. - Move hook_schema to .install from .schema; remove .schema.
  67. - Make the "Welcome back, username" message optional.
  68. - Don't redirect to paths with %252F in them on login.
  69. 6.x-1.3 (2007-08-10)
  70. ====================
  71. - First version of Persistent Login for Drupal 6. Functionally identical to Persistent Login 5.x-1.3.