Django Helpdesk Versions Save

A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk.

0.3.1

2 years ago

Fixes a few small but important bugs:

  • Fix issue with file validator for email attachments
  • Clean html entities in new ticket fields
  • Fix minutes representation in time spent on tickets
  • Updated Celery syntax for latest version of celery

0.3.0

2 years ago

This is a major feature release of django-helpdesk and so has a lot of changes! Many bugfixes, an overhauled web user interface, now targets Python 3 only and Django 3 (but still supports Django 2.2 to allow smooth upgrading).

0.3.0b3

3 years ago

Fixes a few bugs, most notably in the login screen, but also a double translation bug

0.3.0b1

3 years ago

The first beta of the new 0.3.0 series!

Many many bugfixes and changes, but short story:

  • Now supports Django 3 (meaning we now support only Python 3)
  • Overhaul of user interface
  • New features like merging tickets

As a beta release, do not use in important production! But we do appreciate if you can use it and give us feedback. Please file a new ticket with feedback, whether bugfixes or suggestions.

0.2.23

3 years ago

Updates some documentation, fixes some bugs in displaying knowledge base records, and fix some bugs with assigning tickets and sending mail.

This is very likely going to be the last release of the 0.2 series unless there's some super critical bug. Users are encouraged to try out the 0.3.0 beta and give us feedback for a real release before the end of the year.

0.2.22

3 years ago

Several helpful bugfixes:

  • Fix issue with parsing email headers with comma in the name
  • Closed ticket pagination
  • Prevent tickets from depending on themselves
  • Fix keyword query box in ticket list, bulk ticket handling buttons, javascript improvements
  • Fix knowledgebase score handling error
  • Documented previously undocumented HELPDESK_MAX_EMAIL_ATTACHMENT_SIZE setting
  • Better default permissions for attachments
  • French translation updates, fix bug in fixtures

This release shouldn't break anything as there was no new features added, so recommended for all users of the 0.2.x branch to upgrade ASAP.

0.2.21

4 years ago

Bugfix release

  • Fill the follow-up field when authenticated (#805)

0.2.20

4 years ago

Bugfix release

  • fixes an NonType error (#808)
  • add pytz UTC configuration for testing (#813)

0.2.18

4 years ago

Improve ticket search

0.2.19

4 years ago

Fixes a circular redirect in the login screen