Scot Hacker
|
d8b2600775
|
No created_date in edit form
|
2018-04-06 22:52:43 -07:00 |
|
Scot Hacker
|
1f27688aa4
|
Complete fake data loading via hopper
- Includes mods to task.created_date to allow overrides
|
2018-04-05 00:27:53 -07:00 |
|
Scot Hacker
|
ff49d5cba2
|
Just enough infrastructure to get tests to pass as standalone app
|
2018-03-29 23:05:49 -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
|
0d7a933d1c
|
Format process buttons
|
2018-03-24 17:16:12 -07:00 |
|
Scot Hacker
|
e4643eea26
|
Fix doublespace listing of Groups on AddList form
|
2018-03-24 16:57:06 -07:00 |
|
Scot Hacker
|
b3194da825
|
Search results tweak
|
2018-03-24 16:48:09 -07:00 |
|
Scot Hacker
|
d8cdd268d5
|
Bootstrap external ticket view
|
2018-03-24 16:42:16 -07:00 |
|
Scot Hacker
|
0992c43d8b
|
Finish bootstrapping task detail
|
2018-03-24 16:30:32 -07:00 |
|
Scot Hacker
|
07e02b56f7
|
Consolidate forms for task creation and editing
|
2018-03-24 12:24:49 -07:00 |
|
Scot Hacker
|
bc8adb63f5
|
Bootstrap task detail WIP
|
2018-03-20 23:57:37 -07:00 |
|
Scot Hacker
|
998b53463d
|
Finish bootstrapping list_detail
|
2018-03-20 00:09:52 -07:00 |
|
Scot Hacker
|
3be7ea7745
|
Bootstrapping list_detail / Add Task view
|
2018-03-19 00:41:52 -07:00 |
|
Scot Hacker
|
c470864c86
|
Bootstrap 4 in list_lists
|
2018-03-16 00:25:18 -07:00 |
|
Scot Hacker
|
0daf9336c0
|
Replace locals() with context dicts
|
2018-03-14 23:54:58 -07:00 |
|
Scot Hacker
|
f853296aa8
|
Indentation cleanup
|
2018-03-13 23:48:34 -07:00 |
|
Scot Hacker
|
2bab3ec703
|
Clean up No Comments rendering
|
2018-03-13 23:33:28 -07:00 |
|
Scot Hacker
|
982864e1ba
|
Don't show table unless there are items to show
|
2018-03-12 23:20:39 -07:00 |
|
Scot Hacker
|
b361abeaf6
|
Update external ticketing system
|
2018-02-12 23:38:48 -08:00 |
|
Scot Hacker
|
be9a87fc0f
|
Implment most of external ticket filing system
|
2018-02-12 00:04:39 -08: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
|
5cbfc554ee
|
Re-enable "mine" tasks
|
2018-02-11 22:57:35 -08:00 |
|
Scot Hacker
|
5c1d98d952
|
Improve display of completed status
|
2018-02-11 00:48:19 -08:00 |
|
Scot Hacker
|
3d93e176e8
|
Improve permission checking on detail views
|
2018-02-11 00:38:13 -08:00 |
|
Scot Hacker
|
8cba92b571
|
Better template filenames
- Also removes some extraneous CSS classes
|
2018-02-10 23:28:35 -08:00 |
|
Scot Hacker
|
fc4fa7b7f3
|
Move JS to bottom of list_detail
|
2018-02-10 00:25:56 -08:00 |
|
Scot Hacker
|
efc2dbe11a
|
Rename List model to TaskList
|
2018-02-10 00:25:28 -08:00 |
|
Scot Hacker
|
774cd3d057
|
list_detail indentation
|
2018-02-04 23:24:27 -08:00 |
|
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 |
|