django-helpdesk/helpdesk
2014-02-19 16:17:13 +01:00
..
fixtures E-mails ignore newlines in ticket description. Closes #40, thanks @fatbox 2012-08-08 00:09:05 +10:00
locale Update and recompile all translations. Closes #185. 2013-10-01 11:31:38 +10:00
management Smart email parsing (closes #203): Use email-reply-parser to ignore cruft in incoming emails 2014-01-29 23:08:33 +11:00
migrations Increase size of attachment mime type field. Fixes #155, thanks 2012-08-28 18:56:30 +10:00
static/helpdesk added bit of colour on the ticket detail page 2013-11-26 12:09:55 +00:00
templates/helpdesk Protocol-independent CDN links 2014-02-19 16:17:13 +01:00
templatetags Fix display of saved queries for authenticated users when CONTEXT_PROCESORS didn't include request. 2014-01-29 22:48:54 +11:00
tests Improve public action tests 2012-08-08 14:32:17 +10:00
views settings.py cleanup (#200) - remove HELPDESK_DASHBOARD_BASIC_TICKET_STATS, always shows now. This resolves #201 to my satisfaction for now. 2014-01-29 22:13:42 +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 Remove django-tagging support, as that library is unmaintained. Closes #194. 2014-01-29 22:00:00 +11:00
lib.py Allow tests to run if Sites module isn't properly configured. 2012-08-08 14:31:51 +10:00
models.py Merge pull request #169 from mpietsch/ticket_caption_sorting 2014-01-30 17:52:03 -08: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 settings.py cleanup (#200); remove HELPDESK_KB_ENABLED_STAFF and HELPDESK_NAVIGATION_STATS_ENABLED (now always on); removed HELPDESK_NAVIGATION_CUSTOM_EXTEND - just use custom template! 2014-01-29 22:37:36 +11:00
urls.py RSS feed not working for user name with @ in it. Fixes issue 2013-11-14 20:34:39 +00:00