drupalvb 5.x-2.0-rc1
sun - April 30, 2008 - 00:09
| Download | Size | md5 hash |
|---|---|---|
| drupalvb-5.x-2.0-rc1.tar.gz | 18.65 KB | e1e348aaacbd114bb7760cbd5b111589 |
Official release from CVS tag: DRUPAL-5--2-0-RC-1
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.
