Commit graph

31 commits

Author SHA1 Message Date
Thomas Bruederli
e688bd44f7 Add 'focusview' mode to quickly reduce the view to tasks from the selected list only (#2380) 2013-10-24 16:29:33 +02:00
Thomas Bruederli
d525574c48 Add UI elements to expand/collapse all tasks (#2291) 2013-10-23 17:12:42 +02:00
Thomas Bruederli
ed195f8f41 Refresh tasks list periodically with changes from the server (#2369) 2013-10-21 16:38:22 +02:00
Thomas Bruederli
482fa43f12 Sort tags alphabetically (#2367) 2013-10-21 14:06:05 +02:00
Aleksander Machniak
1857a64d4f Fix undefined variable related errors caught in static code analysis 2013-05-07 12:56:18 +02:00
Thomas Bruederli
76d2b331ed Add label for task title (used by Kolab skin) 2012-11-21 22:27:43 +01:00
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
753a016a4e Minor fixes and improvements 2012-09-26 16:45:11 +02:00
Thomas Bruederli
62a6e00458 Fully implement deletion of tasks: either delete all subtasks or re-assign childs to new parent; refactored moving to another list to move all childs, too 2012-09-26 12:14:42 +02:00
Thomas Bruederli
6176b6d428 Save collapsed state of tasks; don't re-append already placed task nodes to parent 2012-09-24 17:54:03 +02:00
Thomas Bruederli
c7614649e4 Fix date picker format and quick-filter assigments 2012-09-19 13:20:14 +02:00
Thomas Bruederli
2cc6a00acf Fix hierarchical task list rendering; fix count updates; also assign all child tasks to the new list when parent is moved 2012-09-19 13:01:12 +02:00
Thomas Bruederli
192bd3942c Implement list deletion + minor bugfixes 2012-09-18 19:27:42 +02:00
Thomas Bruederli
05a1cb527d Allow to drag&drop tasks to another list 2012-09-18 08:53:24 +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
9cc400f09f Refactoring: move common calendaring-related functionality into a new plugin 'libcalendaring' 2012-08-16 08:57:25 +02:00
Thomas Bruederli
7b66076705 Hook into the alarms infrastructure of the calendar plugin. This is to be refactored into a libcalendaring plugin 2012-08-03 21:34:00 +02:00
Thomas Bruederli
627f970dea Make task alarm properties available in the UI (no triggering yet); use globally unique identifiers for form elements 2012-08-03 14:07:58 +02:00
Thomas Bruederli
bea7725725 Copy message attachments when creating a task from mail 2012-08-01 17:00:27 +02:00
Thomas Bruederli
c8b6f57d66 Properly cleanup temporary saved attachment files 2012-08-01 16:26:49 +02:00
Thomas Bruederli
05a92b0b92 Add support for task attachments (#895) 2012-08-01 15:52:28 +02:00
Thomas Bruederli
fd1f107b4c Create Task from Email feature (#896) 2012-07-29 17:20:19 +02:00
Thomas Bruederli
0825c3d293 Adjust filter masks considering start/due dates 2012-07-29 14:04:17 +02:00
Thomas Bruederli
78077bcb0a Handle start date/time; fix task list sorting 2012-07-29 13:36:16 +02:00
Thomas Bruederli
5ccca682a8 Bugfix, remove debug code 2012-07-26 17:27:08 +02:00
Thomas Bruederli
cc7e76d2b2 Refetch tasks when searching; sort tags list alphabetically 2012-07-13 11:22:54 +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
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
92b2bbead7 Added functions to manage taks lists/folders (aka resources) 2012-06-21 21:59:47 +02:00
Thomas Bruederli
aed27f7d11 Import of a basic task management module for Roundcube working with libkolab storage 2012-06-08 14:57:16 +02:00