django-helpdesk/helpdesk
2021-03-08 13:57:07 -04:00
..
fixtures Template hard coded date filters replaced with Django DATETIME_FORMAT 2021-02-03 12:59:55 -07:00
locale Update German translation 2021-01-12 13:40:49 +01:00
management Try a real fix for #832, parse comma in email sender 2020-07-30 02:43:27 -04:00
migrations ifix(email): Create the log file only if required 2020-11-25 10:31:40 +01:00
static/helpdesk CustomField datetime type formats updated to fixed string formats enabling reformatting and consistency 2021-02-10 17:58:01 -07:00
templates/helpdesk CustomField datetime type formats updated to fixed string formats enabling reformatting and consistency 2021-02-10 17:58:01 -07:00
templatetags String Check, replace Nonetype with empty string 2021-02-24 08:20:27 -07:00
tests Bug Fix test for string check 2021-02-10 18:09:46 -07:00
views feat(forms): Ability to provide custom public ticket form 2021-03-02 12:06:21 +01: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 fix: prepend file attachments with 'part-%i_' to prevent name collisions when an email has attachments with the same filename 2021-03-08 13:57:07 -04:00
forms.py CustomField datetime type formats updated to fixed string formats enabling reformatting and consistency 2021-02-10 17:58:01 -07:00
lib.py Add email template "merged" thanks to a migration and add merged_to field into the safe ticket context. 2020-10-30 19:56:38 +01:00
models.py ifix(email): Create the log file only if required 2020-11-25 10:31:40 +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 feat(forms): Ability to provide custom public ticket form 2021-03-02 12:06:21 +01:00
tasks.py Fix import of celery decorator "task". 2021-01-31 22:27:37 -03:00
templated_email.py Add newline in text part before the footer when sending mail 2020-10-30 19:57:23 +01:00
urls.py Fix the login url by using view names in the demo settings instead of the hardcoded urls. 2021-01-04 20:02:25 +01:00
user.py Allow users to edit tickets if HELPDESK_ALLOW_NON_STAFF_TICKET_UPDATE enabled 2020-11-12 11:32:12 -07:00