2d129d0e31
Backport patch that will hopefully address #781
2019-12-24 04:02:02 -05:00
542138c294
Bump for next bugfix, 0.2.18
0.2.18
2019-12-17 06:54:45 -05:00
7c89285a7d
Merge pull request #787 from mozggg/custom-fields-search-fix
...
Fix ticket search, when there are multiple custom fields
2019-11-22 02:28:29 -05:00
407c00addd
Fix ticket search, when there are multiple custom fields
2019-11-22 15:14:56 +08:00
6d538da0f0
Bump version for new release
0.2.17
2019-08-27 21:39:33 -04:00
073ebaba80
Update documentation for custom field search
2019-08-27 21:37:39 -04:00
4adec7c5b0
Merge pull request #769 from willstott101/patch-2
...
Search custom field values.
2019-08-27 21:14:07 -04:00
511f45d200
Merge pull request #772 from alatja/login-url
...
Support for custom login by setting LOGIN_URL
2019-08-27 13:07:58 -04:00
e9fc53d461
Fix linter error
2019-08-27 14:36:58 +03:00
042e766be1
Add a test that checks that LOGIN_URL can be a view name
...
This test requires that the admin urls are added to the test
configuration.
2019-08-27 13:04:00 +03:00
0a43b9a160
Add support for custom login handler
...
The custom login handler can be configured by setting the
settings.LOGIN_URL variable. If LOGIN_URL is None or 'helpdesk:login',
the app uses the default helpdesk login system. LOGIN_URL can be a view
name or raw url.
2019-08-27 13:02:07 +03:00
b41f95fd7e
Drop support for python 3.4 and 3.5, since they're now unsupported too anyway
2019-08-05 19:29:14 -04:00
d896e21fd2
Use ubuntu bionic 18.04 for automated testing
2019-08-05 19:22:08 -04:00
843e8402fa
Merge pull request #770 from askvortsov1/master
...
Adjusted get_email management command to support custom User model
2019-08-05 19:19:03 -04:00
62fbee205c
Adjusted get_email management command to support custom User model
2019-08-05 18:41:31 -04:00
45854e44a7
Search custom field values.
2019-07-31 14:04:31 +01:00
e1e05999eb
#767 , fix a misspelled urL in emailtemplate.json
2019-07-25 12:43:29 -04:00
951cc68ecd
Bump to 0.2.16
0.2.16
2019-05-25 01:09:46 -04:00
ae26216435
PEP-8 fixes for get_email
2019-05-25 01:04:05 -04:00
ce018d2ce5
Copy emails to CC list when processing with get_email, for #744
2019-05-25 01:01:02 -04:00
671cdd19c3
Merge pull request #746 from CedricCarrard/fix/issue-#505
...
Fixed #505 -- Remove infinite loop with user_passes_test
2019-03-20 13:17:22 -04:00
9c85b8e8c1
fix redirect loop
2019-03-20 16:12:19 +01:00
350ca276ba
Merge pull request #742 from CedricCarrard/fix/command-rundemo
...
Fix command rundemo
2019-03-16 12:42:17 -04:00
ba9c6b31bf
Update CONTRIBUTING
2019-03-15 16:53:35 -04:00
a10a597b3a
Add issue templates
...
Initial issue templates
2019-03-15 16:21:29 -04:00
eaba30dd65
Merge pull request #743 from CedricCarrard/fix/public_homepage_kbdisabled
...
Fix error 500 public homepage when objects kb_category
2019-03-15 15:10:24 -04:00
e4d6a54659
fix public homepage with kb_category but without kb disabled
2019-03-15 14:10:43 +01:00
fa02a041b8
add option user pip install command rundemo
2019-03-14 23:10:33 +01:00
c314d515c1
Fix PEP8 in url.py changes
0.2.15
2019-03-09 18:42:10 -05:00
0124ae4018
Bump version to 0.2.15
2019-03-09 18:40:38 -05:00
d42fc23e08
Fix password change URLs and add basic templates, to address #734
2019-03-09 18:38:24 -05:00
59e58c6d0e
Merge pull request #730 from jachym/patch-2
...
Resize too big images
2019-03-07 12:16:36 -05:00
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
cfd838b7f4
Bump to version 0.2.14
0.2.14
2019-02-15 19:39:43 -05:00
d5929b8ff9
Merge pull request #716 from OpenGeoLabs/cs_translation
...
Czech (cs) translation update
2019-02-15 17:04:06 -05:00
d5aaea022a
czech translation
2019-02-06 22:07:12 +01:00
d02c8c818b
czech e-mail templates added
2019-02-06 11:58:32 +01:00
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
d4dc1c9abe
fix date picker format
2019-02-04 17:00:16 +01:00
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
72d35232a1
Fix key errors
...
KeyError: 'verboseescalation' comes up if the key isn't defined.
2019-02-03 18:03:27 +00:00
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
5f59e9a5a7
Bump version to 0.2.13 for polish email template translations
0.2.13
2019-01-17 09:14:29 -05:00
2918ed1dda
Merge pull request #692 from wojtekszymala/master
...
Adding Polish translation for notification templates sending by email
2019-01-17 09:05:39 -05:00
88a3b0502a
Adding Polish translation for notification templates sending by email
2019-01-17 09:25:12 +01:00
3b46eb6793
Bump to 0.2.12 for re-release, remove broken migration in 0.2.11
0.2.12
2019-01-02 18:52:13 -05:00
a60b0acc92
Bump to 0.2.11
0.2.11
2018-12-31 03:58:03 -05:00
f0ca645261
Update Polish (pl) translation
2018-12-31 03:55:44 -05:00
0f99599982
Bump to v0.2.10
0.2.10
2018-09-01 23:14:57 -04:00
25b842aa9b
Merge pull request #632 from adrianboyko/patch-1
...
Fixed login/logout for Django 2.1. (Also applies to Django 1.11+)
2018-08-20 11:01:59 -04:00