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
cd40e54641
Fix recurrence form serialization; better method names
2014-04-24 19:41:07 +02:00
Thomas Bruederli
70818e4998
Also move recurrence computation classes to libcalendaring
2014-04-24 15:56:46 +02:00
Aleksander Machniak
68e7adfa04
Fix invalid result count if search request returns no records (Bug #3013 )
2014-04-24 15:23:41 +02:00
Thomas Bruederli
e987e51af2
Move recurrence form handling functions and texts from calendar to libcalendaring for shared use
2014-04-24 15:04:18 +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
51bfc0ea4d
Hook into user_delete actions and clear cache data for the given user.
...
ATTENTION: this requires 'libkolab' to be listed in $config['plugins'].
2014-04-23 20:00:24 +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
b2666b8357
Fix pass-by-reference error
2014-04-18 14:20:15 +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
bde3ea19cd
Fix removing start date ( #2999 ); always call Todo::setStart(), with empty cDateTime object if not set
2014-04-17 18:12:55 +02:00
Thomas Bruederli
d35a77629b
Fix styles of task tags in show dialog
2014-04-17 17:51:59 +02:00
Thomas Bruederli
93d2b69bb9
Refactored alarms in calendar and tasks to support multiple alarms. Moved redundant functions to libcalendaring
2014-04-17 17:49:00 +02:00
Thomas Bruederli
e648bee7aa
Force cache-rebulding for events and tasks with alarms
2014-04-17 12:36:09 +02:00
Thomas Bruederli
2f87e09c3a
Check for new valarms property when writing cache tags
2014-04-17 12:10:44 +02:00
Thomas Bruederli
2b6706c5ff
Make status map property visible to derived classes
2014-04-17 12:08:52 +02:00
Aleksander Machniak
3d09128795
Improved notes UI style
2014-04-16 11:32:13 +02:00
Thomas Bruederli
0e88a3fb98
Improve event triggering from notes inline-edit dialog
2014-04-16 10:15:18 +02:00
Thomas Bruederli
046382eb84
Clear selection (and trigger events) after deleting notes
2014-04-16 09:48:46 +02:00
Thomas Bruederli
4f5e10cfc0
Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab
2014-04-16 09:43:02 +02:00
Thomas Bruederli
015ef6cd6b
Fix attachment/message links; avoid double-escaping of folder names in drop-down list
2014-04-16 09:42:52 +02:00
Aleksander Machniak
52e5cd3179
Use splitter size the same as in core
2014-04-15 16:39:24 +02:00
Thomas Bruederli
9b38634115
Add missing file for notes in mail integration
2014-04-15 16:01:52 +02:00
Thomas Bruederli
ee269df7ae
Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab
2014-04-14 18:25:53 +02:00
Thomas Bruederli
f0ecee1e58
Implement full notes display and editing from mail view
2014-04-14 18:25:23 +02:00
Thomas Bruederli
e0bc40f160
Allow to store email message references for note objects (link format tentative) + store message-id in cache for querying
2014-04-14 18:25:04 +02:00
Aleksander Machniak
1a6f7e8b28
Fix bug where "searching..." message wasn't removed on autocomplete response
2014-04-14 18:23:08 +02:00
Thomas Bruederli
e25fd88b73
Provide static fuction to query for objects address kolab groupware folders
2014-04-14 18:21:19 +02:00
Aleksander Machniak
02102bea4c
Do not send localization in ajax responses
2014-04-14 18:14:47 +02:00
Aleksander Machniak
0bd58bddfc
Fix bug where user could delegate himself (Bug #2981 )
2014-04-14 18:13:51 +02:00
Thomas Bruederli
49f9771ed4
Add function to create a note from mail view with a link to the selected message (link not saved yet)
2014-04-12 21:43:44 +02:00
Thomas Bruederli
77bc8da53c
Indicate iTip message in mail view list
2014-04-10 14:31:45 +02:00
Thomas Bruederli
82552f7988
Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab
2014-04-10 13:29:34 +02:00
Aleksander Machniak
ace28a9f3b
Fake commit for test
2014-04-10 12:58:50 +02:00
Thomas Bruederli
5d126a296c
Merge branch 'dev/kolab-notes'
2014-04-10 12:14:21 +02:00
Thomas Bruederli
3bcd4637a6
Open list edit dialog on dbl-clicks
2014-04-10 12:04:22 +02:00
Thomas Bruederli
590655758e
Add feature to send notes by email
2014-04-10 10:49:14 +02:00
Aleksander Machniak
49515232db
Do not set IMAP page size, it's not needed
2014-04-10 10:39:38 +02:00
Thomas Bruederli
c4fb6b73b7
Allow to update a cancelled event (from iTip) in the personal calendar
2014-04-10 08:58:35 +02:00
Thomas Bruederli
8ebc6cfd30
Enable printing for new and unsaved notes, too
2014-04-09 19:50:01 +02:00
Thomas Bruederli
8f0c77554c
Add printing feature for notes
2014-04-09 19:46:05 +02:00
Thomas Bruederli
d35132c882
Add sort col selector for notes list
2014-04-09 18:56:13 +02:00
Thomas Bruederli
f397684092
Allow to assign tags by drag & drop
2014-04-09 15:44:41 +02:00
Thomas Bruederli
70e5cc438b
Adjust cache tables to store large object data
2014-04-09 14:41:48 +02:00
Thomas Bruederli
2123ea7d97
Add property for event status; specially annotate CANCELLED events in the UI
2014-04-09 13:54:04 +02:00
Thomas Bruederli
9a9cf8fe89
Avoid Illegal string offset warnings
2014-04-09 13:32:37 +02:00
Thomas Bruederli
85014df70b
Reload task view after renaming folders
2014-04-09 12:05:56 +02:00