Hotfix

Broken login block in 4.7.6.4

Hotfix!

In 4.7.6.4 the drupal user login block/form is broken because of a fix related to the resetting of a global variable.
This fix will restore the functionality of the login block.

read more

Improper request variable cleanup

Hotfix!

The request variable cleanup performed by vBulletin can interfere with certain Drupal modules. This fix will make sure vBulletin's clean up doesn't harm Drupal.

read more

Node search index issue with MySQL >=5.0.13

Hotfix!

This hotfix addresses an search index updating issue when using MySQL 5.0.13 or later.
When using this version of MySQL the nodes were not properly updated, this was due to a change in how certain SQL functions behaved.

read more

Comment thread updating

Hotfix!

Comment threads used the be updated every time the node was updated. Even if the thread wasn't created by the comment module resulting in loss of data. This hotfix will only update threads that were auto generated.

read more

Newlines and other markup in generated threads

Hotfix!

This hotfix will fix newlines and other markup in the generated comment threads.
The summary in the created thread will now be properly formatted.

read more

Username and email validation error

Hotfix!

This hotfix will fix the validation error users will get when they update their account under the menu option "my account".

read more

Mixed database character set corruption

Hotfix!

Drupal uses utf8 as character set, vBulletin uses latin1 by default. From MySQL 4.1 and up the database connection is initialized to user a given characterset. This can cause potential problems when data is saved from within the Drupal space to vBulletin tables.

This hotfix changes the character set to utf8 before executing a Drupal database query and resets it afterwards.

read more

Powered by Drupal - Modified by Danger4k