django-helpdesk/helpdesk
2011-02-12 01:13:30 +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 Remove un-minimised flot JavaScript 2011-02-07 07:40:18 +00:00
locale Update locale files to pick up new / updated strings for translation. 2011-02-07 10:34:23 +00:00
management fixed missing bracket in string. thanks to jezdez for catching this during translation. 2011-02-07 10:23:06 +00:00
templates/helpdesk Fix link to jQuery in public templates 2011-02-12 01:13:30 +00:00
templatetags quickfix for bug https://github.com/rossp/django-helpdesk/issues#issue/33 2011-02-06 13:30:04 +01:00
views temporary fix for bug https://github.com/rossp/django-helpdesk/issues/#issue/22 2011-02-08 22:19:17 +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 sort list of users by username in helpdesk/tickets/X/cc/add/ 2011-02-06 18:49:07 +01:00
lib.py fix for bug https://github.com/rossp/django-helpdesk/issues#issue/37 2011-02-08 12:17:05 +01:00
models.py Add default value for KBItem vote and positive vote 2011-02-03 17:15:03 -05: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