Gleber Diniz
|
f8044faf28
|
Fix import error on python 3
"from email.utils import parseaddr, collapse_rfc2231_value" works both for python 2.7 and python 3
|
2016-06-14 17:10:23 -03:00 |
|
Ross Poulton
|
0837643c17
|
Merge pull request #397 from mrkiwi-nz/master
Changes to templates to make them compatible with django 1.10
|
2016-06-10 08:58:55 +10:00 |
|
mrkiwi-nz
|
7dd4aa11d7
|
Update ticket_cc_list.html
|
2016-06-09 12:41:12 +12:00 |
|
mrkiwi-nz
|
57d341f89f
|
Update report_output.html
|
2016-06-09 12:40:48 +12:00 |
|
mrkiwi-nz
|
783aa2481c
|
Update email_ignore_list.html
|
2016-06-09 12:40:08 +12:00 |
|
mrkiwi-nz
|
d86b82e689
|
Update debug.html
|
2016-06-09 12:39:24 +12:00 |
|
Ross Poulton
|
5ba39a95bf
|
Merge pull request #395 from smalls12/patch-1
Fix Transifex Link
|
2016-06-02 09:09:11 +10:00 |
|
Chathan Driehuys
|
9117d98aaa
|
Fix Transifex Link
When clicking on the previous link, I got a 403 message. This new link actually takes me to the project.
|
2016-06-01 14:16:06 -04:00 |
|
Ross Poulton
|
034758bce7
|
Merge pull request #394 from mgalgs/patch-1
install.rst: Fix typo
|
2016-05-17 10:43:28 +10:00 |
|
Mitchel Humpherys
|
fe261a1e54
|
install.rst: Fix typo
setnd => send
|
2016-05-15 00:55:59 -07:00 |
|
Ross Poulton
|
303872d7c2
|
Merge pull request #392 from DarrenRiedlinger/login_view_ticketlist_AttributeError
Fixes #391 getattr on usersettings.setting dict always returns False.
|
2016-03-07 09:26:28 +11:00 |
|
Darren Riedlinger
|
ac8ead52c8
|
getattr on usersettings.setting dict always returns False. Use settings.get() instead
|
2016-03-06 12:46:36 -08:00 |
|
Ross Poulton
|
e52ae206c6
|
Merge pull request #388 from pawelmarkowski/master
dashboard error queues are null
|
2016-03-02 10:38:08 +11:00 |
|
Ross Poulton
|
bd7dca3a19
|
Merge pull request #387 from brunotikami/hotfix/make_print_statements_3x_compatible
Make print statements Python 3.x compatible
|
2016-03-02 09:27:01 +11:00 |
|
Pawel M
|
2b6c23db9f
|
(1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')\n GROUP BY queue, name\n ORDER BY q.id' at line 9") helpdesk/views/staff.py in dashboard 149 solved. When queues is null do not add to sql q.id in ()
|
2016-03-01 22:53:33 +01:00 |
|
Bruno Tikami
|
2efe8255c5
|
UPDATED: print statements to be Python 3.x compatible
|
2016-03-01 17:01:58 -03:00 |
|
Ross Poulton
|
abf03d48d6
|
Merge pull request #382 from imbashamba/master
Nullable "default_owner" field added to Queue model
|
2016-02-19 09:27:00 +11:00 |
|
imbashamba
|
191ce3c53c
|
Nullable "default_owner" field added to Queue model
If default_owner is specified, tickets from public form will be assigned to him and he'll be notified by email
|
2016-02-17 11:40:08 +03:00 |
|
Ross Poulton
|
b8c08b7699
|
Merge pull request #380 from powderflask/Fix-user_admin_url
Fix: _meta.module_name deprecated in django1.8
|
2016-01-29 10:23:22 +11:00 |
|
powderflask
|
8bf3449719
|
Fix: _meta.module_name deprecated in django1.8
|
2016-01-23 12:25:17 -08:00 |
|
Ross Poulton
|
4347d1ec61
|
Add new locales: th, ca, lv, tr_TR, he_IL, pt_PT
|
2015-12-22 11:35:59 +11:00 |
|
Ross Poulton
|
ca1690becb
|
Deprecate custom API (see #198)
|
2015-12-22 11:28:00 +11:00 |
|
Ross Poulton
|
2df995b2a3
|
Release 0.1.17 - closes #362
|
2015-12-22 10:26:06 +11:00 |
|
Ross Poulton
|
0d098f6d29
|
Merge pull request #369 from alexbarcelo/always_create_permission
creation of Permission-per-Queue is done always
|
2015-12-22 09:41:17 +11:00 |
|
Ross Poulton
|
ed3884a919
|
Merge pull request #373 from flinz/master-upstream
Add HELPDESK_ENABLE_PER_QUEUE_MEMBERSHIP to discontinued settings;
|
2015-12-22 09:39:35 +11:00 |
|
Ross Poulton
|
62b635df81
|
Merge pull request #370 from alexbarcelo/admin-fixes
Making Queue slug unique and improving certain admin-related behaviour
|
2015-12-22 09:30:29 +11:00 |
|
Alex Seeholzer
|
a5c05cff74
|
added HELPDESK_ENABLE_PER_QUEUE_MEMBERSHIP to discontinued settings;
|
2015-12-21 13:58:28 +01:00 |
|
Alex Barcelo
|
7894eea1e1
|
Making Queue slug unique and improving certain admin-related behaviour
|
2015-12-18 14:56:53 +01:00 |
|
Alex Barcelo
|
3b547d2cf9
|
creation of Permission-per-Queue is done always
|
2015-12-18 14:35:50 +01:00 |
|
Ross Poulton
|
b2ae5e764f
|
Merge pull request #367 from alexbarcelo/permission_access4
Usage of [contrib.auth.models.]Permission instead of [helpdesk.models.]QueueMembership
|
2015-12-18 08:51:20 +11:00 |
|
Alex Barcelo
|
4545fc925f
|
fixing migration and allowing valid rollback on typical migrations
|
2015-12-17 18:44:10 +01:00 |
|
Alex Barcelo
|
0b5af429a5
|
reverting error due to methods and migrations
|
2015-12-17 18:11:54 +01:00 |
|
Alex Barcelo
|
01598826bf
|
protecting through 403 several staff views
|
2015-12-16 22:27:06 +01:00 |
|
Alex Barcelo
|
1ea70ad1be
|
adding management command for batch-creation of Queue permission
|
2015-12-16 22:27:06 +01:00 |
|
Alex Barcelo
|
43e5ff7c0e
|
added delete mechanism on Queue for auto-clean of permissions
|
2015-12-16 22:27:06 +01:00 |
|
Alex Barcelo
|
92d8ca3eff
|
more modular management of permission codenames
|
2015-12-16 22:27:06 +01:00 |
|
Alex Barcelo
|
830fcbe796
|
updating documentation regarding membership/permission
|
2015-12-16 22:27:06 +01:00 |
|
Alex Barcelo
|
64bc1791d4
|
removing completely QueueMembership model
|
2015-12-16 22:27:06 +01:00 |
|
Alex Barcelo
|
d760d9ee95
|
adding basic information to tickets, and masking email, on the admin views
|
2015-12-16 22:27:06 +01:00 |
|
Alex Barcelo
|
fb66fea86e
|
change basic features of membership into permissions
|
2015-12-16 22:27:05 +01:00 |
|
Alex Barcelo
|
230d14b3ca
|
removing QueueMembership mechanisms from admin.py
|
2015-12-16 22:27:05 +01:00 |
|
Alex Barcelo
|
c1fd47043a
|
migration for removing semantics from QueueMembership objects
|
2015-12-16 22:27:05 +01:00 |
|
Alex Barcelo
|
18c7a2e698
|
adding required model extra info for permissions
|
2015-12-16 22:27:05 +01:00 |
|
Ross Poulton
|
87ecd34610
|
Merge pull request #366 from alexbarcelo/migration_for_bugfix
adding migration for bugfix 'changed max_length given by string to integer;'
|
2015-12-17 07:17:36 +11:00 |
|
Ross Poulton
|
9a8c93fb30
|
Merge pull request #364 from flinz/bug/travis-build-fails
Change supported django+python versions
|
2015-12-17 07:16:42 +11:00 |
|
Alex Barcelo
|
c0939d4b38
|
adding migration for bugfix 'changed max_length given by string to integer;'
|
2015-12-16 16:37:22 +01:00 |
|
Alex Seeholzer
|
87d1354020
|
Updated doc and requirements:
- Dj1.7 + Py3.5 is not supported
- Dj>1.6 is required
|
2015-12-16 10:52:20 +01:00 |
|
Alex Seeholzer
|
265da65ead
|
Removed Python3.5 + Django 1.7.11 from travis build targets (non-supported combination)
|
2015-12-16 10:48:18 +01:00 |
|
Alex Seeholzer
|
4e2e517821
|
changed build target to 3.4+ (3.3 support is dropped for Django 1.8+);
changed doc to reflect this;
|
2015-12-16 10:26:29 +01:00 |
|
Ross Poulton
|
11467f6e50
|
Properly check email context keys in newer Python versions. part of #362
|
2015-12-16 10:48:27 +11:00 |
|