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-RC-2:
#253652 by sun: Fixed invalid passwords in vB after exporting users.
Changes since DRUPAL-5--2-0-RC-1:
#253030 by mistlethrush, sun: Fixed user passwords not updated during export.
#253200 by sun: Fixed missing database table prefix after upgrading to 2.x.
#253076 by sun: Fixed fatal error if db connection is not valid.
#253521 by sun: Fixed SQL error if vB user profile contains additional fields.
#253653 by sun: Added warning to user export action.
Code clean-up for block configuration/output.
#253652 by sun: Fixed invalid passwords in vB for new/updated/exported users.
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.
Be sure to backup your site/database in front of upgrading to this code, and ensure to run update.php afterwards. Do not use in production environments yet.
The module has finally been updated for 5.x. This includes the database prefixing and user exporting patches submitted by valcker and some new configuration options for site owners to control the level of account integration between Drupal and vBulletin. Enjoy!
Last update of the 4.7 version before moving onto 5.0. This version finally includes valcker's old patch for database prefixing, slightly modified. Cheers!
Alrighty... added in a few new features, including an action handler by valcker that allows for exporting of users from Drupal to vBulletin and a few new settings to allow admins control over what dual login/account synchronization features they want enabled.
Bug fix for password generation, too... I had to revert a previous fix... and I just realized I might have to debug the fix for the bug. hehe We'll see.
First release with new project deployment system. Packaging up the previous stable release with two issue fixes. (Still no support for vB database prefixes, but I still have the patch somewhere! No support for 5.0 yet.)