Commit Graph

1494 Commits

Author SHA1 Message Date
Timothy Hobbs
71d4662c7b Fix #732 encoding of 8bit utf emails 2019-03-26 14:50:45 +01:00
Timothy Hobbs
6886a7920e Specify encoding of html email bodies explicitly 2019-03-26 13:59:01 +01:00
Timothy Hobbs
6693496214 Make specifying tests when calling quicktest optional 2019-03-25 17:45:42 +01:00
Timothy Hobbs
38dae04346 Allow the running of individually specified tests 2019-03-25 17:40:02 +01:00
Timothy Hobbs
f3ffebc261 Fix test regression from pr #731
https://github.com/django-helpdesk/django-helpdesk/pull/731/files#diff-dc9aca3bb03b3531dc114813db32f3c7R56
2019-03-25 17:13:10 +01:00
Garret Wassermann
4d9a5f2c55 Merge remote-tracking branch 'upstream/develop' into develop 2019-03-09 19:02:24 -05:00
Garret Wassermann
ff74a8c21b Sync with upstream merges 2019-03-09 19:01:51 -05:00
Garret Wassermann
519236c288 Merge 0.2.15 bugfixes 2019-03-09 19:00:06 -05:00
Garret Wassermann
c314d515c1 Fix PEP8 in url.py changes 2019-03-09 18:42:10 -05:00
Garret Wassermann
0124ae4018 Bump version to 0.2.15 2019-03-09 18:40:38 -05:00
Garret Wassermann
d42fc23e08 Fix password change URLs and add basic templates, to address #734 2019-03-09 18:38:24 -05:00
Garret Wassermann
758d7cc3e8
Merge pull request #736 from OpenGeoLabs/images_for_kb
adding support for images as knowledgebase attachment
2019-03-09 17:58:39 -05:00
Jachym Cepicky
ba8f3f3cbb style fix 2019-03-09 23:51:26 +01:00
Jachym Cepicky
ce82ddb9f9
Merge branch 'develop' into images_for_kb 2019-03-09 23:46:26 +01:00
Jachym Cepicky
db0f286989 adding support for images as knowledgebase attachment 2019-03-09 23:41:26 +01:00
Garret Wassermann
27cf481c0b
Merge pull request #733 from auto-mat/utf
Add test for #732, unicode characters in description
2019-03-09 14:51:29 -05:00
Garret Wassermann
a3c4cad02a
Merge pull request #731 from OpenGeoLabs/images_for_kb
adding support for images as knowledgebase attachment
2019-03-09 14:47:49 -05:00
Jachym Cepicky
9127275557 adding support for images as knowledgebase attachment 2019-03-09 18:14:11 +01:00
Timothy Hobbs
5e9fed2d46 Add failing test for #732 2019-03-09 00:00:32 +01:00
Garret Wassermann
59e58c6d0e
Merge pull request #730 from jachym/patch-2
Resize too big images
2019-03-07 12:16:36 -05:00
Jachym Cepicky
ffef07eef9
Resize too big images
Some too big images, if they are animated GIF's and overflow the page size, are not animated any more.

We use animated GIFs for the demonstration how to do things in the knowledge base. This fix makes the GIFs move, even if they are big.
2019-03-07 11:23:37 +01:00
Garret Wassermann
37be1346cd
Merge pull request #729 from auto-mat/quoted-printable
Decode quoted-printable html bodies when getting email
2019-03-06 11:27:10 -05:00
Garret Wassermann
3f175f72ab
Merge pull request #728 from OpenGeoLabs/markdown
Markdown for Knowledge base, ticket and comments.
2019-03-06 11:25:51 -05:00
Jachym Cepicky
57018e1aa0 adding tests 2019-03-06 15:03:47 +01:00
Jachym Cepicky
d4f1f85b29 Markdown for Knowledge base, ticket and comments.
Removed markdown-deux
2019-03-06 14:42:57 +01:00
Timothy Hobbs
2c3ce8903f Decode quoted-printable html bodies when getting email
Fixes #719
2019-03-06 14:21:30 +01:00
Garret Wassermann
4fb6c40c4e
Merge pull request #717 from OpenGeoLabs/time_tracking
Basic support for tracking time spent on tickets and follow-ups
2019-02-24 15:18:01 -05:00
Jachym Cepicky
4bd54e8bf3 adding tests 2019-02-24 20:46:48 +01:00
Jachym Cepicky
2093bf7faf adding dedicated_time attribute to Queue model 2019-02-24 20:46:30 +01:00
Garret Wassermann
344dd75a1c Address multipart mime ending up in description, for #700 2019-02-16 02:18:07 -05:00
Garret Wassermann
f6fe5a7834 Merge remote-tracking branch 'upstream/develop' into develop 2019-02-15 19:45:18 -05:00
Garret Wassermann
c97483deff Merge 0.2.14 bugfixes 2019-02-15 19:44:41 -05:00
Garret Wassermann
cfd838b7f4 Bump to version 0.2.14 2019-02-15 19:39:43 -05:00
Garret Wassermann
64414141f7 Update ticket_cc_add template for bootstrap4 2019-02-15 19:37:46 -05:00
Garret Wassermann
d5929b8ff9
Merge pull request #716 from OpenGeoLabs/cs_translation
Czech (cs) translation update
2019-02-15 17:04:06 -05:00
Garret Wassermann
a7505a1ecd
Merge pull request #720 from auto-mat/issue-700-fail
Add failing test case for issue-700 emails without bodies
2019-02-15 17:01:38 -05:00
Timothy Hobbs
4e35082475 Add failing test case for issue-700 emails without bodies 2019-02-15 15:11:06 +01:00
Jachym Cepicky
d5aaea022a czech translation 2019-02-06 22:07:12 +01:00
Jachym Cepicky
6ceb89a5cb basic support for time spend of tikets and follow-ups 2019-02-06 21:55:53 +01:00
Jachym Cepicky
d02c8c818b czech e-mail templates added 2019-02-06 11:58:32 +01:00
Garret Wassermann
8c4e094705
Merge pull request #715 from OpenGeoLabs/user-queues-develop
Queues only visible to user with corresponding rights
2019-02-05 23:18:40 -05:00
Jachym Cepicky
8cc0ca47f8 display list of queues only for users with right permissions 2019-02-05 15:44:06 +01:00
Jachym Cepicky
305d669e71 adding e-mail templates for czech language 2019-02-05 14:43:50 +01:00
Garret Wassermann
d9ccaacee5 Fix typo in __setattr__ in migrations, for #712 2019-02-04 11:29:17 -05:00
Garret Wassermann
e9137cce73
Merge pull request #711 from OpenGeoLabs/fix_date_picker
set date picker format to yy-mm-dd
2019-02-04 11:18:50 -05:00
Jachym Cepicky
d4dc1c9abe fix date picker format 2019-02-04 17:00:16 +01:00
Garret Wassermann
9bdd7c60f7
Merge pull request #707 from JayTurnr/patch-1
AttributeError: 'Command' object has no attribute 'option_list'
2019-02-03 14:23:10 -05:00
Jay Turner
72d35232a1
Fix key errors
KeyError: 'verboseescalation' comes up if the key isn't defined.
2019-02-03 18:03:27 +00:00
Jay Turner
d3c4d14a40
AttributeError: 'Command' object has no attribute 'option_list'
There is a bug in the command in which option_list doesn't exist and thus, cannot be added to.
2019-02-03 17:59:17 +00:00
Garret Wassermann
c13f39aae4 Merge remote-tracking branch 'upstream/develop' into develop 2019-02-02 21:27:56 -05:00