roundcubemail-plugins-kolab/plugins/tasklist
2016-02-13 17:35:29 +01:00
..
drivers Performance: Limit number of SQL queries when "attaching" relations/tags to list of tasks/notes (#3969) 2016-02-13 17:35:29 +01:00
helpdocs update translations (#4348) 2015-02-19 11:58:00 +13:00
localization Fix disabled name input in tasklist/notebook folder creation dialog (#5169) 2015-07-29 11:47:01 -04:00
skins/larry Fix bug where Save as Event (and task) form was visible before the dialog was created 2015-11-09 16:21:16 +01: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 homepage/download URL for groupware plugins 2015-05-12 08:54:53 +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 Fix JS error when using tasks filter after task delete (T1005) 2016-02-12 11:44:42 +01:00
tasklist.php Q() -> rcube::Q() 2016-02-12 11:15:41 +01: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 Fix over-sized "Upload" and "From cloud..." buttons 2015-10-30 11:02:57 +01: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.