Log of /contributions/modules/notifications/CHANGELOG.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.2.11.2.51.2.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 24 00:10:28 2009 UTC
(7 months ago)
by
jareyero
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0-BETA5
Changes since
1.1.2.11.2.51.2.10: +8 -1 lines
Diff to
previous 1.1.2.11.2.51.2.10
, to
branch point 1.1.2.11.2.51
- 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...
Revision
1.1.2.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 22 17:49:05 2009 UTC
(7 months ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.38: +5 -2 lines
Diff to
previous 1.1.2.38
, to
branch point 1.1
- Fixed: notifications sent for unpublished nodes, #369633
- Added Spanish translation, by rayvaughn, #440532
- Fixed wrong event author for node/comment events, #436498
Revision
1.1.2.11.2.51.2.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 20 12:51:09 2009 UTC
(7 months, 1 week ago)
by
jareyero
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0-BETA3
Changes since
1.1.2.11.2.51.2.6: +6 -1 lines
Diff to
previous 1.1.2.11.2.51.2.6
, to
branch point 1.1.2.11.2.51
- 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
Revision
1.1.2.11.2.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 26 18:07:02 2009 UTC
(10 months ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.1.2.11.2.28: +4 -1 lines
Diff to
previous 1.1.2.11.2.28
, to
branch point 1.1.2.11
- 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
Revision
1.1.2.11.2.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 26 17:19:36 2008 UTC
(11 months ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.1.2.11.2.23: +8 -1 lines
Diff to
previous 1.1.2.11.2.23
, to
branch point 1.1.2.11
- Added logging option and capabilities
- Fixed multiple missing module parameter in queue processing
- Fixed typo 'inmediate' -> 'immediate', by rcourtna, #340316
- Fixed issues with new messages as objects instead of arrays.
Revision
1.1.2.11.2.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 7 17:27:30 2008 UTC
(12 months, 2 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.1.2.11.2.17: +5 -1 lines
Diff to
previous 1.1.2.11.2.17
, to
branch point 1.1.2.11
- 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
Revision
1.1.2.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 4 19:05:35 2008 UTC
(12 months, 3 weeks ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.34: +5 -2 lines
Diff to
previous 1.1.2.34
, to
branch point 1.1
- 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.
Revision
1.1.2.11.2.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 20 15:43:30 2008 UTC
(14 months, 1 week ago)
by
jareyero
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0-BETA3
Changes since
1.1.2.11.2.12: +7 -1 lines
Diff to
previous 1.1.2.11.2.12
, to
branch point 1.1.2.11
- 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
Revision
1.1.2.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 3 00:13:06 2008 UTC
(15 months, 3 weeks ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.22: +2 -1 lines
Diff to
previous 1.1.2.22
, to
branch point 1.1
- 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
Revision
1.1.2.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 1 11:31:48 2008 UTC
(15 months, 3 weeks ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.21: +8 -2 lines
Diff to
previous 1.1.2.21
, to
branch point 1.1
- 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()
Revision
1.1.2.11.2.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 1 11:31:29 2008 UTC
(15 months, 3 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.1.2.11.2.5: +8 -1 lines
Diff to
previous 1.1.2.11.2.5
, to
branch point 1.1.2.11
- 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()
Revision
1.1.2.11.2.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 30 17:23:35 2008 UTC
(15 months, 4 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0-BETA1
Changes since
1.1.2.11.2.4: +9 -3 lines
Diff to
previous 1.1.2.11.2.4
, to
branch point 1.1.2.11
Multiple bug fixes, preparing beta1 version:
- 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.
Revision
1.1.2.11.2.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 16 16:18:40 2008 UTC
(17 months, 1 week ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.1.2.11.2.3: +10 -2 lines
Diff to
previous 1.1.2.11.2.3
, to
branch point 1.1.2.11
- Ported latest bug fixes from 5.x version.
- Fixed incomplete upgrade of notifications_tags, by fab65, #269725
- Fixed bug with notifications_ui block, incomplete upgrade of form functions, #256775
Revision
1.1.2.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 10 14:50:18 2008 UTC
(17 months, 2 weeks ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.17: +7 -3 lines
Diff to
previous 1.1.2.17
, to
branch point 1.1
- 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
- Removed "Duplicated subscription found and updated message", #260436
Revision
1.1.2.11.2.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 12 15:03:53 2008 UTC
(18 months, 2 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.1.2.11.2.2: +5 -1 lines
Diff to
previous 1.1.2.11.2.2
, to
branch point 1.1.2.11
- Theme username for notifications by author list, by jaydub, #253989
- Fixed Wrong redirection and user message not showing up after subscribing, #251979
- Reworked subscribe/unsubscribe pages, added confirmation for unsubscribe.
Revision
1.1.2.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 12 14:58:51 2008 UTC
(18 months, 2 weeks ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.16: +6 -1 lines
Diff to
previous 1.1.2.16
, to
branch point 1.1
- Fixed Wrong redirection and user message not showing up after subscribing, #251979
- Reworked subscribe/unsubscribe pages, added confirmation for unsubscribe.
- Autosubscribe form_alter points to incorrent form, by Liam McDermott, #256872
- Theme username for notifications by author list, by jaydub, #253989
Revision
1.1.2.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 8 15:10:49 2008 UTC
(18 months, 3 weeks ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.15: +11 -1 lines
Diff to
previous 1.1.2.15
, to
branch point 1.1
- Regrouped admin pages for messaging and notifications
- Fixed bug in notifications_delete_subscriptions(), by Zen, #255416
- Applied big notifications_group patch, by Zen, #254036
Revision
1.1.2.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 24 19:24:20 2008 UTC
(19 months ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.12: +5 -3 lines
Diff to
previous 1.1.2.12
, to
branch point 1.1
- 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
Revision
1.1.2.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 17 15:00:38 2008 UTC
(19 months, 1 week ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.11: +10 -2 lines
Diff to
previous 1.1.2.11
, to
branch point 1.1
- Patch for PHP 4 compatibility by markus_petrux, http://drupal.org/node/222794
- Function notifications_queue() now returns event object
- Internal API change: notifications_message_part() now takes optional event as last argument
- New feature for message composition: texts may be predefined in $event->text;
- Support for empty message parts, using MESSAGING_EMPTY constant
Revision
1.1.2.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 13 20:57:36 2008 UTC
(20 months, 2 weeks ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.4: +17 -1 lines
Diff to
previous 1.1.2.4
, to
branch point 1.1
- Added notifications_alter() hooks
hook_alter_notifications_event_types()
hook_alter_notifications_subscription_types()
- Added themeable function for notifications_digest_body()
- Extended notifications_delete_subscriptions() with fields parameter, from Brian Neisler's patch
Revision
1.1.2.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 11 22:34:58 2008 UTC
(20 months, 2 weeks ago)
by
jareyero
Branch:
DRUPAL-5
Changes since
1.1.2.2: +7 -0 lines
Diff to
previous 1.1.2.2
, to
branch point 1.1
- Polished and grouped settings page
- Changed 'omitted' settings to 'allowed', update scripts
- Added one more test for permissions/content types
- Removed TODO.txt file
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.