roundcubemail-plugins-kolab/plugins/tasklist
Aleksander Machniak a9be7f33aa T1364: Localize attendee status
On event attendees list and task assignees list.
Fixes T1364.
2016-07-20 08:59:01 -04:00
..
drivers Implemented Tasks Export (T147, #3861) - backport of D165 2016-06-20 10:55:30 +02:00
helpdocs Add missing Task points to the webmail user documentation 2016-06-20 10:18:18 +02:00
localization Implemented Tasks Export (T147, #3861) - backport of D165 2016-06-20 10:55:30 +02:00
skins/larry Implemented Tasks Export (T147, #3861) - backport of D165 2016-06-20 10:55:30 +02:00
.gitignore Import of a basic task management module for Roundcube working with libkolab storage 2012-06-08 14:57:16 +02:00
composer.json Set versions of updated plugins to 3.2.14 2016-07-04 11:40:43 +02:00
config.inc.php.dist Implement client-side and user-adjustable sorting of tasks (#3259) 2014-08-13 11:07:51 +02:00
LICENSE Added package.xml and LICENSE file (#1141) 2012-11-21 11:04:57 +01:00
README Describe dependencies and installation for tasklist module 2013-11-20 17:00:50 +01:00
tasklist.js T1364: Localize attendee status 2016-07-20 08:59:01 -04:00
tasklist.php T1362: Fix title/tooltip text on attendee, localize the status text 2016-07-20 07:32:47 -04:00
tasklist_base.js Fix error when using assets_url setting (#4182) 2015-01-10 08:58:06 -05:00
tasklist_ui.php Implemented Tasks Export (T147, #3861) - backport of D165 2016-06-20 10:55:30 +02:00
UPGRADING Update SQL scripts to match Roundcube format for schema upgrades, update/add UPGRADING instructions 2013-01-18 09:40:48 +01:00

A task management module for Roundcube
--------------------------------------

This plugin currently supports a local database as well as a Kolab groupware
server as backends for tasklists and todo items storage.

INSTALLATION
------------

When usigng the database driver, some initialization of the local database is
necessary. To do so, execute the SQL commands in
drivers/database/SQL/<yourdatabase>.initial.sql

For some general calendar-based operations such as alarms handling, this
plugin requires the `libcalendaring` plugin which is also part of the
Kolab Roundcube Plugins repository. Make sure that plugin is installed
and configured correctly.

IMPORTANT
---------

This plugin doesn't work with the classic skin of Roundcube because no
templates are available for that skin.