notifications 6.x-2.3

New features
Bug fixes

Bug fixes and small improvements. Requires Token >= 6.x-1.14
- Removed 'node-url' token, now added by token module >= 6.x-1.14, by Dave Reid, #845250
- Prevent inconsistency with og menu items, see #789934
- Fixed: Row count limit was not applied on queue processing
- Disable block cache for notifications_ui, by kaare, #678004
- Added option to disable cron processing, by greggles, #737238
- Updated translation functions for new i18nstrings api. New notifications_translate()

notifications 6.x-4.0-beta6

Multiple bug fixes and minor improvements:
- Fixed: Duplicate emails when Content Notifications (used with Workflow module), #722432
- Fixed: WSOD on notifications_custom, refresh autoload after module enable, by yasheshb, #815812
- Do not send notifications to blocked users, #663186
- Updating subscription language after user account's default, #810736
- Added support for scheduled notifications, and notifications counter, #681786
- Fixed: notifications for newly created subscriptions sent right away whatever the interval is

notifications 6.x-4.0-beta5

Since beta4:
- Fixed multiple issues with 'add subscription form', #801206, #801230
- Moved some modules and advanced options to 'Notifications Tools', #799770
- Fixed wrong parameters for notifications_object_options_subform(), #799848
- Fixed "No sending methods available" for user/uid/notifiations/add/*, #799548
- Added back author/content type tab options, by joshuajabbour, #452658
- Some clean up for notifications_process(), by joshuajabbour, #797064
- Reworked queue as a class API: Notifications_Queue, #797828

notifications 6.x-4.0-beta4

New features
Bug fixes

Changes since beta3:
- Added some tests for anonymous subscriptions
- Added method has_condition() to Notifications_Subscription
- Added permission check for new subscriptions before submission
- Fixed issues with loading objects stored with the event
- Added hidden variables for step rows, step users, changed defaults
- Added Notifications_Message class, will handle some notifications specific properties of messages.
- New hook_notifications_message_alter()
- Fixed multiple "Call-time pass-by-reference has been deprecated", #782138,
- Fixed: editing custom subscriptions was failing
New features, code and performance improvements:
- Implemented unsubscribe page with full workflow for retrieving subscriptions
- Revamped admin settings, added some global subscription type options
- API improvement: Custom subscription with a blank field will now work.
- Improved subscription create / edit forms, with a reusable form function
- Added new subscriptions list form for user account pages.
- Reworked link generation. More robust signed links with timestamp and query string
- Added multilingual templates, passing language for message composition
- Added content type + author subscriptions and some shorthand functions.
- Added Custom Notifications and Content type extension modules
- New template testing feature (for node events) in Notifications Tools

notifications 6.x-4.0-beta3

New features
Bug fixes

New features, code and performance improvements:
- Implemented unsubscribe page with full workflow for retrieving subscriptions
- Revamped admin settings, added some global subscription type options
- API improvement: Custom subscription with a blank field will now work.
- Improved subscription create / edit forms, with a reusable form function
- Added new subscriptions list form for user account pages.
- Reworked link generation. More robust signed links with timestamp and query string

notifications 6.x-4.0-beta2

New features
Bug fixes

New features, code and performance improvements:
- API improvement: Custom subscription with a blank field will now work.
- Improved subscription create / edit forms, with a reusable form function
- Added new subscriptions list form for user account pages.
- Reworked link generation. More robust signed links with timestamp and query string
- Added multilingual templates, passing language for message composition
- Added content type + author subscriptions and some shorthand functions.

notifications 6.x-4.0-beta1

New features
Bug fixes

New features, code and performance improvements:
- Added multilingual templates, passing language for message composition
- Added content type + author subscriptions and some shorthand functions.
- Added Custom Notifications and Content type extension modules
- New template testing feature (for node events) in Notifications Tools
- Extended notifications_* hooks, easier coding and performance improvements
- Reworked templates, configurable templates for events (support for templates per content type)

notifications 6.x-4.0-alpha3

New features
Bug fixes

New features, code and performance improvements:
- Added Custom Notifications and Content type extension modules
- New template testing feature (for node events) in Notifications Tools
- Extended notifications_* hooks, easier coding and performance improvements
- Reworked templates, configurable templates for events (support for templates per content type)
- Major OOP rework: Subscriptions, Events, etc
- Support for Anonymous destinations / subscriptions. New notifications_anonymous module

notifications 6.x-4.0-alpha2

New features
Bug fixes

New features, code and performance improvements:
- Extended notifications_* hooks, easier coding and performance improvements
- Reworked templates, configurable templates for events (support for templates per content type)
- Major OOP rework: Subscriptions, Events, etc
- Support for Anonymous destinations / subscriptions. New notifications_anonymous module
- Reorganized modules: notifications_digest, notifications_tools (Smaller notifications module)
- Implemented 7.x like API for static variables,

notifications 6.x-4.0-alpha1

New features
Bug fixes

First alpha release 4.x branch:
- Major OOP rework: Subscriptions, Events, etc
- Support for Anonymous destinations / subscriptions. New notifications_anonymous module
- Reorganized modules: notifications_digest, notifications_tools (Smaller notifications module)
- Implemented 7.x like API for static variables,
- API and storage improvements for upcoming multilingual support.

notifications 6.x-4.x-dev

New features
Bug fixes

Features branch:
- Updated for Messaging Destination objects
- Adding anonymous subscriptions

notifications 6.x-3.x-dev

New features

Some OOP rework
Updated for new Messaging objects
Multilingual ready
Pluggable composing methods
Extended event templates (per content type)

notifications 6.x-2.2

Bug fixes

Maintenance release. Bug fixes and usability improvements:
- Fixed: Wrong placeholders in subscriptions fieldset title, #513854
- Usability improvements for 'manage subscriptions' filters, #455230
- Fixed: Orphaned subscriptions not updated when deleting send intervals, #483488
- Fixed: Performance issue with user threads page, left over CAST, #517966
- Fixed: Checkbox for skip notifications showing up for disabled events, #626708
- Fixed: Notifications sent for deleted comments, by Scott Reynolds, #593218

notifications 6.x-2.1

Bug fixes

Maintenance release. Bug fixes and some api improvements:
- Extended field value and formatting callbacks (cck support), by David Goode, #329516
- Fixed word "undisclose" and other string issues, #451932, #452102
- Fixed: wrong parameters in notifications_user_form, #479246
- Fixed: implode error from notifications, by kaare, #453498
- Fixed wrong permission checking for user managing subscriptions, by ozzin, #455160
- Fixed: Empty Notifications fieldset, #453578
- Fixed: Do not send notifications field value not kept for node preview, #455648

notifications 5.x-1.3

Bug fixes

Maintenance release (Compatible with Messaging 5.x-1.3):
- Added refresh option to notifications_digest_method(), cached variables were breaking tests.
- Fixed: added event information for notifications_lite for proper digesting
- Fixed: send interval for notifications_lite will be always 'Inmediate', see #434826
- Fixed: notifications sent for unpublished nodes, #369633
- Added Spanish translation, by rayvaughn, #440532
- Fixed wrong event author for node/comment events, #436498
- Added Italian translation, by Drein, #338513

notifications 6.x-2.0

New features
Bug fixes

New features:
- New plug-in notifications_views, by Young Hahn and David Goode, #260435
- Added content type subscription update when content type name changes, #429296
- Improved queue status report and new clean option, #441342
- New option to limit the displayed terms to subscribed ones only, by mehmeta, #328708
- Added temporary enable / disable options
- New feature: API support for anonymous subscriptions, #233830
- Added taxonomy subscription links/options to nodes, by Jody Lynn, #406606
- Added subscription options to user account, optionally in block too.
- Reworked UI module, more options, moved some stuff from other modules there.
- New UI for creating new subscriptions with autocomplete fields and drop downs.
- User account tabs now provided by Notifications UI, can be disabled.
- Added new account overview page and administration page
- Notifications UI improvements. Better API, new form option for nodes..
- Added fallback information for message templates, some better help texts.

Bug fixes:
- Fixed wrong names for sending methods on subscriptions form, #443802
- Fixed wrong db_placehoder type for node autocomplete callback
- Fixed inconsistent fieldset for 'Skip notifications' in node and comment form.
- Fixed bug: double emails, #440168
- Fixed some notices, variables not initialized.

notifications 6.x-2.0-beta6

Bug fixes

Bug fixes and polishing. Changes since beta5:
- Removed logging functions, now using messaging logging facility.
- Added content type subscription update when content type name changes, #429296
- Fixed wrong db_placehoder type for node autocomplete callback
- Fixed inconsistent fieldset for 'Skip notifications' in node and comment form.
- Added comment about Immediate notifications not working with AJAX forms, #444010
- Fixed wrong names for sending methods on subscriptions form, #443802

notifications 6.x-2.0-beta5

Bug fixes

Fixed some issues with notifications lite, templates and digesting and some others:
Moved some modules to a different package, http://drupal.org/project/notifications_extra
- Fixed: notification subscription error in postgreSQL, #442852
- Fixed: notifications lite messages were not digested properly
- Renamed template parts for group footer: 'footer' => 'closing' to avoid overlap
- Fixed: Event for token replacement was not properly set in short digests

notifications 6.x-2.0-beta4

Bug fixes

Bug fixes, usability improvements:
- Fixed bug: double emails, #440168
- Fixed some notices, variables not initialized.
- New option to limit the displayed terms to subscribed ones only, by mehmeta, #328708
- Change in notifications ui to avoid loading subscriptions twice.

notifications 6.x-2.0-beta3

Bug fixes

Some bug fixes. Two new options to disable/enable all subscriptions
- Added temporary enable / disable options
- Fixed some issues with administration and edit forms
- Improved event handling functions, removed global variable, fixed event schema
- Some code clean up and performance improvements in notifications_lite, related #434826
- Fixed WSOD When Notifications Content Module is Enabled, #438886

Run update.php

notifications 6.x-2.0-beta2

New features
Bug fixes

Changes since last beta:
- Fixed subscribe/unsubscribe forms redirection, #400996, #380672
- Improved notifications for node/comment approval workflow, added tests, #285226
- Notifications autosubscribe now operating on node/comment post fixing some issues, #359634
- Added table and fields description to schema, #429184
- Fixed code style / formatting, by grendzy, #437286
- New feature: support for anonymous subscriptions, #233830
- Fixed some notices, by grendzy, #437282

notifications 6.x-2.0-beta1

Lots of new features and bug fixes. Changes since 6.x-1.1
- Added subscription options to user account, optionally in block too.
- Reworked UI module, more options, moved some stuff from other modules there.
- Improved query builder used for notifications_get_subscriptions() and notifications_delete_subscriptions()
- New UI for creating new subscriptions with autocomplete fields and drop downs.
- User account tabs now provided by Notifications UI, can be disabled.
- Added new account overview page and administration page
- Fixed upgrade script error (pending pgsql testing), #375746
- Added field type handling for the query builder (performance++ and pgsql support)
- Fixed comment token parameters, by peter.swietoslawski, #420342
- Notifications UI improvements. Better API, new form option for nodes..
- Created node library for functions to be reused by multiple plug-ins.
- Updated FeedAPI plug-in for 6.x (untested). Added some theming for feed items
- Fixed: Leftover debug message, by David Lesieur, #402306
- Fixed: Autosubscribe on Create and Comment - but NOT on update, by a_c_m, #406072
- Changed node/comment form fieldset so it works better with notifications_team, by David Goode.
- Reworded and simplified the 'Disable notifications' option
- Fixed events where being deleted when doing a test run
- Fixed bulk deletion for 'manage subscriptions' page

notifications 6.x-1.1

New features
Bug fixes

Some new features, and lots of bug fixes and performance improvements.
- Reworked notifications_save_subscription(): allow similar subscriptions and return status value
- Vocabularies default to disabled for tag subscriptions, #329208
- Fixed: PHP notices, by sun, #366391
- Fixed some more issues with per module queue processing, by Scott Reynolds, #362766
- Added 'fields sql' parameter for queries so we can actually speed up queries.
- Store field values as integer to speed up table joins, #364734
- Some fixes to the query builder, 'join args' was not initialized
- Added destination field to notifications and queue tables, to be used.
- Added event tracking to keep events table under limits, #333296
- Fixed: Per module queue processing not working, by Scott Reynolds, #362766
- Hide "Disable Notifications" checkbox for when notifications are disabled, by yhahn, #359507
- Fixed: missing defaults for digest messages in notifications content, by Scott Reynolds, #362242
- Replaced notifications_text_replace() by messaging_text_replace()
- Global tokens now added in by messaging module
- Improved query builder, added sql generator, added some tests.
- Added Italian translation, by Drein, #338513
- Fixed two notifications for the same comment, by rcourtna, #340082
- Fixed issues with subscriptions admin forms, #331928

notifications 5.x-1.2

New features
Bug fixes

Some new features and performance improvements:
- Backported help text for Inmediate sending, #330786
- Digesting options per interval and support for digesting plug-ins.
- New digest format, 'Long', to print out the whole event.
- Reworked message templating and digesting, added tests.
- Performance improvements for taxonomy subscriptions (and groups).
- Improved query builder to support fields with array values.
- Simpletest update, moved tests around, did some clean up.

notifications 6.x-1.0

First stable release. Updates since last RC:
- Performance improvements, do not run process if no rows in queue
- Improved queue status and administration pages.
- Implemented full adiministration pages for subscriptions
- Moved some stuff to notifications.pages.inc

notifications 6.x-1.0-rc1

New features
Bug fixes

- Added support for updating sending methods from messaging.
- Digesting options per interval and support for digesting plug-ins.
- New digest format, 'Long', to print out the whole event.
- Reworked message templating and digesting, added tests.
- Performance improvements for taxonomy subscriptions (and groups).
- Improved query builder to support fields with array values.
- Added field information in hook_notifications() for contentg and tags.
- Allow aditional parameters for notifications_lite, by Frando, #304220

notifications 6.x-1.0-beta4

Bug fixes

Bug fixes and performance improvements:
- Fixed wrong token, by truelove-nl, #319945
- Fixed some slow queries, scalability issues, by Scott Reynolds, #318810 and #318248
- Set module weight for notifications_content, by Zen, #316353
- Fixed blocking issue with notifications queue, by Scott Reynolds, #318248
- Added german translation, by rastatt, #311403
- Fixed: Subscriptions allowed for disallowed content types, #295646

notifications 5.x-1.1

Bug fixes

Bug fixes and performance improvements:
- Added Dutch translation by Mr. Pi, #323350
- Fixed wrong token, by truelove-nl, #319945
- Added constants for subscription status
- Fixed some slow queries, scalability issues, by Scott Reynolds, #318810 and #318248

notifications 5.x-1.0

Bug fixes

First stable release!

Changes since last RC:
- Added german translation, by rastatt, #311403
- Dropped the option to skip confirmation form
- Fixed: Subscriptions allowed for disallowed content types, #295646
- Fixed some unit tests

notifications 5.x-1.0-rc2

Multiple bug fixes and some new features:
- Fixed notices and code readability, by Zen, #310598
- Fixed concatenationsyntax error, by Zen, #310594
- Implemented: configurable events to trigger or not notification, #255402
- Moved developer documentation to online handbook, http://drupal.org/node/253102
- Spin off notifications_mail2web to it's own package, http://drupal.org/project/mail2web

notifications 6.x-1.0-beta3

Multiple bug fixes and some new features:
- Updated tests to latest simpletest (6.x-2.3) and added some new ones.
- Code clean up: Removed notifications_pull_pending(), obsoleted
- Fixed Hook form alter in autosubscribe has wrong parameters, by darren.ferguson, #309174
- Fixed notices and code readability, by Zen, #310598
- Fixed concatenationsyntax error, by Zen, #310594
- Implemented: configurable events to trigger or not notification, #255402
- Added some variable removal to uninstall hook, more may be needed.

notifications 6.x-1.0-beta2

Some features/documentation and many bug fixes:
- Hiding sending methods for user pages if only one, by jaydub, #250161
- Spin off notifications_mail2web to it's own package, http://drupal.org/project/mail2web
- Fixed multiple strings across all modules, by rastatt, #290063
- Implemented hook_requirements for checking enabled sending methods
- Fixed node subform parameters in notifications_ui_form_alter
- Fixed typo in notifications_autosubscribe form text

notifications 6.x-1.0-beta1

Lots of bug fixes and some new features:
- Fixed untranslatable strings, not wrappend in t(), #274049
- Using node_access instead of user switching, by moshe, #284444
- Better description for autosubscribe option, by wallan, #247616
- Fixed: Old node data sent upon node update, david_g, #278530
- Fixed: several limit cases with cron processing, #276370, #270324
- Updated unit tests for latest change in notifications_get_link() return values.
- Ported latest bug fixes from 5.x version.

notifications 5.x-1.0-rc1

New features
Bug fixes

First RC. Multiple bug fixes and some features:
- Improved security during user switching, by moshe, #284444
- Some other bug fixes back ported from 6.x version
- Moved notifications_group to og_notifications (OG package), by Zen, #254036
- Added confirmation message when submitting subscriptions block form, #260434
- Fixed: Notifications queued when send interval is 'Never', by Scott Reinolds, #268662
- Added: PHP4 compatibility function, by phonydream2, #261902
- Added event/hook support for not saving/queueing some event types, #255402

notifications 5.x-1.0-beta2

New features
Bug fixes

- Added new mail2web module
- Added Notifications Lite module, extra simple notifications API.
- Removed notifications_default_send_method setting and updated forms accordingly.
- Messaging method default now shared with messaging module. Simplified user settings.
- Disabled form control when there's only one sending method or send interval
- Fixed bug: notifications_queue not respecting 'Notify poster of own posts' setting

notifications 5.x-1.0-beta1

New features
Bug fixes

Lots of improvements and bug fixes:
- Fixed Notifications cron processing records ignoring module name by Brian Neisler, http://drupal.org/node/244571
- Implemented notifications sender option, see http://drupal.org/node/227377
- Resolved naming conflict with other modules by Lynn, http://drupal.org/node/232610

notifications 5.x-1.0-alpha2

- Added pager to user subscriptions (threads, authors, feeds), http://drupal.org/node/226867
- Reworked content type UI settings, now allows multiple display options
- Added new block for notifications UI, and new 'comment' option
- Added nice UI for administering send intervals. Gone 'Never' that didnt make too much sense

Subscribe with RSS Subscribe to Releases for Notifications