Commit graph

86 commits

Author SHA1 Message Date
Thomas Bruederli
ab3f58b888 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2013-01-19 17:37:04 +01:00
Thomas Bruederli
4d647e0149 Fix javascript error that prevents delete dialog from being closed (#1551) 2013-01-19 17:36:32 +01:00
Aleksander Machniak
7672e60ecb Update SQL scripts to match Roundcube format for schema upgrades, update/add UPGRADING instructions 2013-01-18 09:40:48 +01:00
Jeroen van Meeuwen (Kolab Systems)
f38105a809 Update translations from Transifex 2013-01-12 11:23:32 +00:00
Thomas Bruederli
fefdafa020 Align some UI elements with the changed position of #quicksearchbar 2013-01-09 16:34:30 +01:00
Thomas Bruederli
414594f276 Use /this/ to reference asset files in plugin templates 2013-01-09 16:27:20 +01:00
Aleksander Machniak
71b64ebca2 Unify position of #quicksearchbar (and some other elements) with
mail and addressbook interface
2013-01-05 16:53:04 +01:00
Thomas Bruederli
fdf9b884e7 Added/updated French localization from Transifex (thanks to Eric aka furlot) 2012-12-26 19:01:56 +01:00
Aleksander Machniak
1c22cb542f Fix tags autocompletion (#1329) 2012-12-20 11:11:54 +01:00
Aleksander Machniak
147af98783 Position (center) new/edit event popup according to window size (#1371) 2012-12-20 09:17:04 +01:00
Aleksander Machniak
8496c10e5f List required plugins 2012-12-20 09:16:53 +01:00
Aleksander Machniak
56abf7e5f3 Use client-side subscriptions for folders activation state (calendar, tasklist)
Add kolab_use_subscriptions option to limit folders visibility in Kolab plugins (#1314)
2012-12-10 12:17:41 +01:00
Jeroen van Meeuwen (Kolab Systems)
df15df9c80 Add Dutch translations for tasklist 2012-12-01 22:41:20 +00:00
Thomas Bruederli
d59d4856d9 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2012-11-22 15:19:38 +01:00
Thomas Bruederli
4245fb0839 Treat Kolab format version as string 2012-11-22 15:19:17 +01:00
Thomas Bruederli
05f796f891 Fix input check 2012-11-22 10:24:15 +01:00
Thomas Bruederli
76d2b331ed Add label for task title (used by Kolab skin) 2012-11-21 22:27:43 +01:00
Thomas Bruederli
5ac6bc06fd Add getter for color annotations to libkolab and use it in calendar and tasklist 2012-11-21 12:30:27 +01:00
Thomas Bruederli
1d214c6184 Correctly name and annotake default tasks folder (#1153) 2012-11-21 12:25:14 +01:00
Thomas Bruederli
7c1293be22 Avoid creating tasks without a title (#1152) 2012-11-21 12:08:27 +01:00
Thomas Bruederli
d690844582 Block the relevant UI elements while saving a task (#1125) 2012-11-21 11:58:49 +01:00
Thomas Bruederli
c14799792b Added package.xml and LICENSE file (#1141) 2012-11-21 11:04:57 +01:00
Aleksander Machniak
259a7ec81d Fixes for keep-alive -> refresh change in Roundcube core 2012-11-17 09:49:57 +01:00
Thomas Bruederli
32d64e419e Reduce alarm settings UI to the capabilities of the Kolab 2 format 2012-11-15 15:03:00 +01:00
Thomas Bruederli
c822a713f1 Correctly format time values 2012-11-15 14:48:49 +01:00
Thomas Bruederli
cf5c88437e Merge branch 'dev/libcalendaring' 2012-11-09 14:02:34 +01:00
Thomas Bruederli
0c418da790 Don't set due time if dateonly 2012-11-08 16:18:28 +01:00
Thomas Bruederli
a02f62985d Fix completeness slider value when clicking on bar (#1151) 2012-11-07 18:55:47 +01:00
Thomas Bruederli
1b1205ba29 Adapt to regressions in jQuery 1.8 and jQuery UI 1.9 2012-11-07 18:38:23 +01:00
Aleksander Machniak
9d9262d71f Fixed HTML entities handling in task list names 2012-10-29 20:41:50 +01:00
Thomas Bruederli
e059785d00 Some tweaks to make tasklist work in IE<9 2012-10-18 12:23:17 +02: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
aa15f1948f Focus the first button of UI dialogs 2012-10-04 16:01:59 +02:00
Thomas Bruederli
4c6496dae8 Better check for personal folders 2012-10-03 11:53:02 +02:00
Thomas Bruederli
5ceb3e3ebc Add a child reference to parent after updating a task item 2012-09-26 18:15:22 +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
d02e5b6964 Don't allow subtasks to be moved to another list 2012-09-24 15:10:42 +02:00
Thomas Bruederli
998f1d92b6 Adapt kolab_storage classes to new type annotation specification; use 'default' property of kolab_storage_folder instances instead of calling kolab_folders::default_folder() 2012-09-20 15:35:47 +02:00
Thomas Bruederli
517c86c8df Respect .default annotation for calendar selection (if no user setting exists) 2012-09-20 10:10:50 +02:00
Thomas Bruederli
cf6a99b1c8 Put default folder (aka INBOX) on top of the tasklists listing 2012-09-20 09:38:43 +02:00
Thomas Bruederli
51510f1665 Use CASE instead of IF statement to be compatible with postgres 2012-09-19 19:05:55 +02:00
Thomas Bruederli
657cb5ea32 Fix displaying tree toggles 2012-09-19 18:54:59 +02:00
Thomas Bruederli
b68a35755b Display readonly/shared icons for task lists; added toggles to collapse/expand subtasks (although state is not yet saved) 2012-09-19 18:46:12 +02:00
Thomas Bruederli
fc09a9f8ac Move child tasks when list assigment is changed in edit dialog 2012-09-19 13:26:59 +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
44635a867d Fix move command to Kolab backend 2012-09-18 18:43:32 +02:00