Downloads
Release notes
This is version 1.5 of Subscriptions for Drupal 6.
Changes since 1.4:
Enhancements:
- #1015320: Check for $base_url errors during cron, too.
- #1249502: Implement bulk subscribe and unsubscribe.
- #1473804 by gregarios, salvis: Add option to pass filtered HTML node bodies to drupal_mail().
- #1430446 by DamienMcKenna: Add more hook_alter calls.
- #1422880 by DamienMcKenna: Allow other modules to alter the node options.
- #1212582: Implement 'suspend own subscriptions' permission.
Bugs fixed:
- Fix some minor translation issues.
- #1585516: Remove all arg() calls, which caused issues with non-standard paths.
- #1348764: PostgreSQL GROUP BY quirk when creating or saving nodes.
- #1338506: Avoid auto-subscribing users that don't have the 'subscribe to content' permission.
- #1482720: PostgreSQL does not have IF(), use CASE instead.
- Use content type names rather than machine names for the template descriptions.
- #1358634 by rbayliss: Fix double-escaped node type in node subscribe form.
- #1083534: Fix warning when bulk-deleting nodes.
- #1286838 by mgriego: Check permission before presenting taxa subscribe options.
- Backport some minor issues that were uncovered during porting to D7.