django-helpdesk/helpdesk
2011-05-10 07:55:06 +10:00
..
fixtures Add proper database migrations support using South. Updated documentation to match. Closes GH-50. 2011-04-27 19:57:03 +10:00
locale Add Spanish (Mexican) and French translations, thanks to @albertogaona and @kolin22. Updated Spanish (Castilian), also thanks to Alberto. 2011-05-02 23:12:40 +00:00
management Clean up comments in create_usersettings, and fix copyright in escalate_tickets. 2011-04-19 23:02:33 +00:00
migrations Add proper database migrations support using South. Updated documentation to match. Closes GH-50. 2011-04-27 19:57:03 +10: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 URL custom fields are now hyperlinked when viewing tickets. 2011-05-10 07:55:06 +10:00
templatetags quickfix for bug https://github.com/rossp/django-helpdesk/issues#issue/33 2011-02-06 13:30:04 +01:00
views Add capability for users to delete their saved queries. 2011-05-06 16:55:52 +10: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 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 Show custom fields when editing tickets. Closes GH-24. 2011-05-10 07:54:44 +10:00
lib.py Ensure queue locale is included in safe_template_context as reported by vvarp. This should close GH-56 without further issues - please reopen if required.. 2011-04-28 20:19:42 +10:00
models.py Allow selection of all items on custom "list" fields. Fixes GH-23. 2011-05-02 22:32:15 +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