Commit graph

339 commits

Author SHA1 Message Date
adi
ccd1961ba8 Closes #143: Error when invalid image upload 2018-11-21 20:18:12 +01:00
adi
8d0a2f1ffb Docs rebuilt 2018-11-16 23:17:06 +01:00
adi
36711a408d Merge branch 'feature/markdown-docs' 2018-11-16 23:14:31 +01:00
adi
a0c70b51f2 Acknowledgements added 2018-11-16 23:13:13 +01:00
adi
0949439d5b Documentation rewritten in Markdown! 2018-11-16 23:02:06 +01:00
adi
1616751497 v2.0.27 2018-11-15 21:23:05 +01:00
adi
7550015017 Closes #142: Missing compiled static files 2018-11-15 21:21:18 +01:00
adi
7bdb56997a v2.0.26 2018-11-13 20:23:25 +01:00
adi
1fe373832f
Merge pull request #137 from destos/fix-missing-attrs
Fix missing attributes in widget rendering context
2018-11-07 21:50:47 +01:00
Frank Lanitz
39d80d50ee Link to https version of documentation (#140) 2018-11-03 10:07:04 +01:00
Darkaird
e9605560f0 Handle csrf stored in sessions (#111)
* Handle csrf stored in sessions

This allow to use CSRF_USE_SESSIONS = True which store crsf token in session instead of cookies.tting CSRF_USE_SESSIONS = True.
It checks if csrf token found in cookies otherwise try to get csrf token in session.

* Remove useless line
2018-11-02 09:38:12 +01:00
Hyunwoo Park
ec23807f18 Add entrypoint.sh for preparing test db (#134)
* Add entrypoint.sh for preparing test db

* Add entrypoint.sh in contribution guide
2018-10-28 11:02:42 +01:00
adi
653711c232 2.0.25 2018-10-18 21:08:12 +02:00
Hyunwoo Park
28f2958e39 Add files related with Docker into .gitignore (#132) 2018-10-16 20:14:56 +02:00
Hyunwoo Park
3869bf3a0c Fix typo on contribution guide (#130)
* Fix typo on contribution guide

* Add package.json into File created section
2018-10-16 20:14:20 +02:00
Hyunwoo Park
4b4efa865d Fix _size problem for latest Django (#129) 2018-10-16 20:12:25 +02:00
Patrick Forringer
63f59beca3 Update widget render attrs with attrs from widget instance before render 2018-10-14 15:19:22 -05:00
adi
0074bb250b 2.0.24 2018-09-11 21:48:09 +02:00
Tim Graham
e329abe50d Add testing for Django 2.1 (#127)
* Fix compatibility with pip 10+

* Fix Travis build failure on MacOS

Error: python 2.7.14 is already installed
To upgrade to 3.6.5, run `brew upgrade python`

* Add testing for Django 2.1
2018-08-29 18:43:47 +02:00
adi
a4029397cc v2.0.23 2018-04-18 20:11:12 +02:00
Pouria Hadjibagheri
bd06b48729
Modified Django v2 directives. 2018-03-03 11:54:07 +00:00
Pouria Hadjibagheri
af8f17e141
Merge pull request #105 from WonderfulLife/fix-zero-bytes-remaining
Reset image stream position after using `.tell()`
2018-02-24 01:25:56 +00:00
Pouria Hadjibagheri
37827948ca
Merge pull request #100 from myii/patch-1
Fix typo
2018-02-24 00:54:48 +00:00
Pouria Hadjibagheri
6dffc961a6
Small correction (grammatical) 2018-02-24 00:54:28 +00:00
Pouria Hadjibagheri
2d7fcd0c53
Python 3.6 with Django 2 2018-02-24 00:47:38 +00:00
Eric Zarowny
010c8eef74 Reset image stream position after using tell 2018-02-09 14:22:17 -08:00
adi
cc1af38f58 Info about Django 2.0 support 2018-01-21 21:07:46 +01:00
adi
003f699c8d DJango 2.0 support 2018-01-21 21:02:26 +01:00
Pouria Hadjibagheri
715359b4fc
Merge pull request #94 from aaugustin/django-2.0
Add compatibility with Django 2.0.
2018-01-10 20:02:40 +00:00
myii
9b6a2983bd
Fix typo 2017-12-31 05:07:05 +00:00
Aymeric Augustin
01125af8c2 Add compatibility with Django 2.0. 2017-12-02 22:22:56 +01:00
Pouria Hadjibagheri
c10d44137c Updated/completed JavaScript docs. 2017-07-10 20:10:08 +01:00
Pouria Hadjibagheri
024a8d96b5 Updated/completed JavaScript docs. 2017-07-10 12:01:13 +01:00
Pouria Hadjibagheri
ee38655cd5 Updated/completed JavaScript docs. 2017-07-10 11:26:11 +01:00
Pouria Hadjibagheri
c82de56b84 Modified staticmethod to classmethod in exceptions. 2017-07-09 20:37:01 +01:00
Pouria Hadjibagheri
8ee635edb2 Small restructuring. 2017-07-09 12:11:08 +01:00
Pouria Hadjibagheri
de43019c84 Merge pull request #75 from patchman-sebastiaan/fix-double-init
Address the issue of re-initialisation of already initialised editor components.
2017-07-07 11:03:33 +01:00
Pouria Hadjibagheri
f2036f6993 Small clean up.
Added variables for element, editor, and preview during initialisation.
2017-07-07 10:53:42 +01:00
Sebastiaan ten Pas
50c730b9a4 Add data-markdownx-init check to typescript file 2017-07-07 11:46:15 +02:00
Sebastiaan ten Pas
71c5a4aa11 Fixed reloading the Markdown editor when it's already initialized 2017-07-07 10:37:52 +02:00
Pouria Hadjibagheri
a3ad5066aa Merge pull request #70 from unaizalakain/fix_docs
Documentation improvements + Code clarification on Django version determination.
2017-06-07 11:47:01 +01:00
Pouria Hadjibagheri
12b90f1e03 Improved the presentation, wording & outsourcing. 2017-06-07 11:17:48 +01:00
Pouria Hadjibagheri
7a720389b7 Defined a variable to determine the version.
Defined the variable `is_post_10` to establish the version, making the backward compatibility methods easier to read. The variable is a `bool`, and is `True` if Django is 1.11+. 
The variable facilitates the handling of the `renderer` method which was deprecated in Django 1.11, and further allows for the usage of alternative templates.
2017-06-07 11:05:40 +01:00
Unai Zalakain
81915ce7b9
Use a consistent version test
I misinterpreted things because my eyes went through this line after
reading previous version tests.
2017-06-07 11:17:33 +02:00
Unai Zalakain
5be1a4a84b
Fix deprecation notice
https://docs.djangoproject.com/en/1.11/ref/forms/widgets/#django.forms.Widget.render
2017-06-07 11:16:30 +02:00
Unai Zalakain
23da167674
Explain additional steps required for widget template overriding 2017-06-07 11:15:30 +02:00
adi
f30ca72003 Added Django 1.11+ widget 2017-05-12 00:05:55 +02:00
adi
f5c9b8f790 Merge branch 'feature/Enhance_testapp_#67' into develop 2017-05-11 23:57:39 +02:00
adi
b1ae22e421 [Closes #67]
* add superuser account for easier django admin testing
2017-05-11 23:57:27 +02:00
adi
67b1769ebd [Updates #67]
* cleanup current app
* add bootstrap framework
2017-05-11 23:51:29 +02:00