Commit Graph

2049 Commits

Author SHA1 Message Date
Garret Wassermann
224f1cb83e Merge #1009 Django 4 support into unstable 2022-04-23 02:24:17 -04:00
Garret Wassermann
b8511dd70b Fix conflicts for Django 4 support 2022-04-23 02:23:51 -04:00
Garret Wassermann
d1187b02fa Merge in bugfixes and features from 0.3.4 release including new api 2022-04-23 02:10:58 -04:00
Garret Wassermann
3ed6c68046 Update to 0.3.4 bugfix release 2022-04-23 02:06:35 -04:00
Garret Wassermann
5e8f5fed62 Fixing some unit tests 2022-04-22 14:52:51 -04:00
Garret Wassermann
449e3f9214
Merge pull request #1013 from Mte90/new-option-fields
Add settings to Disable Time spent and Dependencies fields
2022-04-22 06:33:02 -04:00
Garret Wassermann
fcab3506b0
Merge branch 'stable' into new-option-fields 2022-04-22 06:32:32 -04:00
Garret Wassermann
beee68f1bb
Merge pull request #1011 from Mte90/no-timeline
Disable timeline on ticket list
2022-04-22 06:27:52 -04:00
Daniele Scasciafratte
8d626cfd5f feat(fields): hide column for time spent 2022-04-20 17:30:55 +02:00
Daniele Scasciafratte
6d5c81ea14 feat(fields): hide column for KB item, https://github.com/django-helpdesk/django-helpdesk/pull/1003 2022-04-20 16:54:17 +02:00
Daniele Scasciafratte
9bd4eb19bc feat(fields): no dependencies 2022-04-20 16:44:48 +02:00
Daniele Scasciafratte
de9c5a709e feat(fields): no time spent 2022-04-20 16:36:37 +02:00
Daniele Scasciafratte
041308d074 feat(docs): updated 2022-04-20 15:47:36 +02:00
Daniele Scasciafratte
479451ccac feat(docs): updated 2022-04-20 15:39:27 +02:00
Daniele Scasciafratte
26c6a778ec feat(ticket): disable timeline 2022-04-15 18:51:02 +02:00
Daniele Scasciafratte
5792587e3e feat(ticket): disable timeline 2022-04-15 18:48:21 +02:00
Garret Wassermann
935b95ecc2
Merge pull request #1006 from Benbb96/api-solution-1
Create an API endpoint to manage tickets (including custom fields)
2022-04-14 19:24:12 -04:00
Benbb96
dc60d8a7f9 Add setting HELPDESK_ACTIVATE_API_ENDPOINT and document it 2022-04-15 00:05:51 +02:00
Benbb96
3e331c08fb Try to fix other tests 2022-04-14 23:45:19 +02:00
Benbb96
9320df0268 Fix a bug I introduced in earlier commit + fix one test 2022-04-14 23:30:42 +02:00
Benbb96
7e5ff05b02 Update documentation 2022-04-11 00:23:22 +02:00
Benbb96
31acfb11dd Add tests for the API 2022-04-11 00:16:54 +02:00
Benbb96
5701bf0229 Fix a bug with get_choices function which doesn't return anything if empty_selection_list is False 2022-04-11 00:15:48 +02:00
Benbb96
dbcd0fe6b4 Remove last_escalation field from serializer since it is a non-editable field 2022-04-11 00:15:11 +02:00
Benbb96
25b1e1e5bd Add a sentence about custom fields 2022-04-07 00:48:50 +02:00
Benbb96
b8451eef16 Add an API section in documentation + fix small things 2022-04-07 00:43:00 +02:00
Benbb96
88b234958a Fix a bug when assigned_to or merged_to were not passed in body 2022-04-07 00:42:12 +02:00
Nick McCullum
55c638aeef some more template improvements 2022-04-04 15:27:50 -03:00
Nick McCullum
91229b9292 removed even more deprecated functionality 2022-04-04 14:52:52 -03:00
Nick McCullum
5388ece5ed removed more deprecated functionality 2022-04-01 16:36:19 -03:00
Nick McCullum
9444d1592d removed deprecated and template syntax 2022-04-01 16:20:15 -03:00
Garret Wassermann
2b33de6b37
Merge branch 'stable' into api-solution-1 2022-03-31 20:25:59 -04:00
Garret Wassermann
233ec7831c
Merge pull request #1007 from Benbb96/api-solution-2
Create an API endpoint to manage tickets (ignoring custom fields)
2022-03-31 20:12:50 -04:00
bbe
e2cb881eb8 Create an API endpoint to list/create/update/delete tickets (ignoring custom fields) 2022-03-31 17:32:14 +02:00
bbe
1daa1d88aa Create an API endpoint to list/create/update/delete tickets (including custom fields !) + Refactoring in forms.py 2022-03-31 17:19:49 +02:00
Garret Wassermann
73f24f6cc1 merge patches from stable 0.3.3 release 2022-03-19 22:54:25 -04:00
Garret Wassermann
6b79e1499b Update to version 0.3.3 2022-03-19 22:49:33 -04:00
Garret Wassermann
5920c0f8a0
Merge pull request #1003 from Mte90/no-kb
Disable KB without Django errors
2022-03-18 18:01:49 -04:00
Daniele Scasciafratte
946ca4b68c fix(kb): no db 2022-03-18 19:36:49 +01:00
Daniele Scasciafratte
7a3260a163 fix(kb): no db 2022-03-18 19:33:31 +01:00
Daniele Scasciafratte
347a70e497 fix(kb): no db 2022-03-18 19:21:17 +01:00
Nick McCullum
358080926c Added Django 4 support. 2022-03-16 22:29:09 -04:00
Nick McCullum
e7fd06da53 Some requirements fixes 2022-03-16 19:25:29 -04:00
Nick McCullum
80a4c05475 another try 2022-03-16 19:17:49 -04:00
Nick McCullum
564a4539f0 Updated requirements to be Django 4 compatible 2022-03-16 19:15:23 -04:00
Nick McCullum
52d7d6db45 Update requirements file 2022-03-16 18:57:50 -04:00
Garret Wassermann
909b7a5533
Merge pull request #999 from afranjin/bugfix/#998-user-settings-model-filed-name-typo
bugfix/#998-user-settings-model-filed-name-typo
2022-03-11 17:36:31 -05:00
Garret Wassermann
36b4b07796
Merge pull request #1001 from afranjin/bugfix/#1000-ticket-dependency-confirm-delete
Fix wrong href in ticket dependency
2022-03-11 17:28:39 -05:00
Antun Franjin
b79d46e5b6 Replace href. 2022-03-11 15:46:20 +01:00
Antun Franjin
3ea2d1dd50 Use ticket absolute url and fix some more path on navigation ticket href. 2022-03-11 13:14:01 +01:00