| Download | Size | md5 hash |
|---|---|---|
| subscriptions-5.x-2.3.tar.gz | 102.52 KB | c5fd8a4847a5122db1a06b8faeb256a7 |
| subscriptions-5.x-2.3.zip | 124.76 KB | 41db137ed45286b93fe3c00c23b1f05f |
Subscriptions 2 for Drupal 5.x has been rewritten from the ground up by chx and salvis, starting in November 2007 and completing in April 2008. Ongoing development has proceeded through 12 beta versions and one release candidate. We wish to thank the community for your continued testing and feedback, which helped to bring Subscriptions 2.0 into its present form.
The prior version 1.9 was known to be buggy beyond repair and has been unsupported since 2007. Subscriptions 2.0 provides an upgrade path that migrates all the information of a working 1.9 installation. As it creates completely new tables, it saves your 1.9 tables as {subscriptions_old} and {subscriptions_holding_old}; you can delete these tables after completing the upgrade.
Upgrading large sites from 1.9 to 2.x:
If your site has a large number of users, upgrading may take considerable time: depending on where you start, progress may quickly go to 80% or beyond, but it may take minutes or even hours to complete update 7, because update 7 loads and saves every user record in your database.
Changes for subscriptions 5.x-2.3:
Enhancements:
- Avoid potential naming conflicts.
- #296995: Change defaults to send comments and updates.
- #283721: Add a List-Id header according to RFC 2919.
Bugs fixed:
- Clean up: eliminate notices.
- Fix the anchor on the node form fieldset.
- Remove obsolete database table backup function when upgrading from 5.x-1.x.
- #294381: Fine-tune the German translation, fix some replacable strings in all languages.
- #294381: Update German translation.
- #291929: Use hook_taxonomy() and hook_node_type() to catch deletions and clean out orphaned subscriptions.
- #292654: On-comment subscriptions by author must check the node author, not the comment author.
- #290882: Fix prior patch for #289965.
- #289965: 'Blocked content types' must override 'Auto-subscribe'.
- #288553: Fix untranslated 'Auto-subscribe'.
- #280182: Split the checkboxes and their labels into two separate columns to avoid toggling the checkboxes when clicking a label link.
- Fix display of empty Page form.
- #287591: Don't display Subscribe UI for anonymous users.
- Tune some strings, no functional change.
- #269617: Fix pgsql section of contributed moderate_content_notifications_install().
- #281600: Add explanatory code comment for error message about missing {subscriptions_user} records (no functional changes).
- #286292: Avoid duplicate id on the Save button.
- Don't use drupal_goto() in a form submit handler.