Ralf Becker
|
32b4f370fe
|
using capital REQUEST in method parameter
|
2014-02-05 15:16:39 +00:00 |
|
Ralf Becker
|
1c98d4f5ac
|
fixed problem reported by Pedro Ribeiro
|
2014-02-04 13:45:01 +00:00 |
|
Jörg Lehrke
|
a01efd81c8
|
Fix X-MICROSOFT-CDO-ALLDAYEVENT calendar issue for CalDAV clients
|
2013-11-23 08:12:48 +00:00 |
|
Ralf Becker
|
9397280688
|
for new or changed group-invitations, remove previously deleted members, so they show up again
|
2013-10-17 12:02:36 +00:00 |
|
Ralf Becker
|
cd46241449
|
full implementation of draft-murchison-webdav-prefer-05, incl. return=representation for 412 conflicts
|
2013-10-07 07:32:34 +00:00 |
|
Klaus Leithoff
|
2445f91483
|
commit some french lang file stuff; provided by Thomas Chaillot, Spirea
|
2013-09-09 12:06:36 +00:00 |
|
Ralf Becker
|
0da37cc8ff
|
fixed warning reported by Anthony Messina on developers list
|
2013-09-02 06:49:43 +00:00 |
|
Ralf Becker
|
af2145bea3
|
* Calendar/EMail: accepting mail invitations sets now external organizer as role CHAIR (externals can not be event-owners), to send replys back to organizer
|
2013-08-29 14:50:42 +00:00 |
|
Ralf Becker
|
aef984c7fa
|
* Calendar: automatic cancel alarms from removed or rejected participants
|
2013-08-29 14:39:01 +00:00 |
|
Klaus Leithoff
|
e8dd59e862
|
commit some french lang file stuff; provided by Thomas Chaillot, Spirea
|
2013-08-27 08:56:41 +00:00 |
|
Ralf Becker
|
5b02a58267
|
* Calendar: fixed not working filter "only group events", to not include events of members
|
2013-08-15 16:03:04 +00:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
f16db5f793
|
* Calendar: use "default" filter for home screen, instead of "all" which shows canceled events too
|
2013-06-27 09:27:06 +00:00 |
|
Klaus Leithoff
|
80507e91cf
|
russian translations provided by Vladimir Gavrilov (MBC-Group)
|
2013-06-17 12:38:47 +00:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
8f0602f6bf
|
switching permanent error_log off
|
2013-05-16 16:02:48 +00:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
7af2849f9f
|
holidays file for ZA - South Africa, thanks to smataitsane-AT-nupsaw.co.za
|
2013-03-20 18:58:53 +00:00 |
|
Ralf Becker
|
de49fbda1c
|
holidays file for ZA - South Africa, thanks to smataitsane-AT-nupsaw.co.za
|
2013-03-20 18:58:09 +00:00 |
|
Nathan Gray
|
b13ccf631c
|
Add {{link}} placeholder to other apps
|
2013-03-20 14:51:09 +00:00 |
|
Ralf Becker
|
fc4545d1ea
|
* CalDAV: preference to overwrite default on how many days to sync into past or future
|
2013-03-14 17:13:59 +00:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
d71b993495
|
* CalDAV/CardDAV: removed unnecessary (double) etag generation and improved calendar etag generation for recurring events
|
2013-02-25 11:19:56 +00:00 |
|
Ralf Becker
|
84ed911c97
|
* CalDAV/CardDAV: removed unnecessary (double) etag generation and improved calendar etag generation for recurring events
|
2013-02-25 11:17:59 +00:00 |
|
Ralf Becker
|
65946d09f9
|
* Calendar: moving an event series is not preserving participants (gave error there are not participants)
|
2013-02-21 16:29:13 +00:00 |
|
Ralf Becker
|
5aa0d62712
|
* Calendar: copying of events now preservs quantity of resources
|
2013-02-21 15:24:28 +00:00 |
|
Ralf Becker
|
811ea4bd1a
|
* Calendar: copying of events now preservs quantity of resources
|
2013-02-21 15:21:19 +00:00 |
|
Ralf Becker
|
64fc5c272d
|
merged translations from trunk
|
2013-02-18 15:57:00 +00:00 |
|
Ralf Becker
|
b46770872e
|
new German translations from Stefan
|
2013-02-18 15:52:43 +00:00 |
|
Ralf Becker
|
899bde0cc4
|
merged translations and other uncommited ones
|
2013-02-08 19:04:52 +00:00 |
|
Ralf Becker
|
4f247b26f8
|
merged translations and other uncommited ones
|
2013-02-08 19:03:20 +00:00 |
|
Nathan Gray
|
f61d4b64f5
|
Adapt calendar participants to et2 link
|
2013-02-08 14:07:39 +00:00 |
|
Nathan Gray
|
ca7f0f46ed
|
Fix fatal error by passing correct type
|
2013-02-07 11:02:35 +00:00 |
|
Nathan Gray
|
ef826ee2b9
|
Change all merges to use common get_all_links() function
|
2013-02-07 09:36:07 +00:00 |
|
Nathan Gray
|
f2cdcefda1
|
Fix some undefined / not found js errors in et2
|
2013-02-05 08:34:26 +00:00 |
|
Ralf Becker
|
e47fca7d10
|
missing templates and a fix for new reply handling
|
2013-02-01 16:54:51 +00:00 |
|
Klaus Leithoff
|
380b57a85d
|
russian translations provided by Vladimir N. Gavrilov
|
2013-02-01 15:13:36 +00:00 |
|
Ralf Becker
|
ceb66bf332
|
* Calendar/FMail: allow to apply replys to meeting requests
|
2013-02-01 12:22:56 +00:00 |
|
Ralf Becker
|
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 |
|