django-helpdesk/helpdesk
Bruno Clermont 7d01203e35 use more flexible way to get the id of the <div>
this let use of more complex widget than a simple <input> in <div> child
2012-06-06 12:54:52 +03:00
..
fixtures Italian email templates revision 2012-05-09 14:29:18 +02:00
locale Re-run makemssages && compilemssages 2012-04-25 18:27:04 +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 use more flexible way to get the id of the <div> 2012-06-06 12:54:52 +03:00
templates/helpdesk Merge pull request #132 from ochagnon/master 2012-05-01 16:34:14 -07:00
templatetags make django-helpdesk more customizable + bug fixes: 2011-11-19 09:34:07 +01:00
views fix ticket list (sorting and status querystring) 2012-05-11 17:15:46 +02: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 Add setting HELPDESK_SHOW_KB_ON_HOMEPAGE to show KnowledgeBase 2012-03-02 09:28:54 +11:00
urls.py Add Django 1.4 support - remove old feeds import (no longer required) and add Timezone support. Fixes #135. 2012-05-11 17:02:55 +10:00