Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 61.81 KB
MD5: b52ce6a7caea60f07db963e6ef5d8954
SHA-1: a4989ce26851a0fe3ccce551a39d33f8095d83df
SHA-256: 986af4aa281989a48b19be1c2fd1e6e66d905a62d2506863cf667f2569869a7a
Download zip 74.82 KB
MD5: 73e4e4336ac78260660421a75229b427
SHA-1: f5ca3fda99bcf5312b707c91fbee048004ebbe16
SHA-256: 67b7b44ad20c4482db168a54ef412babc6c828543ca218d11401d5c319282b16

Release notes

This is ALPHA5 of Subscriptions for Drupal 7.

We encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #1172646-9: Subscriptions for D7 for details.

It has had little testing so far and is certainly not ready for production yet.

ALPHA5 has the following requirements:

  1. Drupal 7.5 or later,
  2. Mail Editor 7.x-1.0-alpha2 or later,
  3. Token 7.x-1.0-beta6, plus
  4. the Token patch in #1195874-20: Need to figure out how to create nested tokens from the array token type (not any later one!)
  5. Be sure to run update.php after installing it!

The Token patch will not change existing functionality in Token, but if you're not able or not willing to patch Token, then ALPHA5 will not work for you! The patch adds the ability to handle arrays of objects (rather than just strings), which is needed for tokens like [subs:comments] and [subs:files:field_FILES]. We hope to get the patch accepted into Token, but if we can't, we'll provide the necessary functionality outside of Token. If these tokens work for you, then we'd appreciate a favorable comment in the Token issue.

Upgrading from ALPHA3 or earlier:
If you copy the new files over the old ones, then please remove the subscriptions.mail.inc file — it's not part of the package anymore. In case you get an error mentioning SubscriptionsMailSystem then you need to manually remove the 'mail_system' variable.

Changes since ALPHA4:
New features:
- MAJOR OVERHAUL:
-- Switch proprietary !variables to [tokens].
-- Integrate with new Mail Editor, including preview.
-- Migrate conditional text processing to Mail Editor.
-- Reduce templates to content types only.
- Get ready for Mail Editor.
Bugs fixed:
- #1286838 by mgriego: Check permission before presenting taxa subscribe options.
- #1276182: Fix a warning in theme_subscriptions_ui_table().
- #1280192: Fix form_alter() of content bulk processing.
- Remove old D5 database tables, if they're still hanging around.
- Tune diagnostics in case of mail failures.
- #1252786: Fix incorrect teaser handling.
- #1259662: Fix completely broken subscriptions_tableselect.js.
- #1258698: Fix default subscriptions not being assigned to new users.

Created by: salvis
Created on: 8 Oct 2011 at 11:35 UTC
Last updated: 29 Nov 2013 at 17:18 UTC
New features
Bug fixes
Unsupported

Other releases