django-helpdeskmig/helpdesk
Tom Bernens 03760a921e initial commit
staff.py changes:
import django core paginator libs
get user setting for tickets per page
get http GET variables for page selection on three tables
use django paginator to get current page tickets only, and pass those to dashboard.html instead of all tickets

dashboard.html changes:
assign the correct HTTP GET argument to each table

tickets.html changes:
add pagination controls below table div, and pass HTTP GET args back to the URL when clicked
2020-06-01 16:14:55 -07:00
..
fixtures #767, fix a misspelled urL in emailtemplate.json 2019-07-25 12:43:29 -04:00
locale czech translation 2019-02-06 22:07:12 +01:00
management Update get_email.py 2020-03-18 09:11:48 +02:00
migrations Renaming migration 2018-02-20 16:34:33 +05:30
static/helpdesk Resize too big images 2019-03-07 11:23:37 +01:00
templates/helpdesk initial commit 2020-06-01 16:14:55 -07:00
templatetags Bump version to 0.2.6 to fix remaining Django 2.0 warnings 2017-12-28 09:11:34 -05:00
tests Fill followup user field if authenticated user submits ticket 2020-03-03 23:39:02 +02:00
views initial commit 2020-06-01 16:14:55 -07:00
__init__.py Revert "Make sure custom user logic works with Django 1.4" 2014-10-24 18:05:44 +11:00
admin.py Enhancements to Admin (#524) 2017-06-19 14:34:36 -04:00
akismet.py Update akismet code for python 3, to address #607 2018-04-20 03:27:26 -04:00
apps.py Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
decorators.py fix redirect loop 2019-03-20 16:12:19 +01:00
forms.py Fill followup user field if authenticated user submits ticket 2020-03-03 23:39:02 +02:00
lib.py Fix ticket search, when there are multiple custom fields 2019-11-22 15:14:56 +08:00
models.py Check format of DEFAULT_FROM_EMAIL before creating messages, to address #608 2018-06-27 02:10:20 -04:00
poll_helpdesk_email_queues.sh Closes #161 - provide script to simplify automation of email polling 2013-01-20 14:40:57 +11:00
settings.py Add a check that the email subject template includes the ticket ID to prevent problems, to address issue raised in #577 2017-12-17 23:47:48 -05:00
urls.py Add support for custom login handler 2019-08-27 13:02:07 +03:00