Martin Mahner
42812855b2
Code cleanup and setup.cfg
2019-01-25 13:47:00 +01:00
Martin Mahner
cc96101406
Added six to the list of required packages.
2018-09-17 21:19:24 +02:00
Martin Mahner
d11faaa02a
Docs Updates
2018-06-23 12:52:12 +02:00
Martin Mahner
7ec3e94471
Version 3.0!
2018-06-22 13:41:48 +02:00
Martin Mahner
7671362b52
Bumped up alpha version
2018-06-22 12:57:45 +02:00
Martin Mahner
f6b69b1209
Use setup.py to maintain all packages.
2018-06-22 11:42:00 +02:00
Martin Mahner
f48b81df53
Added unicode samples to tests. Enforce Python 3
2018-05-01 10:31:01 +02:00
Martin Mahner
69cd74468c
Fixed set files.
2018-04-29 18:00:50 +02:00
Martin Mahner
c685f6a5ac
Removed inline tag in favor of a separate app.
2018-04-29 17:44:34 +02:00
Martin Mahner
c1e39d9a7f
Require Python3 across the board. Removed unicode
2018-04-29 11:47:24 +02:00
Martin Mahner
edf5adc541
Further code quality
2018-04-29 11:31:18 +02:00
Martin Mahner
ef1e6c7a5d
Code quality
2018-04-29 11:23:54 +02:00
Martin Mahner
66fbf27c96
Increase version number to trigger package installation on prod.
2018-04-05 21:25:43 +02:00
Martin Mahner
76e8ddf3ea
Markdown Rendering Support
2018-04-05 21:18:22 +02:00
Martin Mahner
42181feb89
Added Solitidy Lexer #105
2018-04-05 19:34:26 +02:00
Martin Mahner
2a1841ac56
Full metal cleanup
2018-03-12 11:59:38 +01:00
Martin Mahner
faf8874f50
Added django-csp setting
2018-01-07 17:26:07 +01:00
Martin Mahner
4924c88107
Use Pipenv
2018-01-07 17:20:50 +01:00
Martin Mahner
352bb8da9a
dpaste isn't django 2.0 ready yet.
2017-12-12 20:23:43 +01:00
Martin Mahner
470b8dd2b3
v3.0
2017-09-01 11:32:58 +02:00
Martin Mahner
e1c3d21f38
Merge branch 'master' into cleanup
2017-01-21 14:45:51 +01:00
Martin Mahner
fe60a1fc18
Bumped up to v2.13
2017-01-20 11:53:40 +01:00
Martin Mahner
f9813a6fbe
Updated test runners.
2017-01-19 12:16:20 +01:00
Martin Mahner
ae27acf1f9
Backwards incompatible: django-mptt removal.
...
Removal of django-mptt and therefor the removal of a tree based snippet list, due to performance reasons with large snippet counts.
Snippets still have a 'parent' relation if it's an answer of another snippet, however this is no longer a Nested Set. The UI is simplified too and the user can now only compare an answer to it's parent snippet. I believe this is the major use case anyway.
2017-01-19 12:10:35 +01:00
Martin Mahner
d92a169805
2.12 Release
2016-09-06 15:14:27 +02:00
Martin Mahner
fcfa2c60fb
2.11 Release
2016-09-04 20:09:22 +02:00
Martin Mahner
82d49d0ed1
First introduction of markup
2016-03-24 12:54:54 +01:00
Martin Mahner
65b89aa38e
Test suite updates
2016-03-23 14:15:21 +01:00
Martin Mahner
18fdc76742
Prepping for next release
2015-08-12 06:30:28 +02:00
Martin Mahner
457bef787a
Cleanup and mptt update to support Django 1.8.
2015-08-12 05:59:22 +02:00
Martin Mahner
ce9afb0250
Added Python 3 trove classifier. Closes issue #68
2014-12-28 13:20:29 +01:00
Martin Mahner
b25b9b888e
Cleaned up all imports using isort.
2014-12-14 18:03:35 +01:00
Martin Mahner
dc54b35749
Prepared for next release.
2014-08-02 13:08:15 +02:00
Martin Mahner
9768ab9573
Added Dev Changelog
2014-06-09 20:19:07 +02:00
Martin Mahner
be724756b9
Changelog update and 2.6 Release
2014-06-08 20:31:51 +02:00
Martin Mahner
0a3e2b5082
Fixed duplicate slugs.
...
Before a slug could get generated again, which threw an error since it was not unique, but treated as a kind of primary key.
Now if the same slug gets generated again, we generate one other slug with one more character.
2014-04-12 10:10:46 -04:00
Martin Mahner
590645fcd6
2.5 Release.
2014-01-21 21:13:37 +01:00
Martin Mahner
57bedc782c
Bumped up to v2.4.
2014-01-11 16:17:59 +01:00
Martin Mahner
25a83cf0f8
Bumped up to v2.3
2014-01-07 13:37:33 +01:00
Martin Mahner
983d8d1dc8
Bumped up to version 2.2. Updated changelog.
2013-12-18 11:41:39 +01:00
Martin Mahner
15bb64fa3e
Add docs to distribution.
2013-12-18 11:41:27 +01:00
Martin Mahner
634b7f26d7
No need to require a specific tox version but nothing older what I use here.
2013-12-18 10:07:40 +01:00
Martin Mahner
c00f33e62d
Support for python setup.py test
to run the tox suite.
2013-12-18 10:06:22 +01:00
Martin Mahner
4ffd0ed396
Bumped up to version 2.1. Added change log.
2013-12-14 14:17:29 +01:00
Martin Mahner
bb089fe583
Numerous fixes around package management. Kudos to @koobs.
2013-12-14 13:17:53 +01:00
Martin Mahner
129be43b16
Bumped up to version 2.0. Updated docs.
2013-11-29 19:55:30 +01:00
Martin Mahner
c3b452b695
Bumped up the version. Close to a 2.0 release.
2013-11-29 18:48:53 +01:00
Martin Mahner
d56bfac077
Added Django to the setup requirements. It was there already due that mptt has it in the list, also its tested now extensively.
2013-11-25 23:44:17 +01:00
Martin Mahner
3ce888ad9f
Cleaned up app and project based requirements.
2013-11-24 21:06:46 +01:00
Martin Mahner
3c871c4b90
Bumped up version
2013-05-31 11:48:48 +02:00