Commit graph

8 commits

Author SHA1 Message Date
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
Scot Hacker
3be7ea7745 Bootstrapping list_detail / Add Task view 2018-03-19 00:41:52 -07:00
Scot Hacker
8cba92b571 Better template filenames
- Also removes some extraneous CSS classes
2018-02-10 23:28:35 -08:00
Scot Hacker
c348ea1179 Remove datepicker dependency 2018-02-04 00:34:09 -08:00
Scot Hacker
b388aece1b Remove most CSS, clean up templates
- Assume the existing site has its own styles
2014-11-07 22:26:53 -08:00
Peter Bittner
ca598fb794 Whitespace correction (reformatting only) 2014-06-01 12:24:31 +02:00
Peter Bittner
3730494b42 Fixed invalid CSS 2014-06-01 12:19:12 +02:00
Tom Shortall
1e40919aee support Django static files 2012-03-12 23:52:11 +00:00