mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-23 00:13:32 +01:00
5acd891c68
Extract attachment processing from forms, views.staff, and management.command.get_email modules, and consolidate it into a unified lib module function. Also refactor the affected components, most notably lib.send_templated_email, to make it easier (IMO) to reason about changes to them. Add unit tests for attachments with UTF-8 filenames, and functional tests for submission of same, as well as ASCII versions, through the public ticket-form. Remove unused Attachment method "get_upload_to". |
||
---|---|---|
.. | ||
__init__.py | ||
helpers.py | ||
test_attachments.py | ||
test_get_email.py | ||
test_navigation.py | ||
test_per_queue_staff_permission.py | ||
test_public_actions.py | ||
test_savequery.py | ||
test_ticket_lookup.py | ||
test_ticket_submission.py | ||
urls.py |