django-helpdesk/helpdesk
2020-10-13 18:30:01 -06: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 Merge bugfixes from 0.2.23-devel 2020-10-12 03:19:46 -04:00
static/helpdesk make question stronger 2020-02-26 10:49:28 +01:00
templates/helpdesk Merge branch 'master' into master 2020-10-13 03:38:36 -04:00
templatetags filter import updated to Django recommended syntax, changed to decorator, and only filter user field if authenticated 2020-10-13 11:20:09 -06:00
tests Updated references to functions being tested and corrected test named test_get_email_quiet_option 2020-10-13 18:30:01 -06:00
views Check user is authenticated and usersettings_helpdesk model is created before attempting to read a tickets_per_page, otherwise use default value 2020-10-13 13:01:18 -06: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 available_attrs was removed from Django as it was only used as a Python 2 bug workaround 2020-10-12 16:11:07 -06: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 Fix an error when creating a ticket with a submitter email that is shared by multiple users 2020-10-08 22:34:45 +02: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 Corrected date_created field to current created field as it exists in models.py 2020-10-13 11:20:58 -06:00
serializers.py Show username of ticket's owner in ticket_list if user has no full name nor email 2020-10-08 22:47:52 +02: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