django-helpdesk/helpdesk
2016-02-16 16:11:10 -02:00
..
fixtures Rename initial_data.json to emailtemplate.json 2015-01-14 15:49:08 +01:00
locale Add new locales: th, ca, lv, tr_TR, he_IL, pt_PT 2015-12-22 11:35:59 +11:00
management Too much in one commit ! 2016-02-16 15:49:40 -02:00
migrations BUGFIX: File name typo 2016-02-07 18:05:16 -02:00
south_migrations Added south migration to populate the initially existing users with usersettings. 2015-02-11 13:14:36 +01:00
static/helpdesk Merge branch 'master' into template-cleanup 2014-07-26 14:03:08 +02:00
templates/helpdesk Deprecate custom API (see #198) 2015-12-22 11:28:00 +11:00
templatetags Fix: _meta.module_name deprecated in django1.8 2016-01-23 12:25:17 -08:00
tests UPDATED: <helpdesk.tests.test_ticket_submission.test_create_ticket_instance_from_payload> now calls the right callable to ensure the message is parsed and the Ticket instance is created. 2016-02-15 16:15:46 -02:00
views UPDATED: <views.staff.subscribe_staff_member_to_ticket> to accept and validate an user email when creating linking a <TicketCC> instance for a staff member. I'm pretty sure this is NOT the best place to put this but I don't wanna mess too much around for now. 2016-02-07 15:56:30 -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 Making Queue slug unique and improving certain admin-related behaviour 2015-12-18 14:56:53 +01:00
akismet.py small fixes and translation 2011-09-01 13:01:03 +02:00
apps.py Fixes for Django 1.7. For prior Django versions, South 1.0 must be used for 2014-09-10 09:06:50 +10:00
forms.py Merge 2015-04-28 09:13:54 +10:00
lib.py ADDED: Possibility to accept extra headers when sending emails 2016-02-16 15:46:49 -02:00
models.py UPDATED: Stop storing the Message-Id field on the <Ticket> model and move it to the <FollowUp> so we can easily follow the threads. 2016-02-16 16:11:10 -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
settings.py change basic features of membership into permissions 2015-12-16 22:27:05 +01:00
urls.py updates to remove Django 1.10 deprecation warnings in Django 1.9: 2015-12-10 13:36:24 +01:00