|
80bd72a171
|
feat: add saved queries list view page with run and delete support
|
2025-06-07 12:20:38 +05:30 |
|
|
7ed661485d
|
Fix correct priority class mapping for semantic styling
|
2025-06-03 10:52:21 +05:30 |
|
|
77b58ef241
|
format fixes
|
2025-06-02 14:48:17 +02:00 |
|
|
aab7dfa78f
|
Add migration for updated TicketChange model (increase max_length to 200 from 100)
|
2025-06-02 11:57:50 +02:00 |
|
|
193ae98e82
|
Get length from model
|
2025-05-30 10:46:00 +02:00 |
|
|
606c3a3ee5
|
Update title length
|
2025-05-30 10:41:40 +02:00 |
|
|
54502ac3ea
|
Make title length in form consistent with title length in model.
|
2025-05-28 17:21:50 +02:00 |
|
|
acebf8610c
|
formatting
|
2025-05-16 23:10:18 +01:00 |
|
|
00952197d1
|
fix spelling
|
2025-05-16 23:07:48 +01:00 |
|
|
2bba70f3cc
|
Fix formatting
|
2025-05-16 20:46:18 +01:00 |
|
|
8c11758496
|
Add tests for imp[roved markdown link cleaning
|
2025-05-16 20:10:50 +01:00 |
|
|
326cf226dd
|
Fix get_markdown function
|
2025-05-16 20:10:17 +01:00 |
|
|
d7ca4ee254
|
Allow control of the visibility of "My Tickets" for staff.
|
2025-05-14 15:18:54 +01:00 |
|
|
c8eab7b111
|
DataTable uses the selected "Sorting" option when applying filters
|
2025-05-14 10:19:55 +01:00 |
|
|
3f9b3f9689
|
Remove ccommented out triaql code.
|
2025-05-14 09:16:34 +01:00 |
|
|
f322628c74
|
Merge branch 'main' of https://uhurusurfa@github.com/django-helpdesk/django-helpdesk.git into django_5_ugrade
|
2025-05-13 23:41:26 +01:00 |
|
|
e030bbf2b7
|
Fix linting errors
|
2025-05-13 23:38:38 +01:00 |
|
|
27857149de
|
Accommodate "Z" being appended to a datetime string in certain
environments.
|
2025-05-13 23:36:50 +01:00 |
|
|
4067abb07e
|
Fix test failing in Github that works locally
|
2025-05-13 18:51:37 +01:00 |
|
|
6454a3107c
|
Changes to support Django 5
|
2025-05-13 17:15:26 +01:00 |
|
|
ae9e1bfe78
|
Fix tests for Django 5
|
2025-05-13 17:14:57 +01:00 |
|
|
a436ce0533
|
Updates for Django 5
|
2025-05-13 17:12:57 +01:00 |
|
|
b5b6ecc813
|
Change DEFAULT_FILE_STORAGE to STORAGES for Django 5
|
2025-05-13 17:06:47 +01:00 |
|
|
9595d528fe
|
Migrate to modern Python logger API
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
|
2025-05-12 23:41:44 -07:00 |
|
|
6cb157e176
|
Migrate to modern Python logger API
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
|
2025-05-12 15:23:04 -07:00 |
|
|
21c2262553
|
Merge branch 'main' into #1259--fix-ticket-list-sorting
|
2025-05-12 23:08:21 +01:00 |
|
|
7953be751e
|
Fix linting error
|
2025-05-10 13:18:10 +01:00 |
|
|
a3c563e104
|
Optimise check
|
2025-05-10 13:16:35 +01:00 |
|
|
c713e3ea16
|
Formatting fixes
|
2025-05-09 20:02:57 +02:00 |
|
|
13c18e8126
|
Merge branch 'main' of https://uhurusurfa@github.com/django-helpdesk/django-helpdesk.git into fix_cc_crash_when_duplicate_emails
|
2025-05-09 19:51:40 +02:00 |
|
|
2aedf7b3b0
|
Just pass the User ID isntead of the entire User object to
subscribe_to_ticket_updates
|
2025-05-09 19:47:16 +02:00 |
|
|
1757166638
|
Unit test multiple user IDs associated with the same email address.
|
2025-05-09 19:46:15 +02:00 |
|
|
9da65f05eb
|
Just pass the user ID rather than the entire User object.
|
2025-05-09 19:44:06 +02:00 |
|
|
da3ba66277
|
Add settings entries for suppressable logging messages around email
processing.
|
2025-05-09 19:42:23 +02:00 |
|
|
56bc9eefea
|
Fix repeat word in comment
|
2025-04-21 17:53:50 -10:00 |
|
|
82ff93de04
|
Limit title length in edit ticket form
|
2025-04-21 17:49:19 -10:00 |
|
|
760cab58e2
|
reformat fix for #1259 for ruff
|
2025-04-18 21:17:57 -07:00 |
|
|
4610416553
|
fix for #1259
|
2025-04-18 15:49:09 -07:00 |
|
|
300c22b1af
|
Change tab to space
|
2025-04-11 20:42:10 +01:00 |
|
|
a82974b3dd
|
Fix typo
|
2025-04-11 11:39:42 +01:00 |
|
|
0e9d3477ff
|
Remove redundant default for get method on dict.
|
2025-04-11 11:38:18 +01:00 |
|
|
db7ded2573
|
Fix spelling error
|
2025-04-11 11:31:31 +01:00 |
|
|
4aabafac3b
|
Add unit tests for attachments via staff update to ticket
|
2025-04-09 09:28:06 +01:00 |
|
|
687467ea27
|
Formatting fix
|
2025-04-09 09:27:31 +01:00 |
|
|
7288845e92
|
Add required POST params to tests - update uses better form validation.
|
2025-04-09 07:36:13 +01:00 |
|
|
6925aaaf38
|
Fix create ticket path
|
2025-04-09 07:35:13 +01:00 |
|
|
2ab22ca3cc
|
Fix formatting
|
2025-04-08 22:59:02 +01:00 |
|
|
c5e79cd254
|
Support error feedback instewad of a page crash when wrong file picked.
|
2025-04-08 22:58:03 +01:00 |
|
|
f22f1e7daa
|
Add UpdateTicketView class to support ticket updates as class based
view.
|
2025-04-08 22:55:49 +01:00 |
|
|
821ac919e8
|
Modifications to support update as a class based view.
|
2025-04-08 22:53:14 +01:00 |
|