Garret Wassermann
|
dff14d40d3
|
Merge 0.2.8 bugfixes
|
2018-07-03 00:59:33 -04:00 |
|
Garret Wassermann
|
fbe725a22f
|
Correct old documentation for HELPDESK_ENABLE_PER_QUEUE_PERMISSION to HELPDESK_ENABLE_PER_QUEUE_STAFF_PERMISSION, for #611
|
2018-06-27 02:49:55 -04:00 |
|
Garret Wassermann
|
54a6b1d21b
|
Merge 0.2.7 bugfixes
|
2018-03-04 04:01:48 -05:00 |
|
Garret Wassermann
|
1406c2a719
|
Update docs for typo in HELPDESK_ENABLE_PER_QUEUE_STAFF_PERMISSION setting, for #597
|
2018-02-28 16:23:01 -05:00 |
|
Arne Brutschy
|
1b7214a797
|
Added documentation for public form defaults
|
2018-01-10 18:44:15 +01:00 |
|
Garret Wassermann
|
142c291afb
|
Merge 0.2.4 bugfixes
|
2017-12-18 00:45:36 -05:00 |
|
Garret Wassermann
|
5502333a4c
|
Add warning about changing the email subject template, to address issue brought up in #577
|
2017-12-17 23:41:53 -05:00 |
|
Garret Wassermann
|
3a1bd76e75
|
Merge custom staff filter, PR #239
|
2017-10-30 03:17:40 -04:00 |
|
Garret Wassermann
|
8ba2614a96
|
Add documentation for new HELPDESK_ANON_ACCESS_RAISES_404 setting
|
2017-10-24 01:20:15 -04:00 |
|
Garret Wassermann
|
8a49babfe5
|
Add documentation for new QUEUE_EMAIL_BOX_UPDATE_ONLY setting, to address #530
|
2017-07-16 19:30:59 -04:00 |
|
Garret Wassermann
|
a69cf25c71
|
Rework README and CONTRIBUTING to remove redundancy. Some README statements moved to install docs instead.
|
2017-03-20 03:19:53 -04:00 |
|
Alex Barcelo
|
53ed0d3a2c
|
Remove all the deprecated API related files and references
|
2016-10-29 08:50:13 +02:00 |
|
Alex Barcelo
|
c1330bc0c7
|
Updating documentation for Django 1.10 support and settings
|
2016-10-20 08:26:31 +02:00 |
|
meomap
|
96f4fecb71
|
add setting for fallback locale
|
2016-10-14 15:04:28 +07:00 |
|
Alex Seeholzer
|
a5c05cff74
|
added HELPDESK_ENABLE_PER_QUEUE_MEMBERSHIP to discontinued settings;
|
2015-12-21 13:58:28 +01:00 |
|
Alex Barcelo
|
830fcbe796
|
updating documentation regarding membership/permission
|
2015-12-16 22:27:06 +01:00 |
|
Alex Seeholzer
|
42f478b98c
|
Merge squashed fixes from flinz/per-queue-staff-membership:
-renamed migration 0005 to 0004 and referenced 0003 instead of 0004 from it.
-Corrected spelling and rephrased docs for queue membership feature.
|
2015-06-12 17:41:15 +07:00 |
|
Jonathan Barratt
|
bfcd8fc024
|
Add ability to restrict users' access by queue if so configured, and migration and tests for same.
|
2015-06-12 12:23:39 +07:00 |
|
Ross Poulton
|
fdd715795f
|
Remove unused tickets (part of #200); closes #253
|
2014-09-10 09:02:14 +10:00 |
|
Stefano Brentegani
|
4ed8f11754
|
merge HELPDESK_CUSTOM_STAFF_FILTER_CALLBACK into HELPDESK_ALLOW_NON_STAFF_TICKET_UPDATE
|
2014-08-01 07:20:43 +02:00 |
|
Stefano Brentegani
|
b1b89d1d6f
|
replace all explicit uses of HELPDESK_ALLOW_NON_STAFF_TICKET_UPDATE in helpdesk.views.staff
|
2014-07-30 06:58:57 +02:00 |
|
Stefano Brentegani
|
97c317f83d
|
add tests, example
|
2014-07-28 06:47:19 +02:00 |
|
Stefano Brentegani
|
fb6b35a724
|
Merge branch 'master' into custom-staff-filter
Conflicts:
docs/settings.rst
helpdesk/views/staff.py
|
2014-07-22 06:47:50 +02:00 |
|
Stefano Brentegani
|
11a3533dea
|
Update settings.rst: fix formatting
|
2014-07-20 10:43:50 +02:00 |
|
Stefano Brentegani
|
13830a84e5
|
Custom logic for determining if the user is considered helpdesk staff.
|
2014-07-20 10:36:24 +02:00 |
|
Stefano Brentegani
|
a300dffffd
|
Update settings.rst: sorted discontinued settings
|
2014-07-20 07:33:11 +02:00 |
|
Stefano Brentegani
|
8f7ec60fd8
|
Update settings.rst (discontinued settings)
See #200
|
2014-07-19 15:54:33 +02:00 |
|
Issac Kelly
|
19c1913268
|
Allow Templated Subjects.
|
2014-07-15 15:48:42 -07:00 |
|
Ross Poulton
|
f2709f5166
|
Documentation cleanup - settings page
|
2012-08-08 17:36:34 +10:00 |
|
Ross Poulton
|
951b105f6e
|
Fix heading indentation
|
2012-08-08 15:24:06 +10:00 |
|
Ross Poulton
|
65f9249082
|
Tidy up docs & add documentation about settings
|
2012-08-08 15:21:29 +10:00 |
|
Alex Garel
|
d78ea39c69
|
Document the need of 'django.core.context_processors.request'
in docs/settings.rst
|
2011-11-09 18:29:57 +01:00 |
|
Ross Poulton
|
ebc4b7d24c
|
Add proper database migrations support using South. Updated documentation to match. Closes GH-50.
|
2011-04-27 19:57:03 +10:00 |
|
Ross Poulton
|
8dc08b2e9c
|
Remove doctrees & html docs; moved reStructuredText files from docs/source/ to docs/ to make it a little easier for most people to access.
|
2011-02-14 22:03:09 +00:00 |
|