Releases for Notifications

notifications 6.x-2.1

Jose Reyero - June 22, 2009 - 10:09
Official release from CVS tag: DRUPAL-6--2-1
First released: June 22, 2009 - 10:09
Download: notifications-6.x-2.1.tar.gz
Size: 124.21 KB
md5_file hash: f9102f280b36f7ff14f9c29d9bbf3875
Last updated: June 22, 2009 - 10:11
View usage statistics for this release

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

Jose Reyero - May 2, 2009 - 14:01
Official release from CVS tag: DRUPAL-5--1-3
First released: May 2, 2009 - 14:01
Download: notifications-5.x-1.3.tar.gz
Size: 74.11 KB
md5_file hash: f368df17afe998aecef1538dc86a92e1
Last updated: May 2, 2009 - 14:13
View usage statistics for this release

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
- Backport, fix: Duplicate emails on comments, #340082

notifications 6.x-2.0

Jose Reyero - April 30, 2009 - 11:53
Official release from CVS tag: DRUPAL-6--2-0
First released: April 30, 2009 - 11:53
Download: notifications-6.x-2.0.tar.gz
Size: 110.05 KB
md5_file hash: 2a057d50f9b8499ddf301d162960e15e
Last updated: April 30, 2009 - 11:56
View usage statistics for this release

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

Jose Reyero - April 29, 2009 - 16:28
Official release from CVS tag: DRUPAL-6--2-0-BETA6
First released: April 29, 2009 - 16:28
Download: notifications-6.x-2.0-beta6.tar.gz
Size: 109.99 KB
md5_file hash: 445b1a84608395e41ff54fd4e12a8b9c
Last updated: April 29, 2009 - 16:32
View usage statistics for this release

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

Jose Reyero - April 24, 2009 - 00:17
Official release from CVS tag: DRUPAL-6--2-0-BETA5
First released: April 24, 2009 - 00:17
Download: notifications-6.x-2.0-beta5.tar.gz
Size: 109.97 KB
md5_file hash: e03f932dad71ccb78670c735198256ae
Last updated: April 24, 2009 - 00:21
View usage statistics for this release

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
- Fixed: notifications_process_rows() not returning the right number of rows in queue
- Added some tests a base test clase, some utility function, etc...
- Improved queue status report and new clean option, #441342
- Added event information to objects for token replacement in digests, #348722
- Fixed multiple minor usability and formatting issues in subscriptions form
- Renamed custom subscriptions field names: explanation -> description.

notifications 6.x-2.0-beta4

Jose Reyero - April 21, 2009 - 22:53
Official release from CVS tag: DRUPAL-6--2-0-BETA4
First released: April 21, 2009 - 22:53
Download: notifications-6.x-2.0-beta4.tar.gz
Size: 115.35 KB
md5_file hash: 71b1191c0d39e9fada21565491c7d790
Last updated: April 21, 2009 - 22:55
View usage statistics for this release

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

Jose Reyero - April 20, 2009 - 12:56
Official release from CVS tag: DRUPAL-6--2-0-BETA3
First released: April 20, 2009 - 12:56
Download: notifications-6.x-2.0-beta3.tar.gz
Size: 114.45 KB
md5_file hash: a34975dac1092dda364d262d98c19297
Last updated: April 20, 2009 - 13:03
View usage statistics for this release

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

Jose Reyero - April 19, 2009 - 12:09
Official release from CVS tag: DRUPAL-6--2-0-BETA2
First released: April 19, 2009 - 12:09
Download: notifications-6.x-2.0-beta2.tar.gz
Size: 113.72 KB
md5_file hash: eafc82c6a1dac4c455f3d2ce0d157876
Last updated: April 19, 2009 - 12:10
View usage statistics for this release

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
- Fixed PHP fatal error: unsupported operand types, by chintu84, #436698
- Fixed wrong event author for node/comment events, #436498
- Added taxonomy subscription links/options to nodes, by Jody Lynn, #406606
- Fixed WSOD with notifications_ui, renamed old functions, #434766
- Fixing releases, moved new development to DRUPAL--6-2 branch

notifications 6.x-2.0-beta1

Jose Reyero - April 17, 2009 - 22:02
Official release from CVS tag: DRUPAL-6--2-0-BETA1
First released: April 17, 2009 - 22:02
Download: notifications-6.x-2.0-beta1.tar.gz
Size: 110.53 KB
md5_file hash: 28afb3a5fdf100e131361e338721a9a9
Last updated: April 17, 2009 - 22:05
View usage statistics for this release

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-2.x-dev

Jose Reyero - April 17, 2009 - 21:56
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: April 17, 2009 - 21:56
Download: notifications-6.x-2.x-dev.tar.gz
Size: 138.95 KB
md5_file hash: 2c7676982f80e5dcc55403626987dbc8
Last updated: October 20, 2009 - 12:23
View usage statistics for this release

New development branch.
http://www.developmentseed.org/blog/2009/apr/16/upcoming-release-messagi...

notifications 6.x-1.2-beta1

Jose Reyero - April 15, 2009 - 16:29
Official release from CVS tag: DRUPAL-6--1-2-BETA1
First released: April 15, 2009 - 16:29
Download: notifications-6.x-1.2-beta1.tar.gz
Size: 110.43 KB
md5_file hash: cec2845a995fc65bbd2d7878c35699e4
Last updated: April 15, 2009 - 16:32
View usage statistics for this release

Do not use (to be deleted).
Use 6.x-2.0-beta1 instead

notifications 6.x-1.1

Jose Reyero - February 1, 2009 - 15:47
Official release from CVS tag: DRUPAL-6--1-1
First released: February 1, 2009 - 15:47
Download: notifications-6.x-1.1.tar.gz
Size: 78.5 KB
md5_file hash: b76e25ead451513ff6bc8b2690f0dffc
Last updated: February 1, 2009 - 15:50
View usage statistics for this release

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

Jose Reyero - November 14, 2008 - 11:38
Official release from CVS tag: DRUPAL-5--1-2
First released: November 14, 2008 - 11:38
Download: notifications-5.x-1.2.tar.gz
Size: 65.32 KB
md5_file hash: c01340d3d3d92fedf80ed1d29c8bb828
Last updated: November 14, 2008 - 11:40
View usage statistics for this release

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

Jose Reyero - November 14, 2008 - 11:34
Official release from CVS tag: DRUPAL-6--1-0
First released: November 14, 2008 - 11:34
Download: notifications-6.x-1.0.tar.gz
Size: 66.6 KB
md5_file hash: befa09a87778b9c9bbfec887eeaa8f4e
Last updated: November 14, 2008 - 11:35
View usage statistics for this release

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

Jose Reyero - November 8, 2008 - 13:13
Official release from CVS tag: DRUPAL-6--1-0-RC1
First released: November 8, 2008 - 13:13
Download: notifications-6.x-1.0-rc1.tar.gz
Size: 61.99 KB
md5_file hash: 2fa145f801f9ae565ffc002bd5c57fe7
Last updated: November 8, 2008 - 13:15
View usage statistics for this release

- 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
- Disable notifications on content events, by Darren Fergusson, #331061

notifications 6.x-1.0-beta4

Jose Reyero - October 29, 2008 - 12:57
Official release from CVS tag: DRUPAL-6--1-0-BETA4
First released: October 29, 2008 - 12:57
Download: notifications-6.x-1.0-beta4.tar.gz
Size: 56.48 KB
md5_file hash: d72fb078769616e4fbc93b23b684069b
Last updated: October 29, 2008 - 13:00
View usage statistics for this release

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

Jose Reyero - October 29, 2008 - 12:55
Official release from CVS tag: DRUPAL-5--1-1
First released: October 29, 2008 - 12:55
Download: notifications-5.x-1.1.tar.gz
Size: 61.01 KB
md5_file hash: 91266eb48903c6c54c60160cb2e032bb
Last updated: October 29, 2008 - 13:00
View usage statistics for this release

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

Jose Reyero - September 23, 2008 - 17:04
Official release from CVS tag: DRUPAL-5--1-0
First released: September 23, 2008 - 17:04
Download: notifications-5.x-1.0.tar.gz
Size: 56.62 KB
md5_file hash: 38674ad266f8fc147e0f2050b31302f1
Last updated: September 23, 2008 - 17:10
View usage statistics for this release

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

Jose Reyero - September 22, 2008 - 14:18
Official release from CVS tag: DRUPAL-5--1-0-RC2
First released: September 22, 2008 - 14:18
Download: notifications-5.x-1.0-rc2.tar.gz
Size: 47.6 KB
md5_file hash: 91689d3e928d1f01bbd31fe49b8c7f8c
Last updated: September 22, 2008 - 14:20
View usage statistics for this release

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
- Fixed multiple strings across all modules, by rastatt, #290063
- Fixed typo in notifications_autosubscribe form text
- Added inline documentation about the messaging/notifications API
- Removed obsoleted 'pull' operation in notifications_messaging()
- Better query building and more flexibility in notifications_user_get_subscriptions()

notifications 6.x-1.0-beta3

Jose Reyero - September 22, 2008 - 14:17
Official release from CVS tag: DRUPAL-6--1-0-BETA3
First released: September 22, 2008 - 14:17
Download: notifications-6.x-1.0-beta3.tar.gz
Size: 47.17 KB
md5_file hash: b1763835fd5b457a4d21a92ffdf46db5
Last updated: September 22, 2008 - 14:20
View usage statistics for this release

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.
- Fixed formatting issues with intervals table, #295656
- Fixed: Empty subscriptions block showing, #295563
- Fixed missing registration for digest theme function, by mrtoner, #300953
- Moved developer documentation to online handbook, http://drupal.org/node/253102

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.