Commit Graph

61 Commits

Author SHA1 Message Date
skeeter
0cd21d331d A couple of fixes... Not sure, but I do know this also adds in feature #418759. 2001-04-28 21:56:24 +00:00
skeeter
12e7072673 Fixes to the .002 upgrade for calendar 2001-04-27 17:37:59 +00:00
skeeter
a078f7f58f Restructured the calendar database, added the categories, and fixed problem with repeating entries. 2001-04-27 02:20:55 +00:00
skeeter
c214e83a93 Possible fixes for status not displaying on view.php 2001-04-19 17:45:54 +00:00
skeeter
6fb2941327 Fix for bug #413848, #414865 - Repeating Weekly events 2001-04-14 02:57:51 +00:00
skeeter
a17a84fd72 Fix for bug #415126 - Repeating Daily events 2001-04-14 02:05:54 +00:00
jengo
dfd7588b76 Fixed edit calling the wrong function names 2001-04-09 09:41:54 +00:00
skeeter
1309e1b37b This fixes 3 problems. 1) The serializing of class elements that are themselves classes didn't keep the class name; 2) When validating events, the date check was not getting spanning days correctly; 3) When displaying Overlapping events, the users timezone was not taken into account. 2001-03-31 14:30:13 +00:00
skeeter
ffe0f08d7c Added the ability to set a category to the event. This is NOT fully functional, but it falls in line with libmcal. 2001-03-24 05:06:45 +00:00
skeeter
c5e34d10b5 Fix for the 12/24 hour problem identified in the mailing list 2001-03-22 01:36:47 +00:00
skeeter
dfb85b25cd This should solve the ignore option on overlaps. 2001-03-18 18:32:54 +00:00
skeeter
ef61adecc9 fix for saving of priority and a fix for is_private() missing parameter 3 2001-03-16 03:02:03 +00:00
skeeter
25c869484e fix for public/private settings 2001-03-15 02:46:04 +00:00
skeeter
407b7f0a8c missing paramters to fetch_event() 2001-03-14 12:21:52 +00:00
skeeter
4cef072493 updated link() and finalized email updates 2001-03-10 04:48:19 +00:00
skeeter
6f695b6997 email updates, need to do preferences and email receiver -- NOT IMPLEMENTED, link() fixes 2001-03-09 12:23:12 +00:00
skeeter
1be6c501ae fixes for saving entries and start of response system 2001-03-07 01:28:52 +00:00
skeeter
c345b4cdf2 finish with vCAL stubs 2001-03-04 04:13:04 +00:00
skeeter
bf76a6497f more prep work to introduce ICAL 2001-02-26 12:23:48 +00:00
skeeter
ff2d5f6cdd prep work for ICAL integration 2001-02-25 04:06:15 +00:00
skeeter
f77791bf6d converts groups to individual members 2001-02-18 23:29:12 +00:00
skeeter
6db8b326d2 acl is 100% integrated 2001-02-18 22:33:10 +00:00
skeeter
89c174dcbc now works with new api - beginnings of ACL support 2001-02-11 02:38:50 +00:00
skeeter
f250ed0540 clear parse_navbar_end() error 2001-01-22 19:49:47 +00:00
skeeter
24b1576f26 fix for 12am times 2001-01-21 16:10:43 +00:00
skeeter
0c849ae90f fixed all files to carry GPL header 2001-01-17 12:35:43 +00:00
skeeter
21c325ceb2 split of calendar_item class and fix for footer links 2001-01-13 21:15:11 +00:00
skeeter
a60ef898e2 fix for overlapping 2001-01-13 03:36:36 +00:00
skeeter
988bc0bb88 rename ->common->navbar() to parse_navbar 2001-01-06 04:11:13 +00:00
skeeter
cbc8000109 calendar removed from api 2000-12-26 20:13:34 +00:00
skeeter
9e14f6cf9a removed php_track_vars - causing problems 2000-12-21 12:24:17 +00:00
jengo
2058628f02 Merged in patch for calendar 2000-12-18 16:36:43 +00:00
skeeter
efe775d040 fix for participant problem (?) 2000-12-18 01:36:18 +00:00
skeeter
5bb242ed32 fix for multiple participants 2000-12-17 00:37:18 +00:00
skeeter
3abcd4897c fixed 12 am/pm problem and added defaultfilter preference 2000-12-14 02:37:58 +00:00
skeeter
3bf10a62ee various calendar fixes 2000-12-09 04:08:54 +00:00
skeeter
06be3c35e2 should fix where events showing on previous day if less than 0200 2000-12-06 04:34:55 +00:00
skeeter
bf040328ed added filter and change of duration to date/time 2000-12-04 01:11:53 +00:00
skeeter
5656ae3514 new calendar tables/structures and new code 2000-12-01 03:36:39 +00:00
skeeter
8f150afb78 Added capability to schedule others and not yourself 2000-11-26 18:03:20 +00:00
skeeter
c1dc471bf0 fixes for submitting entry without name/description 2000-11-25 02:24:43 +00:00
skeeter
63ad25eb12 added conflict resolution back into edit_entry_handler 2000-11-24 22:51:43 +00:00
skeeter
67118cbb87 better support of entry 2000-11-24 00:35:43 +00:00
skeeter
51869a8ebf fix for buttons 2000-11-23 13:28:37 +00:00
skeeter
ce74573ead change of cal_create_by to cal_owner 2000-11-18 21:44:05 +00:00
seek3r
38b0173707 new disable by default policy should help performance 2000-11-16 07:56:58 +00:00
skeeter
0b1e93b4b4 major fixes through out 2000-11-14 04:12:28 +00:00
jengo
bca1ba9ca0 Working on update the owner fields to work off account_id 2000-10-25 21:21:08 +00:00
jengo
d9abb263a5 Updating more of the preferences 2000-10-12 18:18:03 +00:00
sjb4891
6047cd27ae Strange parse errors on last line of edit_entry_handler.
I fixed a { } mis-match, but there might be other problems still.
2000-10-09 19:09:44 +00:00