Commit graph

29 commits

Author SHA1 Message Date
Scot Hacker
1fff35c613 Indentation fix in list_detail template 2018-02-04 01:01:48 -08:00
Scot Hacker
0c42de2ffb Rename some views and URLs more logically 2018-02-04 00:35:04 -08:00
Scot Hacker
c348ea1179 Remove datepicker dependency 2018-02-04 00:34:09 -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
shantisuresh01
10df9f2cdf view_list.html: Changed del_task to del_tasks, views.py: Changed del_task back to del_tasks 2016-11-30 16:32:22 -05:00
Scot Hacker
6a78c3f8b0 Fix variable name in list_view template 2016-09-23 12:07:19 -07:00
Scot Hacker
1ff499a003 Reduce complexity of view_list to bring tox complexity down to 10 2016-08-02 01:32:29 -07:00
Scot Hacker
9c3000f572 Fix list view when lists in different groups have same slug
- Also fix bad messages when deleting items from lists
2016-07-28 00:13:51 -07: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
5e4f6e8d77 More template cleanup 2016-04-09 11:52:16 -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
6e032b22bb Enable simple search of tasks 2014-11-17 14:42:17 -08:00
Scot Hacker
6d54d5b129 Remove deprecated cycle tag from templates 2014-11-07 23:43:57 -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
37ea8a8a75 Neutralize some assumptions 2014-11-07 10:42:53 -08:00
Scot Hacker
94b01d868d Remove stray CSS reference; whitespace
Fixes #17
2014-08-26 12:45:30 -07: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
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
Scot Hacker
2693907b2d Added BSD license.
Ajax re-ordering javascript now returns false instead of False per javascript standard.
2011-04-28 23:01:17 -07:00
Scot Hacker
04d1f181a6 Moving module into subdir. 2010-09-27 01:48:00 -07:00