Downloads
Download tar.gz
25.8 KB
MD5: 9dc2135df966f08bce777b393d36237c
SHA-1: 1b6abea2df68587cdad87bea4e06b82255a5136c
SHA-256: 8cf4bfa6152d9ae919003116d5a54a3744ed0108d8c3b679db8253672328e14c
Download zip
30.17 KB
MD5: ea465266ebc299ed84c813cb9edcc4d7
SHA-1: 63346c65fc2ab04db6ce2e917f770075ad79db4c
SHA-256: ae0927f2486116467844f52c0d33d1c914b92dd754004fa89df2b7bb2b4ef109
Release notes
Changes since DRUPAL-5--2-1:
- by sun: Fixed wrong global variable name for $cookie_domain.
- #308857 by smk-ka: Fixed usernames containing non-latin1 characters not synced due to missing encoding.
- #308860 by smk-ka: Added separate login/logout menu handlers to accommodate different session lifetimes.
- #285718 by smk-ka: Added protection against timing problems on heavy Drupal sites, where the redirector could try to register a user twice, resulting in broken user mappings.
- #308858 by smk-ka: Fixed user sessions sometimes not properly created in vBulletin due to a different vB behavior upon user login.
- #290557 by sun: Fixed bad language and timezone set for users created via DrupalvB.
- by sun: Fixed missing global $user object in forum user info block.
- #300835 by frando, sun: Added user import from vB for password recovery form.
- by sun: Fixed missing t() for private messages page in Drupal.
- #285408 by sun: Fixed initial user import cannot happen in drupalvb.install.
- #290557 by sun: Added removal of obsolete drupalvb_default_timezone variable.
- #285408 by sun: Fixed improper use of empty().
- #230678 by sun: Code clean-up in preparation for the port to D6.