Commit Graph

1603 Commits

Author SHA1 Message Date
Timothy Hobbs
d32d23e4e2 Add OR syntax to search 2020-01-20 13:03:44 +01:00
Timothy Hobbs
2fbd4818c1 filtering should not be mandatory 2020-01-20 13:03:44 +01:00
Timothy Hobbs
ef9c4c589a Fix linting errors 2020-01-20 13:03:44 +01:00
Timothy Hobbs
b96d725239 Refactor query code into customizable class 2020-01-20 13:03:44 +01:00
Timothy Hobbs
6eee6d196c Add timeline view for ticket queries 2020-01-20 13:03:44 +01:00
Timothy Hobbs
c4a1b9ed66 Move Query Results above Query Selection 2020-01-20 13:03:44 +01:00
Timothy Hobbs
627f2ba21b Add search button next to user emails 2020-01-20 13:03:44 +01:00
Timothy Hobbs
8985fc759d Remove hardcoded pk from test suit 2020-01-20 13:03:42 +01:00
Garret Wassermann
393bbb5942
Merge pull request #796 from umgelurgel/bug/fix-demo-fixture-model-namegs
Update the model name in the demo fixtures.
2020-01-13 16:50:02 -05:00
umgelurgel
867b1ebc59 Update the model name in the fixtures. 2020-01-13 20:54:47 +01:00
Garret Wassermann
ebf765e10e
Merge pull request #794 from koriaf/master
fix<tickets>: Force HELPDESK_PUBLIC_TICKET_QUEUE for anon tickets
2020-01-11 16:47:16 -05:00
Garret Wassermann
66eef0a6b1
Merge pull request #793 from askvortsov1/master
Fixed syntax error in escalate_tickets.py
2020-01-07 10:04:10 -05:00
Arkadiy Korotaev
896307582a
fix<tickets>: Force HELPDESK_PUBLIC_TICKET_QUEUE for anon tickets
Before: we set initial value for the widget and had it hidden. So user could still change the queue with some HTML knowledge.

Now: we drop the field at all and assign queue directly, utterly ignoring the POST request content for "queue" field.
2020-01-07 13:47:36 +01:00
Alexander Skvortsov
377e1c3250 Added better support for custom user models by not requiring a first_name attribute 2020-01-06 22:18:48 -05:00
Alexander Skvortsov
84456aca23 Fixed syntax error 2020-01-06 20:23:35 -05:00
Garret Wassermann
c143cb35a8
Merge pull request #792 from koriaf/master
fix<ticket-search>: avoid exception of using function get_tickets_in_queues as property
2020-01-04 14:29:43 -05:00
Arkadiy Korotaev
f72fbfa024
fix<ticket-search>: avoid exception of using function get_tickets_in_queues as property 2020-01-04 08:50:09 +01:00
Garret Wassermann
65943e8623
Merge pull request #791 from stilet/bugfix_time_spent
fix error format time_spent
2019-12-25 03:40:20 -05:00
Leonid
6ae7b60ef4 fix error format time_spent 2019-12-25 11:21:47 +03:00
Garret Wassermann
39de3ecfcc Merge and sync with 0.2.x branch 2019-12-24 07:50:37 -05: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
860a30486c Comments pass PEP-8 2019-12-17 22:38:03 -05:00
Garret Wassermann
103b762779 Disable broken test_autofill, unclear why it is giving integrity errors when it was working just fine not long ago, is this from a django change? 2019-12-17 22:35:32 -05:00
Garret Wassermann
909ecc400b
Merge pull request #790 from koriaf/master
fix<migrations>: correct import of b64decode in migration 0020
2019-12-17 20:45:09 -05:00
Arkadiy Korotaev
015b226766
fix<migrations>: correct import of b64decode in migration 0020 2019-12-17 19:25:45 +01:00
Garret Wassermann
b6e9a2cb80 Update to jQuery 3.4.1 2019-12-17 09:28:38 -05:00
Garret Wassermann
b356b867bf Update to DataTables 1.10.20 2019-12-17 09:24:52 -05:00
Garret Wassermann
3719cde63b Update to Font Awesome 5.12.0 2019-12-17 09:22:04 -05:00
Garret Wassermann
cec4536e61 Update to Bootstrap CSS 4.4.1 2019-12-17 09:19:05 -05:00
Garret Wassermann
7dbf1c3b68 Possibly fix test_autofill test case integrity fail 2019-12-17 09:11:37 -05:00
Garret Wassermann
1784d5cf60 Follow recommendation to use == instead of keyword is 2019-12-17 08:41:30 -05:00
Garret Wassermann
0f52aecb5c Update the CONTRIBUTING.rst file to match the new branch naming scheme 2019-12-17 08:34:49 -05:00
Garret Wassermann
105f008719 Test against python 3.8 too 2019-12-17 08:27:05 -05:00
Garret Wassermann
d3443edc5b Merge develop branch for the 0.3.x release 2019-12-17 08:23:16 -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
ccf4692449
Merge pull request #779 from auto-mat/fix-tests
develop branch: Fix most tests
2019-10-16 21:16:51 -04:00
Timothy Hobbs
61dd12abd9 Fix tests 2019-10-16 17:36:55 +02:00
Garret Wassermann
0573bc37f8 PEP-8 codestyle improvements to pass tests 2019-10-12 19:05:00 -04:00
Garret Wassermann
182d553356 Fix some renaming issues from most recent merge 2019-10-12 18:58:50 -04:00
Garret Wassermann
406ecf5411
Merge pull request #778 from auto-mat/datatables_refactor
Datatables refactor - now use Datatables always rather than only when serverside processing is disabled.
2019-10-11 14:40:22 -04:00
Timothy Hobbs
8a57f72349 Further refactor datatables code 2019-10-11 17:12:39 +02:00
Timothy Hobbs
4ca6adbe39 Move query helper functions out of lib to special query file 2019-10-11 16:31:52 +02:00
Timothy Hobbs
0691bbabcd Refactor and fix datatables code to use cache safely 2019-10-11 15:50:35 +02:00
Timothy Hobbs
92ea5bc984 Fix: use helpdesk settings to for https config 2019-10-11 13:23:01 +02:00
Timothy Hobbs
03d1c66dd6 Refactor ticket list code 2019-10-11 13:10:35 +02:00
Timothy Hobbs
b862732512 Remove "classic" code path and always use datatables for ticket lists 2019-10-08 17:54:59 +02:00
Timothy Hobbs
f127b2c224 Refactor ticket list 2019-10-08 17:54:58 +02:00