roundcubemail-plugins-kolab/plugins/tasklist
Aleksander Machniak 5b242b8e26 Merge audittrail.js and kolabfolders.js code into libkolab.js
... which includes also attachments handling code and will
include more shared functionality in the future.
2018-03-19 13:52:58 +01:00
..
drivers Elastic: Initial (partial) support for tasklist plugin 2018-03-15 13:27:22 +00:00
helpdocs Update localization 2017-10-25 20:20:14 +02:00
localization Elastic: Initial (partial) support for tasklist plugin 2018-03-15 13:27:22 +00:00
skins De-duplicate attachments handling code, move it to libkolab plugin 2018-03-19 13:27:55 +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 Elastic: Initial (partial) support for tasklist plugin 2018-03-15 13:27:22 +00: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 Elastic: Initial (partial) support for tasklist plugin 2018-03-15 13:27:22 +00:00
tasklist.js Elastic: Use pretty checkboxes on folders lists in Tasks 2018-03-15 13:38:41 +00:00
tasklist.php De-duplicate attachments handling code, move it to libkolab plugin 2018-03-19 13:27:55 +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 Merge audittrail.js and kolabfolders.js code into libkolab.js 2018-03-19 13:52:58 +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, as well as libkolab plugin
for more skins support, which are also part of the Kolab Roundcube Plugins
repository. Make sure these plugins are installed and configured correctly.

IMPORTANT
---------

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