django-helpdesk/helpdesk
2018-10-17 23:09:43 +05:30
..
fixtures fix typo in new chinese support in emailtemplate, demo is ready at helpdesk.pengel.cn 2017-12-11 15:53:43 +08:00
locale add translation for chinese, zh_Hans is the new locale support code for django 2017-12-09 18:52:39 +08:00
management Fix deprecated escape sequence warning for Py3.7, ignore W503,504 2018-05-10 01:42:09 -04:00
migrations add a new field to KBItem model to keep track of all users who voted, and make changes to the vote function so that it checks whether a user has already votred 2018-10-17 23:09:43 +05:30
static/helpdesk Remove offending CSS comment again to address #479 2017-12-29 01:03:16 -05:00
templates/helpdesk Use jQuery datepicker widget when editing a ticket, for comment part of #616 2018-07-03 00:24:20 -04:00
templatetags Bump version to 0.2.6 to fix remaining Django 2.0 warnings 2017-12-28 09:11:34 -05:00
tests Fix PEP8 errors 2018-02-16 05:04:10 -05:00
views add a new field to KBItem model to keep track of all users who voted, and make changes to the vote function so that it checks whether a user has already votred 2018-10-17 23:09:43 +05:30
__init__.py Revert "Make sure custom user logic works with Django 1.4" 2014-10-24 18:05:44 +11:00
admin.py Enhancements to Admin (#524) 2017-06-19 14:34:36 -04:00
akismet.py Update akismet code for python 3, to address #607 2018-04-20 03:27:26 -04:00
apps.py Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
decorators.py Bump version to 0.2.6 to fix remaining Django 2.0 warnings 2017-12-28 09:11:34 -05:00
forms.py Merge branch 'master' into feature-public-ticket-defaults 2018-01-10 13:18:29 -05:00
lib.py Fix broken try-except statement in lib, for #577 2017-12-15 20:35:41 -05:00
models.py add a new field to KBItem model to keep track of all users who voted, and make changes to the vote function so that it checks whether a user has already votred 2018-10-17 23:09:43 +05:30
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 Add a check that the email subject template includes the ticket ID to prevent problems, to address issue raised in #577 2017-12-17 23:47:48 -05:00
urls.py Fixed login/logout for Django 2.1. 2018-08-19 18:59:08 -07:00