django-helpdesk/helpdesk
Garret Wassermann ab5e07e295
Merge pull request #892 from Benbb96/master
Display custom fields with bootstrap `form-control` css class
2020-10-20 12:11:10 -04:00
..
fixtures Fix HTML format error in french templates. 2020-06-05 11:26:41 +02:00
locale 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
management Try a real fix for #832, parse comma in email sender 2020-07-30 02:43:27 -04:00
migrations Merge bugfixes from 0.2.23-devel 2020-10-12 03:19:46 -04:00
static/helpdesk Update web dependencies: jquery, fontawesome, bootstrap 2020-10-14 23:41:43 -04:00
templates/helpdesk Remove merge text accidentally left in, for #889 2020-10-15 14:35:33 -04:00
templatetags filter import updated to Django recommended syntax, changed to decorator, and only filter user field if authenticated 2020-10-13 11:20:09 -06:00
tests Updated references to functions being tested and corrected test named test_get_email_quiet_option 2020-10-13 18:30:01 -06:00
views Check user is authenticated and usersettings_helpdesk model is created before attempting to read a tickets_per_page, otherwise use default value 2020-10-13 13:01:18 -06: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 bug fix data may be referenced when not set 2020-10-14 16:58:37 -06:00
forms.py Display custom fields with bootstrap form-control css class 2020-10-20 11:51:55 +02:00
lib.py bug fix ak.baseurl set before ak initialized 2020-10-14 16:46:41 -06:00
models.py Fix an error when creating a ticket with a submitter email that is shared by multiple users 2020-10-08 22:34:45 +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
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 Don't use file paths because they don't work on S3 2019-09-23 16:52:17 +02:00
urls.py Improvements to iframe workflow 2020-01-20 13:23:32 +01:00
user.py Assign KBItems to teams 2020-01-27 19:45:15 +01:00