• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
I18N: converting the notifications package to using the message catalog

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

  1. … 10 more files in changeset.
Fixes from sloan

* Increase field sizes for subject

* adds a manage page

* adds a object_id redirect (object-goto.tcl)

* linking to manage page in outgoing message.

  1. … 15 more files in changeset.
remove ad_system_name call from instant notification subject. left it in

batched notifications.

  1. … 1 more file in changeset.
added batched notification capability (still alpha with lots of logging)

  1. … 4 more files in changeset.
merged

  1. … 11 more files in changeset.
fixed bug in xql file and cleaned them up too

  1. … 8 more files in changeset.
begun adding support for replies

  1. … 6 more files in changeset.
fixes

  1. … 1 more file in changeset.
added better notification format

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

  1. … 21 more files in changeset.