django-helpdesk/helpdesk/views
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
..
__init__.py Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future. 2011-01-25 23:02:00 +00:00
feeds.py Bump version to 0.2.6 to fix remaining Django 2.0 warnings 2017-12-28 09:11:34 -05:00
kb.py Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
login.py Backport patch that will hopefully address #781 2019-12-24 04:02:02 -05:00
public.py Fill followup user field if authenticated user submits ticket 2020-03-03 23:39:02 +02:00
staff.py initial commit 2020-06-01 16:14:55 -07:00