Commit graph

28 commits

Author SHA1 Message Date
D4rk4
c4807b7d37 initial VM config 2020-07-31 02:20:36 +02:00
Scot Hacker
ce3fd8c66e Allow unicode chars as the only chars in a list title 2019-09-19 22:58:52 -07:00
Scot Hacker
4f9f379543 Editing task should not change its completed status 2019-09-18 23:18:01 -07:00
Scot Hacker
21e0c6d656 Fix bug when retrieving/setting default settings values 2019-06-04 00:40:31 -07:00
Scot Hacker
4a385bde6b Bump version to 2.4.6 2019-04-11 23:51:38 -07:00
Scot Hacker
f42d34205c Document TODO_MAXIMUM_ATTACHMENT_SIZE 2019-04-11 23:42:26 -07:00
Scot Hacker
edff438623 Bump version after merging "notify" in task edit 2019-04-11 00:09:36 -07:00
Scot Hacker
fb94fdb130 Bump version, README for 2.4.0 2019-04-09 00:01:27 -07:00
Scot Hacker
2e02163701 readme tweak 2019-04-07 23:57:48 -07:00
Scot Hacker
ab929b07e1 Limit attachments to specified file types 2019-04-07 23:55:31 -07:00
Scot Hacker
cdacc5fed5 Remove redundant 2.0 upgrade notes 2019-04-02 00:26:28 -07:00
Scot Hacker
8b448e88a5 Update setup.py, bump to 2.3.2 2019-04-02 00:19:46 -07:00
Scot Hacker
388fb40c00 Bump version to 2.3.1 2019-04-01 23:48:54 -07:00
Scot Hacker
b3d94ab608 Update readme for 2.3 release 2019-03-25 23:43:34 -07:00
Scot Hacker
4a99d90d1e
Import tasks via CSV (#51)
* Bare start on CSV support

* Move core of CSV importer to operations

* More validations, break out validation function

* Validate dates and TaskList; convert errors to list of dictionaries

* Finish upsert code, and documentation

* Print msgs from the mgmt command, not the operations module

* Handle BOM marks

* Handle both in-memory and local file objects

* Update readme

* Working browser-upload view

* Bail on incorrect headers

* Fix default values and finish example spreadsheet

* Change column order, update docs

* Update index.md for RTD

* First round of responses to PR feedback

* Restore independent summaries/errors/upserts properties

* PR responses

* Split off reusable date validator into separate function

* Fix URLs append

* General test suite for CSV importer
2019-03-25 23:19:11 -07:00
Scot Hacker
6f47f9d388 README tweaks 2019-03-11 00:34:24 -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
d0212b8a55 Update dependencies 2019-03-03 18:39:35 -08:00
Scot Hacker
01cab7a82f Convert task_delete and task_done views from GET to POST 2019-02-10 11:06:36 -08:00
Scot Hacker
91b9a099a3 Enforce and test TODO_STAFF_ONLY setting 2019-01-10 00:39:21 -08:00
Scot Hacker
6953085285 Correctly specify minimum requirement of Python 3.6 2019-01-08 23:11:13 -08:00
Scot Hacker
78e9c510bc Split up views into separate modules 2018-12-21 02:00:36 -08:00
Scot Hacker
f526ed5166 Strip unwanted tags from task note and comments 2018-12-20 17:08:09 -08:00
Scot Hacker
8e16de5d8f Update .gitignore 2018-12-20 12:10:18 -08:00
Scot Hacker
cb7b4e4c1f Copy index.md to readme.md to make both RTD and github happy 2018-04-10 08:56:27 -07:00
Scot Hacker
50d182103c Rename readme to index for readthedocs to find 2018-04-07 13:42:34 -07:00
Scot Hacker
416419301c README update for version 2 2018-04-07 13:23:36 -07:00
Scot Hacker
7ab41ed936 Convert readme to markdown format
- And remove tox references
2018-02-03 00:39:59 -08:00