Commit graph

406 commits

Author SHA1 Message Date
adi-
01212d93f8 Specified framework versions for PYPI 2016-05-14 21:59:59 +02:00
adi-
61e728aa6b Fix for python support in Django 2016-05-14 21:43:34 +02:00
adi-
9c2899db99 Test fix 2016-05-14 21:38:39 +02:00
adi-
96bb3f5d04 Travis tests update for Django 1.9 2016-05-14 21:31:58 +02:00
adi-
2f57592962 Licence fix 2016-05-14 21:31:11 +02:00
adi-
e49a85fcc1 Read me update 2016-05-14 20:07:29 +02:00
adi-
cb25f68cdd Readme fix 2016-05-14 12:21:42 +02:00
adi-
b3040c6242 v1.5 2016-05-14 12:18:00 +02:00
Aymeric Augustin
7b012db5a5 Make it possible to customize image insertion code. (#20)
* Make it possible to customize image insertion code.

It can be useful to insert more that just a markdown image tag, for
example to provide additional control on the layout of images. Since
there's no convenient way to handle this on the JavaScript side, we
generate the code to insert in Python. Then it can be overridden with
the existing extensibility mechanism, that is, with a custom view.

* Restore backwards-compatibility.

The previous commit is backwards-incompatible for users who pointed
MARKDOWNX_UPLOAD_URLS_PATH to a custom view. This commit restores
backwards-compatibility with the previous API.
2016-05-14 11:58:43 +02:00
adi
3bc515cd9d v1.4.3 2016-05-05 08:51:53 +02:00
adi
34e284bb60 Merge pull request #19 from aaugustin/master
Make rendering the markdown actually abstractable.
2016-05-05 08:12:38 +02:00
Aymeric Augustin
2ba01376a7 Make rendering the markdown actually abstractable.
Even after e35c1aa0c4, `MarkdownifyView`
is still hardcoded to call `markdownx.utils.mardownify`, regardless of
the value of `MARKDOWNX_MARKDOWNIFY_FUNCTION`. This commit calls the
function designated by that setting instead.
2016-04-30 16:16:40 +02:00
adi
549a6046fb v.1.4.2 – Maintenance release 2016-02-13 14:14:35 +01:00
adi
a6f9558cb0 Maintenance 2016-02-12 17:44:02 +01:00
adi
1d396c36c6 README update 2016-02-12 14:18:32 +01:00
adi
d3b620b0dd Description fix 2016-02-12 14:18:11 +01:00
adi
789c513060 v1.4.1 2016-02-12 14:03:53 +01:00
adi
e35c1aa0c4 [Closes #15] Make rendering the markdown abstractable 2016-02-12 14:01:59 +01:00
adi
8ed93f974d [Closes #14] README update 2016-02-12 13:47:16 +01:00
adi
e20b2acdc6 [Fixes #11] JS events 2016-02-12 11:52:22 +01:00
adi
cab13adb00 Basic event triggering 2016-02-12 11:47:23 +01:00
adi
292d5fddee Merge pull request #13 from mvdwaeter/master
Fixes issue #12: Ability to change the url of imageupload in settings
2016-02-12 10:56:59 +01:00
adi
ef51147edc Merge pull request #17 from mariuszjamro/master
Fix #16 - support for subclasses of MarkdownxWidget in the form field
2016-02-12 10:55:43 +01:00
Mariusz Jamro
680dd5023b Fix #16 - support for subclasses of MarkdownxWidget in the MarkdownxFormField 2016-02-12 09:39:20 +01:00
Michael van de Waeter
4ae027b634 Fixes issue #12: Ability to change the url of imageupload in settings 2015-12-01 00:59:43 +01:00
adi
e6f5064889 Merge pull request #9 from blag/master
Add Markdown extension config setting
2015-10-28 10:04:11 +01:00
Drew Hubl
d07a4f4bfa Add Markdown extension config setting 2015-10-28 02:56:01 -06:00
adi
720a2ae7c6 v1.2.1 2015-10-19 20:10:45 +02:00
adi
eb6d980231 Merge pull request #8 from adi-/Issue#6
Issue#6
2015-10-19 17:03:22 +02:00
adi
b76b3a46ee Merge pull request #7 from eduard-sukharev/fix_issue_6
Fix accessing file length in python3
2015-10-19 17:02:27 +02:00
Eduard Sukharev
a0a9de0395 Fix accessing file length in python3 2015-10-19 18:44:58 +04:00
adi
d3217cc317 [Fixes #6] Fix for Python 3.x with string argument expected, got 'bytes' 2015-10-18 10:25:03 +02:00
adi
a617143b2f Custom urls path 2015-10-13 17:34:31 +02:00
adi
d65c43e0c4 Description update 2015-10-09 10:52:49 +02:00
adi
bed58d6e58 v1.1.3 2015-10-09 10:44:28 +02:00
adi
cdb3a466be v1.1.2 2015-10-06 09:55:15 +02:00
adi
281ebb8315 Missing var 2015-10-06 09:42:15 +02:00
adi
7a391255a0 Critical fix for image upload 2015-10-06 09:24:37 +02:00
adi
d467253550 Cleanup 2015-10-06 08:23:03 +02:00
adi
9efc1e8a62 Version bump 2015-09-30 14:11:58 +02:00
adi
11a8babcec Version fix 2015-09-30 13:57:43 +02:00
Adrian
acd1c07605 v1.1.0 2015-09-30 13:22:35 +02:00
Adrian
2ea607816d Merge branch 'master' of https://github.com/adi-/django-markdownx 2015-09-30 13:01:52 +02:00
Adrian
3d3a174537 Travis link fix 2015-09-30 13:01:46 +02:00
adi
5675fe27c8 Merge pull request #2 from pydanny/master
Add Python 3.5 support
2015-09-30 12:57:33 +02:00
Adrian
f6ffd94521 travis 2015-09-30 12:51:07 +02:00
adi
d26fe3719d Update README.md 2015-09-29 23:02:52 +02:00
Adrian
6d7c310321 Travis 2015-09-29 22:51:07 +02:00
Adrian
01e87b2dcc Travis 2015-09-29 22:40:28 +02:00
Adrian
cba532aa2c Travis 2015-09-29 22:24:13 +02:00