From: Alan Knowles Date: Wed, 6 Apr 2011 08:19:34 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a99942f8dc64baebcdb7a6d268e0b6236aaabe8d;p=Pman.Core Notify.php --- diff --git a/Notify.php b/Notify.php index f85f3be2..000cd408 100644 --- a/Notify.php +++ b/Notify.php @@ -36,16 +36,9 @@ class Pman_Core_Notify extends Pman $w = DB_DataObject::factory('core_notify'); + $w->whereAdd('act_when < NOW()'); + - - /* For each watcher, compute the changes. - * Group changes by ticket, sending one email per ticket. - * Group tickets into batch updates if the only fields that changed are - * bulk update style (milestone, assignment etc.) - * - * For the wiki repo, group by file so that serial edits within the batch - * period show up as a single email. - */ } } \ No newline at end of file