Garret Wassermann
f270c18a02
Merge pull request #547 from willstott101/email-logging
...
SMTP debug log additions.
2017-09-06 12:13:31 -04:00
Will Stott
b99b55e426
Miscellaneous debug log additions.
2017-09-06 16:22:06 +01:00
Garret Wassermann
866a1bc72a
Merge pull request #546 from gwasser/new0.2release
...
Update docs for minimum of Django 1.11, set release version to 0.2.0 …
2017-08-30 16:00:08 -04:00
Garret Wassermann
f5aec2d385
Update docs for minimum of Django 1.11, set release version to 0.2.0 and change primary maintainer to gwasser
2017-08-30 15:54:19 -04:00
Garret Wassermann
c826c6ace1
Merge pull request #545 from gwasser/pawelmarkowski-master
...
Better attachment handling
2017-08-30 15:29:34 -04:00
Garret Wassermann
40ab600ad6
Merged in better handling of attachments, for #468
2017-08-30 15:18:22 -04:00
Garret Wassermann
87ee738428
Merge pull request #544 from gwasser/decode
...
Support b64 decoding on py2 and py3
2017-08-30 10:52:43 -04:00
Garret Wassermann
1e11e227ff
Update ticket_view for Python 2 and 3, to correct a 500 error in #494
2017-08-30 10:49:56 -04:00
Garret Wassermann
04a3c3ff5a
Update decodestring to decodebytes for Py3 since string name was deprecated in py3.1
2017-08-30 10:48:16 -04:00
Garret Wassermann
043a40682f
Merge pull request #494 from Heteroskedastic/issue#493
...
- issue #493 : internal error 500 on save query
2017-08-30 10:40:46 -04:00
Garret Wassermann
c3eeb15b61
Merge pull request #540 from msaelices/master
...
Fix `AttributeError` while staff user does a mass update in some tickets using the `Close (Send E-mail)` action
2017-08-20 21:46:02 -04:00
Garret Wassermann
02b39adf8e
Merge pull request #542 from msaelices/unicode-ticket-issue
...
Fix `UnicodeEncodeError` when ticket has an special char using python2 and user goes to the admin page.
2017-08-20 21:20:18 -04:00
Garret Wassermann
c781644e34
Merge pull request #518 from gwasser/fix_cc_user_email
...
Fix get_email issue when user does not have an email
2017-08-20 21:13:07 -04:00
msaelices
d264c46385
Fix UnicodeEncodeError
when ticket has an special char using python2 and user goes to the admin page.
2017-08-21 02:15:07 +02:00
msaelices
f5b9203d46
New 0.2.0.1 version.
2017-08-21 01:44:31 +02:00
msaelices
f931dd4dba
Fix AttributeError
while staff user does a mass update in some tickets using the Close (Send E-mail)
action.
2017-08-21 01:26:45 +02:00
Jonathan Barratt
1b00086d6e
Merge pull request #532 from gwasser/02bugs
...
Fix several bugs
2017-08-17 14:47:06 +07:00
Garret Wassermann
a0fb315c3b
Fix PEP8 errors
2017-07-30 20:33:25 -04:00
Garret Wassermann
f6c323c9ab
Fix binary attachments to outgoing email, and handle case when it is plain text, to address #502
2017-07-17 05:04:25 -04:00
Garret Wassermann
4e81d64390
Put es in list of common translation languages for settings
2017-07-17 03:56:22 -04:00
Garret Wassermann
c8ee3815ec
Fix num_to_link error, was leaving off a letter of text if next to the ID, to address #511
2017-07-16 19:58:11 -04:00
Garret Wassermann
9fd170f707
Add test for num_to_link function
2017-07-16 19:53:05 -04:00
Garret Wassermann
a42a5b8aeb
Add missing num_to_link in ticket description, to address #513
2017-07-16 19:38:30 -04:00
Garret Wassermann
8a49babfe5
Add documentation for new QUEUE_EMAIL_BOX_UPDATE_ONLY setting, to address #530
2017-07-16 19:30:59 -04:00
Garret Wassermann
9f9cdeec6c
Show ticket ID in title of page so easier to use with many tabs open, to address #525
2017-07-16 19:24:16 -04:00
Garret Wassermann
ea8d0d80a7
Merge pull request #529 from andresf01/master
...
Fixed encoding error in get_email
2017-07-11 13:34:18 -04:00
andresf01
d1f35f1299
Only update by email
2017-07-11 11:59:56 -05:00
andresf01
7386a45784
Fixed encoding error in get_email
2017-07-11 10:09:47 -05:00
Garret Wassermann
c791b79c31
Merge pull request #527 from andresf01/master
...
Added email footer (es)
2017-06-28 13:01:38 -04:00
andresf01
db223abe27
Added email footer (es)
2017-06-28 11:27:10 -05:00
Garret Wassermann
9bda30d09f
Merge pull request #522 from gwasser/update_statics
...
Update statics
2017-06-25 20:45:39 -04:00
Garret Wassermann
0a0f0d3e5d
Merge pull request #526 from jonasschnelli/2017/07/base64_fix
...
Make sure binary MIME attachments will be base64 decoded
2017-06-25 20:44:30 -04:00
Jonas Schnelli
a40bbdbecb
Make sure binary MIME attachments will be base64 decoded
2017-06-20 08:35:43 +02:00
Daryl Egarr
ef0ba19a3b
Enhancements to Admin ( #524 )
...
* Add columns to the IgnoreEmail admin page including a calculated column of the queues the ignore relates to.
* Add columns to the IgnoreEmail admin page
including a calculated column of the queues the ignore relates to.
* Revert "Merge pull request #519 from mrkiwi-nz/master"
This reverts commit 410f59ad16
, reversing
changes made to fde06d3ab1
.
* Add columns to the IgnoreEmail admin page
including a calculated column of the queues the ignore relates to.
* Merge pull request #519 from mrkiwi-nz/master
Added some helpful columns and filters to the follow-up list page.
* Add more columns to the IgnoreEmail admin page
including a calculated column of the queues the ignore relates to.
2017-06-19 14:34:36 -04:00
Garret Wassermann
e9b986b7b7
Add missing testing dependencies for python 2 (mock and pbr)
2017-06-14 19:21:44 -04:00
Garret Wassermann
6a98b8938d
Add Django 1.11 to the setup.py classifiers list
2017-06-14 19:18:10 -04:00
Garret Wassermann
410f59ad16
Merge pull request #519 from mrkiwi-nz/master
...
Added some helpful columns and filters to the follow-up list page.
2017-06-14 01:11:37 -04:00
Daryl
5a2b0c1995
Merge branch 'master' of github.com:mrkiwi-nz/django-helpdesk
2017-06-14 16:21:31 +12:00
Daryl
55a69efcf9
Added some helpful columns to the follow-up list page.
2017-06-14 16:20:55 +12:00
Daryl
a1dd4b8330
Merge branch 'master' of github.com:mrkiwi-nz/django-helpdesk
2017-06-14 16:17:57 +12:00
Daryl
50645501b6
Forgot to run a pep8 check.
2017-06-14 16:17:26 +12:00
Daryl
e50ce8cab3
Forgot to fun a pep8 check.
2017-06-14 16:15:00 +12:00
Daryl
1c09ac505b
Added some helpful columns to the follow-up list page.
2017-06-14 16:07:05 +12:00
Garret Wassermann
e8d1ffbe21
Fix issue where a django user may not have an associated email address and therefore get_email.py will barf
2017-06-14 00:00:31 -04:00
Garret Wassermann
fde06d3ab1
Merge pull request #517 from chriscz/fix-print
...
Make `saved_queries.py` printing python 3 compatible
2017-06-09 21:15:31 -04:00
Chris Coetzee
399e01b04c
Make saved_queries.py
printing python 3 compatible
2017-06-09 22:43:48 +02:00
Garret Wassermann
75dfc7c582
Merge pull request #515 from andresf01/master
...
Added 'es' email templates in JSON file
2017-06-03 17:44:40 -04:00
Garret Wassermann
11b9959127
Remove the assigned_cc html tag from the fixtures, typo?
2017-06-03 17:28:12 -04:00
andresf01
559a5a4a43
Added 'es' translation to email templates
2017-06-02 11:44:49 -05:00
andresf01
5c16f3ba50
Email templates translated to es until pk:90
2017-06-01 17:34:25 -05:00