django-helpdeskmig/helpdesk
2018-12-27 16:39:31 +01:00
..
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 DRY out email sending code and normalize behavior 2018-11-01 14:56:17 +01:00
migrations Rename migration for voting fix (#652) 2018-12-15 13:57:29 -05:00
static/helpdesk Update Bootstrap CSS to v4.2.1 2018-12-21 17:06:31 -05:00
templates/helpdesk Remove generic copyright statement; users can override the attribution.html template if they wish to include a copyright statement. 2018-12-21 23:39:09 -05:00
templatetags Merge 0.2.6 Django 2.0 updates 2017-12-28 09:16:01 -05:00
tests More refactors of get_email.py 2018-10-31 16:30:19 +01:00
views Enable better ticket form pre-filling 2018-12-27 16:39:31 +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 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 Fix codestyle errors, use currying instead of lambdas for determing user access 2018-07-19 00:06:57 -04:00
email.py Don't crash when mail body is empty 2018-12-19 17:30:21 +01:00
forms.py Merge develop branch into bootstrap4 2018-11-03 22:40:03 -04:00
lib.py PEP-8 fixes for lib.py 2018-12-21 19:24:33 -05:00
models.py PEP-8 fixes 2018-12-20 21:30:23 -05:00
poll_helpdesk_email_queues.sh Closes #161 - provide script to simplify automation of email polling 2013-01-20 14:40:57 +11:00
serializers.py PEP8 formatting fixes 2018-10-15 13:56:54 -04:00
settings.py Rename USE_SERVERSIDE_PROCESSING to HELPDESK_USE_SERVERSIDE_PROCESSING for consistency, correctly include local project override, and add documentation 2018-12-21 16:30:43 -05:00
tasks.py Add celery task for get_email 2018-11-08 14:39:37 +01:00
templated_email.py DRY out email sending code and normalize behavior 2018-11-01 14:56:17 +01:00
urls.py Add celery task for get_email 2018-11-08 14:39:37 +01:00