Thomas Bruederli
2c5ee2e2bf
Align the visual indication of active quickview mode with the calendar module
2014-09-19 12:46:06 +02:00
Aleksander Machniak
788635b287
Use consistent column/table quoting in sql queries
2014-09-15 12:23:46 +02:00
Thomas Bruederli
6b7fc6729d
Added 'actions' bar and new icons for groupware folders as suggested by the product feature description
2014-09-11 15:54:15 +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
e5c97c0dd2
No background color for focused quickview icons
2014-09-09 11:57:05 +02:00
Thomas Bruederli
7e6056770e
Don't list all task list on empty search results
2014-09-08 18:52:06 +02:00
Thomas Bruederli
80a4dc75fd
Fix display of the attendee notify checkbox after the changes in ed6eaac9
2014-09-08 13:25:18 +02:00
Jeroen van Meeuwen (Kolab Systems)
44165f586b
Update localization
2014-09-06 22:59:13 +02:00
Aleksander Machniak
ecfb1354e2
Fix compatibility with contextmenu 2.x ( #3560 )
...
Warning: removed compatibility with contextmenu 1.x
2014-09-03 12:23:48 +02:00
Torsten Grote
bc53fd420d
update translations despite transifex remote time vs. local time issues
2014-08-28 14:47:37 +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
c7b422907e
Use rcube_db::table_name() for SQL database access
2014-08-26 16:02:16 +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
Jeroen van Meeuwen (Kolab Systems)
9a39d37c69
Update translations
2014-08-22 01:31:43 +02:00
Thomas Bruederli
afed2435d7
Update currently displayed task details dialog after refresh
2014-08-21 12:24:42 +02:00
Aleksander Machniak
1a46c1d897
Store task tags in relation objects ( #3395 )
2014-08-19 04:06:45 -04:00
Thomas Bruederli
31b6446a2b
Small improvements for task attendee display
2014-08-21 10:29:12 +02:00
Thomas Bruederli
06a910def3
Update localization files from Transifex
2014-08-19 11:07:50 +02: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
e6e5c0e17a
Don't override attendees table styles from calendar
2014-08-19 10:37:39 +02:00
Thomas Bruederli
824db716b4
Allow to configure the name (inlcude OU) displayed for virtual user folders ( #3384 )
2014-08-18 13:34:20 +02:00
Thomas Bruederli
ef2477d69f
Register kolab_tags localizations to Transifex; add headers pointing to Transifex for translations
2014-08-14 10:49:56 +02:00
Thomas Bruederli
a2d519a1ae
Don't sort default task folder to top when it's a sub folder. This will add duplicates to the treelist
2014-08-13 18:02:48 +02:00
Thomas Bruederli
21136d8334
Hide RSVP widget for tasks with no attendees
2014-08-13 11:14:38 +02:00
Thomas Bruederli
b6b12069df
Implement client-side and user-adjustable sorting of tasks ( #3259 )
2014-08-13 11:07:51 +02:00
Aleksander Machniak
8e80c9a485
Add missing image
2014-08-13 08:39:13 +02:00
Thomas Bruederli
1016f4381c
Select default task list in edit form ( #3292 )
2014-08-12 12:29:09 +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
07f05a102b
Fix folder list operations when search is active
2014-08-07 18:14:49 +02:00
Thomas Bruederli
0ba3579f2d
Avoid styles colliding with other modules
2014-08-06 15:21:40 +02:00
Thomas Bruederli
c4dec32034
Fix method check after refactoring iTip message parsing
2014-08-04 19:22:08 +02:00
Thomas Bruederli
84177d8972
Replace package.xml with new composer.json files properly defining dependencies to other plugins
2014-08-04 09:23:26 +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
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