Commit graph

158 commits

Author SHA1 Message Date
Thomas Bruederli
8449be6657 Move child tasks to new list if changed during edit 2014-02-20 09:50:03 +01:00
Thomas Bruederli
f18f76ee4c Fix moving tasks to another list from the edit dialog (#2865) 2014-02-20 09:26:15 +01:00
Thomas Bruederli
69b7803f25 Adapt to kolab_storage_folder optimizations: don't cast resultset into array (#2828) 2014-02-06 17:30:40 +01:00
Thomas Bruederli
50d9a2acc5 Describe notifications for tasks; unify wording with s/alarms/reminders/ 2014-02-05 16:27:08 +01:00
Thomas Bruederli
070a31406c Fix typos 2014-02-05 16:14:44 +01:00
Thomas Bruederli
b987fb2130 More user guide for calendar, tasklist and address book 2014-02-05 16:12:13 +01:00
Thomas Bruederli
7a883384cd Fix working and button order 2014-02-05 16:05:50 +01:00
Thomas Bruederli
d4543bcb5d Define user guide outline for the tasks module 2014-01-30 17:50:00 +01:00
Thomas Bruederli
01c6a75d16 Consider the configured date format when parsing date/time values for tasks (#2801) + reduce code-duplication 2014-01-27 11:54:45 +01:00
Thomas Bruederli
04fe48682e Update parent task after deleting a sub-task (#2688) 2014-01-08 10:44:53 +01:00
Thomas Bruederli
be1b32d9b2 Convert '0' values to null 2014-01-08 09:49:45 +01:00
Thomas Bruederli
7537501024 Subscribe new task lists by default (#2718) 2014-01-08 09:16:49 +01:00
Thomas Bruederli
17ce267587 Don't hide the Kolab skin's tasks menu on document click (#2578) 2013-11-26 10:24:27 +01:00
Aleksander Machniak
95f0a7f58a Fix double HTML entities encoding in virtual folders names 2013-11-22 11:12:31 +01:00
Thomas Bruederli
48882b2118 Adapt larry skin to new status message display from 34003c5 2013-11-22 09:10:44 +01:00
Aleksander Machniak
b1917d6714 Improve other users folders display on the hierarchized folders list (Bug #2377) 2013-11-21 15:12:15 +01:00
Aleksander Machniak
43b287c470 Fix folders sorting issues (Bug #2210)
- move some shared code to kolab_storage
- this requires recent Roundcube Framework (f13ae32a)
2013-11-21 10:58:16 +01:00
Thomas Bruederli
76ad5e921e Describe dependencies and installation for tasklist module 2013-11-20 17:00:50 +01:00
Thomas Bruederli
0bd01c80f5 Avoid empty tags (#2496) 2013-11-11 09:37:12 +01:00
Thomas Bruederli
750be9225f Initialize calendar and tasklist plugins in 'startup' hook and allow other plugins (e.g. kolab:auth) to disabled them (#2476) 2013-11-06 11:59:47 +01:00
Thomas Bruederli
2bb92a1ab2 Allow clicks on all tags <li> and nested elements (#2458) 2013-11-01 17:59:13 +01:00
Thomas Bruederli
fa480dfa2c Add mail actions to contextmenu if loaded 2013-10-30 16:05:07 +01:00
Thomas Bruederli
c46493856d Choose the currently selected list in new task dialog 2013-10-30 15:05:24 +01:00
Thomas Bruederli
9382bc9ae4 Render newly created task, even if saved to an inactive list 2013-10-30 15:04:23 +01:00
Thomas Bruederli
660341931a Select first active list on startup 2013-10-30 15:00:08 +01:00
Thomas Bruederli
9c248384dd Refresh the entire tasks list/calendar on every 10th request to sync deleted items (#2369) 2013-10-29 17:11:45 +01:00
Thomas Bruederli
84e8e1a41d Reduce font size of inactive tags (#2374) 2013-10-28 09:33:09 +01:00
Thomas Bruederli
4e1fb99354 Re-calculate tag counts after updating a task item 2013-10-24 19:26:22 +02:00
Thomas Bruederli
8b6c9a9eda Small fixes for IE browsers 2013-10-24 19:17:48 +02:00
Thomas Bruederli
21a9637fda Minor CSS improvements + add missing text label 2013-10-24 18:52:59 +02:00
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
5d34d79457 Assign tags by drag & dropping them onto tasks (#2389); some fixes concerning saving and resorting tasks 2013-10-24 14:00:36 +02:00
Thomas Bruederli
1dc581eb71 List (inherited) tags only once 2013-10-24 11:24:26 +02:00
Thomas Bruederli
f72b878493 Fix assignment to a new list in edit dialog 2013-10-24 10:59:01 +02:00
Thomas Bruederli
fbad0e9ff1 Show the number of occurences for each tag (#2365) and reduce visibility of those tags not matching any tasks (#2374) in the current selection 2013-10-23 18:10:18 +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
1befe42294 Show inherited tags in task show dialog (#2368) 2013-10-21 14:51:29 +02:00
Thomas Bruederli
9bc8b36739 Inherit tags from parent tasks for filter matching (#2373) 2013-10-21 14:26:30 +02:00
Thomas Bruederli
482fa43f12 Sort tags alphabetically (#2367) 2013-10-21 14:06:05 +02:00
Thomas Bruederli
8b3a9262e6 Also save tag from input box which hasn't been added to the list with <Enter> 2013-10-17 18:28:56 +02:00
Thomas Bruederli
6f5d53a5b0 Provide the new 'listname' attributes in database drivers, too 2013-10-17 16:58:05 +02:00
Thomas Bruederli
2c337eb9d6 Use full folder names by default and truncated ones for listings (#2370) 2013-10-16 16:35:56 +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
Thomas Bruederli
d2abfe676a Make taskview sidebar resizeable 2013-10-09 12:39:33 +02:00
Thomas Bruederli
803510b4f1 Fix deletion of task lists with sub-folders (similar as in bug #2283) 2013-10-04 10:07:21 +02:00