django-helpdesk/templates/helpdesk
Ross Poulton c7b45a8edc Fixes three issues:
#65: When submitter clicks 'Accept' to accept a resolution, nothing happens.

#74: issues when updating ticket via views.staff.update_ticket (which is also used by the public views) relating to invalid template 
context and inconsistent variable naming.

#82: Add an option for users to control the number of tickets per page.

Thank you to J. Beigel and Christian Klein for these suggestions.
2009-07-22 08:19:46 +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 Issue #75: Typo in 'recent activities' RSS feed URL 2009-07-15 23:08:31 +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 issue #49 - tickets had no 'edit' function. 2009-06-03 11:43:46 +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
edit_ticket.html Fixes issue #49 - tickets had no 'edit' function. 2009-06-03 11:43:46 +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 Add option to the EmailIgnore model to allow emails from an ignored address to be deleted (previous behaviour was to keep them all, so the mailbox could potentially become quite large - and every message was downloaded again every time the mailbox was checked). Upgrade instructions provided to both add the new database field and automatically switch to the old behaviour. 2009-01-23 10:36:41 +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 Fixes issue #80: Logging in can redirect to an invalid URL. 2009-07-21 09:35:27 +00:00
public_homepage.html Allow a file to be attached to the ticket when the ticket is opened. These files are attached to outgoing emails. Also, updated forms to loop over form.fields rather than explicitly naming each field. Fixes issue #15. 2009-01-22 08:08:22 +00:00
public_spam.html Resolves issue #62 - adds spam filtering via akismet.py using either 2009-06-25 11:22:53 +00:00
public_view_form.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
public_view_ticket.html Fixes three issues: 2009-07-22 08:19:46 +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 Adds pagination, as per Issue #82. 2009-07-21 10:29:23 +00:00
ticket.html Fixes issue #66; jQuery typo in ticket.html. 2009-07-12 03:16:18 +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