django-helpdesk/helpdesk
2020-10-31 00:15:51 +01:00
..
fixtures Fix HTML format error in french templates. 2020-06-05 11:26:41 +02:00
locale Update french translations 2020-10-31 00:15:51 +01:00
management Try a real fix for #832, parse comma in email sender 2020-07-30 02:43:27 -04:00
migrations 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
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 Update french translations 2020-10-31 00:15:51 +01:00
templatetags Implement ticket merge feature in ticket list. Create intermediate page to choose which data and custom field values to keep on the main ticket. 2020-10-29 23:32:02 +01:00
tests Create test for the merge view 2020-10-30 23:17:40 +01:00
views Update french translations 2020-10-31 00:15:51 +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 Redirect e-mail for a merged ticket to the ticket it has been merged to 2020-10-30 19:59:16 +01:00
forms.py Restrict possible tickets to merge to the ones that haven't been already merged. 2020-10-30 20:19:50 +01: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 Implement ticket merge feature in ticket list. Create intermediate page to choose which data and custom field values to keep on the main ticket. 2020-10-29 23:32:02 +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 Add newline in text part before the footer when sending mail 2020-10-30 19:57:23 +01:00
urls.py Implement ticket merge feature in ticket list. Create intermediate page to choose which data and custom field values to keep on the main ticket. 2020-10-29 23:32:02 +01:00
user.py Assign KBItems to teams 2020-01-27 19:45:15 +01:00