Commit graph

110 commits

Author SHA1 Message Date
Aleksander Machniak
755b4fe2dc "Tomorrow" filter should not show tasks that are displayed in "Today". 2016-11-17 12:24:54 +01:00
Aleksander Machniak
816e462359 T1356: Filter tasks on printout the same as on the tasks list 2016-07-25 08:44:41 -04:00
Aleksander Machniak
0913be3104 T1362: Fix title/tooltip text on attendee, localize the status text
Moved shared code and localization to libcalendaring plugin.
Fixes T1362.
2016-07-20 07:32:47 -04:00
Aleksander Machniak
c639dd817e Fix errors in tasks export (T1355) 2016-07-18 09:55:42 -04:00
Aleksander Machniak
5538501909 Fix "Later" vs "Next 7 days" filter inconsistence (#5353) 2016-07-01 11:13:46 +02:00
Aleksander Machniak
53dd4ede22 Implemented Tasks Export (T147, #3861) - backport of D165
Conflicts:
	plugins/tasklist/drivers/kolab/tasklist_kolab_driver.php
	plugins/tasklist/skins/larry/tasklist.css
2016-06-20 10:55:30 +02:00
Aleksander Machniak
c63f6ba849 Fix some properties access via __get() 2016-06-10 05:42:47 -04:00
Aleksander Machniak
91a7cbfc40 Fix PHP Fatal error: __clone method called on non-object (#5424)
When using Tomorrow filter in Tasks or in other circumstances.
2016-05-18 07:30:50 -04:00
Aleksander Machniak
8f9aa9d41e Fix wrong/missing delegated ATTENDEE in event iTip REPLY (#5365)
Summary: Fixes #5365 and unifies COMMENT handling code

Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Differential Revision: https://git.kolab.org/D111
2016-04-14 11:42:31 +02:00
Aleksander Machniak
55816351cb Fix bug where delegatee would be lost on task/event update (#5058)
Summary: Fixes #5058

Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Differential Revision: https://git.kolab.org/D110
2016-04-14 11:42:26 +02:00
Aleksander Machniak
faeeb8aafb Fix bug where reply wasn't send to organizer on task status update (#5341)
Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Subscribers: vanmeeuwen

Projects: #roundcube_kolab_plugins

Differential Revision: https://git.kolab.org/D99
2016-04-14 11:42:21 +02:00
Aleksander Machniak
549eb70bde Fix merging attachments list on event/task update from iTip (#5342)
Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Subscribers: vanmeeuwen

Projects: #roundcube_kolab_plugins

Differential Revision: https://git.kolab.org/D96
2016-03-17 16:41:54 +01:00
Aleksander Machniak
e3d70bbad6 Fix matching recurring tasks with today/tomorrow/later filter (#4205)
Differential Revision: https://git.kolab.org/D95
2016-03-11 11:30:07 +01:00
Aleksander Machniak
3f8f6566ff Fix disabled tasklist selector in "Save as task" dialog (#5301) 2015-12-17 19:44:41 +01:00
Aleksander Machniak
d118e853ff Fix: set_mailbox() does not exist in Roundcube 1.2, use set_folder() 2015-12-17 19:44:17 +01:00
Aleksander Machniak
84751e72fe Don't use deprecated Roundcube constants 2015-10-21 22:42:05 +02:00
Aleksander Machniak
290abf3461 Convert HTML task description into plain text (T714) 2015-08-21 09:14:26 +02:00
Thomas Bruederli
b26c2a0830 Code cleanup + indentation fixes 2015-03-26 14:57:16 +01:00
Thomas Bruederli
c33c964bcd Show changes of parent-child relations in diff view (#3271) + show complete path of parent task titles in task details 2015-03-25 16:26:13 +01:00
Thomas Bruederli
7fec791449 Select folders annotated 'private' for events/tasks flagged as such (#4789) 2015-03-25 15:09:04 +01:00
Thomas Bruederli
548d1d93b7 Display object history for tasks (#3271) 2015-03-25 11:59:10 +01:00
Thomas Bruederli
75cf17866c Small fix for task assignment exchange via iTip 2015-02-20 17:35:09 +01:00
Aleksander Machniak
7286971422 Implemented tasks list printing (#4344) 2015-02-17 11:16:15 -05:00
Thomas Bruederli
0a51ccd5a4 Consolidate message reference handling functions into libkolab plugin (in preparation for #4161) 2015-01-13 22:19:52 +01:00
Aleksander Machniak
eab95ffdc2 Use tagedit from jqueryui plugin (#3912) 2015-01-08 10:19:53 -05:00
Aleksander Machniak
6a7488f731 Performance: get_identity() -> list_emails(true) 2014-11-27 06:33:05 -05:00
Aleksander Machniak
ac4f6e7562 Avoid unused variables (also fixed some bugs) found in static code analysis 2014-11-21 10:03:18 +01:00
Thomas Bruederli
c6f5a8233b Fix handling of RSVP flags 2014-11-06 17:09:59 +01:00
Thomas Bruederli
7294ef8be0 Send delegate attendee in iTip reply (as suggested in RFC 5546) + add it to organizers calendar/tasklist 2014-11-06 17:09:59 +01:00
Thomas Bruederli
f01a600af4 Enable iTip delegation for tasks (#3860) 2014-11-06 17:09:59 +01:00
Thomas Bruederli
ef166c2479 Use unique identifiers (folder + uid) for task records (#3533) 2014-11-04 10:56:54 +01:00
Thomas Bruederli
738b56cfd8 Small fixes and improvements for tasks listing in mail view 2014-10-14 09:20:50 +02:00
Thomas Bruederli
256ad459d3 Improve listing of linked tasks in mail view (#3439) 2014-10-14 08:49:47 +02:00
Thomas Bruederli
adc41ebf61 - List linked tasks in mail view, like notes
- Deep-links into the tasks view opening the linked task
- Mark tasks as complete directly from mail view
2014-10-13 18:40:39 +02:00
Thomas Bruederli
44c2639cbe Save email message a task is created from as relation (#3439); display the reference in the task details and edit dialogs 2014-10-13 15:33:39 +02:00
Aleksander Machniak
77d3466638 Get rid of deprecated function aliases and constants usage 2014-10-06 09:19:26 +02:00
Thomas Bruederli
b278db0ec3 Pre-select confidential event/tasks folder for iTip invitations marked as confidential (#3451)
+ display privacy classification of iTip attachments in mail invitation view.
2014-09-23 12:27:57 +02:00
Thomas Bruederli
624f3b1695 Add action to remove a calendar/tasks/notes folders from the list which results in unsubscribing it (#3378) 2014-09-09 13:29:28 +02:00
Thomas Bruederli
ed6eaac9d0 Add config option to hide iTip sending checkboxes or even disable it entirely (#3483).
The default setting remains visible + checked. Set

  $config['calendar_itip_send_option'] = 1;

to hide the checkboxes and implicitly send iTip notifications.
2014-08-27 14:00:08 +02:00
Thomas Bruederli
68b7e05fa3 Refactor tag handling in task list: don't migrate kolab objects on read but only when changed (#3395); let drivers provide the full list of available tags 2014-08-26 12:12:03 +02:00
Thomas Bruederli
9496f4f820 -Don't append RSVP weblinks on information updates which don't require a response (#3446) 2014-08-25 15:58:15 +02:00
Aleksander Machniak
1a46c1d897 Store task tags in relation objects (#3395) 2014-08-19 04:06:45 -04:00
Thomas Bruederli
ff9f87a037 Add button to expand members of a group attendee (#3376); prefix edit-attendees-table styles to avoid unintended style overrides 2014-08-19 10:37:40 +02:00
Thomas Bruederli
b6b12069df Implement client-side and user-adjustable sorting of tasks (#3259) 2014-08-13 11:07:51 +02:00
Thomas Bruederli
fc2db9a840 Fix random tags being created for tasks saved from mail (#3291): gui objects are not registered in the client and therefore tags are read from all hidden fields found in the document 2014-08-12 12:25:46 +02:00
Thomas Bruederli
c4dec32034 Fix method check after refactoring iTip message parsing 2014-08-04 19:22:08 +02:00
Thomas Bruederli
8fe64d7400 Show RSVP buttons for assigned tasks which require a response 2014-08-01 11:16:57 +02:00
Thomas Bruederli
ab49aa88d5 Fix target list selection for iTip imports 2014-07-31 19:00:49 +02:00
Thomas Bruederli
978c9023e5 Move iTip message parsing functionality to libcalendaring. Only parse iCal attachments once although used by calendar and tasks 2014-07-31 18:21:53 +02:00
Thomas Bruederli
5cdeed5c68 Add filters for my tasks and assigned to others; allow combined filter selections (using shift+click) 2014-07-31 16:24:21 +02:00