django-helpdesk/helpdesk
2020-10-08 22:34:40 +02:00
..
fixtures Fix HTML format error in french templates. 2020-06-05 11:26:41 +02:00
locale Merge 0.2.22 bugfix release updates, update copyright year in license, specify python 3.6 or above in setup 2020-07-30 04:46:15 -04:00
management Try a real fix for #832, parse comma in email sender 2020-07-30 02:43:27 -04:00
migrations allow KBItems to be disabled for users 2020-02-25 14:46:21 +01:00
static/helpdesk make question stronger 2020-02-26 10:49:28 +01:00
templates/helpdesk Added endblock statement to ticket_list.html 2020-08-18 11:55:45 -04:00
templatetags Remove old python2/six code 2018-12-28 03:13:52 -05:00
tests Merge 0.2.22 bugfix release updates, update copyright year in license, specify python 3.6 or above in setup 2020-07-30 04:46:15 -04:00
views Fix the call the user setting for tickets per page 2020-10-08 22:34:40 +02:00
__init__.py Revert "Make sure custom user logic works with Django 1.4" 2014-10-24 18:05:44 +11:00
admin.py add KBCategory.public in admin list_display 2020-02-26 10:49:28 +01:00
apps.py Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
decorators.py Merged 0.2.16 bugfixes 2019-05-25 01:25:39 -04:00
email.py Merge 0.2.22 bugfix release updates, update copyright year in license, specify python 3.6 or above in setup 2020-07-30 04:46:15 -04:00
forms.py Merge in 0.2.21 bugfix 2020-04-15 07:38:52 -04:00
lib.py Merge 0.2.22 bugfix release updates, update copyright year in license, specify python 3.6 or above in setup 2020-07-30 04:46:15 -04:00
models.py Merge 0.2.22 bugfix release updates, update copyright year in license, specify python 3.6 or above in setup 2020-07-30 04:46:15 -04:00
poll_helpdesk_email_queues.sh Closes #161 - provide script to simplify automation of email polling 2013-01-20 14:40:57 +11:00
query.py Remove unused imports and fix errors like variables which were removed or renamed or call to function apply_query which doesn't exist anymore. 2020-10-08 22:07:49 +02:00
serializers.py pycodestyle fixes 2020-02-11 16:47:33 +01:00
settings.py Merge 0.2.22 bugfix release updates, update copyright year in license, specify python 3.6 or above in setup 2020-07-30 04:46:15 -04:00
tasks.py Add celery task for get_email 2018-11-08 14:39:37 +01:00
templated_email.py Don't use file paths because they don't work on S3 2019-09-23 16:52:17 +02:00
urls.py Improvements to iframe workflow 2020-01-20 13:23:32 +01:00
user.py Assign KBItems to teams 2020-01-27 19:45:15 +01:00