roundcubemail-plugins-kolab/plugins/tasklist
2017-07-11 14:33:31 +00:00
..
drivers Support Tasks in kolab_delegation (Bifrost#T18853) 2016-12-27 04:03:28 -05:00
helpdocs Update localization 2017-06-12 10:57:06 +02:00
localization Update localization 2017-06-12 10:57:06 +02:00
skins/larry Add missing type="link" for template buttons for compat. with Roundcube 1.4 2017-07-11 14:33:31 +00: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 Update version to 3.3.2 2017-06-28 15:10:29 +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 Move more common methods used by tasklist and calendar to libcalendaring 2017-06-29 11:20:09 +02:00
tasklist.php Tasks import from .ics file 2017-04-06 12:26:35 +02:00
tasklist_base.js Fix bug where Save as Event (and task) form was visible before the dialog was created 2015-11-09 16:21:16 +01:00
tasklist_ui.php Add missing type="link" for template buttons for compat. with Roundcube 1.4 2017-07-11 14:33:31 +00: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.