Downloads
Download tar.gz
18.65 KB
MD5: e1e348aaacbd114bb7760cbd5b111589
SHA-1: c361a771dcc11453568be56ba6540e33ff122123
SHA-256: cb5c5dc3700ce9b47a4aafbf914c08e428cbe56c531dda590898b8b7606bb1cf
Download zip
22.21 KB
MD5: fac633629db1b48c251b4821ba2e8d5e
SHA-1: 67c2004214cef30b1efa6f2a779f142ff42a97fa
SHA-256: d1cf812f367334791d38e8c9d9979f6b79ef9c4679e0931ba2e579d09c5c197a
Release notes
Be sure to backup your site/database in front of upgrading to this code, and ensure to run update.php afterwards. Please report any issues you find in the issue queue.
Changes since DRUPAL-5--2-0-BETA1:
- #250439 by sun: Fixed database table prefix must not be required.
- #177074 by sun: Fixed login to vB admin cp after user export.
- Added vB variables (options) output for development/debugging.
- #130048 by sun: Fixed vB user creation failed due to mysql-specific function.
- Code clean-up, primarily regarding drupalvb_set_login_cookies().
- #249901 by sun: Changed drupalvb_create/update_user() function signatures.
- #252677 by sun: Added validation to prevent users from registering existing vB usernames.
- #142368 by sun: Fixed login error if default language is not English.
- #121148 by sun: Added lazy instantiation of existing vB users in Drupal.
Changes since DRUPAL-5--1-2:
- Complete module re-write.
#131877 by sun: Fixed warning messages if config.php could not be found.
#119327 by sun: Fixed wrong forum path due to missing database access.
#130048 by sun: Fixed fatal error on mysqli by implementing new database interface.
#119334 by sun: Fixed SQL errors due to wrong db_url.
#114718 by sun: Fixed table not found error due to wrong table prefix. - Fixed wrong include path for drupalvb.inc.php.
- Fixed PHP fatal error in user export action.
- Added variable to switch db connection only when necessary.