Downloads
Release notes
This is a ground-up rewrite of subscriptions.
This is a BETA release:
- Back up your database before installing!
- Do not install on a production site!
- Some features may be missing or incomplete or buggy...
The official release version is still subscriptions 5.x-1.9. However, it's known to be buggy and it's unmaintained. We are working hard on getting 2.0 out and you can help it by trying it out and reporting bugs.
All changes by Salvis unless noted otherwise.
Update Spanish translation, by develCuy.
New moderate_content_notifications module in contrib.
Update strings and German translation for suppressing Subscriptions notifications on comment updates.
Allow users with 'administer comments' to suppress Subscriptions notifications on comment updates.
Implement $event['noqueue_uids'].
Don't use db_query_range() for UPDATE.
Fix cosmetic issues (no functional change).
Change 'pqsql' case to use 'serial'.
Fix possible sources of watchdog errors.
Add init_theme() before theme_get_setting() to ensure the theme system is initialized.
Change 'set-up' to 'setup', no functional change.
Allow hiding the 'by author' subscriptions options.
Commit Italian translation.
Add subscriptions_cck add-on module to provide CCK fields to the mail templates.
Fix watchdog cron summary message.
Expand !full_node warning message.
Add CSS class and hint to 'Subscribe' link.
Remove deprecated call-time pass-by-reference.
Remove any trailing spaces from email notifications.
Generate helpful warning for bad $base_url.
Make !full_node variable optional.
Update README.txt.
Restrict 'Subscribe' link to nodes only, not comments.
Fix !sender_... variables.
Add some useful links to admin/settings/subscriptions.
Undo inadvertent change @281 to subscriptions_ui_link().