Commit graph

190 commits

Author SHA1 Message Date
Aleksander Machniak
2d08c58e56 Fix/prepare plugins to use out of Roundcube (where rcmail object doesn't exist) 2012-10-17 11:54:25 +02:00
Thomas Bruederli
a22f1764d8 Fix calendar printing after refactoring and skin update 2012-10-04 12:52:56 +02:00
Thomas Bruederli
2a3237c697 No more hard-coded attachment container object (was broken in Larry skin) 2012-10-04 12:33:26 +02:00
Thomas Bruederli
c431392119 Fix calendar category configuration UI (#899) 2012-10-04 11:56:49 +02:00
Thomas Bruederli
8502d7c94a Show iTip send confirmation in UI 2012-10-03 11:37:14 +02:00
Thomas Bruederli
15fed8896e Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2012-09-24 14:13:35 +02:00
Thomas Bruederli
a737fa34b5 Load missing texts from libcalendaring (#1027) 2012-09-24 14:13:19 +02:00
Aleksander Machniak
39552da980 Re-fix HTML entities handling 2012-09-21 09:55:07 +02:00
Aleksander Machniak
f693e2d183 Fixes for html_ent branch in ROundcube core: Proper HTML entities handling 2012-09-20 15:56:54 +02:00
Thomas Bruederli
517c86c8df Respect .default annotation for calendar selection (if no user setting exists) 2012-09-20 10:10:50 +02:00
Thomas Bruederli
3fce0577c6 Use alarms texts from libcalendaring (#1027) 2012-09-19 11:23:30 +02:00
Thomas Bruederli
d919e2b4bd - Move attachment handling functions to libcalendaring module.
- Removed redundant code in calendar and tasklist
- Add more vertical space in attachment view window
- Minor bugfixes
2012-08-16 19:03:17 +02:00
Thomas Bruederli
9b2c795391 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2012-08-16 09:25:56 +02:00
Thomas Bruederli
9cc400f09f Refactoring: move common calendaring-related functionality into a new plugin 'libcalendaring' 2012-08-16 08:57:25 +02:00
Jeroen van Meeuwen (Kolab Systems)
87d096e190 Fix typo (dupondje on IRC channel #kolab) 2012-08-11 23:47:07 +01:00
Thomas Bruederli
0c74b531c2 Always return an array with pending alarms 2012-08-04 16:48:31 +02:00
Thomas Bruederli
c0fc38ab9c Trigger plugin hooks to display and snooze/dismiss alarms 2012-08-03 21:29:10 +02:00
Thomas Bruederli
ac66c5b3d0 Make alarms_text() public static and thus available for tasklist plugin 2012-08-03 15:29:38 +02:00
Thomas Bruederli
8cff86aef2 Fix removing temp/deleted events from UI (#912); consider undo_timeout setting in UI 2012-08-02 17:42:56 +02:00
Thomas Bruederli
754aa2a299 Add attachment css classes; remove unused var 2012-08-01 16:53:44 +02:00
Thomas Bruederli
c8b6f57d66 Properly cleanup temporary saved attachment files 2012-08-01 16:26:49 +02:00
Thomas Bruederli
a16a9c5810 Small code and style cleanup 2012-08-01 15:47:50 +02:00
Thomas Bruederli
638546023c Renamed old default skin folders to 'classic' in order to align with the upcoming change in Roundcube core 2012-07-29 15:41:00 +02:00
Thomas Bruederli
f078c46128 Better fix for #880 2012-07-17 14:07:04 +02:00
Thomas Bruederli
c5f31be095 Remove trailing ; from RRULE in iCal blocks (#881) 2012-07-16 09:41:43 +02:00
Thomas Bruederli
15a0997601 Small fixes to iCal import/export 2012-07-11 09:59:53 +02:00
Thomas Bruederli
8d818e8cb1 Big refactoring: use DateTime objects instead of unix timestamps to improve timezone and DST handling 2012-07-06 17:15:45 +02:00
Thomas Bruederli
92fc63277d Fix typos + add documentation for two more config options 2012-06-27 22:31:42 +02:00
Thomas Bruederli
c89d6f28ac Cast preset value to string in order to really mark the according option as selected (#863) 2012-06-27 22:22:26 +02:00
Jeroen van Meeuwen (Kolab Systems)
de40ba8950 Merge branch 'dev/kolab3' 2012-05-23 10:25:24 +01:00
Jeroen van Meeuwen (Kolab Systems)
2cf2cbcca8 Merge branch 'dev/kolab3'
Conflicts:
	plugins/calendar/drivers/kolab/kolab_driver.php
2012-05-23 10:24:27 +01:00
Thomas Bruederli
b4dc760d78 Ensure title property is present as a string 2012-05-23 10:46:25 +02:00
Thomas Bruederli
f5e96dcabb Adapt to new roundcube framework API (#787) 2012-05-20 19:20:03 +02:00
Thomas Bruederli
839adb2c26 - Adapt event alarms to new storage format
- Query objects by x-has-alarm tag
- Re-use code to compute absolute times for alarms
2012-05-16 18:36:03 +02:00
Thomas Bruederli
1067ef9827 Allow odfviewer to hook into calendar attachments in order to display open office documents inline 2012-04-25 21:15:07 +02:00
Thomas Bruederli
1b09ae2801 Finish attachment handling and display for events 2012-04-25 19:26:40 +02:00
Christoph Wickert
e935cdbf78 Default HTTPS post is 443 (unless stated otherwise), not 143 2012-04-17 16:45:53 +02:00
Thomas B
fd141a5dbc Two small bugfixes 2012-04-03 23:07:09 +02:00
Thomas B
ec04074a46 Adapt Kolab driver to work against new libkolab plugin/library 2012-03-30 19:14:38 +02:00
Thomas B
8354f27ddd Fix timezone offset computation with DateTime functions 2012-03-30 19:13:13 +02:00
Thomas Bruederli
dc3a82198b Require writeable calendar 2012-01-27 18:50:37 +01:00
Thomas Bruederli
054b3902b2 Save event in user's calendar when accepting it via web link (#560) 2012-01-27 18:47:37 +01:00
Thomas Bruederli
b6cabf8100 Adapt styles for Larry 2012-01-21 17:24:58 +01:00
Thomas Bruederli
47e3da633d Adapt calednar styles for new skin Larry 2012-01-15 15:56:45 +01:00
Thomas Bruederli
ee77665dd5 Adapt to new timezone handling in Roundcube core; provide direct url to subscribe to calendars (using http auth) 2012-01-04 23:05:34 +01:00
Thomas Bruederli
bda8aa02b6 Correct email address in author section; add AGPL license header to all relevant files 2011-12-07 12:51:23 +01:00
Aleksander Machniak (Kolab Systems)
65abe8a4cb Added package.xml files, some cleanups 2011-11-21 11:20:48 +01:00
Aleksander Machniak (Kolab Systems)
4a498714dd Changed license to AGPL 2011-10-27 10:20:46 +02:00
Thomas
71ffad81b5 Fix free-busy display and saving of all-day events 2011-10-26 15:14:28 +02:00
Thomas
de4fef9f62 Remove stupid leftover code 2011-10-24 23:09:17 +02:00