django-helpdesk/helpdesk
2020-10-29 23:29:16 +01: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 Add merged_to information to ticket 2020-10-29 23:29:16 +01:00
static/helpdesk Better public create ticket form with the initialization of the datepicker for due date as a media. 2020-10-23 16:23:47 +02:00
templates/helpdesk Merge branch 'master' of https://github.com/django-helpdesk/django-helpdesk into master 2020-10-23 16:40:13 +02: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 Merge branch 'master' of https://github.com/django-helpdesk/django-helpdesk into master 2020-10-23 16:40:13 +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 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 bug fix data may be referenced when not set 2020-10-14 16:58:37 -06:00
forms.py Better public create ticket form with the initialization of the datepicker for due date as a media. 2020-10-23 16:23:47 +02:00
lib.py bug fix ak.baseurl set before ak initialized 2020-10-14 16:46:41 -06:00
models.py Add merged_to information to ticket 2020-10-29 23:29:16 +01: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