-
Bugfix Changing 'safe_value' to 'value' as it should be.
-
Patch to support block id's in various themes without hardcoding it.
-
Node Access Wrap the User Alert display with a node access check so content access modules can interact with User Alert.
-
Changes Removing 'div' from the selector to support themes who may use the section tag instead of a div when outputting a block.
-
Changes - Fixing paths of user alert to be under config instead of settings (leftover D6 code) - Removed 'und' from preprocess function and used $vars['node']->language instead
-
Changes Fix spacing issues (tab 2).
-
Changes Add support for basePath and clean URLs.
-
Changes Fix spacing issues.
-
Support Drupal caching for anonymous users Change the menu delivery callbacks to ajax_deliver to prevent caching of the AJAX path in the database. Add url_prefix to Drupal.settings. Fix the goofy logic in user_alert_display_alert.
-
Add support for basePath and clean URLs Add support in the AJAX callbacks for basePath and clean URLs instead of hardcoding the path.