Commit graph

54 commits

Author SHA1 Message Date
Peter Bittner
dadb8f1ff6 Add tox configuration and integration with setup.py
Add Travis CI build server configuration

Add badges and Tests section to README

Bump version (development)
2016-04-10 19:42:24 +02:00
Scot Hacker
33ec166c6f Remove remaining ifequal tags 2016-04-09 23:29:51 -07:00
Scot Hacker
37bb0fb5a2 Show "Anyone" for unassigned tasks in search results 2016-04-09 23:22:45 -07:00
Scot Hacker
9b6418c7b1 Allow unassigned ("anyone") tickets
- Requires a migration
2016-04-09 11:56:27 -07:00
Scot Hacker
5e4f6e8d77 More template cleanup 2016-04-09 11:52:16 -07:00
Scot Hacker
c42a03cee9 Replace render_to_response() with render() 2016-04-09 02:45:47 -07:00
Scot Hacker
eaeb870aad Remove stray management_form refs 2016-04-09 02:37:28 -07:00
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
Scot Hacker
74f3a92cdd Note should not be a required field 2015-09-02 23:49:28 -07:00
Peter Bittner
d8444cec60 Bump version number for release 1.5 2015-09-02 23:30:39 +02:00
Peter Bittner
767eb75e7d Add flake8 configuration, fix flake8 complaints 2015-09-02 23:30:04 +02:00
Scot Hacker
c408224e02 Custom exception for missing superuser in settings 2015-06-15 00:12:52 -07:00
Scot Hacker
85c45ecbfc URLs tweak 2015-06-15 00:12:17 -07:00
Scot Hacker
0f0505f24d Fix field warnings for Django 1.8 (with migration) 2015-06-15 00:11:50 -07: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
a9175d575b Use python 2/3 compatible unicode strings 2014-12-02 10:53:38 -08:00
Scot Hacker
6e032b22bb Enable simple search of tasks 2014-11-17 14:42:17 -08:00
Scot Hacker
bf7dc911b1 Add get_absolute_url() method for todo items 2014-11-10 23:18:44 -08:00
Scot Hacker
73adbb872c Bump version to 1.5.dev for future 2014-11-09 11:22:09 -08:00
Peter Bittner
2a8a39ef8c Fix version number to upload to PyPI 2014-11-09 09:31:58 +01:00
Scot Hacker
6d54d5b129 Remove deprecated cycle tag from templates 2014-11-07 23:43:57 -08:00
Scot Hacker
d4cba204c1 Specify exclude Meta on form definitions 2014-11-07 23:43:27 -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
b388aece1b Remove most CSS, clean up templates
- Assume the existing site has its own styles
2014-11-07 22:26:53 -08:00
Scot Hacker
30127a23de Set default value for boolean Item.completed 2014-11-07 22:04:23 -08:00
Scot Hacker
37ea8a8a75 Neutralize some assumptions 2014-11-07 10:42:53 -08:00
Lee Phillips
86474625a4 Display full names as well as usernames in the assign_to dropdown when
adding a task.
2014-10-06 14:01:55 -04:00
Scot Hacker
94b01d868d Remove stray CSS reference; whitespace
Fixes #17
2014-08-26 12:45:30 -07:00
Scot Hacker
305dfc0f93 Indentation fix 2014-08-03 09:27:28 -07:00
Lee Phillips
4bad5fbd06 A task with no due date created an error when checking for completion. 2014-08-03 10:25:01 -04: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
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
Peter Bittner
d1b1842965 Changed related_name in foreign key created_by (conflict with django-media-tree) 2014-05-31 19:12:02 +02:00
Peter Bittner
e894b14a96 Reformatting only (PEP8) 2014-05-31 19:10:38 +02:00
Peter Bittner
97d27f7589 Reformatted readme and license
Move some setup values to package

Added .gitignore
2014-05-31 09:19:27 +02:00
Jonathan Wiltshire
6c0112a050 Add missing quotes for url tag in email templates 2014-05-05 20:52:30 +01:00
Jonathan Wiltshire
bc5fcd3b3c Ensure compatiblity with Django 1.4 url template tag 2014-05-05 20:50:55 +01:00
Scot Hacker
322e043b7a Re-add quotes on template URL params 2014-03-08 00:00:23 -08:00
somesmart
f4ebed8775 update to list_lists.html
fixed a small bug that caused the url call to todo-add_list to fail
2014-03-07 20:09:29 -06:00
Scot Hacker
e77176bc4f Named URL tweaks for Django 1.5 compatibility 2013-08-31 09:55:19 -07:00
Tom Shortall
6284dad786 add option to restrict todo to staff 2012-03-13 00:12:09 +00:00
Tom Shortall
1e40919aee support Django static files 2012-03-12 23:52:11 +00:00
Scot Hacker
b035a61f76 Add csrf exemption for list reordering. 2012-02-03 22:45:46 -08:00
Grzegorz Kamola
3795937cce Correct hardlinked path to css file 2011-09-07 12:54:31 +02:00
Grzegorz Kamola
e1995b4c0e Make use of DateField arguments 2011-09-07 12:48:34 +02:00