Commit Graph

3105 Commits

Author SHA1 Message Date
5b02a58267 * Calendar: fixed not working filter "only group events", to not include events of members 2013-08-15 16:03:04 +00:00
ec98f76a19 fix sql error, if contact_bday is not aliases as bday (works too if it is alias) 2013-07-23 15:09:56 +00:00
1b104f9779 fix sql error, if contact_bday is not aliases as bday (works too if it is alias) 2013-07-23 15:04:00 +00:00
f16db5f793 * Calendar: use "default" filter for home screen, instead of "all" which shows canceled events too 2013-06-27 09:27:06 +00:00
80507e91cf russian translations provided by Vladimir Gavrilov (MBC-Group) 2013-06-17 12:38:47 +00:00
ebcda59e45 * Calendar/CalDAV: updated timezone database to 1.2013c
from Lightning: https://hg.mozilla.org/comm-central/log/0c54a5703d29/calendar/timezones/timezones.sqlite
2013-06-07 16:04:03 +00:00
020e58b764 * Calendar: changing an existing, recurring event to whole-day, caused an end-time on day before start 2013-06-07 11:54:26 +00:00
8f0602f6bf switching permanent error_log off 2013-05-16 16:02:48 +00:00
b2eb940e90 * Calendar/CalDAV: reduced memory foot-print by caching alarms, calendars with lots of alarms and recurring events sync now with 128MB memory_limit 2013-05-16 16:00:54 +00:00
7af2849f9f holidays file for ZA - South Africa, thanks to smataitsane-AT-nupsaw.co.za 2013-03-20 18:58:53 +00:00
de49fbda1c holidays file for ZA - South Africa, thanks to smataitsane-AT-nupsaw.co.za 2013-03-20 18:58:09 +00:00
b13ccf631c Add {{link}} placeholder to other apps 2013-03-20 14:51:09 +00:00
fc4545d1ea * CalDAV: preference to overwrite default on how many days to sync into past or future 2013-03-14 17:13:59 +00:00
9ef5149632 * Calendar/ImportExport: fixed out-of-memory condition while importing large iCal files
do NOT read whole file into memory, just pass stream so iCal class can use an iterator
2013-03-14 15:40:05 +00:00
9d6375fb3c * Calendar/CalDAV: fixed recuring event disapeared from device, if a rejected recurrence existed and a change from an other user caused a reload (412 Precondition Failed) 2013-03-14 14:48:53 +00:00
4d11e020e8 * Calendar/CalDAV: fixed recuring event disapeared from device, if a rejected recurrence existed and a change from an other user caused a reload (412 Precondition Failed) 2013-03-14 14:47:06 +00:00
43d5903f76 * Calendar/CalDAV: fixed iCal import of recurring events to convert (not understood) yearly byday to monthly byday with interval 12 and daily byday to weekly byday, also fixed of by one error in enddate 2013-02-28 17:01:26 +00:00
9e873a7092 * Calendar/CalDAV: fixed iCal import of recurring events to convert (not understood) yearly byday to monthly byday with interval 12 and daily byday to weekly byday, also fixed of by one error in enddate 2013-02-28 17:00:01 +00:00
ea2809369b * Calendar/CalDAV: fixed iCal parser calculating recurrence-enddate from COUNT parameter, taking into account BY* rules (RRULE:FREQ=WEEKLY;COUNT=4;BYDAY=Mo,Mi runs just 2 weeks!) 2013-02-27 14:36:13 +00:00
ba06ed56a9 * Calendar/CalDAV: fixed iCal parser calculating recurrence-enddate from COUNT parameter, taking into account BY* rules (RRULE:FREQ=WEEKLY;COUNT=4;BYDAY=Mo,Mi runs just 2 weeks!) 2013-02-27 14:35:12 +00:00
7f1b7952b1 no more querying of recurrences for etag of series master, as all update methods now update modification time of series master for recurrenc-exceptions 2013-02-26 08:56:13 +00:00
32751c69b6 no more querying of recurrences for etag of series master, as all update methods now update modification time of series master for recurrenc-exceptions 2013-02-26 08:48:50 +00:00
ec40a3e6bd * Calendar: create index on egw_cal.cal_reference to speed up etag generation of recuring events 2013-02-25 12:05:36 +00:00
d71b993495 * CalDAV/CardDAV: removed unnecessary (double) etag generation and improved calendar etag generation for recurring events 2013-02-25 11:19:56 +00:00
84ed911c97 * CalDAV/CardDAV: removed unnecessary (double) etag generation and improved calendar etag generation for recurring events 2013-02-25 11:17:59 +00:00
65946d09f9 * Calendar: moving an event series is not preserving participants (gave error there are not participants) 2013-02-21 16:29:13 +00:00
5aa0d62712 * Calendar: copying of events now preservs quantity of resources 2013-02-21 15:24:28 +00:00
811ea4bd1a * Calendar: copying of events now preservs quantity of resources 2013-02-21 15:21:19 +00:00
64fc5c272d merged translations from trunk 2013-02-18 15:57:00 +00:00
b46770872e new German translations from Stefan 2013-02-18 15:52:43 +00:00
899bde0cc4 merged translations and other uncommited ones 2013-02-08 19:04:52 +00:00
4f247b26f8 merged translations and other uncommited ones 2013-02-08 19:03:20 +00:00
f61d4b64f5 Adapt calendar participants to et2 link 2013-02-08 14:07:39 +00:00
ca7f0f46ed Fix fatal error by passing correct type 2013-02-07 11:02:35 +00:00
ef826ee2b9 Change all merges to use common get_all_links() function 2013-02-07 09:36:07 +00:00
f2cdcefda1 Fix some undefined / not found js errors in et2 2013-02-05 08:34:26 +00:00
e47fca7d10 missing templates and a fix for new reply handling 2013-02-01 16:54:51 +00:00
380b57a85d russian translations provided by Vladimir N. Gavrilov 2013-02-01 15:13:36 +00:00
ceb66bf332 * Calendar/FMail: allow to apply replys to meeting requests 2013-02-01 12:22:56 +00:00
458508e1ba * Calendar/CalDAV: fixed wrong time in notification mails caused by updates via CalDAV (not web interface), if user-timezone differs from server 2013-01-31 15:16:32 +00:00
a8e6f13304 * Calendar/CalDAV: fixed wrong time in notification mails caused by updates via CalDAV (not web interface), if user-timezone differs from server 2013-01-31 15:15:48 +00:00
9d142fec14 revert failed attempt for calendar holiday issue accidentally commited with r41527 2013-01-31 14:16:48 +00:00
435f726bf9 select priority should map 0 to None, not empty 2013-01-31 14:13:45 +00:00
15ecaec4f4 Get ical export working for scheduled export 2013-01-30 15:45:48 +00:00
8b68bf388f fixed backend returning all events for freebusy query with just email addresses 2013-01-29 14:59:49 +00:00
2d503a7089 fixed backend returning all events for freebusy query with just email addresses 2013-01-29 14:56:03 +00:00
9d8c2f42c9 * CalDAV: fixed accepting event removed it from calendar, because email address of a deleted account was prefered over regular account, correctly reporting not found URLs in multiget report 2013-01-25 17:52:28 +00:00
e7b4f47d47 if we require an extra invite grant, we fail if that does not exist (bind privilege is not given in that case) 2013-01-24 15:33:24 +00:00
cea2c54ee1 if we require an extra invite grant, we fail if that does not exist (bind privilege is not given in that case) 2013-01-24 15:32:56 +00:00
a98fc755c9 * CalDAV: remove "bind" privilege (create new events right) on other users or groups calendar, if invite requires special ACL grant, which current user does NOT have 2013-01-24 12:54:42 +00:00