|
1.40.2.2 FRAMEWORK_3 (+2 -2 lines) |
01/02/2008 06:30 AM |
Jan Schneider jan |
Happy New Year Tags: HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2 |
|
1.41 (+2 -2 lines) |
01/02/2008 06:11 AM |
Jan Schneider jan |
Happy New Year |
|
1.40.2.1 FRAMEWORK_3 (+1 -1 lines) |
12/20/2007 08:48 AM |
Jan Schneider jan |
Merge from HEAD. |
|
1.40 (+2 -2 lines) |
09/21/2007 01:47 PM |
Chuck Hagenbuch chuck |
Checking a boolean expression for ? true : false is always redundant. Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, HORDE_3_2_RC1 |
|
1.39 (+5 -7 lines) |
09/20/2007 03:42 PM |
Jan Schneider jan |
Fix notifications for all users, e.g. through scripts/alarms.php. |
|
1.38 (+4 -1 lines) |
08/12/2007 11:26 PM |
Chuck Hagenbuch chuck |
error check |
|
1.37 (+2 -2 lines) |
07/30/2007 12:46 AM |
Chuck Hagenbuch chuck |
Centralize sounds for audio alarms in Horde, and allow selection of several like we do in IMP. Still supports old prefs. Tags: HORDE_3_2_ALPHA |
|
1.36 (+2 -2 lines) |
07/16/2007 01:13 PM |
Jan Schneider jan |
Fix index. |
|
1.35 (+3 -3 lines) |
05/24/2007 01:58 PM |
Jan Schneider jan |
Fix dismissing of alarms without end. |
|
1.34 (+2 -2 lines) |
05/21/2007 11:04 AM |
Jan Schneider jan |
Wrap link through Horde::url(). |
|
1.33 (+1 -3 lines) |
05/08/2007 12:59 PM |
Jan Schneider jan |
Browser object is not required anymore. |
|
1.32 (+2 -2 lines) |
05/02/2007 01:36 PM |
Jan Schneider jan |
Slight semantic change. |
|
1.31 (+17 -1 lines) |
04/17/2007 06:25 AM |
Jan Schneider jan |
Add popup notification. |
|
1.30 (+4 -1 lines) |
03/14/2007 12:16 PM |
Jan Schneider jan |
Pop app when exiting early.
Bug: 5057 |
|
1.29 (+3 -3 lines) |
03/13/2007 12:43 PM |
Jan Schneider jan |
Use the 'show' api to display alarm links. Works better with the crontab script. |
|
1.28 (+2 -2 lines) |
03/13/2007 06:09 AM |
Jan Schneider jan |
Don't show all users' alarms, but global alarms only, for guests. |
|
1.27 (+9 -9 lines) |
03/09/2007 12:20 PM |
Jan Schneider jan |
Fix pushing the app during the first run. |
|
1.26 (+6 -1 lines) |
03/09/2007 06:23 AM |
Jan Schneider jan |
Catch errors. |
|
1.25 (+5 -2 lines) |
03/04/2007 05:25 PM |
Michael M Slusarz slusarz |
Bug: 5057
Unpop apps after getting necessary information. |
|
1.24 (+6 -2 lines) |
03/02/2007 05:50 AM |
Jan Schneider jan |
Error checking. |
|
1.23 (+2 -1 lines) |
03/02/2007 05:45 AM |
Jan Schneider jan |
Push app upfront to circumvent permission checks. |
|
1.22 (+7 -2 lines) |
03/01/2007 05:25 PM |
Chuck Hagenbuch chuck |
Check for errors from registry calls |
|
1.21 (+4 -2 lines) |
02/23/2007 12:29 PM |
Jan Schneider jan |
Keep alarm end unset if not provided. |
|
1.20 (+39 -19 lines) |
02/23/2007 10:19 AM |
Jan Schneider jan |
Add crontab script to send notifications through the alarm system. |
|
1.19 (+44 -29 lines) |
02/21/2007 06:45 PM |
Jan Schneider jan |
Store one entry per user and alarm to allow personal snooze times and alarm
preferences.
Allow to retrieve alarms for all users. |
|
1.18 (+6 -9 lines) |
02/08/2007 02:14 PM |
Jan Schneider jan |
Don't escape snooze options if notification doesn't have a link.
Don't show snooze options if the alarm is global. |
|
1.17 (+2 -2 lines) |
02/08/2007 12:07 PM |
Jan Schneider jan |
Rename checkbox to boolean. |
|
1.16 (+40 -3 lines) |
02/08/2007 11:13 AM |
Jan Schneider jan |
Convert charset of mail body. |
|
1.15 (+4 -2 lines) |
02/05/2007 09:25 AM |
Jan Schneider jan |
Create notification method list in preferences dynamically. |
|
1.14 (+3 -1 lines) |
02/05/2007 09:17 AM |
Jan Schneider jan |
No SMS at this point. |
|
1.13 (+8 -5 lines) |
02/05/2007 09:15 AM |
Jan Schneider jan |
Log errors from notification mehthods.
Use extended alarm text for email bodies if available.
Delay hiding of snooze options. |
|
1.12 (+26 -1 lines) |
02/05/2007 08:06 AM |
Jan Schneider jan |
Add isSnoozed(). |
|
1.11 (+12 -6 lines) |
02/02/2007 12:34 PM |
Jan Schneider jan |
Add option to dismiss an alarm. |
|
1.10 (+6 -3 lines) |
02/02/2007 09:12 AM |
Jan Schneider jan |
Only log errors. |
|
1.9 (+42 -42 lines) |
02/01/2007 12:41 PM |
Jan Schneider jan |
Remove popup notification method.
Add option to play a sound with a notification.
Show snooze options for alarms that don't have a link. |
|
1.8 (+10 -2 lines) |
02/01/2007 11:20 AM |
Jan Schneider jan |
Add garbage collection. |
|
1.7 (+3 -2 lines) |
02/01/2007 10:44 AM |
Jan Schneider jan |
Make sure to show/hide the correct snooze list. |
|
1.6 (+7 -1 lines) |
02/01/2007 10:14 AM |
Jan Schneider jan |
Implement simple popup. If this is required and how it is going to be
implemented is due to discussion. |
|
1.5 (+2 -3 lines) |
02/01/2007 08:44 AM |
Jan Schneider jan |
Add configuration for Horde_Alarm. |
|
1.4 (+11 -4 lines) |
01/30/2007 01:05 PM |
Jan Schneider jan |
Rename 'cache' parameter to 'ttl' and add gc() stub. |
|
1.3 (+2 -1 lines) |
01/30/2007 12:25 PM |
Jan Schneider jan |
Log errors. |
|
1.2 (+31 -11 lines) |
01/30/2007 08:39 AM |
Jan Schneider jan |
Snoozing works fine now. Add snooze options to notification message. |
|
1.1 |
01/29/2007 08:24 PM |
Jan Schneider jan |
Add an alarm/notification/reminder library. It currently supports email and Horde_Notification messages, popups and SMS are coming next.
Applications need to provide a listAlarms API method and should implement prefs for notification settings. |