1 |
brianr |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header |
2 |
|
|
--- smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header 2010-04-27 22:41:10.000000000 -0500 |
3 |
|
|
+++ mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header 2010-04-27 22:32:20.000000000 -0500 |
4 |
|
|
@@ -1,6 +1,6 @@ |
5 |
|
|
//00Header |
6 |
|
|
/** |
7 |
|
|
- * $Horde: nag/config/prefs.php.dist,v 1.42.2.12 2009/06/19 17:06:22 jan Exp $ |
8 |
|
|
+ * $Horde: nag/config/prefs.php.dist,v 1.42.2.13 2010/04/20 08:24:21 jan Exp $ |
9 |
|
|
* |
10 |
|
|
* See horde/config/prefs.php for documentation on the structure of this file. |
11 |
|
|
*/ |
12 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/140Notification mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/140Notification |
13 |
|
|
--- smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/140Notification 2008-04-07 23:11:54.000000000 -0500 |
14 |
|
|
+++ mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/140Notification 2010-04-27 22:33:57.000000000 -0500 |
15 |
|
|
@@ -3,6 +3,6 @@ |
16 |
|
|
'column' => _("Task List and Share Options"), |
17 |
|
|
'label' => _("Notifications"), |
18 |
|
|
'desc' => _("Choose if you want to be notified of task changes and task alarms."), |
19 |
|
|
- 'members' => array('task_notification'), |
20 |
|
|
+ 'members' => array('task_notification', 'task_notification_exclude_self'), |
21 |
|
|
); |
22 |
|
|
|
23 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/270TaskAlarms mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/270TaskAlarms |
24 |
|
|
--- smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/270TaskAlarms 2008-04-06 20:46:07.000000000 -0500 |
25 |
|
|
+++ mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/270TaskAlarms 2010-04-27 22:39:17.000000000 -0500 |
26 |
|
|
@@ -1,4 +1,12 @@ |
27 |
|
|
//270TaskAlarms |
28 |
|
|
+$_prefs['task_notification_exclude_self'] = array( |
29 |
|
|
+ 'value' => 0, |
30 |
|
|
+ 'locked' => false, |
31 |
|
|
+ 'shared' => false, |
32 |
|
|
+ 'type' => 'checkbox', |
33 |
|
|
+ 'desc' => _("Don't send me a notification if I've added, changed or deleted the task?") |
34 |
|
|
+); |
35 |
|
|
+ |
36 |
|
|
// alarm methods |
37 |
|
|
$_prefs['task_alarms'] = array( |
38 |
|
|
'value' => 'a:1:\{s:6:"notify";a:0:\{\}\}', |