django-helpdeskmig/helpdesk
2011-02-02 09:35:54 +00:00
..
fixtures Update updated_submitter email in initial_data.json (existing users need to update the DB) to add more carriage returns after the final URL as it was running into the footer and became unclickable. Thanks to kotowicz for the heads-up (Issue #21) 2011-02-02 09:35:54 +00:00
htdocs Add 'attachments' folder as expected from the documentation. 2011-01-29 06:06:21 +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 Push the description, resolution, and followup text through urlizetrunc to turn urls into hyperlinks. 2011-02-02 08:31:51 +00:00
templatetags Change references to Jutda Helpdesk to django-helpdesk as that should 2011-01-25 23:08:41 +00:00
views Add ability for FollowUp records to be edited by staff. Closes Google Code issue #131; Github issue #5. Thanks to Google user 'alecs.box' for the patch. 2011-01-29 06:02:03 +00: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 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
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 Add ability for FollowUp records to be edited by staff. Closes Google Code issue #131; Github issue #5. Thanks to Google user 'alecs.box' for the patch. 2011-01-29 06:02:03 +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 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
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