• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Broken for oracle ... not now though.

Adding support for file attachments via file_ids in the notifications table, includes sql upgrade scripts and bumps the version to 5.4.0d3

  1. … 10 more files in changeset.
Allow setting notification date from notification::new and support

checking notification date when sending out notiifcations.

  1. … 2 more files in changeset.
Moving callback implementations from notification-procs to notification-callback-procs

  1. … 3 more files in changeset.
Removing eval from callbacks implementation definition and adding the namespace 'merge'

Adding merge implementations for notifications

  1. … 1 more file in changeset.
Removing merge implementatios for notifications

  1. … 1 more file in changeset.
Adding callback implementations: MergeShowUserInfo and MergePackageUser, to notifications

  1. … 1 more file in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
fix from Sloan: allow HTML notifications. html part is optional so existing calls will still work.

  1. … 8 more files in changeset.
add -- to all string_truncate calls

  1. … 11 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
Added support for notifications going out as the user who sent the notification. This required changing the delivery method service contract, so I moved all service contracts into tcl

  1. … 27 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 41 more files in changeset.
Truncate the notification subject. The column is only defined to be varchar(100), which is probably fairly reasonable, but also fairly easy to outgrow

Accepted patch #108 which fixes bug #324

Upgrade to 4.6.2: Notifications extensions - dynamic notifications recipients.

  1. … 20 more files in changeset.
Added support for dynamic notifications

  1. … 32 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 56 more files in changeset.
1. Changed cleanup sweep interval to 15 minutes

2. Fixed broken PostgreSQL and Oracle queries that were supposed to select

notifications for deletion but rather returned all notifications if any

were ripe for deletion, causing seemingly random failure to deliver

notifications. Sloan had hacked this with a kludge to only delete

notifications older than two days but this didn't work on openacs.org,

which supports weekly summaries of notifications.

3. Changed notification::new to not insert notifications that have no

pending requests. This avoids having to waste time deleting them

afterwards.

4. Added notification_request::request_exists which returns true if

there's at least one notification request for a given object and

notification type.

5. Added a couple of indexes to speed queries that ran slow on openacs.org.

  1. … 9 more files in changeset.
merge from oacs-4-6

  1. … 103 more files in changeset.
added notifications documentation!

  1. … 10 more files in changeset.
added better notification format

  1. … 3 more files in changeset.
notifications now works for instantaneous stuff

  1. … 21 more files in changeset.
initial check in of notifications

  1. … 15 more files in changeset.
Initial revision

    • -0
    • +46
    ./notification-procs.tcl
  1. … 25 more files in changeset.