Downloads

Download tar.gz 58.99 KB
MD5: b15a7ec9176735f69ca9c962573e4a51
SHA-1: a667eefc51ca0beb0bd4af9ef76bb2c8f5ea3057
SHA-256: c6e1b27d0e227e489d28ab227d0a88d6d2cf9d53eb0aa63367449854308fbe6c
Download zip 70.11 KB
MD5: 32eb81cd54fa4fcbd187565918412b64
SHA-1: f0fc6503aedf45da2b1e3c61c1e1bd2eb924b1ed
SHA-256: 6608da5c568babcc00bdaf38c2c96a165a6aef1407536edcae9a516f94caa669

Release notes

Huge new release, with many new features! Highlights include:

  • expansion of what can be imported from vBulletin including blogs, social groups, message walls and birthdays;
  • import data and photos from Photopost;
  • a very basic URL forwarder;
  • new Import API module providing helper functions and abstraction for database imports;
  • private messages, social groups, message walls etc. are split out from the main vB to Drupal module and have their own dependencies: only import the data you need!

Full list of changes since 6.x-1.0:

  • #1062428 by Liam McDermott: Fixed error occurred while processing _vbtodrupal_fixbbcode() (second attempt).
  • by Liam McDermott: Fixed BBCode incompatibility in quote tags when a post reference is included.
  • #1062404 by Liam McDermott: Added import for files and avatars stored on disk.
  • by Liam McDermott: Fixed import id columns are not created if vBulletin posts were not imported from another system.
  • bug fix by Liam McDermott: revert 'Updated Privatemsg import to track a schema change.' since schema change was only made in the development version.
  • by Liam McDermott: Fixed 'Column uid is ambiguous' SQL error when importing user signatures.
  • by Liam McDermott: Fixed erroneously included debug code.
  • by Liam McDermott: Fixed signatures of existing Drupal users not being imported.
  • by Liam McDermott: Fixed imported forum topics with no replies ordered incorrectly in topic lists.
  • by Liam McDermott: Fixed some users not being included when attaching imported data to existing Drupal users.
  • by Liam McDermott: Fixed SQL error when updating imported signatures.
  • by Liam McDermott: Fixed timeouts when attaching imported data to existing Drupal users by refactoring the process.
  • by Liam McDermott: Fixed comment BBCode compatibility update not working.
  • by Liam McDermott: Fixed BBCode compatibility update not working.
  • by Liam McDermott: Added avatar import when files are stored on disk instead of the vBulletin database.
  • by Liam McDermott: Updated Privatemsg import to track a database schema change.
  • by Liam McDermott: Fixed missing WHERE when linking vBulletin and Drupal users.
  • Stripping CVS keywords
  • by Liam McDermott: Added user picture import for existing users (where the existing Drupal user does not have a picture already).
  • by Liam McDermott: Fixed slow comment imports in vB to Organic Groups and vB to Blog modules.
  • by Liam McDermott: Fixed not all birthday records being imported into {profile_values}.
  • by Liam McDermott: Fixed timeouts when updating BBCode.
  • by Liam McDermott: Fixed duplicate record errors when attaching imported content to existing Drupal users.
  • by Liam McDermott: Fixed missing dependency on Content Copy in vB social groups to Drupal.
  • #1062428 by Liam McDermott: Error occurred while processing _vbtodrupal_fixbbcode().
  • by Liam McDermott: Fixed incorrect maximum DOB id causing birthday deletes to fail.
  • by Liam McDermott: Changed delete hooks for birthdays, private messages and blogs so they are in their constituent modules.
  • by Liam McDermott: Fixed 'MySQL has gone away' error when importing posts.
  • by Liam McDermott: Fixed 'Unknown column "bt.title"' error in post import.
  • by Liam McDermott: Fixed slow BBCode compatibility code causing PHP timeouts.
  • #982448 by Liam McDermott: Fixed forum post import failing with 502 error (SQL error redux attempt two).
  • #982448 by Liam McDermott: Fixed forum post import failing with 502 error (SQL error redux).
  • #982448 by Liam McDermott: Fixed forum post import failing with 502 error.
  • by Liam McDermott: Fixed vB Blogs to Drupal module's constants erroneously placed in the vB to Drupal module file.
  • by Liam McDermott: Changed import module names and descriptions for consistency and ease of use.
  • by Liam McDermott: Changed import parts that rely on contrib modules so they are separated into discrete modules, with their own dependencies.
  • by Liam McDermott: Fixed 'Missing argument 1' error during Photopost import.
  • by Liam McDermott: Fixed inconsistent batch messages during OG import.
  • by Liam McDermott: Added basic support for redirecting vBulletin and Photopost URLs.
  • by Liam McDermott: Added vBulletin message wall import (to FBSS).
  • by Liam McDermott: Fixed missing CCK import.
  • by Liam McDermott: Added vBulletin social groups import (to Organic Groups).
  • by Liam McDermott: Fixed *_ADD_TO_IDS constants not in logical order.
  • by Liam McDermott: Fixed superfluous module weight setting on Photopost to Drupal install (since it no longer relies on vBulletin to Drupal).
  • by Liam McDermott: Fixed dependencies for Photopost to Drupal.
  • by Liam McDermott: Added Photopost user import, for those not already in Drupal.
  • by Liam McDermott: Added Photopost 'extra' fields import.
  • by Liam McDermott: Added basic CSS and Javascript to make Photopost users feel comfortable.
  • by Liam McDermott: Added ImageCache presets based on Photopost image sizes.
  • by Liam McDermott: Fixed included Photopost CCK fields not being installed properly.
  • by Liam McDermott: Fixed incorrect parameter in SQL function.
  • by Liam McDermott: Fixed static variable check.
  • by Liam McDermott: Added Photopost keyword import.
  • by Liam McDermott: Changed vBulletin import by removing superseded orphan content function.
  • by Liam McDermott: Added extendable support for linking existing vBulletin users to imported content.
  • by liammcdermott: Fixed grammatical error and missing dependency in .info file.
  • by Liam McDermott: Added birthdays import (requires Birthdays module).
  • by Liam McDermott: Added biography import.
  • Fixed constants that should have been included in previous API Module commit.
  • by Liam McDermott: Added vBulletin blog import.
  • by Liam McDermott: Added API module, which absorbed the shared constants file.
  • Reverting last commit, due to mistake.
  • Removing constants file in favour of using an API module instead.
  • by Liam McDermott: Changed constants by moving Photopost related constants to shared file.
  • by Liam McDermott: Changed shared constants so they are in their own file.
  • by Liam McDermott: Added Photopost import module.
  • by Liam McDermott: Added new API to allow extending import process.
  • by Liam McDermott: Fixed MySQL running out of disk space when updating comment threads.
  • by Liam McDermott: Fixed SQL errors when importing profile fields.
  • task by Liam McDermott: Merging changes in DRUPAL-6--1 into HEAD.
  • Stripping CVS keywords
  • by Liam McDermott: Fixed incorrect table prefix when using Drupal database with vBulletin username.
  • by Liam McDermott: Added check for files and user picture directories.
  • by Liam McDermott: Fixed MySQL running out of disk space when updating comment threads.
  • by Liam McDermott: Fixed SQL errors when importing profile fields.
  • task by Liam McDermott: Revert previous commit, more than one patch committed by accident.
  • by Liam McDermott: Fixed SQL errors when importing profile fields.
Created by: liam mcdermott
Created on: 6 May 2011 at 19:45 UTC
Last updated: 6 May 2011 at 19:46 UTC
New features
Bug fixes
Unsupported

Other releases