django-helpdeskmig/templates/helpdesk
Ross Poulton a162d77d70 * Create new help page for comment template context variables
( see /help/context/; also linked from comment form)
* Refactor API help page to share template with context help
* Allow a limited number of Ticket & Queue model fields to be 
  accessible in comments, as per 'Help' page.
* New function in lib.py to build a dict of 'safe' fields from 
  ticket & queue, to prevent the power of the Django model API 
  from exposing things like passwords (imagine if a user typed
  a comment containing {{ ticket.queue.email_box_password }} !!!!
* When accessing the ticket list with no filter params (eg by 
  clicking on the "Tickets" button in the menu), the default 
  search is for tickets that aren't closed, rather than showing
  all tickets.
* Updated English locale with changed message strings.
2008-08-29 09:11:02 +00:00
..
rss * Added RSS Feed Functionality 2008-02-08 05:29:51 +00:00
base.html Big checkin that adds a number of features and makes some changes: 2008-08-28 09:06:24 +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 Fixes #10: BUG Script URL's hard-coded to http://media.jutda.com.au; now 2008-08-18 21:37:48 +00:00
dashboard.html * Move to newforms-admin (compatible with Django 1.0 alphas) 2008-08-11 23:24:18 +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_html_base.html * Removed e-mail templates to the database 2008-04-01 23:26:12 +00:00
email_text_footer.txt * Removed e-mail templates to the database 2008-04-01 23:26:12 +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 * Add localisation hooks 2008-05-21 21:16:44 +00:00
kb_index.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
kb_item.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
public_base.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
public_homepage.html Fixes #10: BUG Script URL's hard-coded to http://media.jutda.com.au; now 2008-08-18 21:37:48 +00:00
public_view_form.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
public_view_ticket.html Fixes #10: BUG Script URL's hard-coded to http://media.jutda.com.au; now 2008-08-18 21:37:48 +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 * Added i18n hooks, eg _() and {% trans %} tags around all helpdesk-generated 2008-05-07 09:04:18 +00:00
rss_list.html * Added i18n hooks, eg _() and {% trans %} tags around all helpdesk-generated 2008-05-07 09:04:18 +00:00
ticket_list.html Big checkin that adds a number of features and makes some changes: 2008-08-28 09:06:24 +00:00
ticket.html * Create new help page for comment template context variables 2008-08-29 09:11:02 +00:00