Log of /contributions/modules/notifications/notifications.cron.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.6.2.6.2.20.2.5 -
(
view)
(
download)
(
as text)
(
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.6.2.6.2.20.2.4: +107 -51 lines
Diff to
previous 1.6.2.6.2.20.2.4
, to
branch point 1.6.2.6.2.20
- 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.6.2.6.2.20.2.2 -
(
view)
(
download)
(
as text)
(
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.6.2.6.2.20.2.1: +21 -7 lines
Diff to
previous 1.6.2.6.2.20.2.1
, to
branch point 1.6.2.6.2.20
- 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.6.2.6.2.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 26 18:07:02 2009 UTC
(9 months, 4 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.6.2.6.2.14: +5 -6 lines
Diff to
previous 1.6.2.6.2.14
, to
branch point 1.6.2.6
- 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.6.2.13 -
(
view)
(
download)
(
as text)
(
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.6.2.12: +176 -30 lines
Diff to
previous 1.6.2.12
, to
branch point 1.6
- 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.6.2.6.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 20 15:43:30 2008 UTC
(14 months ago)
by
jareyero
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0-BETA3
Changes since
1.6.2.6.2.4: +3 -47 lines
Diff to
previous 1.6.2.6.2.4
, to
branch point 1.6.2.6
- 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.6.2.6.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 30 17:23:35 2008 UTC
(15 months, 3 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0-BETA1,
DRUPAL-6--1-0-BETA2
Changes since
1.6.2.6.2.3: +19 -7 lines
Diff to
previous 1.6.2.6.2.3
, to
branch point 1.6.2.6
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.6.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 24 19:24:20 2008 UTC
(19 months ago)
by
jareyero
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-0-BETA2
Changes since
1.6.2.7: +5 -6 lines
Diff to
previous 1.6.2.7
, to
branch point 1.6
- 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.6.2.7 -
(
view)
(
download)
(
as text)
(
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.6.2.6: +27 -13 lines
Diff to
previous 1.6.2.6
, to
branch point 1.6
- 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.6.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 13 20:57:36 2008 UTC
(20 months, 2 weeks ago)
by
jareyero
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-0-ALPHA2
Changes since
1.6.2.3: +33 -10 lines
Diff to
previous 1.6.2.3
, to
branch point 1.6
- 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.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 5 13:08:38 2008 UTC
(21 months, 3 weeks ago)
by
jareyero
Branch:
MAIN
Changes since
1.4: +4 -4 lines
Diff to
previous 1.4
Multiple bug fixes and improvements:
- Changed 'notifications_autoset' variable by 'notifications_default_auto'
- Jeff: Corrected small spelling mistake
- Fixed: Not allowed page links showing up in user overview page
- Added user settings for default sending method and interval
- Added notifications_user_setting() to retrieve user settings
- Commented out the teaser option
- Autosubscribe, added missing dependency
- Changed 'notifications_autoset' variable by 'notifications_default_auto'
- Database cleanup in install script. Removed unused table, fields
- Mysql 4 compatibility. Fixed queue query. Added conditions field to table and select clause
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 29 18:00:39 2008 UTC
(21 months, 4 weeks ago)
by
jareyero
Branch:
MAIN
Changes since
1.3: +126 -39 lines
Diff to
previous 1.3
Added option for processing inmediate notifications right away
Added 'event queued' op to hook_notifications(). To be excuted after an event is queued.
Expanded queue processing api with notifications_process_rows()
New helper function to build queue queries, notifications_queue_query()
Fixed minor issues in notifications_feed
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 26 12:57:38 2008 UTC
(22 months ago)
by
jareyero
Branch:
MAIN
Changes since
1.2: +25 -13 lines
Diff to
previous 1.2
New modules/features and multiple fixes
- Added notifications_feed, integration with FeedAPI
- Added raw node body and teaser to tokens.
- Added generic access checking for subscriptions/events
- Added access control for nodes and comments
- Added reset queue option.Removed run queue debug option.
- Fixed group user subscriptions page. To be improved
- Fixed bug in notifications_content:notifications:'event load'
- Added: node links can now handle other event_types than 'node', I.e. 'feed'
- Multiple changes in notifications.admin.inc. Moved functions around.
- Added generic form for user subscriptions. Will replace some notifications_content forms
- Added support for message customization for event types
- Reworked displayed tokens for message configuration
- Implemented hook_messaging() in notifications_content()
In sync with latest messaging commits.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 24 11:23:12 2008 UTC
(22 months ago)
by
jareyero
Branch:
MAIN
Changes since
1.1: +10 -9 lines
Diff to
previous 1.1
Bug fixes and some new features:
Fixed #213523 (Install file not setup for db prefixes) by Scott Reynolds
• Added unistall hook
• Fixed #213003 (Wrong file names in notifications_mixed module) by Richard Eriksson
• Implemented new message types for event types. New messages show up in messaging configuration.
• Added TODO.txt
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.