Commit graph

790 commits

Author SHA1 Message Date
Thomas Bruederli
5343592b86 Fix commit 68859370a5 2012-07-27 14:43:07 +02:00
Thomas Bruederli
68859370a5 Use all vertical space available for the owncloud iframe since we don't yet have a toolbar 2012-07-27 14:41:57 +02:00
Thomas Bruederli
5ccca682a8 Bugfix, remove debug code 2012-07-26 17:27:08 +02:00
Thomas Bruederli
f3efd7b95b Allow to select tasks by multiple tags (AND); show tags in task listing 2012-07-26 00:34:46 +02:00
Thomas Bruederli
f078c46128 Better fix for #880 2012-07-17 14:07:04 +02:00
Thomas Bruederli
ccd75c9ac1 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2012-07-17 13:53:29 +02:00
Thomas Bruederli
0ee3add268 Grep events by (u)id AND source (#880) 2012-07-17 13:52:27 +02:00
Thomas Bruederli
c5f31be095 Remove trailing ; from RRULE in iCal blocks (#881) 2012-07-16 09:41:43 +02:00
Thomas Bruederli
c20a07f314 Some tasks icon artwork 2012-07-13 12:48:36 +02:00
Thomas Bruederli
58ab2fdc8b Fix query to kolab storage 2012-07-13 11:24:10 +02:00
Thomas Bruederli
cc7e76d2b2 Refetch tasks when searching; sort tags list alphabetically 2012-07-13 11:22:54 +02:00
Thomas Bruederli
6d588e7b70 Fix tasks counting 2012-07-13 11:21:50 +02:00
Thomas Bruederli
0790b36a49 Add categories to fulltext index; use unique tags for task properties 2012-07-13 11:21:35 +02:00
Thomas Bruederli
ad7b5a1f01 Assign any number of tags to tasks and use them to filter the task list 2012-07-12 22:31:53 +02:00
Christoph Wickert
6b1224bca7 Fix Swiss German in German translation (OTRS #1000040) 2012-07-11 22:59:20 +02:00
Thomas Bruederli
a0999aae17 Build a tag cloud from task categories 2012-07-11 20:35:38 +02:00
Thomas Bruederli
1809ed09f1 Load either all complete or incomplete tasks from the server. Fo further filtering on the client 2012-07-11 17:28:25 +02:00
Thomas Bruederli
a9436f3b9e Restrict css rule on calendar UI 2012-07-11 17:27:05 +02:00
Thomas Bruederli
2223267d4f Slightly less flashy count bubbles; restict css rules for global UI elemens on tasks module 2012-07-11 17:26:21 +02:00
Thomas Bruederli
b18a8a5ffe Improve calendar's Larry theme according to the latest drafts by FLINT 2012-07-11 12:25:39 +02:00
Thomas Bruederli
749b96b51d Use patched Horde_Date classes from libkolab 2012-07-11 10:02:17 +02:00
Thomas Bruederli
000c0410e2 Merge branch 'calendar-timestamp2datetime-refactoring' 2012-07-11 10:00:52 +02:00
Thomas Bruederli
15a0997601 Small fixes to iCal import/export 2012-07-11 09:59:53 +02:00
Thomas Bruederli
b9c8346a4d Patch Horde Date classes when importing them for the use in libkolab 2012-07-11 09:17:16 +02:00
Thomas Bruederli
c5f9fd15b4 Change tasklist main screen layout according to recent changes in Larry skin 2012-07-11 09:16:01 +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
33a6631f73 Adapt skin to recent changes in master layout 2012-07-06 16:40:20 +02:00
Thomas Bruederli
b23453e3ec Also use DateTime values for recurrence rules; explicitly set last-modified times when savng an object 2012-07-06 16:38:40 +02:00
Thomas Bruederli
008d4b7941 Remove cruft from HTML template 2012-07-06 15:44:12 +02:00
Thomas Bruederli
2015c6a23e Cast to array to avoid warning on bogus data (#869) 2012-07-06 15:43:38 +02:00
Thomas Bruederli
f66d3dd7b1 Avoid event date shift when modifying a recurring instance (#868) 2012-07-06 15:30:06 +02:00
Aleksander Machniak
8866c159d6 Revert "DateTime::setTimezone() expects argument of type DateTimeZone". This is cDateTime here. 2012-07-06 10:58:50 +02:00
Aleksander Machniak
e729cc5f92 DateTime::setTimezone() expects argument of type DateTimeZone 2012-07-05 12:34:25 +02:00
Thomas Bruederli
8f775bc5fc Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2012-07-05 12:04:31 +02:00
Thomas Bruederli
4b774c06c9 Respect timezone information in DateTime argument 2012-07-05 11:43:22 +02:00
Thomas Bruederli
95f17173c4 Workaround for wrong week of the year display when first day of week is not Monday (#866) 2012-07-04 18:00:55 +02:00
Thomas Bruederli
16770f3612 Compute the real end date-time of a recurring event for caching 2012-07-04 15:57:19 +02:00
Thomas Bruederli
2aa05334e8 Fix timestamp-to-DateTime conversion 2012-07-04 15:57:05 +02:00
Thomas Bruederli
79c8183c0d Add method kolab_date_recurrence::next_instance() for simple iterations 2012-07-04 15:10:36 +02:00
Thomas Bruederli
f5eea012d1 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2012-07-04 11:20:13 +02:00
Thomas Bruederli
035534eb00 Make sure events from old Kolab2 format also provide start/end properties as DateTime objects 2012-07-03 10:41:56 +02:00
Thomas Bruederli
0158440400 Fix object recurrence rule processing 2012-07-03 09:56:03 +02:00
Thomas Bruederli
1142a80886 Move classes for recurring events/tasks computation to libkolab 2012-07-03 08:25:55 +02:00
Thomas Bruederli
5efdcbb2fb Use common methods calendar->get_ical()->get_parser() to access Horde-based ical parser (#865) 2012-07-02 17:43:19 +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
Thomas Bruederli
1c9e7d2698 Fix overflow link computation in month view + pull in upstream changes 2012-06-27 21:50:18 +02:00
Aleksander Machniak
b4172e7aed s/rc_image_content_type/rcube_mime::image_content_type/ 2012-06-27 12:12:12 +02:00
Thomas Bruederli
f109d5ab30 Move task selection/filtering links on top of the list 2012-06-27 10:55:00 +02:00
Thomas Bruederli
8961bf3147 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2012-06-27 10:52:40 +02:00