-
Tag -rc1 Release Candidate 1
-
Remove comment Removing commented out line.
-
bug #1337000: fix moving of tickets including comments and attachments Update comment moving logic for Drupal 7.
-
bug #1327278: load full file object before using it in notifications Comments field doesn't include full file object; load it before accessing uri to build url for notification emails.
-
bug #1392084: fully uninstall support module Uninstalling the support module now deletes all support tickets, permissions and variables.
-
o bug #1405196: be sure $node->notification is set before using it Fix Notice: Undefined property: stdClass::$notification in support_node_insert().
-
bug #1428572: check that the i18n_variable module is installed (which depends on the i18n module), not the i18n module itself If the i18n module was enabled, but not the i18n_variable module, we'd call i18n_variable_get() which wasn't defined and cause a 500 error.
-
bug #1390156: prevent error if no valid $client object selected Handle case where $_SESSION['support_client'] isn't set and there are more than 2 clients defined.
-
bug #1446116: cleanup support_comment_view() protect against unloaded user object Be sure $previous_account and $current_account are objects before accessing.
-
bug #1446116: protect against $client not loading Gracefully handle if support_client_load() returns FALSE