django-helpdesk/helpdesk
2011-11-28 18:13:07 +01:00
..
fixtures fixes in french mail templates (passed all through tidy) 2011-11-10 17:36:58 +01:00
locale Add Italian translation, thanks to Stefano Brentegani. 2011-11-06 00:05:58 +00:00
management more fixes on templated mail and safe context 2011-11-09 16:37:37 +01:00
migrations Allow users to define the display order of custom fields. Closes GH-75. 2011-11-08 17:59:34 +11:00
static/helpdesk Fix the fixture, and update for django 1.3, add dist and egg-info to gitignore 2011-03-25 18:03:18 -04:00
templates/helpdesk added css class on ticket actions in ticket_desc_table 2011-11-10 18:10:17 +01:00
templatetags small fixes and translation 2011-09-01 13:01:03 +02:00
views more fixes on templated mail and safe context 2011-11-09 16:37:37 +01: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 Using safe_template_context to build templated email context forms.py 2011-11-08 17:31:05 +01:00
lib.py handle the case when recipients is not str but unicode 2011-11-28 18:13:07 +01:00
models.py Allow users to define the display order of custom fields. Closes GH-75. 2011-11-08 17:59:34 +11:00
settings.py Added ability to turn of KB (my business doesn't need it) 2011-06-09 11:24:33 -04:00
urls.py Update urlconf to recognise KB category slugs that include numbers. Closes #68. 2011-11-05 01:23:35 +00:00