Commit Graph

85 Commits

Author SHA1 Message Date
skeeter
7a78f0f55d Fix for php3 support. 2001-09-07 18:11:38 +00:00
skeeter
bbb07938f5 Fix for the update(). Didn't set default value incoming to function. 2001-09-07 17:17:05 +00:00
skeeter
8cfde64d54 Whole bunch of new code. Skeleton alarm management stuff. Importing of iCal file data (semi-working). New data fields (uid/location). New tables (phpgw_cal_alarm). 2001-09-07 16:37:11 +00:00
skeeter
0732fd541e Starting to add support for displaying a list of alarms. 2001-09-04 03:17:49 +00:00
skeeter
4235b55980 Small changes to allow an ignore of conflicting events. 2001-08-30 19:06:24 +00:00
skeeter
082d382c57 Partial implementation for recuring events in the phpGW generated iCal card. 2001-08-30 16:04:40 +00:00
skeeter
cf7ef7bdc7 Combination fixes to the iCal, or more fields added for the export. A single iCal is being generated correctly. Still Need to work on the rrule. 2001-08-30 03:12:38 +00:00
skeeter
9bd1f18cd4 Started adding support for iCal exports from the view screen. 2001-08-29 19:18:32 +00:00
skeeter
fc15b8f37c This takes advantage of the css() function. Also fixes a problem where if no calednar reference is specified, it will be set to 0. 2001-08-28 03:41:16 +00:00
skeeter
e045003bfe Patches applied from Milosch for list_mehods(). 2001-08-27 11:21:38 +00:00
skeeter
864d201ed5 Fix for a reference malfunction, and a fix to disallow the owner of the event to reject his participation status. 2001-08-27 03:03:41 +00:00
skeeter
3bf1728dc6 Feature Request #229502 - Allow editing of a single occurence of a repeating event. 2001-08-27 01:30:40 +00:00
skeeter
4dc6237cff Added the list_methods function. 2001-08-26 04:30:41 +00:00
skeeter
cd6db0dfad Changes for Feature Request #452020 - Only send out Acceptance/Rejection/Tentative notifications to the owner of the event. 2001-08-26 03:08:31 +00:00
skeeter
265db7f0c7 Fix for daily repeating events setting the proper interval. 2001-08-25 21:12:51 +00:00
skeeter
b424cec285 Fix for weekly repeating events setting the proper interval. 2001-08-25 21:10:54 +00:00
skeeter
a4c6d691e5 Last fix... parse error.. 2001-08-25 03:21:26 +00:00
skeeter
967b84fa3a More fixes for no participants defined for an event. 2001-08-25 02:12:02 +00:00
skeeter
b6984859df Possible fix for no participants defined for an event. 2001-08-24 12:12:51 +00:00
skeeter
fb03557a24 Fix for bug #447246 item #3. 2001-08-17 13:18:08 +00:00
skeeter
61f8227dcc Optimizations to the calendar. Also cleaned up a little of the planner code. 2001-08-17 00:24:20 +00:00
skeeter
0998e099b0 Split out the preferences to speed those up a little. 2001-08-13 14:11:07 +00:00
skeeter
bab6416134 Some more fixes to the calendar. Also, will allow the user to select the interval for the day view. 2001-08-13 01:34:32 +00:00
skeeter
fa92c39af4 More fixing, and a change to the GLOBALS, HTTP_[POST|GET]_VARS. Also, better support for spanning events across multiple days. 2001-08-12 14:47:23 +00:00
skeeter
8fe24f78f9 This adds the enhancements to the planner as provided by ralfbecker. Thanks. 2001-08-06 03:36:58 +00:00
skeeter
1609677f71 Tons of major fixes to the n-tier calendar. Still need to incorporate ralfbeckers enhancements to the planner. 2001-08-06 02:41:36 +00:00
skeeter
e17aaa4f5c This follows the change to the ->accounts->membership() call. 2001-08-04 20:48:54 +00:00
skeeter
77dc66bb77 This brings the hook_email and the hook_deleteaccount in line with the n-tier. 2001-08-01 11:06:17 +00:00
skeeter
d8ca88b77f Removal of the assoc_array from the public_functions and the class. 2001-07-30 03:45:25 +00:00
skeeter
f3397a4e27 Change to use associated arrays for internal storage of the calendar events. ** This is geared at SOAP support! ** ** This is now SOAP compatible! ** 2001-07-29 22:09:24 +00:00
skeeter
cba81b9086 Small fixes for php3 support. 2001-07-28 13:22:58 +00:00
skeeter
9472646729 This should provide all neccessary functions to the calendar in n-tier layout. Just need to debug it out for any minor problems. 2001-07-28 13:17:30 +00:00
skeeter
588ad423df A little more fixing to the calendar. Will try and get the search UI built. 2001-07-21 23:35:22 +00:00
skeeter
e5e3403d77 Second cut... now have all except search/matrixview in n-tier design. 2001-07-18 17:32:10 +00:00
skeeter
88519279bd First cut with n-tier design. 2001-07-16 11:38:40 +00:00