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
adi
3af00e0b2c
Removed testapp package from the release
2017-05-04 23:22:24 +02:00
adi
7e8dd5abe1
Removed testapp package from the release
2017-05-04 23:05:57 +02:00
adi
c8db50518f
Missing migrations for testapp
2017-05-04 22:32:22 +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
adi
506bad4132
Merge branch 'master' of https://github.com/neutronX/django-markdownx
...
* 'master' of https://github.com/neutronX/django-markdownx :
Incremented patch number re issues #63 and #64 .
Issue #64 - inhibitDefault is now accessible from within EventHandlers.
Issue #64 + slight improvement.
2017-05-04 13:19:54 +02:00
adi
f337cde74b
Adding package.json for vagrant/docker env
2017-05-04 13:19:45 +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
Pouria Hadjibagheri
c6689c9985
Issue #64 + slight improvement.
2017-05-04 11:24:06 +01:00
adi
e74785c108
[ Closes #32 ] Added names to URL patterns
2017-05-02 21:47:45 +02:00
adi
f640ede74c
v.2.0.18
2017-05-02 21:32:46 +02:00
adi
14f6748cbc
[ Fixes #65 ] MARKDOWNX_IMAGE_MAX_SIZE not respected
2017-05-02 21:15:45 +02:00
Pouria Hadjibagheri
632cae5626
Check visibility before resizing the editor.
2017-04-25 15:14:26 +01:00
Pouria Hadjibagheri
d40a03789c
Updated contributions with additional instructions.
2017-04-25 14:57:17 +01:00
Pouria Hadjibagheri
aee683904d
Create .nojekyll automatically.
2017-04-25 14:56:26 +01:00
Pouria Hadjibagheri
5f8b4f56e9
Specific imports.
2017-04-25 14:51:03 +01:00
Pouria Hadjibagheri
9d0c63a7c7
Test SQLite is now deleted through -c.
2017-04-25 14:50:23 +01:00
Pouria Hadjibagheri
00ae0f2e93
Rectified JS monitoring bug.
2017-04-25 14:48:37 +01:00
Pouria Hadjibagheri
03984c1a5c
Minor corrections.
2017-04-25 10:42:00 +01:00
Pouria Hadjibagheri
56eda102ce
Python 2 can now run the tests (-no-container).
2017-04-25 10:09:06 +01:00
Pouria Hadjibagheri
9decf2cb93
SVG/JS monitoring bug rectified.
2017-04-25 10:03:45 +01:00
Pouria Hadjibagheri
b4ea49e2e7
Updated the docs.
2017-04-25 01:25:14 +01:00
Pouria Hadjibagheri
58f03fed25
Updated the docs.
2017-04-25 01:23:03 +01:00
Pouria Hadjibagheri
d371a2da64
Updated the docs.
2017-04-25 01:21:45 +01:00
Pouria Hadjibagheri
53a93835f3
Updated the docs.
2017-04-25 01:18:37 +01:00
Pouria Hadjibagheri
2826e581d5
Updated the docs + minor clean ups.
2017-04-25 01:17:10 +01:00
Pouria Hadjibagheri
c66e4f6dc5
Merge remote-tracking branch 'origin/master'
2017-04-23 21:54:30 +01:00
Pouria Hadjibagheri
bfefbe9754
Corrected admin.site.register bug.
2017-04-23 21:53:50 +01:00
adi
6ccea4cfa8
MANIFEST fix
2017-04-23 22:33:29 +02:00
adi
fa4d1c1fdd
Cleanup
2017-04-23 21:46:21 +02:00