django-helpdesk/helpdesk
2021-09-14 21:59:25 +02:00
..
fixtures Template hard coded date filters replaced with Django DATETIME_FORMAT 2021-02-03 12:59:55 -07:00
locale Update German translation 2021-01-12 13:40:49 +01:00
management chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs 2021-03-05 09:37:21 +01:00
migrations Fix some docs and migrations in prep for 0.3 release, see #878 2021-08-20 02:05:21 -04:00
static/helpdesk CustomField datetime type formats updated to fixed string formats enabling reformatting and consistency 2021-02-10 17:58:01 -07:00
templates/helpdesk Don't show kbitems on dashboard if there are no unassigned tickets in them 2021-09-14 21:59:25 +02:00
templatetags chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs 2021-03-05 09:37:21 +01:00
tests Add failing test for hidden field query args 2021-08-19 22:00:06 +02:00
views Don't use redis cache at all for ticket querysets as this breaks pagination 2021-07-07 20:40:34 +02:00
__init__.py Revert "Make sure custom user logic works with Django 1.4" 2014-10-24 18:05:44 +11:00
.flake8 fix(email): Add ability to attach full first email text to avoid losing forwards, and to save .eml files for any incoming mesages, plus fix tests and some minor bugs 2021-04-19 21:15:24 +02: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 feat(emails): Do not auto-reply on auto-replies and add auto-reply header for auto-replies and fix headers propagation for our email messages 2021-04-20 12:44:27 +02:00
forms.py Fix hidden field query args 2021-08-19 22:00:18 +02:00
lib.py chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs 2021-03-05 09:37:21 +01:00
models.py Merge pull request #964 from regiov/pinax-remove 2021-08-05 14:16:14 -04: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 Don't use redis cache at all for ticket querysets as this breaks pagination 2021-07-07 20:40:34 +02: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 branch 'master' into pinax-remove 2021-08-04 11:19:14 -03:00
tasks.py Fix import of celery decorator "task". 2021-01-31 22:27:37 -03:00
templated_email.py feat(emails): Do not auto-reply on auto-replies and add auto-reply header for auto-replies and fix headers propagation for our email messages 2021-04-20 12:44:27 +02:00
urls.py chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs 2021-03-05 09:37:21 +01:00
user.py Merge branch 'master' into pinax-remove 2021-08-04 11:19:14 -03:00