Commit graph

22 commits

Author SHA1 Message Date
Scot Hacker
e7655ccfe8 Implement attachment removal 2019-04-08 23:46:34 -07:00
Scot Hacker
8cd169e502 MIsc tweaks 2019-04-07 16:11:28 -07:00
Scot Hacker
9a5c794c41 Formatting 2019-04-06 16:39:34 -07:00
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
91b9a099a3 Enforce and test TODO_STAFF_ONLY setting 2019-01-10 00:39:21 -08:00
Scot Hacker
78e9c510bc Split up views into separate modules 2018-12-21 02:00:36 -08:00
Scot Hacker
21ec87cee4 Black formatting 2018-12-21 00:38:44 -08:00
Scot Hacker
782950d904 Fix / improve notification email subjects and bodies 2018-04-08 23:32:52 -07:00
Scot Hacker
9098e3f0d4 Refactor Done and Delete actions in list and detail views 2018-04-08 00:49:01 -07:00
Scot Hacker
d3d8d5e46c Rename Item model to Task
- With matching model, view, template changes
2018-03-28 22:51:10 -07:00
Scot Hacker
a2d02b0a8c Tests for non-view util functions 2018-03-28 00:07:29 -07:00
Scot Hacker
97e596f463 Refactor utils to NOT take request
For testability / separation of concerns
2018-03-27 23:17:01 -07:00
Scot Hacker
f4d1da0ab7 Smoke and permissions tests
And various bug / permissions config tweaks to accompany
2018-03-26 00:37:29 -07:00
Scot Hacker
c03bc3579c Enable Mark Done from task_detail 2018-03-24 16:30:43 -07:00
Scot Hacker
0daf9336c0 Replace locals() with context dicts 2018-03-14 23:54:58 -07:00
Scot Hacker
35cfd2eb39 Move "email thread participants" into utils 2018-03-14 00:22:37 -07:00
Scot Hacker
fe7036dae3 Proper exception handling for email send error 2018-03-12 23:33:14 -07:00
Scot Hacker
91c0075ccf Don't try to send notification email if assigned_to is blank
- Supports unassigned tasks
2018-02-11 23:01:37 -08:00
Scot Hacker
4d0801313c Improve on bare excepts
- And simplify email sending recipient gathering
2018-02-10 23:44:26 -08:00
Scot Hacker
03c125ca50 Refactor do/undo ops into single toggle function 2018-02-10 00:27:00 -08:00
Scot Hacker
90c41d1f29 Django 2.0 compatibility (requirement)
- URLs to path() style
- Misc updates
- Namespaces all URL references
- Removes dependency on AutoSlugField
- Cleaner reversals
- Cleaner docstrings
2018-02-03 00:09:23 -08:00
Scot Hacker
1ff499a003 Reduce complexity of view_list to bring tox complexity down to 10 2016-08-02 01:32:29 -07:00