roundcubemail-plugins-kolab/plugins/tasklist
2019-09-27 21:03:12 +02:00
..
drivers T2142: Tasks: Fixed updating tasks in database driver 2019-09-27 21:03:12 +02:00
helpdocs Update .po files 2018-12-19 10:25:52 +01:00
localization Tasks: Menu options rename: Edit -> Edit/Share list, Delete -> Delete list 2019-02-21 11:42:33 +00:00
skins Elastic: Unify Options icon 2019-08-26 08:30:37 +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 Bump version to 3.5.0 2019-07-08 12:57:20 +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 use of initdb.sh 2019-09-27 20:03:06 +02:00
tasklist.js Fix hiding of tag related UI elements when kolab_tags plugin is not enabled 2019-07-15 13:15:13 +00:00
tasklist.php Don't require jqueryui plugin, it's always enabled 2019-06-12 08:17:14 +00:00
tasklist_base.js Elastic: Task (and event) edit dialog 2018-03-22 12:38:43 +00:00
tasklist_ui.php Tasks: Fix folder edit/create issues 2019-05-21 11:45:37 +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:

  cd ../../
  $ bin/initdb.sh --dir=plugins/tasklist/drivers/database/SQL


For some general calendar-based operations such as alarms handling, this
plugin requires the `libcalendaring` plugin, as well as libkolab plugin
for 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.