Commit Graph

1286 Commits

Author SHA1 Message Date
Garret Wassermann
b9933a8c9c
Merge pull request #808 from ilikerobots/patch-2
Fix for 'NoneType' object has no attribute 'email'
2020-04-15 05:10:41 -04:00
Mike Hoolehan
266775dbf6
Update get_email.py 2020-03-18 09:11:48 +02:00
Garret Wassermann
62e73f8a31 Bump version to 0.2.19 2019-12-24 04:03:33 -05:00
Garret Wassermann
2d129d0e31 Backport patch that will hopefully address #781 2019-12-24 04:02:02 -05:00
Garret Wassermann
542138c294 Bump for next bugfix, 0.2.18 2019-12-17 06:54:45 -05:00
Garret Wassermann
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
Igor Mikeshin
407c00addd Fix ticket search, when there are multiple custom fields 2019-11-22 15:14:56 +08:00
Garret Wassermann
6d538da0f0 Bump version for new release 2019-08-27 21:39:33 -04:00
Garret Wassermann
073ebaba80 Update documentation for custom field search 2019-08-27 21:37:39 -04:00
Garret Wassermann
4adec7c5b0
Merge pull request #769 from willstott101/patch-2
Search custom field values.
2019-08-27 21:14:07 -04:00
Garret Wassermann
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
Janne Alatalo
e9fc53d461 Fix linter error 2019-08-27 14:36:58 +03:00
Janne Alatalo
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
Janne Alatalo
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
Garret Wassermann
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
Garret Wassermann
d896e21fd2 Use ubuntu bionic 18.04 for automated testing 2019-08-05 19:22:08 -04:00
Garret Wassermann
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
Alexander Skvortsov
62fbee205c Adjusted get_email management command to support custom User model 2019-08-05 18:41:31 -04:00
Will Stott
45854e44a7
Search custom field values. 2019-07-31 14:04:31 +01:00
Garret Wassermann
e1e05999eb #767, fix a misspelled urL in emailtemplate.json 2019-07-25 12:43:29 -04:00
Garret Wassermann
951cc68ecd Bump to 0.2.16 2019-05-25 01:09:46 -04:00
Garret Wassermann
ae26216435 PEP-8 fixes for get_email 2019-05-25 01:04:05 -04:00
Garret Wassermann
ce018d2ce5 Copy emails to CC list when processing with get_email, for #744 2019-05-25 01:01:02 -04:00
Garret Wassermann
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
Cedric Carrard
9c85b8e8c1 fix redirect loop 2019-03-20 16:12:19 +01:00
Garret Wassermann
350ca276ba
Merge pull request #742 from CedricCarrard/fix/command-rundemo
Fix command rundemo
2019-03-16 12:42:17 -04:00
Garret Wassermann
ba9c6b31bf Update CONTRIBUTING 2019-03-15 16:53:35 -04:00
Garret Wassermann
a10a597b3a
Add issue templates
Initial issue templates
2019-03-15 16:21:29 -04:00
Garret Wassermann
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
Cedric Carrard
e4d6a54659 fix public homepage with kb_category but without kb disabled 2019-03-15 14:10:43 +01:00
CedricCarard
fa02a041b8 add option user pip install command rundemo 2019-03-14 23:10:33 +01: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
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
cfd838b7f4 Bump to version 0.2.14 2019-02-15 19:39:43 -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
Jachym Cepicky
d5aaea022a czech translation 2019-02-06 22:07:12 +01:00
Jachym Cepicky
d02c8c818b czech e-mail templates added 2019-02-06 11:58:32 +01: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
5f59e9a5a7 Bump version to 0.2.13 for polish email template translations 2019-01-17 09:14:29 -05:00
Garret Wassermann
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
Wojciech Szymała
88a3b0502a Adding Polish translation for notification templates sending by email 2019-01-17 09:25:12 +01:00
Garret Wassermann
3b46eb6793 Bump to 0.2.12 for re-release, remove broken migration in 0.2.11 2019-01-02 18:52:13 -05:00
Garret Wassermann
a60b0acc92 Bump to 0.2.11 2018-12-31 03:58:03 -05:00