Commit Graph

1057 Commits

Author SHA1 Message Date
Garret Wassermann
01e87f2cb8 #72: Prevent django template tags from being executed in followup comments 2017-04-16 03:24:39 -04:00
Garret Wassermann
bb59de037d Merge pull request #506 from willstott101/patch-1
Never return None from views.public.create_ticket
2017-04-13 21:59:34 -04:00
Will Stott
fb0782294e Don't show error on initial get. 2017-04-13 11:36:38 +01:00
Will Stott
b7a97183cb Never return None from views.public.create_ticket
Would create a 500 when user omitted their email. Only a partial improve. Added a TODO: as this view still breaks if passing non-numeric characters to the ID.

I assume this needs a full overhaul really.
2017-04-13 11:30:29 +01:00
Jonathan Barratt
c8935eeb63 Merge pull request #487 from mikhuang/master
`get_email` management command: Force message to unicode to avoid encoding issues
2017-04-06 08:28:39 +07:00
Jonathan Barratt
d843a21ea7 Merge branch 'master' into master 2017-04-06 08:21:43 +07:00
Jonathan Barratt
b94795bc8d Merge pull request #501 from gwasser/487_new_test
Updated get_email tests
2017-04-06 08:17:56 +07:00
Jonathan Barratt
b87a30c1c8
Update comments for consistency with their targets 2017-04-06 07:59:17 +07:00
Garret Wassermann
9531b9649a Fix errors in Python 2, used six to workaround encoding weirdness, all tests pass on both Py2/3 2017-04-03 02:52:49 -04:00
Garret Wassermann
5ec985af9b Add explicit encoding hint to top of file to allow Python 2 to read file with Unicode characters, in accordance with PEP-263 2017-04-03 02:34:54 -04:00
Garret Wassermann
0fb9094d01 Remove line for PEP8 2017-04-03 02:29:28 -04:00
Garret Wassermann
f43ef69ec1 Add a MIME multipart email test for get_email 2017-04-03 02:19:29 -04:00
Garret Wassermann
74a7afadb9 Update get_email test to use unicode characters; seem to have found an encoding errory in get_email, provided a fix that satisfies test 2017-04-03 01:53:25 -04:00
Garret Wassermann
b5fa489643 Demo requires markdown_deux for KnowledgeBase to work properly 2017-04-03 01:52:35 -04:00
Garret Wassermann
247de7ddd3 Add KnowledgeBase example data to the demo 2017-04-02 15:05:43 -04:00
Garret Wassermann
194082750d Merge remote-tracking branch 'upstream/master' into 487_new_test 2017-03-31 14:29:19 -04:00
Jonathan Barratt
19799572c9 Merge pull request #499 from Yuego/master
Migration added
2017-03-31 19:51:58 +07:00
Jonathan Barratt
6deb0caf96 Merge pull request #497 from gwasser/update_es_MX
Update es_MX translations
2017-03-31 19:37:18 +07:00
Jonathan Barratt
db918988f6 Merge pull request #490 from gwasser/update_ci
Update Travis CI to include Python 3.6
2017-03-31 18:24:45 +07:00
Jonathan Barratt
88eb1202ee Merge pull request #498 from gwasser/demo
Add a demo project and update docs
2017-03-31 18:23:17 +07:00
Yuego [Home]
5629276050 Migration added 2017-03-26 10:24:32 +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
Garret Wassermann
64076237ee Remove last line of LICENSE to see if GitHub will detect it automatically and display it site; updated README and docs/license.rst to more clearly spell out license and 3rd-party licenses 2017-03-20 03:17:26 -04:00
Garret Wassermann
0464db34ae New demo project with Makefile script for easy demo, testing, and development 2017-03-20 02:38:44 -04:00
Garret Wassermann
199b63e17b Add more pypi classifiers 2017-03-19 22:50:08 -04:00
Garret Wassermann
3fb701662e Merge remote-tracking branch 'upstream/master' 2017-03-17 21:49:03 -04:00
Garret Wassermann
879e101108 Merge pull request #491 from Yuego/master
Update russian translation.
Fix rendering of KB Category links.
2017-03-17 10:41:01 -04:00
Garret Wassermann
d3c713333d Update es_MX translations on behalf of @andresf01, for #496 2017-03-17 10:00:37 -04:00
Yuego [Home]
d8ff278697 Russian translation update 2017-03-08 23:05:26 +04:00
Yuego [Home]
dfdb12e354 Fix link translation 2017-03-08 23:01:31 +04:00
Garret Wassermann
18557aad38 Add Python 3.6 to Travis CI configuration 2017-02-25 04:07:20 -05:00
Garret Wassermann
9ed90b4896 Merge remote-tracking branch 'upstream/master' 2017-02-15 20:09:10 -05:00
Garret Wassermann
4eb70841e8 Merge pull request #486 from gwasser/449_contributing_docs
Update CONTRIBUTING for Testing Requirements, and update supported Python/Django combinations in docs index.rst
2017-02-15 20:06:23 -05:00
Garret Wassermann
7bd7b42788 Ignore KDE .directory files in .gitignore; totally used the wrong name (.desktop) last time, oops 2017-02-15 20:04:32 -05:00
Garret Wassermann
492e25c77b Update docs to say Python 3.4+ since that's what we current do testing against 2017-02-15 20:03:08 -05:00
Garret Wassermann
ec38150d1f Ignore KDE .desktop files in .gitignore 2017-02-15 20:00:40 -05:00
Garret Wassermann
d5e3432483 Apply word wrap to CONTRIBUTING to make it easier for viewing in text editor 2017-02-15 19:59:59 -05:00
Garret Wassermann
9dd558d71f Update gitignore to ignore KDE .directory files 2017-02-15 18:51:55 -05:00
Garret Wassermann
6fec1015c3 Work in progress on unicode chars 2017-02-15 18:51:20 -05:00
Michael Huang
b263b22cca Wrap message.encode() in conditional for Python 2 2017-02-14 14:58:16 -08:00
Michael Huang
f16a196c69 Fix logout URL 2017-02-14 14:38:48 -08:00
Michael Huang
dc851fc557 Force message to be unicode to avoid encoding issues 2017-02-14 12:34:53 -08:00
Jonathan Barratt
77978ec644 Merge pull request #485 from gwasser/481_site_id_docs
Update docs to add SITE_ID, to address #481
2017-02-12 17:36:49 +07:00
Garret Wassermann
2164c3bc4d Change queue permission_name from 50 chars to 72 chars (#484)
* Change queue permission_name from 50 chars to 72 chars to accomodate slug + prepended text, to resolve #483
2017-02-12 17:33:53 +07:00
Garret Wassermann
ea30d1845e Moved contributing.rst to CONTRIBUTING in the top-level directory, added language on required tests for new pull requests, for #449 2017-02-10 23:20:59 -05:00
Garret Wassermann
1c5f525b58 Update doc index to say Django 1.8+ required, instead of 1.7+ 2017-02-10 16:42:40 -05:00
Garret Wassermann
3740cd5ddc Update docs to add SITE_ID, to address #481 2017-02-10 16:17:16 -05:00
Jonathan Barratt
7c5daa26ea Merge pull request #477 from reduxionist/issue/474
Merge SOCKS is for all-or-no queues only for Py3 and improved handling of imap encoding errors
2017-01-17 12:54:54 +07:00
Jonathan Barratt
fe92880928
do not throw exceptions for invalid/non-UTF8 IMAP content 2017-01-14 01:25:43 +07:00
Jonathan Barratt
b5feeb7ee9
Make SOCKS-proxy support global for all queues under Py3
Python 2 retains per-queue SOCKS-proxy support, but this is simplest fix until someone needs it for Python 3.
2017-01-14 01:25:17 +07:00