From 23b0abb9742d3418484fe8d01609f6849d7960ce Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 4 Mar 2009 08:51:49 +0000 Subject: Redefine the batch API to be very very simple. You call batch::start() before starting a series of events, and batch::stop() when you're done. In batch mode, the notification module will store up pending notifications. When the batch job is complete, it'll send a single digested email to each user for all of her notifications. Updated the scaffold and local_import to use this. Haven't modified SimpleUploader yet. --- modules/notification/views/batch_add.html.php | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 modules/notification/views/batch_add.html.php (limited to 'modules/notification/views') diff --git a/modules/notification/views/batch_add.html.php b/modules/notification/views/batch_add.html.php deleted file mode 100644 index b13fcf01..00000000 --- a/modules/notification/views/batch_add.html.php +++ /dev/null @@ -1,11 +0,0 @@ - - - - <?= $subject ?> - - -

-

-

- - -- cgit v1.2.3