Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download subscriptions-7.x-1.2.tar.gztar.gz 75.81 KB
MD5: ded77dcf7e4d138665071797d0e52103
SHA-1: 67119f8fb71edc24dc0ee39d77c710a3c993ac2e
SHA-256: af3eb29886a8982a34177ce8cacbe258f64cf992efbadc9008020c394a7591d6
Download subscriptions-7.x-1.2.zipzip 92.54 KB
MD5: 440c072511895a0960121720d2be6887
SHA-1: 6251380ab50135202d0bdfbbfe2daa9f5dc35225
SHA-256: 28849966bde908b15a2764ec0782778cb1d79cf47dd1b65380db93ce1fee0c5c

Release notes

This is version 1.2 of Subscriptions for Drupal 7. A lot has been done since 1.1, and unless you're using a recent -dev version, you should definitely update.

It has the following requirements:
1. Drupal 7.13 or later,
2. Mail Editor 7.x-1.0 or later,
3. Token 7.x-1.1 or later
4. Be sure to run update.php after installing it!

Changes since 1.1

Enhancements:
- #2604466 by brad.bulger: Add strict parameter to in_array() tests of content types to allow replacing the selects with checkboxes.
- Tune watchdog message for denied notifications.
- #1867454 by salvis: Implement integration with the Advanced User module for building a list of users subscribed to a given forum.
- Add a note about a dependency on the Field UI core module.
- #2344699 by salvis: Implement support for all core field types at the entity level.
- #2027767 by grndlvl, pattersonc, salvis: Added Workbench moderation support.
- #1575838 by rooby, salvis: Add support to allow making term subscribe options visible for hidden term fields.
- #2073855 by torrance123: Added Allow sending mail notifications to users with $user->access == 0.
- #1993136: Add option to send https links.
- #1984634 by torrance123: Pass the full queue item to hook_subscriptions('mailkey_alter').
- #1932394: New [subs:view] tokens and new 'Subscriptions' view mode.
- #1895602: Add more debug logging.
- Clean up and enhance debug logging from cron.
- Add an option to log all drupal_mail() calls to help testing.
Bugs fixed:
- #2235101 by Anybody: Translation for 'Latest activity', 'authored', 'commented' phrases on /user/[uid]/subscriptions/node page.
- #2023013: Avoid a conflict with Entity API's list<> tokens.
- #2135461: Explain the elements of the subscriptions links in README.txt.
- #2088375 by Yaron Tal: Fixed raw statics causing problems with Features module.
- #2033869 by malc0mn: Fixed Wrong project reference in README.txt.
- #2065531: Pages/Threads throws PDOException when core comment.module is disabled (PostgreSQL+other).
- #2021775 by jyeany: Fixed SQL Server Invalid Group By.
- #2014867: Avoid a crash due to suppressed 'secure_links' form element.
- Remove redundant check (no functional change).
- #2014867: Fix a stray dpm() call.
- #1807356 by karleberts: Fix PostgreSQL 'Object not in prerequisite state' error when trying error when trying to create a user.
- #1895602-8: Fix a buglet in the new debug logging code.
- #1853644 by kimwes: Fix a PDOException in subscriptions_get().
- #1831666: Add the missing 'base_table' meta data to a node access query.
- #1821116: Fix the [subs:files:*] token.

Upgrading from Drupal 6

Subscriptions D7 is designed to smoothly upgrade a 6.x-1.5 installation.
Upgrading later D6 versions should work as well.

The proprietary !variables in the D6 Mail Editor have been replaced with the core [tokens]. Subscriptions attempts to update your templates, but you must review each one to verify that it produces the desired result. The tokens as well as other advancements in Drupal and in Mail Editor provide more sophisticated functionality. Some of this is displayed by the new default templates, so you may want to have a look at these, too.

Upgrading from any ALPHA version: see the BETA1 release note for important information.

Created by: salvis
Created on: 25 May 2016 at 12:00 UTC
Last updated: 22 Aug 2016 at 22:48 UTC
Bug fixes
New features

Other releases