Commit Graph

1494 Commits

Author SHA1 Message Date
Klaus Leithoff
7f5b37d1ae postgres compatibility gathering of birthdays for homearea (calendar merge of birtdays into holidays) order by column must be part of distinct selection list; adapting calendar home view to meet expected date format by using egw_time::to 2010-09-17 13:58:07 +00:00
Ralf Becker
5751e48cfc removed explicit var parameter from Horde_iCalendar $component parameter of _ical2egw_callback, as all object are passed by reference in PHP5+, but usage via call_user_func_array(), gives warning as no (explicit) var parameters are allowed 2010-09-15 13:11:14 +00:00
Jörg Lehrke
7dea8e14c4 Fix CalDAV ctag calculation 2010-09-14 05:07:19 +00:00
Ralf Becker
63ca019264 * SyncML performance patches for calendar datastore
merged 32021:32047 ^/trunk/syncml, 32025:32047 ^/trunk/calendar, 32032:32050 ^/trunk/phpgwapi, thought not everything merged cleanly
2010-09-13 10:39:58 +00:00
Jörg Lehrke
246549f53b New ctag implementation for CalDAV 2010-09-12 20:35:05 +00:00
Jörg Lehrke
e5eb12eb31 Fix more find_event issues 2010-09-12 20:34:09 +00:00
Jörg Lehrke
8b71dc8183 Fix find_event again 2010-09-12 13:08:51 +00:00
Jörg Lehrke
2b3454a721 Fix find_event() issue 2010-09-11 23:23:00 +00:00
Ralf Becker
5a2ac9b987 fix for postgreSQL bug reported by Anthony Messina (amessina-at-messinet.com): sync_contentid is varchar(60) and needs explicit cast, fixed by letting egw_db do the quoting, which is more save anyway 2010-09-10 07:02:16 +00:00
Jörg Lehrke
3764cb147a Fix EXDATE issue for Apple devices 2010-08-26 20:28:43 +00:00
Nathan Gray
9074f4f438 Backport 31777 - Add action to list view for admins to recover events from list view (egw.stylite.de bug #8140) 2010-08-24 17:01:40 +00:00
Ralf Becker
7f9fa777be fixed not disabled custom field tab, if no cfs exist
(problem was added history tab, which changed name of tabs widget, now using "tabs=general|...")
2010-08-16 07:14:47 +00:00
Jörg Lehrke
c8b9bf7e68 Improve iPhone iCal support 2010-08-15 06:37:34 +00:00
Jörg Lehrke
e43f290d11 Fix recurrence enddate issue 2010-08-15 06:35:10 +00:00
Jörg Lehrke
346a5bf5a6 Fix alarm handling for recurring events starting in the past 2010-08-10 21:21:05 +00:00
Jörg Lehrke
1198c44821 Fix CalDAV PUT issue 2010-08-08 21:48:26 +00:00
Ralf Becker
e7c292d683 using created and modified timestamps from calendar, and not reading them separate from egw_content_history table 2010-08-05 17:58:25 +00:00
Ralf Becker
9a0d77469f improved performance by not checking exceptions for referencing a master which mentions them as exceptions 2010-08-05 17:39:03 +00:00
Ralf Becker
e871666adf fixed not working notifications for types:
- responses: on participant responses too (everytime)
- modifications: on all modification, but responses
2010-08-02 14:15:46 +00:00
Jörg Lehrke
6f8bc7339e Improve CalDAV PUT handler 2010-07-27 19:39:18 +00:00
Klaus Leithoff
a07c955ec2 save states of calendar view to session only when we are in calendar 2010-07-16 09:02:15 +00:00
Klaus Leithoff
a63134dd5f fix for reset_stati on Drag and Drop; Work by Chr.Fueller, leithoff 2010-07-13 14:36:51 +00:00
Klaus Leithoff
f8c674ff9b making sure / checking that alarmData is an array as expected. 2010-07-13 11:49:05 +00:00
Klaus Leithoff
f7847a1183 rework of calendar purge function 2010-07-06 08:25:13 +00:00
Jörg Lehrke
7a0c9fedcf Fix vCalendar v1.0 EXDATE export 2010-07-05 19:06:49 +00:00
Ralf Becker
0933a70651 removed columns from DELETE statement 2010-07-02 06:01:09 +00:00
Jörg Lehrke
92996740a9 Fix FroupDAV report issue 2010-07-02 05:03:51 +00:00
Ralf Becker
bb07a036ca backported Nathan r31245:
- Fix purging of old events so it doesnt delete everything
- Trick config into calling the hook when purging is turned off so cron job is cancelled
2010-07-01 16:08:54 +00:00
Jörg Lehrke
716b9e2b5d Fix CTag issues for GroupDAV 2010-06-29 13:14:29 +00:00
Jörg Lehrke
3b422176cd Fix CalDAV issues 2010-06-29 09:21:41 +00:00
Jörg Lehrke
2b0233d9bb Fix CalDAV delete event issue 2010-06-28 17:33:34 +00:00
Nathan Gray
aa2281b554 Backport 31140 & 31141 - Allow admins to restore deleted events 2010-06-28 11:39:41 +00:00
Nathan Gray
c9c422ad83 Backport 31138: Do not send notification when a deleted event is purged 2010-06-28 11:17:00 +00:00
Jörg Lehrke
9b1565a1d6 Improve group invitation handling 2010-06-28 05:08:50 +00:00
Jörg Lehrke
7505a741a6 Fix CalDAV group attendee issue; various GroupDAV improvements 2010-06-27 22:17:23 +00:00
Jörg Lehrke
9184bc0f67 Fix SyncML replace and recur_enddate issue 2010-06-26 16:03:14 +00:00
Jörg Lehrke
bedeff0435 Support Free/Busy information with credentials as part of the URL 2010-06-26 11:38:50 +00:00
Jörg Lehrke
f27dd678d1 Fix status change permission issue 2010-06-24 16:22:09 +00:00
Jörg Lehrke
8107fb5ab6 Fix recurring event issues for vCal 1.0 imports; fix bug Stylite #646 2010-06-23 15:10:54 +00:00
Jörg Lehrke
748cf54d7d Add 'reset stati options' to calendar 2010-06-23 14:49:17 +00:00
Ralf Becker
a2b6b3fe58 backporting r30991-4: using egw_db->capabilities[egw_db::CASE_INSENSITIVE_LIKE] and other PostgreSQL 8.3 fixes 2010-06-22 17:03:05 +00:00
Jörg Lehrke
e4eb9d32ba Fix recurrence enddate for vCalendar 1.0, missing pieces 2010-06-21 17:49:01 +00:00
Klaus Leithoff
c94bf30cb8 fix for Call to a member function setTimezone() on a non-object; Dont Try to do a settimezone, when rrule[UNTIL] is no DateTime object 2010-06-21 09:56:50 +00:00
Jörg Lehrke
c30d10b961 Apply changes from revision 30558++ 2010-06-18 15:33:08 +00:00
Jörg Lehrke
74653d300e Fix recurring event alarm issue 2010-06-18 13:42:39 +00:00
Jörg Lehrke
8c02f92ca1 Fix SyncML device timezone issues 2010-06-17 07:44:58 +00:00
Jörg Lehrke
3a28418bd5 Fix participant issue in event shifting 2010-06-16 10:42:25 +00:00
Nathan Gray
e5ac08edab Backport 30789: Move purging of old calendar events to use less API and do more with the DB directly. Hopefully will be a little easier on the DB. 2010-06-14 11:46:03 +00:00
Klaus Leithoff
ee706d6af8 fix invalid javascript variable names for draggable/droppable IDs when owner/calendar is a group 2010-06-14 08:14:07 +00:00
Jörg Lehrke
389f16a1e5 Improve charset support for CalDAV 2010-06-14 07:52:33 +00:00