django-helpdesk/helpdesk
2012-08-08 00:09:05 +10: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 [GH-93] re-applying changes... 2012-01-24 23:19:07 -05:00
migrations fix conflicts with master 2012-05-14 13:24:36 -03: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 django-helpdesk more customizable + bug fixes: 2011-11-19 09:34:07 +01:00
tests Add some tests. Finally. First draft: just includes submission & public 2012-08-08 00:04:34 +10:00
views 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
__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 commented out some unimplemented test code 2012-01-20 16:47:41 -08:00
lib.py fix ticket list (sorting and status querystring) 2012-05-11 17:15:46 +02:00
models.py Merge pull request #106 from yekibud/master 2012-01-23 15:15:44 -08: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