4.7.4.0

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

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 - Maintained by DMG-projects