Commit graph

148 commits

Author SHA1 Message Date
Pouria Hadjibagheri
5260f033c4
changes version to beta 1 2022-01-03 15:28:13 +00:00
Pouria Hadjibagheri
52c9a1e670
Add GH Actions (#218)
* updates URLs to Django 4 pattern

* Checks for Ajax request using `x-requested-with` header

* housekeeping

* housekeeping

* adds zlib to windows runs

* uses specific python version

* updates git URL

* disables testing on Windows

* changes docs path

* changes docs path

* changes docs path

* Update documentations

* removes docs

Co-authored-by: GitHub Action <action@github.com>
2022-01-03 14:25:46 +00:00
Pouria Hadjibagheri
5133e00642
updates URLs to Django 4 pattern 2022-01-03 11:41:02 +00:00
Pouria Hadjibagheri
807763a7f4
updates URLs to Django 4 pattern 2022-01-03 11:39:04 +00:00
Pouria Hadjibagheri
7eda35192c
correct minor typo 2022-01-03 10:06:42 +00:00
Pouria Hadjibagheri
3e41d0eb02
major version bump 2021-12-27 11:39:34 +00:00
adi
89e5edf91f
Merge pull request #172 from ssi91/getCookie-fix
Get cookie fix
2021-10-08 17:20:58 +02:00
adi
d59fc2ffea
Merge pull request #201 from jagaudin/Avoid-duplicate-html-class
Fixed duplicate ``markdownx-editor`` class on widget
2021-10-08 17:14:19 +02:00
adi
59cfb9449d
Merge pull request #206 from f213/master
Django 3.1 support
2021-10-08 17:11:48 +02:00
Thiago Bellini Ribeiro
83eb086761
Fix python format in fr locale file 2021-07-22 17:45:10 -03:00
Fedor Borshev
1824e18b72 Migrated to modern django urlconf 2021-04-16 22:23:40 +03:00
Jacques Gaudin
5632926ac3
Fixed duplicate markdownx-editor class on widget 2021-02-28 15:19:00 +00:00
ssi91
f8ce96d44a add compiled js files 2020-01-26 17:07:32 +07:00
adi
4156071bae v3.0.1 2019-12-28 10:00:42 +01:00
adi
8f33cae6c2 Revert "Closes #165: get_internal_type returns TextField"
This reverts commit 21cae7f261.
2019-12-28 09:59:32 +01:00
adi
39f306e93e Tests revert url 2019-12-26 23:57:47 +01:00
adi
21cae7f261 Closes #165: get_internal_type returns TextField 2019-12-26 21:06:01 +01:00
adi
4b34e6ce71 Closes #167: Deprecation, removes in Django 4 Warnings 2019-12-26 20:30:25 +01:00
adi
533d0bbcbf Many small updates to version 3.0 2019-12-26 20:24:46 +01:00
adi
1ddacf1e73 Removing support of Django < 2 2019-12-26 14:48:21 +01:00
adi
30b043a840 Removing django.utils.six, update travis.yml 2019-12-26 14:29:15 +01:00
adi
1bc84b64c8 Travis update, cleanup code 2019-12-26 14:23:16 +01:00
adi
8357e0a64e v2.0.28 2018-11-21 22:10:14 +01:00
adi
ccd1961ba8 Closes #143: Error when invalid image upload 2018-11-21 20:18:12 +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
adi
653711c232 2.0.25 2018-10-18 21:08:12 +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
adi
a4029397cc v2.0.23 2018-04-18 20:11:12 +02:00
Eric Zarowny
010c8eef74 Reset image stream position after using tell 2018-02-09 14:22:17 -08:00
adi
003f699c8d DJango 2.0 support 2018-01-21 21:02:26 +01:00
Aymeric Augustin
01125af8c2 Add compatibility with Django 2.0. 2017-12-02 22:22:56 +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
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
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
adi
3af00e0b2c Removed testapp package from the release 2017-05-04 23:22:24 +02:00
adi
1e5f02cb5c Support of minified css 2017-05-04 22:31:51 +02:00
adi
822c0958b1 Moving static source files outside package #2 2017-05-04 22:31:33 +02:00
adi
21d17a3e63 Moving static source files outside package 2017-05-04 16:37:52 +02:00
adi
0a79262dd7 gitignore fix on static files 2017-05-04 16:29:10 +02:00
Pouria Hadjibagheri
69908b19b1 Incremented patch number re issues #63 and #64. 2017-05-04 11:50:36 +01:00
Pouria Hadjibagheri
90add2993d Issue #64 - inhibitDefault is now accessible from within EventHandlers. 2017-05-04 11:45:35 +01:00