Commit graph

16 commits

Author SHA1 Message Date
Scot Hacker
37aef01c0f Clean-up / modernize templates and views 2016-04-09 02:23:11 -07:00
Scot Hacker
8ee28118fe Django 1.9 compatibility
- Remove deprecated `load ur from future`
- Refactor urls.py as list
2016-01-06 23:44:57 -08:00
Scot Hacker
c3e47ba438 Don't require superuser
Just require default_assignee for anon ticket submissions
Resolves https://github.com/shacker/django-todo/issues/25
2016-01-05 23:57:47 -08:00
Peter Bittner
767eb75e7d Add flake8 configuration, fix flake8 complaints 2015-09-02 23:30:04 +02:00
Scot Hacker
bfb0820606 Text tweak 2015-06-15 00:10:27 -07:00
Scot Hacker
0f4538ee16 Remove print statement 2014-12-11 14:58:09 -08:00
Scot Hacker
6e032b22bb Enable simple search of tasks 2014-11-17 14:42:17 -08:00
Scot Hacker
5689ed2b51 Add new settings for default list ID, default assignee, default redirect on public ticket submission 2014-11-07 23:28:39 -08:00
Scot Hacker
305dfc0f93 Indentation fix 2014-08-03 09:27:28 -07:00
Lee Phillips
27147637ec When there is only one group, do not force the user to select it in the add_list form. 2014-08-02 22:44:56 -04:00
Lee Phillips
7eb488cfa9 The top view (list of lists) generated a javascript error because base.html refers to thedate, which the view function list_lists did not define. 2014-06-22 00:37:51 -04:00
Peter Bittner
e894b14a96 Reformatting only (PEP8) 2014-05-31 19:10:38 +02:00
Tom Shortall
6284dad786 add option to restrict todo to staff 2012-03-13 00:12:09 +00:00
Scot Hacker
b035a61f76 Add csrf exemption for list reordering. 2012-02-03 22:45:46 -08:00
Scot Hacker
f13607e515 Update to "new" Django messages style. No longer breaks with Django 1.4. 2011-05-14 12:12:36 -07:00
Scot Hacker
04d1f181a6 Moving module into subdir. 2010-09-27 01:48:00 -07:00