mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 10:21:05 +01:00
3f8fc2cd68
* Added 'UserSettings' model to provide a user profile system independent of existing Django user profiles, for two reasons: 1) Avoids users having to update settings.py and 2) Allows jutda-helpdesk to integrate with websites who already use a User Profile * Settings added in this revision allow a user to control e-mail alerts, and to determine whether they see the dashboard or ticket list at login. * New 'Settings' link in page footer for signed-in users * Logout now takes you to the Helpdesk homepage * Fixed file attachment bug in management/commands/get_email.py which seemed to have been un-done (fixes issue # 4. Jutda-helpdesk is now compatible with Django 1.0! |
||
---|---|---|
.. | ||
rss | ||
base.html | ||
confirm_delete_saved_query.html | ||
create_ticket.html | ||
dashboard.html | ||
debug.html | ||
delete_ticket.html | ||
email_html_base.html | ||
email_text_footer.txt | ||
help_api.html | ||
help_base.html | ||
help_context.html | ||
kb_category.html | ||
kb_index.html | ||
kb_item.html | ||
public_base.html | ||
public_homepage.html | ||
public_view_form.html | ||
public_view_ticket.html | ||
report_index.html | ||
report_output.html | ||
rss_list.html | ||
ticket_list.html | ||
ticket.html | ||
user_settings.html |