django-helpdeskmig/helpdesk
2011-02-03 09:28:40 +00:00
..
fixtures Continue previous fix and apply carriage returns to end of all text templates 2011-02-02 09:43:42 +00:00
htdocs Ticket display fixes: fix cycling of odd/even rows; float edit/delete to right to allow the ticket name to span across two columns. 2011-02-02 11:54:30 +00:00
locale Add Spanish translation. Fixes Google code issue #134 & github issue #4. Thanks to Google user 'rodpin'. 2011-01-29 05:56:21 +00:00
management Fix an issue with decoding of some unicode subjects. THanks to pistolero for reviewing the previous patch and providing a fix. 2011-02-02 08:02:39 +00:00
templates/helpdesk Merge branch 'master' of https://github.com/kotowicz/django-helpdesk into kotowicz-master 2011-02-03 09:28:40 +00:00
templatetags Change references to Jutda Helpdesk to django-helpdesk as that should 2011-01-25 23:08:41 +00:00
views first take on bug https://github.com/rossp/django-helpdesk/issues#issue/19: 2011-02-02 13:50:03 +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
.gitignore Add .gitignore to ignore .pyc files 2011-02-02 07:18:49 +00:00
admin.py Initial shot at custom fields on Ticket model. Manage these fields via Django admin. 2011-02-02 11:22:46 +00:00
akismet.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
forms.py Fix issue with public ticket form when using custom textarea fields. 2011-02-02 20:40:46 +00:00
lib.py Change references to Jutda Helpdesk to django-helpdesk as that should 2011-01-25 23:08:41 +00:00
models.py Custom fields: help_text doesn't need to be mandatory. 2011-02-02 11:37:38 +00:00
settings.py Addresses issue 20: when creating a new user, the signal that creates a UserSettings entry now creates some default settings. These are driven by settings.py so can be overridden per-install. 2011-02-02 08:15:49 +00:00
urls.py Moved login/logout templates into templates/helpdesk/registration/ rather than templates/registration/, so the helpdesk templates don't overwrite site-specific ones. Thanks to kotiwicz for the patch to issue #13. 2011-02-02 08:05:33 +00:00