Thomas Bruederli
16fc7aef10
Send ping command only once when importing multiple evetns ( #2355 )
2013-10-16 09:38:48 +02:00
Thomas Bruederli
e40d1c4dcd
Limit virtual folder tree to task/calendar main views
2013-10-15 10:31:52 +02:00
Aleksander Machniak
7f93ff46e0
Update and cleanup localizations
2013-10-11 15:06:22 +02:00
Thomas Bruederli
525e48f549
Flag virtual folders as read-only
2013-10-11 13:50:07 +02:00
Thomas Bruederli
9ffd3031e1
Show complete folder hierarchy in calendars and tasklist listings with non-clickable virtual parent folders
2013-10-10 17:27:24 +02:00
Thomas Bruederli
74ebf9f363
Show calendar/tasklist name in title attribute when potentially truncated in the list view
2013-10-09 12:59:33 +02:00
Christoph Wickert
65239fb965
Fix explanation of calendar_itip_smtp_server
2013-10-03 16:24:40 +02:00
Thomas Bruederli
1800bd6556
Add option to display direct CalDAV urls for calendars in the UI
2013-10-03 12:07:02 +02:00
Thomas Bruederli
3c56dcc275
Ignore _datetime flags when 'allday' property is present; avoid saving them in cache ( #2310 )
2013-10-03 10:54:26 +02:00
Aleksander Machniak
1fd3b0a5e7
Merge branch 'master' of ssh://git.kolab.org/git/roundcube
2013-09-26 14:54:55 +02:00
Aleksander Machniak
5327dfc641
Implemented unified cross-plugin HTTP_Request2 object configuration (Request #2149 )
2013-09-26 14:53:52 +02:00
Thomas Bruederli
c891f82269
Correctly update calendar UI when deleting a calendar with sub-folders and show an according message if confirm dialog ( #2283 )
2013-09-26 13:46:24 +02:00
Thomas Bruederli
45d9244016
Enable event import command even if no calendar is selected ( #2267 )
2013-09-26 09:59:51 +02:00
Thomas Bruederli
f08169e523
Avoid warnings when event['recurrence'] is a string
2013-09-11 10:00:48 +02:00
Thomas Bruederli
164fae8387
Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab
2013-09-04 09:03:31 +02:00
Aleksander Machniak
ea949c7992
Fix "PHP Fatal error: Call to a member function setTimezone() on a
...
non-object" when parsing occurences of recurring events, where
'changed' date is not set (Bug #2185 )
2013-09-03 13:06:26 +02:00
Thomas Bruederli
497451ea24
Use CREATE TABLE IF NOT EXISTS in database init scripts
2013-08-25 12:40:44 +02:00
Thomas Bruederli
3f62bf917f
Adapt freebusy parser to new ical parser from libcalendaring plugin ( #2146 )
2013-08-25 12:37:32 +02:00
Aleksander Machniak
cb22497440
Fix agenda table issue with long time format (Bug #2084 )
2013-08-06 11:04:35 +02:00
Thomas Bruederli
821fab28c0
Fix author string
2013-07-25 11:07:53 +02:00
Thomas Bruederli
9df99187df
Add database schema file for Postgres ( #2044 )
2013-07-25 11:06:13 +02:00
Thomas Bruederli
f53773290d
Update Russian localization ( #2043 )
2013-07-25 10:57:39 +02:00
Thomas Bruederli
c276b0b88b
Fix calendar settings form (wrong selection for calendar_timeslots)
2013-07-25 10:24:05 +02:00
Thomas Bruederli
3780f04f71
Convert created date to DateTime object to make iCal export work properly
2013-07-23 17:27:25 +02:00
Thomas Bruederli
cc01865c95
Move Horde_Date from libcalendaring to help with recurrence computation
2013-07-23 17:26:09 +02:00
Thomas Bruederli
3d96f28a56
Only increase sequence number of not supplied (keeps it for event imports)
2013-07-22 19:42:41 +02:00
Thomas Bruederli
f67c2bbcb7
Avoid disabling RSVP button on event updates
2013-07-22 19:39:24 +02:00
Thomas Bruederli
64174f4fac
Use a global function to sort folder names by namespace/name; add option to control the use of displayname folder annotations
2013-07-18 17:47:49 +02:00
Thomas Bruederli
17354a88e3
Improve iTip handling when decline events ( #1670 )
...
- Remove events from calendar when declined (user's choice)
- Set busy status to free when decling but keep the event in calendar
- Update RSVP status display in email view after change
2013-07-18 16:37:00 +02:00
Thomas Bruederli
a21fc44ed4
Change internal representation of event sensitivity values to strings
2013-07-18 14:56:36 +02:00
Thomas Bruederli
c2d97dfe36
Always handle 'changed' properties of events as DateTime objects
2013-07-18 14:06:45 +02:00
Thomas Bruederli
2d831d8f8f
Also move iCalendar patch; describe dependencies in README files
2013-07-18 12:49:27 +02:00
Thomas Bruederli
000bac244b
Add symlink to moved Horde_Date class; move Horde import script, too
2013-07-18 12:39:56 +02:00
Thomas Bruederli
18f9fa5c86
Move iCal parsing/writing classes to libcalendaring
2013-07-18 12:38:14 +02:00
Thomas Bruederli
f030275eb3
Adapt to new 'db_prefix' mechanism in Roundcube config
2013-07-18 11:46:32 +02:00
Thomas Bruederli
f3f4ae828d
Fix iTip REPLY to only list the replying attendee ( #2025 )
2013-07-10 11:59:33 +02:00
Thomas Bruederli
92aee8213a
Allow to invite/edit attendees to other user's shared events when either
...
a) in a globally shared (anonymous) calendar or
b) when enabled by config using the new option 'calendar_allow_invite_shared'
Fixes bug #1758
2013-07-10 10:09:34 +02:00
Thomas Bruederli
1913cab8ca
Import and export embedded attachments in itip messages ( #1988 )
2013-07-04 17:07:58 +02:00
Thomas Bruederli
4e8f009ea5
Send iTip messages als multipart/alternative to make Outlook recognize them correctly ( #1103 )
2013-06-27 23:40:11 +02:00
Aleksander Machniak
d06d00172f
Improve performance on preferences sections list (by skipping building the form)
...
Support dont_override feature for all calendar configuration options
2013-06-11 14:30:34 +02:00
Aleksander Machniak
671bf6eb13
Use improved rcmail.open_window()
2013-05-31 13:13:05 +02:00
Thomas Bruederli
014a04d641
Subscribe and activate new calendar folders ( #1900 )
2013-05-28 13:47:44 +02:00
Thomas Bruederli
c4bbdbfd85
Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab
2013-05-16 14:51:56 +02:00
Thomas Bruederli
5627ffb731
Copy event organizer to attendees list if necessary
2013-05-16 14:40:38 +02:00
Aleksander Machniak
8ee1044314
Update schema version numbers
2013-05-16 14:36:29 +02:00
Thomas Bruederli
ae85372d13
Add URL property for events; correct label for chair role of event attendees
2013-05-16 13:32:01 +02:00
Thomas Bruederli
7aa8ecfef6
Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab
2013-05-13 09:15:12 +02:00
Thomas Bruederli
80f9cd1663
Added Estonian translation for calendar ( #1868 )
2013-05-13 09:14:57 +02:00
Aleksander Machniak
147f9d3ddb
Fix PHP warning when saving calendar settings in case all categories are removed from the list
2013-05-11 09:27:24 +02:00
Thomas Bruederli
f4d6dda841
Fix stupidy
2013-05-08 09:07:29 +02:00