Releases for Drupal vB
drupalvb 6.x-2.0
First released: October 18, 2008 - 17:13
Size: 25.9 KB
md5_file hash: a41fe7b342e07cb3bff882d2484a4644
Last updated: October 18, 2008 - 17:15
Changes since DRUPAL-5--2-2:
- #230678 by smk-ka, sun: Ported DrupalvB to Drupal 6.x.
drupalvb 5.x-2.2
First released: October 15, 2008 - 02:39
Size: 25.8 KB
md5_file hash: 9dc2135df966f08bce777b393d36237c
Last updated: October 15, 2008 - 02:40
Changes since DRUPAL-5--2-1:
drupalvb 5.x-2.1
First released: July 16, 2008 - 22:17
Size: 23.87 KB
md5_file hash: 6f29ffe2321da4ceafc27fd87c8868fb
Last updated: July 16, 2008 - 22:20
Changes since DRUPAL-5--2-0:
- #271663 by sun: Updated vBulletin version compatibility note.
- #272846 by smk-ka: Added removal of Drupal vB's variables in hook_uninstall().
- #272845 by smk-ka, sun: Fixed switching database connector breaks vB connection.
- #271663 by smk-ka: Fixed join date of exported users is set to current date.
- #128322 by smk-ka, sun: Code clean-up.
- #252677 by smk-ka, sun: Fixed wrong mapping for existing vB users after logon in Drupal.
- by smk-ka, sun: Added block and Panels content-type for displaying recent user posts.
- by sun: Added block displaying top forum posters.
- #274292 by TW-IYF, sun: Fixed wrong encryption of password in vB session cookie.
drupalvb 5.x-2.0
First released: May 8, 2008 - 10:20
Size: 19.85 KB
md5_file hash: 82f68d3b816d1019f262ad56caf4b418
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:
drupalvb 5.x-2.0-rc3
First released: May 1, 2008 - 23:25
Size: 19.7 KB
md5_file hash: d088739691063badb9bc58eecd680df4
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.
drupalvb 5.x-2.0-rc2
First released: May 1, 2008 - 23:01
Size: 19.58 KB
md5_file hash: 25d6881215ce0b7c24420d1bf9c3db75
Last updated: May 1, 2008 - 23:05
DO NOT USE THIS RELEASE. Update to RC3 instead.
drupalvb 5.x-2.0-rc1
First released: April 30, 2008 - 00:09
Size: 18.65 KB
md5_file hash: e1e348aaacbd114bb7760cbd5b111589
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.
drupalvb 5.x-2.0-beta1
First released: April 22, 2008 - 20:30
Size: 16.74 KB
md5_file hash: cc82ef80966fe5039b09e6f127d6df80
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
First released: April 21, 2008 - 16:57
Size: 26.47 KB
md5_file hash: b7fd22c334bf01d24082bc1f711e6e32
Last updated: May 18, 2009 - 00:07
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
First released: April 21, 2008 - 16:21
Size: 15.33 KB
md5_file hash: a4368e70c6fdff70fe2b7f7ac50d0209
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
First released: February 7, 2008 - 15:18
Size: 15.11 KB
md5_file hash: cf5f7c3fe59c03ea6696d368adfc7e62
Last updated: February 7, 2008 - 15:20
Simple bugfix to cache vB config array.
drupalvb 5.x-1.0
First released: January 31, 2007 - 02:49
Size: 15.01 KB
md5_file hash: 208f40c8c736a2698a1588d8c0cc5500
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
First released: January 26, 2007 - 01:44
Size: 14.76 KB
md5_file hash: cdaad51d32fd8d202456ebc226208e71
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
First released: January 13, 2007 - 23:22
Size: 14.64 KB
md5_file hash: 64d02e32edb448277857da9b5caef888
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
First released: December 18, 2006 - 15:29
Size: 14.14 KB
md5_file hash: 57007c30c31cf5fd643dce36494e9aa9
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 6.x-2.x-dev
First released: November 11, 2006 - 09:14
Size: 26.68 KB
md5_file hash: 9d5c5e3ec1b51ae2c871ac08e53b034e
Last updated: August 12, 2009 - 00:08
drupalvb 4.7.x-1.x-dev
First released: April 15, 2006 - 01:01
Size: 14.15 KB
md5_file hash: 03eacc1c1d898384e18a6ba0fa81443c
Last updated: November 13, 2006 - 12:21
The module should now be operational.
