django-helpdesk/helpdesk
Ross Poulton 4736ef3c98 Merge pull request #156 from URpages/master
Make sure that blank strings do not kill in_list. Also fixes #107.
2013-01-19 19:54:27 -08:00
..
fixtures E-mails ignore newlines in ticket description. Closes #40, thanks @fatbox 2012-08-08 00:09:05 +10:00
locale Add incomplete Portugese (Brazil), Spanish (Columbia), Swedish & Norwegian Bokmal (Norway) translations. Update all other translations. 2012-08-07 22:40:59 +10:00
management Closes #163 - ignore automatic email replies 2013-01-20 14:39:07 +11:00
migrations Increase size of attachment mime type field. Fixes #155, thanks 2012-08-28 18:56:30 +10:00
static/helpdesk add 'td.report' to css file and use it in report_output.html so that table entries are centered. By @kotowicz in b4fe8bd91f 2012-08-07 23:45:31 +10:00
templates/helpdesk show time until closed for all tickets and those that were opened in the last 60 days. By @kotowicz in 5252ad9d07 2012-08-07 23:57:34 +10:00
templatetags make sure that blank strings do not kill in_list 2012-09-12 14:15:15 +09:30
tests Improve public action tests 2012-08-08 14:32:17 +10:00
views Fix from @kotowicz to fix filename encoding. Closes #162 and #149 2013-01-20 14:45:33 +11:00
__init__.py Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future. 2011-01-25 23:02:00 +00:00
admin.py Add support for multi-locale email templates. Also added Russian templates (closes GH-1). REQUIRES SCHEMA CHANGE: SEE FILE UPGRADE. 2011-03-11 22:30:59 +00:00
akismet.py small fixes and translation 2011-09-01 13:01:03 +02:00
forms.py assigned_to.usersettings.settings is a dictionary 2012-10-07 14:16:57 +05:30
lib.py Allow tests to run if Sites module isn't properly configured. 2012-08-08 14:31:51 +10:00
models.py Increase size of attachment mime type field. Fixes #155, thanks 2012-08-28 18:56:30 +10: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 new option 'HELPDESK_DASHBOARD_BASIC_TICKET_STATS', shows quick ticket 2012-08-07 23:51:52 +10:00
urls.py new option 'HELPDESK_SHOW_EDIT_BUTTON_FOLLOW_UP' which allows superusers 2012-08-07 23:32:45 +10:00