You are here

CHANGELOG.txt in Subscriptions 7

Same filename and directory in other branches
  1. 5.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
CHANGELOG for Subscriptions 1.x for Drupal 7


subscriptions 7.x-1.x-dev:


subscriptions 7.x-1.4 (2021-08-09, branch point for 2.0.x):
  Enhancements:
    - #1456560 by herved, mwallenberg, torrance123, timwood, salvis: Integration into OG (contrib).
    - #3115362 by salvis: Add token support for multi-value dates and user references.
    - Add the language to the mailkey.
    - Change the 'subscriptions_user.digest' default value to -1 (= use site default).
    - Suspend users being blocked.
    - Improve support for canceling users.
    - Warn the admin about the 'user_cancel_reassign' cancellation method.
    - #1301798 by ldpm: Fix inappropriate "This action cannot be undone" message on Unsubscribe by link.
  Bugs fixed:
    - #3115360 by salvis: Honor the 'bulk-administer user subscriptions' permission
    - #2864152 by sonvir249, RickJ: Taxonomy tids not removed from database on deletion.
    - #2800885 by salvis: Cron fails when running Subscriptions Mail without Taxonomy.
    - #2798015 by salvis: Can't save any content while subscriptions module enabled (MySQL 5.7).
    - #2907201 by jenlampton, salvis: Fatal error during cron: comment table doesn't exist.


subscriptions 7.x-1.3 (2016-08-23):
  Enhancements:
    - Create a dummy test to make the testbot happy.
  Bugs fixed:
    - Re-enable node options for subscribing to forum.
    - Fix broken 'Append the mailkey to every notification' option.
    - Clear the internal taxonomy term cache when switching users in hook_cron().

subscriptions 7.x-1.2 (2016-05-25):
  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.

subscriptions 7.x-1.1 (2012-11-01):
  Enhancements:
    - Implement [subs:has-distinct-summary] token and improve the default template.
    - #1821292: Implement an editable default template.
    - Make the user/%/subscriptions pages use the admin theme, just like the user/%/edit page.
    - #1779950: Add API for deleting subscriptions.
    - #1683186 by joel_osc: Add support for translating the terms on the taxa subscriptions page into the user's language.
    - Revised the README.txt file.
  Bugs fixed:
    - #1801344 by jerry, salvis: Fix all-zero Overview counts, replace broken hook_count_user_subscriptions() with hook_subscriptions_counts_alter().
    - Some more template tuning while we're at it.
    - Fix a line-wrap error in the mail template (sorry, translators!).
    - #1781870: Use format_name() to display user names.
    - #1710600 by Dmitriy.trt: Fix the missing pager on the Threads/Pages list.
    - Hide comment settings if comment.module is not enabled.
    - #1744576: Restore the node UI that was broken by the prior patch.
    - #1744576: Make s/del/... work again.
    - Always expand the node UI fieldset on the node/%/subscribe pages.
    - #399628-19: Document the subscriptions_write() function (no functional change).

subscriptions 7.x-1.0 (2012-06-22):
  - Added some information about upgrading to the README.txt file.

subscriptions 7.x-1.0-rc1 (2012-06-12):
  - Tune some strings and remove an obsolete comment (no functional changes).
  - Tentatively add the slash to hook_coder_ignore().
  - Tentatively revert 'coder_review_ignore' to 'coder_ignore'.
  - Fix the hook_coder_review_ignore() usage according to #144172/$1360744.
  - #1616998: Bring the permissions into a reasonable order.
  - Work around all Coder Review complaints (no functional changes).
  - Extract subscriptions_taxonomy.admin.inc from subscriptions_taxonomy.module to reduce the footprint (no functional change).
  - Fix the styling of the 'Admin information'.
  - Remove the obsolete subscriptions_generate_full_node variable and configuration option.
  - #1615340: Add a note to explain how to access parts of digest items in Mail Editor.
  - #1603644: Restore the 'Subscriptions' menu title and fix the translation issues fixes.
  - Update README.txt file.

subscriptions 7.x-1.0-beta4 (2012-05-27):
  - Fix subscriptions_blog_ui.module.
  - #1572354: Abort subscriptions_mail_update_7000() if the module is disabled.
  - #1489044: Update the README.txt file.
  - Fix some minor translation issues.
  - #1585516: Remove all arg() calls, which caused issues with non-standard paths.
  - Replace $_GET['q'] with current_path(), for D8.
  - #1015320: Check for $base_url errors during cron, too.
  - #1348764: PostgreSQL GROUP BY quirk when creating or saving nodes.
  - #1338506: Avoid auto-subscribing users that don't have the 'subscribe to content' permission.
  - Clean up the Mail Editor link.
  - #1249502: Add a link to the user list for bulk subscribe/unsubscribe.
  - #1249502: Fix interference of default subscriptions with bulk subscribe/unsubscribe.
  - #1490034: PostgreSQL GROUP BY quirk, still on Threads/Pages page.
  - #1485764: PostgreSQL kludge on Threads/Pages page.
  - #1485546: Fix #markup porting errors.
  - #1249502: Implement bulk subscribe and unsubscribe.
  - #1482720: PostgreSQL does not have IF(), use CASE instead.
  - #1430446 by DamienMcKenna: Add more hook_alter calls.

subscriptions 7.x-1.0-beta3 (2012-02-14):
  - #1438302: Disallow updating Subscriptions Mail (especially from D6!) if Mail Editor or Token are missing.
  - #1438302 by Dmitriy.trt: Fix errors about missing tables on upgrade from D6.
  - Fix crash when trying to preview a template and there is no suitable content.
  - #1438432: Fix unincluded subscriptions_add_form() and _del_form().
  - Add a note to the template page when running without comment.module.
  - #1431850: Fix crash when previewing a template when running without comment.module.
  - Hide references to comments from the Pages/Threads page when running without comment.module.
  - #1431864: Fix exception on Pages/Threads page when running without comment.module.
  - Avoid possible error when installing Mail Editor and Subscriptions Mail at the same time.
  - #1422880 by DamienMcKenna: Allow other modules to alter the node options.

subscriptions 7.x-1.0-beta2 (2012-01-07):
  - Fix minor string error.
  - #1378692: Fix direct unsubscribe link not working.
  - #1370820: Fix path element offsets that were broken by #1253846.
  - Move the 'Overview' subtab into the first position on the 'User defaults' tab.
  - #1369146: Fix the [Purge the queue] button.
  - #1367768: Avoid passing an inacceptable NULL to an array parameter.

subscriptions 7.x-1.0-beta1 (2011-12-11):
  - #1253846: Move the configuration pages to admin/config/system/subscriptions.
  - #1327376: Implement digest mode.
  - Use content type names rather than machine names for the template descriptions.
  - #1358634 by rbayliss: Fix double-escaped node type in node subscribe form.
  - Fix inability to save blog subscriptions.
  - Fix crash caused by empty user subscriptions form.
  - #1331670: Fix suspend subscription sub-form.

subscriptions 7.x-1.0-alpha6 (2011-10-30):
  - Fix [subs:forum] token.
  - Add support for term fields/tokens.
  - Integrate the Token patch into Subscriptions, move the various token hooks where they belong, improve the rendering of the token tree.
  - Avoid calling drupal_language_initialize(), too.
  - #1323422: Avoid calling language_initialize().
  - Rename [subs:module/field/value] to avoid confusion with core fields.
  - Rename [subs:term] to [subs:category] and improve the cooperation with [subs:forum].
  - #1321384: Fix 'Column not found' SQL error.
  - Fix line endings of multiple files (no functional change).
  - Move the token hooks to *.tokens.inc files.
  - #1318454: Fix failure to find the proper template in cron.
  - Add proper docblocks and fix most PhpStorm issues.
  - Fix porting errors in the subscriptions pages.
  - #1310848: Fix undefined function _subscriptions_content_load() call.
  - Remove the installation-time installation reminder, because Mail Editor is not optional anymore.
  - #1309396: Fix inability to uninstall Subscriptions Mail.
  - #1305520: Fix the prior fix.
  - #1305520: Fix missing column in pre-existing {mail_edit} table.
  - #1305792: Fix inability to save user settings.
  - #1304258: Fix deprecated call-time pass-by-reference typo.

subscriptions 7.x-1.0-alpha5 (2011-10-08):
  - 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.
  - #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.
  - Get ready for Mail Editor.
  - 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.

subscriptions 7.x-1.0-alpha4 (2011-08-24):
  - #1253788, 1253790: Remove the temporary SubscriptionsMailSystem (needs 7.5 now!).
  - #1249862: Fix a typo in a {subscriptions_queue} SQL query.
  - #1252786: Handle nodes without bodies.
  - #1252656: Fix notice about missing $ret variable in subscriptions_install().
  - #1252700: Fix empty last column in Page subscriptions list.
  - #1250572: Remove the call to the dropped subscriptions_update_9() function.
  - Fix various porting issues, mostly related to DBTNG and comments.
  - #1244176: Remove inadvertently-left dpm() call.
  - #1241944: Remove hard-coded dependency on comment.module.
  - #1236872: Fix notifications for new or updated comments.
  - #1228214: Fully qualify field parameter in SelectQuery::condition(), SelectQuery::orderBy() calls.

subscriptions 7.x-1.0-alpha3 (2011-07-23):
  - Fix the List-Id header.
  - Switch to the D7 mail system paradigm.
  - #1212582: Implement 'Suspend own subscriptions' permission.
  - Fix admin/config/subscriptions description.
  - #1215140: Fix PHP5.3 issue with the Purge Queue confirmation page.
  - #1189366: Fix name of {users} core table.
  - Remove left-over dpm() call, too.

subscriptions 7.x-1.0-alpha2 (2011-05-31):
  - #1172646: Remove left-over kpr() call.

subscriptions 7.x-1.0-alpha1 (2011-05-30):
  - Various fixes.
  - Initial port to D7 (pre-ALPHA quality).
  - Copied Subscriptions 6.x-1.4.

File

CHANGELOG.txt
View source
  1. CHANGELOG for Subscriptions 1.x for Drupal 7
  2. subscriptions 7.x-1.x-dev:
  3. subscriptions 7.x-1.4 (2021-08-09, branch point for 2.0.x):
  4. Enhancements:
  5. - #1456560 by herved, mwallenberg, torrance123, timwood, salvis: Integration into OG (contrib).
  6. - #3115362 by salvis: Add token support for multi-value dates and user references.
  7. - Add the language to the mailkey.
  8. - Change the 'subscriptions_user.digest' default value to -1 (= use site default).
  9. - Suspend users being blocked.
  10. - Improve support for canceling users.
  11. - Warn the admin about the 'user_cancel_reassign' cancellation method.
  12. - #1301798 by ldpm: Fix inappropriate "This action cannot be undone" message on Unsubscribe by link.
  13. Bugs fixed:
  14. - #3115360 by salvis: Honor the 'bulk-administer user subscriptions' permission
  15. - #2864152 by sonvir249, RickJ: Taxonomy tids not removed from database on deletion.
  16. - #2800885 by salvis: Cron fails when running Subscriptions Mail without Taxonomy.
  17. - #2798015 by salvis: Can't save any content while subscriptions module enabled (MySQL 5.7).
  18. - #2907201 by jenlampton, salvis: Fatal error during cron: comment table doesn't exist.
  19. subscriptions 7.x-1.3 (2016-08-23):
  20. Enhancements:
  21. - Create a dummy test to make the testbot happy.
  22. Bugs fixed:
  23. - Re-enable node options for subscribing to forum.
  24. - Fix broken 'Append the mailkey to every notification' option.
  25. - Clear the internal taxonomy term cache when switching users in hook_cron().
  26. subscriptions 7.x-1.2 (2016-05-25):
  27. Enhancements:
  28. - #2604466 by brad.bulger: Add strict parameter to in_array() tests of content types to allow replacing the selects with checkboxes.
  29. - Tune watchdog message for denied notifications.
  30. - #1867454 by salvis: Implement integration with the Advanced User module for building a list of users subscribed to a given forum.
  31. - Add a note about a dependency on the Field UI core module.
  32. - #2344699 by salvis: Implement support for all core field types at the entity level.
  33. - #2027767 by grndlvl, pattersonc, salvis: Added Workbench moderation support.
  34. - #1575838 by rooby, salvis: Add support to allow making term subscribe options visible for hidden term fields.
  35. - #2073855 by torrance123: Added Allow sending mail notifications to users with $user->access == 0.
  36. - #1993136: Add option to send https links.
  37. - #1984634 by torrance123: Pass the full queue item to hook_subscriptions('mailkey_alter').
  38. - #1932394: New [subs:view] tokens and new 'Subscriptions' view mode.
  39. - #1895602: Add more debug logging.
  40. - Clean up and enhance debug logging from cron.
  41. - Add an option to log all drupal_mail() calls to help testing.
  42. Bugs fixed:
  43. - #2235101 by Anybody: Translation for 'Latest activity', 'authored', 'commented' phrases on /user/[uid]/subscriptions/node page.
  44. - #2023013: Avoid a conflict with Entity API's list<> tokens.
  45. - #2135461: Explain the elements of the subscriptions links in README.txt.
  46. - #2088375 by Yaron Tal: Fixed raw statics causing problems with Features module.
  47. - #2033869 by malc0mn: Fixed Wrong project reference in README.txt.
  48. - #2065531: Pages/Threads throws PDOException when core comment.module is disabled (PostgreSQL+other).
  49. - #2021775 by jyeany: Fixed SQL Server Invalid Group By.
  50. - #2014867: Avoid a crash due to suppressed 'secure_links' form element.
  51. - Remove redundant check (no functional change).
  52. - #2014867: Fix a stray dpm() call.
  53. - #1807356 by karleberts: Fix PostgreSQL 'Object not in prerequisite state' error when trying error when trying to create a user.
  54. - #1895602-8: Fix a buglet in the new debug logging code.
  55. - #1853644 by kimwes: Fix a PDOException in subscriptions_get().
  56. - #1831666: Add the missing 'base_table' meta data to a node access query.
  57. - #1821116: Fix the [subs:files:*] token.
  58. subscriptions 7.x-1.1 (2012-11-01):
  59. Enhancements:
  60. - Implement [subs:has-distinct-summary] token and improve the default template.
  61. - #1821292: Implement an editable default template.
  62. - Make the user/%/subscriptions pages use the admin theme, just like the user/%/edit page.
  63. - #1779950: Add API for deleting subscriptions.
  64. - #1683186 by joel_osc: Add support for translating the terms on the taxa subscriptions page into the user's language.
  65. - Revised the README.txt file.
  66. Bugs fixed:
  67. - #1801344 by jerry, salvis: Fix all-zero Overview counts, replace broken hook_count_user_subscriptions() with hook_subscriptions_counts_alter().
  68. - Some more template tuning while we're at it.
  69. - Fix a line-wrap error in the mail template (sorry, translators!).
  70. - #1781870: Use format_name() to display user names.
  71. - #1710600 by Dmitriy.trt: Fix the missing pager on the Threads/Pages list.
  72. - Hide comment settings if comment.module is not enabled.
  73. - #1744576: Restore the node UI that was broken by the prior patch.
  74. - #1744576: Make s/del/... work again.
  75. - Always expand the node UI fieldset on the node/%/subscribe pages.
  76. - #399628-19: Document the subscriptions_write() function (no functional change).
  77. subscriptions 7.x-1.0 (2012-06-22):
  78. - Added some information about upgrading to the README.txt file.
  79. subscriptions 7.x-1.0-rc1 (2012-06-12):
  80. - Tune some strings and remove an obsolete comment (no functional changes).
  81. - Tentatively add the slash to hook_coder_ignore().
  82. - Tentatively revert 'coder_review_ignore' to 'coder_ignore'.
  83. - Fix the hook_coder_review_ignore() usage according to #144172/$1360744.
  84. - #1616998: Bring the permissions into a reasonable order.
  85. - Work around all Coder Review complaints (no functional changes).
  86. - Extract subscriptions_taxonomy.admin.inc from subscriptions_taxonomy.module to reduce the footprint (no functional change).
  87. - Fix the styling of the 'Admin information'.
  88. - Remove the obsolete subscriptions_generate_full_node variable and configuration option.
  89. - #1615340: Add a note to explain how to access parts of digest items in Mail Editor.
  90. - #1603644: Restore the 'Subscriptions' menu title and fix the translation issues fixes.
  91. - Update README.txt file.
  92. subscriptions 7.x-1.0-beta4 (2012-05-27):
  93. - Fix subscriptions_blog_ui.module.
  94. - #1572354: Abort subscriptions_mail_update_7000() if the module is disabled.
  95. - #1489044: Update the README.txt file.
  96. - Fix some minor translation issues.
  97. - #1585516: Remove all arg() calls, which caused issues with non-standard paths.
  98. - Replace $_GET['q'] with current_path(), for D8.
  99. - #1015320: Check for $base_url errors during cron, too.
  100. - #1348764: PostgreSQL GROUP BY quirk when creating or saving nodes.
  101. - #1338506: Avoid auto-subscribing users that don't have the 'subscribe to content' permission.
  102. - Clean up the Mail Editor link.
  103. - #1249502: Add a link to the user list for bulk subscribe/unsubscribe.
  104. - #1249502: Fix interference of default subscriptions with bulk subscribe/unsubscribe.
  105. - #1490034: PostgreSQL GROUP BY quirk, still on Threads/Pages page.
  106. - #1485764: PostgreSQL kludge on Threads/Pages page.
  107. - #1485546: Fix #markup porting errors.
  108. - #1249502: Implement bulk subscribe and unsubscribe.
  109. - #1482720: PostgreSQL does not have IF(), use CASE instead.
  110. - #1430446 by DamienMcKenna: Add more hook_alter calls.
  111. subscriptions 7.x-1.0-beta3 (2012-02-14):
  112. - #1438302: Disallow updating Subscriptions Mail (especially from D6!) if Mail Editor or Token are missing.
  113. - #1438302 by Dmitriy.trt: Fix errors about missing tables on upgrade from D6.
  114. - Fix crash when trying to preview a template and there is no suitable content.
  115. - #1438432: Fix unincluded subscriptions_add_form() and _del_form().
  116. - Add a note to the template page when running without comment.module.
  117. - #1431850: Fix crash when previewing a template when running without comment.module.
  118. - Hide references to comments from the Pages/Threads page when running without comment.module.
  119. - #1431864: Fix exception on Pages/Threads page when running without comment.module.
  120. - Avoid possible error when installing Mail Editor and Subscriptions Mail at the same time.
  121. - #1422880 by DamienMcKenna: Allow other modules to alter the node options.
  122. subscriptions 7.x-1.0-beta2 (2012-01-07):
  123. - Fix minor string error.
  124. - #1378692: Fix direct unsubscribe link not working.
  125. - #1370820: Fix path element offsets that were broken by #1253846.
  126. - Move the 'Overview' subtab into the first position on the 'User defaults' tab.
  127. - #1369146: Fix the [Purge the queue] button.
  128. - #1367768: Avoid passing an inacceptable NULL to an array parameter.
  129. subscriptions 7.x-1.0-beta1 (2011-12-11):
  130. - #1253846: Move the configuration pages to admin/config/system/subscriptions.
  131. - #1327376: Implement digest mode.
  132. - Use content type names rather than machine names for the template descriptions.
  133. - #1358634 by rbayliss: Fix double-escaped node type in node subscribe form.
  134. - Fix inability to save blog subscriptions.
  135. - Fix crash caused by empty user subscriptions form.
  136. - #1331670: Fix suspend subscription sub-form.
  137. subscriptions 7.x-1.0-alpha6 (2011-10-30):
  138. - Fix [subs:forum] token.
  139. - Add support for term fields/tokens.
  140. - Integrate the Token patch into Subscriptions, move the various token hooks where they belong, improve the rendering of the token tree.
  141. - Avoid calling drupal_language_initialize(), too.
  142. - #1323422: Avoid calling language_initialize().
  143. - Rename [subs:module/field/value] to avoid confusion with core fields.
  144. - Rename [subs:term] to [subs:category] and improve the cooperation with [subs:forum].
  145. - #1321384: Fix 'Column not found' SQL error.
  146. - Fix line endings of multiple files (no functional change).
  147. - Move the token hooks to *.tokens.inc files.
  148. - #1318454: Fix failure to find the proper template in cron.
  149. - Add proper docblocks and fix most PhpStorm issues.
  150. - Fix porting errors in the subscriptions pages.
  151. - #1310848: Fix undefined function _subscriptions_content_load() call.
  152. - Remove the installation-time installation reminder, because Mail Editor is not optional anymore.
  153. - #1309396: Fix inability to uninstall Subscriptions Mail.
  154. - #1305520: Fix the prior fix.
  155. - #1305520: Fix missing column in pre-existing {mail_edit} table.
  156. - #1305792: Fix inability to save user settings.
  157. - #1304258: Fix deprecated call-time pass-by-reference typo.
  158. subscriptions 7.x-1.0-alpha5 (2011-10-08):
  159. - MAJOR OVERHAUL:
  160. -- Switch proprietary !variables to [tokens].
  161. -- Integrate with new Mail Editor, including preview.
  162. -- Migrate conditional text processing to Mail Editor.
  163. -- Reduce templates to content types only.
  164. - #1286838 by mgriego: Check permission before presenting taxa subscribe options.
  165. - #1276182: Fix a warning in theme_subscriptions_ui_table().
  166. - #1280192: Fix form_alter() of content bulk processing.
  167. - Get ready for Mail Editor.
  168. - Remove old D5 database tables, if they're still hanging around.
  169. - Tune diagnostics in case of mail failures.
  170. - #1252786: Fix incorrect teaser handling.
  171. - #1259662: Fix completely broken subscriptions_tableselect.js.
  172. - #1258698: Fix default subscriptions not being assigned to new users.
  173. subscriptions 7.x-1.0-alpha4 (2011-08-24):
  174. - #1253788, 1253790: Remove the temporary SubscriptionsMailSystem (needs 7.5 now!).
  175. - #1249862: Fix a typo in a {subscriptions_queue} SQL query.
  176. - #1252786: Handle nodes without bodies.
  177. - #1252656: Fix notice about missing $ret variable in subscriptions_install().
  178. - #1252700: Fix empty last column in Page subscriptions list.
  179. - #1250572: Remove the call to the dropped subscriptions_update_9() function.
  180. - Fix various porting issues, mostly related to DBTNG and comments.
  181. - #1244176: Remove inadvertently-left dpm() call.
  182. - #1241944: Remove hard-coded dependency on comment.module.
  183. - #1236872: Fix notifications for new or updated comments.
  184. - #1228214: Fully qualify field parameter in SelectQuery::condition(), SelectQuery::orderBy() calls.
  185. subscriptions 7.x-1.0-alpha3 (2011-07-23):
  186. - Fix the List-Id header.
  187. - Switch to the D7 mail system paradigm.
  188. - #1212582: Implement 'Suspend own subscriptions' permission.
  189. - Fix admin/config/subscriptions description.
  190. - #1215140: Fix PHP5.3 issue with the Purge Queue confirmation page.
  191. - #1189366: Fix name of {users} core table.
  192. - Remove left-over dpm() call, too.
  193. subscriptions 7.x-1.0-alpha2 (2011-05-31):
  194. - #1172646: Remove left-over kpr() call.
  195. subscriptions 7.x-1.0-alpha1 (2011-05-30):
  196. - Various fixes.
  197. - Initial port to D7 (pre-ALPHA quality).
  198. - Copied Subscriptions 6.x-1.4.