coins-demo/todo/templates/todo
multun c7ad961ef3 Implement mail tracker system
* Implement mail tracking

Signed-off-by: Victor "multun" Collod <victor.collod@prologin.org>

* Implement task merging

* Add a mail tracker title format pattern

* Autocomplete task names

* Fix comment display

* Track notification answers

* Add a socket timeout for the mail worker

A mail worker is a long running application. And sometimes, the IMAP server
just hangs for hours for no apparent reason. imaplib doesn't enable setting
a timeout, and setting it globally seems fine.

* Only validate the merge form when submitted

* Redirect to the new form when merging

* Prettier task edit UI

* Make task merging optional

* Test mail tracking

* Update documentation for mail tracking

* Update dependencies

* Add the TODO_COMMENT_CLASSES setting

* Fix dependencies install order

* Remove debug leftovers, improve documentation

* Fail on missing from_address
2019-03-11 00:04:19 -07:00
..
email Fix / improve notification email subjects and bodies 2018-04-08 23:32:52 -07:00
include Implement mail tracker system 2019-03-11 00:04:19 -07:00
add_list.html Auto-create slug on New TaskList 2018-04-07 11:34:47 -07:00
add_task_external.html Bootstrap external ticket view 2018-03-24 16:42:16 -07:00
base.html Replace staticfiles in templates 2018-12-20 16:41:34 -08:00
del_list.html Rename Item model to Task 2018-03-28 22:51:10 -07:00
list_detail.html Implement mail tracker system 2019-03-11 00:04:19 -07:00
list_lists.html Disable Add List button for non-staff 2018-04-07 10:26:21 -07:00
search_results.html Rename Item model to Task 2018-03-28 22:51:10 -07:00
task_detail.html Implement mail tracker system 2019-03-11 00:04:19 -07:00