Commit Graph

66 Commits

Author SHA1 Message Date
skeeter
476bec151f This will now allow members of a group to edit/delete events, if the owner has granted persmissions to do so. 2002-01-09 18:12:23 +00:00
skeeter
b1aeb25214 Changed the way the calendar reacts to the deny_users_grant_access configuration item. Will no longer prompt user for the participants or the app_header drop down for which user/group to view. 2002-01-06 05:58:49 +00:00
skeeter
c5e25b7da5 A little nicer day view using some css for styling. This will consdense on the amount of code being sent to the client browser. 2002-01-03 12:37:15 +00:00
skeeter
5e24b7bf9d Fixes a problem where holidays in the following year are not loaded correctly. 2001-12-24 03:07:24 +00:00
skeeter
4959718a17 Applied patch #492669. Alos, a small fix for a problem ceb was having. 2001-12-22 14:38:54 +00:00
skeeter
7ff752c886 This will now correctly save the vcal export file to the users home directory in the vfs. 2001-12-10 03:58:44 +00:00
skeeter
1a6801dadb Will now display the week selectin in the footer in the users preference for date format. 2001-12-01 04:09:30 +00:00
skeeter
9165bf5f60 Fix for group accessing calendar events. A few places I removed some extraneous code. 2001-11-29 03:12:01 +00:00
skeeter
063a410559 Fix for a small problem of not returning the event if overlapped and not returning to the edit screen with the same data. 2001-11-08 00:18:42 +00:00
skeeter
db6d03d5cf Misspelled the word function. 2001-11-05 18:13:30 +00:00
skeeter
d5a8089d16 Feature request #230126. 2001-11-05 03:48:14 +00:00
skeeter
1f8ae0362f This adds the bility to exclude individual events from a repeating event. 2001-11-05 02:08:31 +00:00
skeeter
5251b94b88 Fixes two things. Fixes the problem of adding events. Also, now checks ALL overalpping repeating events in addition to regular single occurence events when creating new events. 2001-11-03 01:52:26 +00:00
skeeter
551bfb8dbb This will now allow events to care with the groups, if a group is assigned as a participant. If new users are added to the group, it will populate the datastore with those events when they view the event for the first time. This also adds a little more support for alarm management. 2001-10-25 23:52:15 +00:00
skeeter
b1d090de44 This now adds the ability to view an entire groups calendar events. 2001-10-23 10:58:53 +00:00
skeeter
a8aa9ac8b8 Fix for when not the owner of the event to be able to export the event. 2001-10-21 13:39:45 +00:00
skeeter
60f9dc225d Fix for not getting the proper info for the set_action page. 2001-10-21 13:30:40 +00:00
skeeter
6f4c4a1d68 This fixes a problem with editing single entries in a repeating event entry. 2001-10-05 03:09:55 +00:00
skeeter
4306c4da7b Applied a small patch by Jurgen Henge-Ernst. Also did a little formatting cleanup. 2001-10-03 00:31:03 +00:00
skeeter
07e4e05d11 Some fixes to possibly fix a problem with the uicalendar->page(). 2001-10-02 01:13:53 +00:00
skeeter
548548dfda Added a fix for a missing, and a little cleanup for viewing events with a single category. 2001-10-01 02:34:45 +00:00
skeeter
407c60e759 Applied Ralf Becker's patches for planner. Still have some unresolved issues with multiple categories. Also some possible fixes for mhicks. 2001-09-29 01:40:47 +00:00
skeeter
19286f3c6b Small fix for php3 compatibility. 2001-09-28 02:06:35 +00:00
skeeter
1391231baf A couple of fixes for overlapping event probelms. 2001-09-21 02:10:00 +00:00
skeeter
fa6d037ed4 Moved things around on the header to include a drop down filter for the categories searching. Also a fix for a repeating event problem and interval/frequency. 2001-09-20 21:29:16 +00:00
skeeter
a1dbc97b4e A couple of fixes for repeating events, pointed out by ceb. 2001-09-20 01:39:46 +00:00
skeeter
2da7e41cd4 Various changes.. Too numerous to mention. Major change is a table change for having multiple categories for a sngle event. 2001-09-17 02:33:19 +00:00
skeeter
66a9cfb2de Possible speed-ups when dispalying the edit form. 2001-09-11 03:09:18 +00:00
skeeter
0cde39204d Backend work for processing alarms. 2001-09-08 08:48:38 +00:00
skeeter
907dfb7e47 More fixes for php3 support. 2001-09-07 18:47:48 +00:00
skeeter
ea0d74b4a6 should now disallow editing of records not allowed to. 2001-09-07 18:33:33 +00:00
skeeter
e13be15f56 should now disallow editing of records not allowed to. 2001-09-07 18:30:35 +00:00
skeeter
7a78f0f55d Fix for php3 support. 2001-09-07 18:11:38 +00:00
skeeter
f0123f6cf5 Fix for php3 support. 2001-09-07 17:51:48 +00:00
skeeter
6a9a208aa3 Missed a -> in edit_form(). 2001-09-07 17:31:34 +00:00
skeeter
038b4428fc Needed to intval() the around line 2923. 2001-09-07 16:59:37 +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
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
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
d0ed87c15a Switching around the set_week_array() from BO to UI. 2001-08-26 12:31:28 +00:00
skeeter
b424cec285 Fix for weekly repeating events setting the proper interval. 2001-08-25 21:10:54 +00:00
skeeter
e363d68a3a Small speed ups to the mini-cals. 2001-08-25 03:22:01 +00:00
skeeter
6ee87cd2b7 1 fix for setting response. 1 fix for weekly views. 2001-08-24 11:14:40 +00:00
skeeter
dc8cf8e36d Missed a change over to the associated array. 2001-08-20 00:10:16 +00:00
skeeter
a187036111 Was not displaying the event's title on the view form. 2001-08-17 19:32:03 +00:00
skeeter
b5c52f9e7c Fix for bug #447246. 2001-08-17 03:03:44 +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