Commit graph

221 commits

Author SHA1 Message Date
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
cec5f19cb4 Fix accidentally visible uidialog in notes (#3236) 2014-07-31 16:49:27 +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
Thomas Bruederli
b1dbc46925 Fix reference to file-drop area for HTML5 attachment drag & drop upload 2014-07-31 14:58:13 +02:00
Thomas Bruederli
887ec67df8 Fix attachment saving and displaying 2014-07-31 14:53:56 +02:00
Thomas Bruederli
f5e93184e3 Fix iTip replies to organizer (don't increment sequence if I'm not the owner) 2014-07-31 12:49:27 +02:00
Thomas Bruederli
f8b6706074 Fix 'create task from mail' function 2014-07-31 12:43:55 +02:00
Thomas Bruederli
0d8b6912ae Fix auto-incrementing the sequence value of xcal objects 2014-07-31 12:22:07 +02:00
Thomas Bruederli
457195102e Complete iTip communication on task status changes: ask to notify the organizer on update or deletion + add icons for task-specific partstats and cancelled tasks 2014-07-31 11:40:39 +02:00
Thomas Bruederli
228a1b2438 Hide 'Save to calendar' option for VTODO attachments (#3227) 2014-07-30 17:51:54 +02:00
Thomas Bruederli
b3c5acd66a - Fix task attendees and organizer setting and display
- Make basic iTip exchange for task assignments work
- Improve wording for task assignments
2014-07-30 17:40:53 +02:00
Aleksander Machniak
445edd09b7 Added iTip handling in tasklist plugin (code copied from Calendar) 2014-07-29 15:11:05 +02:00
Aleksander Machniak
f2c6a3851d More changes for Assignments tab (#1165) 2014-07-25 14:08:41 +02:00
Aleksander Machniak
c0da6448fb Start implementing Assignments (Attendees) tab for tasks (#1165) 2014-07-23 14:35:52 +02:00
Aleksander Machniak
d0c4512f63 Fixed some typos 2014-07-17 13:03:41 +02:00
Thomas Bruederli
8845dc032d Use effective box title height when unfolding the folder search box 2014-07-14 09:19:09 +02:00
Thomas Bruederli
4f9968d9ac Fix handling of recurring tasks when marked as completed 2014-07-08 18:44:20 +02:00
Thomas Bruederli
5463f9a4fe Add symlink to kolab skin files in help docs 2014-07-08 14:16:29 +02:00
Thomas Bruederli
b10dcd2b95 Ignore keyboard events from input fields 2014-07-03 13:43:32 +02:00
Thomas Bruederli
3b80a73456 Minor codestyle fix 2014-06-26 17:44:10 +02:00
Thomas Bruederli
982b673d37 Explicitly set line-height for tagedit items 2014-06-20 17:00:12 +02:00
Thomas Bruederli
da2fab1fd3 Remove redundant styles (globally defined in Larry skin) 2014-06-20 16:04:07 +02:00
Thomas Bruederli
5c490914fe Accessibilty improvements and keyboard navigation for tasks module (#3085) 2014-06-20 15:12:11 +02:00
Thomas Bruederli
0e720bd7ec Add keyboard navigation and basic accessibility improvements to the tagedit widget 2014-06-20 13:20:21 +02:00
Thomas Bruederli
f1550e5f71 Fix compatibility with jQuery UI 1.10 API 2014-06-19 10:58:04 +02:00
Thomas Bruederli
2ce61e7fc1 Fix drag & dropping tasks onto the new treelist widget 2014-05-28 13:31:50 +02:00
Thomas Bruederli
269f8e2ff4 Use public property instead of setter method to improve compatibility 2014-05-27 19:52:03 +02:00
Thomas Bruederli
5763fb81e8 Merge new folder navigation from branch 'dev/new-foldernav' 2014-05-23 10:12:29 +02:00
Thomas Bruederli
95491f0886 Don't write session data when fetching events/tasks 2014-05-22 19:00:49 +02:00
Thomas Bruederli
63993e3a7d Additional styles for the tasklist search results to match the calendar view 2014-05-21 14:03:18 +02:00
Thomas Bruederli
8c507885c5 Fix list creation/update/deletion (#3047) 2014-05-21 13:56:44 +02:00
Thomas Bruederli
f4f5a30e0a Add new folder navigation to tasks module (#3047) 2014-05-21 13:04:18 +02:00
Thomas Bruederli
3a2d5eed5a Use status attribute to set a task as 'complete' (#3026) 2014-05-19 18:20:23 +02:00
Thomas Bruederli
d87c46acac Fix some styles after Larry skin update 2014-05-19 18:05:15 +02:00
Aleksander Machniak
0032bf083c Added DDL script for PostgreSQL 2014-05-09 08:40:03 +02:00
Thomas Bruederli
23d5227462 Place task actions menu above link if at the bottom of the window (#2601) 2014-05-06 08:39:28 +02:00
Thomas Bruederli
e625711a85 Use new button/icon classes from Larry skin 2014-05-01 16:18:18 +02:00
Thomas Bruederli
b8a8cc0927 Support recurring tasks in database driver (#2713) 2014-04-28 13:23:11 +02:00
Thomas Bruederli
5c206f76e8 Amend js files headers to satisfy LibreJS license detection 2014-04-28 09:12:29 +02:00
Thomas Bruederli
8a613b5b11 Reset alarms when re-iterating recurring events; fix computing of weekly recurrence dates 2014-04-24 20:26:56 +02:00
Thomas Bruederli
a0ac82793b Handle recurring tasks (#2713)
- Render recurrence form as new tab in edit dialog
- Display recurrence summary in task details
- When marking a recurring task complete:
  * shift dates and alarms to next occurrence
  * only if recurrence end reached save as completed
  * save a copy with status completed (sort of a journal)
2014-04-24 19:44:21 +02:00
Thomas Bruederli
e613061f18 Updated translation files from Transifex 2014-04-24 14:45:27 +02:00
Thomas Bruederli
27f1717d01 Implement user_delete plugin hooks to clean-up calendar and tasks data 2014-04-23 20:44:46 +02:00
Thomas Bruederli
b77082ca94 Remove deleted lists from selector in task edit dialog, too (#2985) 2014-04-22 19:41:17 +02:00
Thomas Bruederli
cc1e7b7918 Add new list to list selector in task edit dialog, too (#2985) 2014-04-22 19:35:48 +02:00
Thomas Bruederli
a0806ef886 Implement auto-scrolling when dragging task items (#2687) 2014-04-17 19:33:06 +02:00
Thomas Bruederli
9db4aeaf7e Fix 'next 7 days' filter (#3000) 2014-04-17 18:43:34 +02:00
Thomas Bruederli
d35a77629b Fix styles of task tags in show dialog 2014-04-17 17:51:59 +02:00