django-helpdeskmig/templates/helpdesk
Ross Poulton 738a88a5aa * Fix an XSS hole: No user-sourced HTML is displayed at all. Descriptions, resolutions and followup comments are treated as text using force_escape and linebreaksbr template filters. (Issue #39)
* Incoming email also handled slightly differently: If an email has both HTML and Plain-text parts, the plain text is used in the ticket description and/or followup comment fields. The HTML portion is attached as 'email_html_body.html' so it can be viewed by the user. If an HTML-only email is received, the body is entered as "View attachment for body". (Issue #39)
2009-01-19 09:40:14 +00:00
..
de * Issue #24: Add ability to localise queues so that the templates used 2008-11-18 01:43:50 +00:00
en * Issue #24: Add ability to localise queues so that the templates used 2008-11-18 01:43:50 +00:00
rss * Added RSS Feed Functionality 2008-02-08 05:29:51 +00:00
base.html * Remove excess slash in media urls. Note thta MEDIA_URL now needs to 2008-10-28 10:29:47 +00:00
confirm_delete_saved_query.html Big checkin that adds a number of features and makes some changes: 2008-08-28 09:06:24 +00:00
create_ticket.html * Fix an XSS hole: No user-sourced HTML is displayed at all. Descriptions, resolutions and followup comments are treated as text using force_escape and linebreaksbr template filters. (Issue #39) 2009-01-19 09:40:14 +00:00
dashboard.html * Fix issues #30 and #31: 2008-11-18 04:30:34 +00:00
debug.html * Updates to bring into line with django trunk 2008-04-17 05:46:55 +00:00
delete_ticket.html Big checkin that adds a number of features and makes some changes: 2008-08-28 09:06:24 +00:00
email_ignore_add.html * Enlarged Chart sizes to allow more data to be displayed 2008-10-24 22:52:34 +00:00
email_ignore_del.html * Enlarged Chart sizes to allow more data to be displayed 2008-10-24 22:52:34 +00:00
email_ignore_list.html * Enlarged Chart sizes to allow more data to be displayed 2008-10-24 22:52:34 +00:00
help_api.html * Create new help page for comment template context variables 2008-08-29 09:11:02 +00:00
help_base.html * Create new help page for comment template context variables 2008-08-29 09:11:02 +00:00
help_context.html * Create new help page for comment template context variables 2008-08-29 09:11:02 +00:00
kb_category.html * Use markdown on knowledgebase pages 2008-10-07 06:52:52 +00:00
kb_index.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
kb_item.html * Use markdown on knowledgebase pages 2008-10-07 06:52:52 +00:00
public_base.html * Remove excess slash in media urls. Note thta MEDIA_URL now needs to 2008-10-28 10:29:47 +00:00
public_homepage.html * Fix an XSS hole: No user-sourced HTML is displayed at all. Descriptions, resolutions and followup comments are treated as text using force_escape and linebreaksbr template filters. (Issue #39) 2009-01-19 09:40:14 +00:00
public_view_form.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
public_view_ticket.html * Fix an XSS hole: No user-sourced HTML is displayed at all. Descriptions, resolutions and followup comments are treated as text using force_escape and linebreaksbr template filters. (Issue #39) 2009-01-19 09:40:14 +00:00
report_index.html * Added i18n hooks, eg _() and {% trans %} tags around all helpdesk-generated 2008-05-07 09:04:18 +00:00
report_output.html * Enlarged Chart sizes to allow more data to be displayed 2008-10-24 22:52:34 +00:00
rss_list.html * Remove excess slash in media urls. Note thta MEDIA_URL now needs to 2008-10-28 10:29:47 +00:00
system_settings.html Thanks to Paul Boehm, this patch changes Admin links to use a 2008-11-17 23:51:09 +00:00
ticket_list.html * Remove excess slash in media urls. Note thta MEDIA_URL now needs to 2008-10-28 10:29:47 +00:00
ticket.html * Fix an XSS hole: No user-sourced HTML is displayed at all. Descriptions, resolutions and followup comments are treated as text using force_escape and linebreaksbr template filters. (Issue #39) 2009-01-19 09:40:14 +00:00
user_settings.html * Added force_insert and force_update parameters to model save() overrides (as per Django rev 8670) 2008-09-09 08:32:01 +00:00