Releases for Drupal vB

drupalvb 5.x-2.0

sun - May 8, 2008 - 10:20
Official release from CVS tag: DRUPAL-5--2-0
Download: drupalvb-5.x-2.0.tar.gz
Size: 19.85 KB
md5_file hash: 82f68d3b816d1019f262ad56caf4b418
First released: May 8, 2008 - 10:20
Last updated: May 8, 2008 - 10:25

Be sure to backup your database(s) in front of upgrading to 2.x, and ensure to run update.php afterwards.

Changes since DRUPAL-5--2-0-RC-3:

  • #131089 by sun: Fixed docs about cookiedomain.
  • #131089 by sun: Fixed dual login; unable to unserialize vB's datastore options.
  • #253076 by sun: Fixed database connection errors when db is not setup properly.
  • Updated implementation notes in documentation.

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.

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.

drupalvb 5.x-2.0-rc3

sun - May 1, 2008 - 23:25
Official release from CVS tag: DRUPAL-5--2-0-RC-3
Download: drupalvb-5.x-2.0-rc3.tar.gz
Size: 19.7 KB
md5_file hash: d088739691063badb9bc58eecd680df4
First released: May 1, 2008 - 23:25
Last updated: May 1, 2008 - 23:30

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.

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.

drupalvb 5.x-2.0-rc2

sun - May 1, 2008 - 23:01
Official release from CVS tag: DRUPAL-5--2-0-RC-2
Download: drupalvb-5.x-2.0-rc2.tar.gz
Size: 19.58 KB
md5_file hash: 25d6881215ce0b7c24420d1bf9c3db75
First released: May 1, 2008 - 23:01
Last updated: May 1, 2008 - 23:05

DO NOT USE THIS RELEASE. Update to RC3 instead.

drupalvb 5.x-2.0-rc1

sun - April 30, 2008 - 00:09
Official release from CVS tag: DRUPAL-5--2-0-RC-1
Download: drupalvb-5.x-2.0-rc1.tar.gz
Size: 18.65 KB
md5_file hash: e1e348aaacbd114bb7760cbd5b111589
First released: April 30, 2008 - 00:09
Last updated: April 30, 2008 - 00:10

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.

drupalvb 5.x-2.0-beta1

sun - April 22, 2008 - 20:30
Official release from CVS tag: DRUPAL-5--2-0-BETA1
Download: drupalvb-5.x-2.0-beta1.tar.gz
Size: 16.74 KB
md5_file hash: cc82ef80966fe5039b09e6f127d6df80
First released: April 22, 2008 - 20:30
Last updated: April 22, 2008 - 20:35

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.

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.

drupalvb 5.x-2.x-dev

sun - April 21, 2008 - 16:57
Nightly development snapshot from CVS branch: DRUPAL-5--2
Download: drupalvb-5.x-2.x-dev.tar.gz
Size: 19.86 KB
md5_file hash: 9a0d54a4a1a907c2193b3a13f16b4c88
First released: April 21, 2008 - 16:57
Last updated: May 8, 2008 - 12:02

Development snapshot of Drupal vB v2 for Drupal 5.x.

Be sure to backup your site/database in front of upgrading to this code. Do not use development snapshots in production environments.

drupalvb 5.x-1.2

sun - April 21, 2008 - 16:21
Official release from CVS tag: DRUPAL-5--1-2
Download: drupalvb-5.x-1.2.tar.gz
Size: 15.33 KB
md5_file hash: a4368e70c6fdff70fe2b7f7ac50d0209
First released: April 21, 2008 - 16:21
Last updated: April 21, 2008 - 16:25

Note: This will be the last release of the 5.x-1.x series. A completely overhauled v2 is right on the way.

Changes since DRUPAL-5--1-1:

  • #205572 by sun: Fixed PHP fatal error if config.php does not exist.
  • #121148 by kkronyak: Fixed wrong redirection paths in drupalvb_action_handler().
  • #194204 by sun: Removed positive status messages after login, registration, aso.
  • #128322 by sun: Added docs about cookie domain.
  • Updated documentation.
  • Major code clean-up.
  • Further code clean-up; added PHPdoc blocks.

drupalvb 5.x-1.1

rszrama - February 7, 2008 - 15:18
Official release from CVS tag: DRUPAL-5--1-1
Download: drupalvb-5.x-1.1.tar.gz
Size: 15.11 KB
md5_file hash: cf5f7c3fe59c03ea6696d368adfc7e62
First released: February 7, 2008 - 15:18
Last updated: February 7, 2008 - 15:20

Simple bugfix to cache vB config array.

drupalvb 5.x-1.0

rszrama - January 31, 2007 - 02:49
Official release from CVS tag: DRUPAL-5--1-0
Download: drupalvb-5.x-1.0.tar.gz
Size: 15.01 KB
md5_file hash: 208f40c8c736a2698a1588d8c0cc5500
First released: January 31, 2007 - 02:49
Last updated: January 31, 2007 - 02:50

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!

drupalvb 4.7.x-1.3

rszrama - January 26, 2007 - 01:44
Official release from CVS tag: DRUPAL-4-7--1-3
Download: drupalvb-4.7.x-1.3.tar.gz
Size: 14.76 KB
md5_file hash: cdaad51d32fd8d202456ebc226208e71
First released: January 26, 2007 - 01:44
Last updated: January 26, 2007 - 01:45

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!

drupalvb 4.7.x-1.2

rszrama - January 13, 2007 - 23:22
Official release from CVS tag: DRUPAL-4-7--1-2
Download: drupalvb-4.7.x-1.2.tar.gz
Size: 14.64 KB
md5_file hash: 64d02e32edb448277857da9b5caef888
First released: January 13, 2007 - 23:22
Last updated: January 13, 2007 - 19:25

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.

drupalvb 4.7.x-1.1

rszrama - December 18, 2006 - 15:29
Official release from CVS tag: DRUPAL-4-7--1-1
Download: drupalvb-4.7.x-1.1.tar.gz
Size: 14.14 KB
md5_file hash: 57007c30c31cf5fd643dce36494e9aa9
First released: December 18, 2006 - 15:29
Last updated: December 18, 2006 - 11:30

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.)

drupalvb HEAD

rszrama - November 11, 2006 - 09:14
Nightly development snapshot from CVS branch: HEAD
Download: drupalvb-HEAD.tar.gz
Size: 15.1 KB
md5_file hash: 93f8f295817d54d04b18881919916028
First released: November 11, 2006 - 09:14
Last updated: February 8, 2008 - 00:04

drupalvb 4.7.x-1.x-dev

rszrama - April 15, 2006 - 01:01
Nightly development snapshot from CVS branch: DRUPAL-4-7
Download: drupalvb-4.7.x-1.x-dev.tar.gz
Size: 14.15 KB
md5_file hash: 03eacc1c1d898384e18a6ba0fa81443c
First released: April 15, 2006 - 01:01
Last updated: November 13, 2006 - 12:21

The module should now be operational.

 
 

Drupal is a registered trademark of Dries Buytaert.