..
fixtures
Fix HTML format error in french templates.
2020-06-05 11:26:41 +02:00
locale
ifix(email): Create the log file only if required
2020-11-25 10:31:40 +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
Enable offline content for timeline3 usage
2020-11-14 12:54:10 -07:00
templates /helpdesk
Enable offline content for timeline3 usage
2020-11-14 12:54:10 -07: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
ifix(email): Create the log file only if required
2020-11-25 10:31:40 +01:00
views
Merge pull request #895 from Benbb96/merging-tickets-feature
2020-11-01 13:54:03 -05: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
ifix(email): Create the log file only if required
2020-11-25 10:31:40 +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
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
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
Allow users to edit tickets if HELPDESK_ALLOW_NON_STAFF_TICKET_UPDATE enabled
2020-11-12 11:32:12 -07:00