Skip to content

Releases: openedx/django-wiki

Clean XSS in Wiki Content

31 Dec 08:22
ee9861e
Compare
Choose a tag to compare

This release prevents the XSS in the Wiki Content

fix i18n issue

09 Jul 09:44
da6a6bf
Compare
Choose a tag to compare

Used trimmed in blocktrans to remove newline and endline from strings.

GDPR retirement methods

15 May 17:40
b66428e
Compare
Choose a tag to compare

Methods to retire PII.

Fix deprecated Markdown extension initialization

07 Feb 18:15
9806353
Compare
Choose a tag to compare

Stop triggering warnings due to using a deprecated form of extension initialization that was deprecated in Markdown 2.6.

Bump version to 0.0.16

04 Dec 18:38
b108ad3
Compare
Choose a tag to compare

Last release was done without bumping the setup.py version, this release corrects that and gets it back in sync.

Further pin Django version to <2

04 Dec 18:20
c095baa
Compare
Choose a tag to compare
Merge pull request #30 from edx/bmedx/fix_pinned_django_version

Fix pinned version of Django to be <2

Migrations cleanup

11 Sep 18:15
Compare
Choose a tag to compare

Separated migrations for the attachment and image plugin models from the main app's migrations. This drops the existing tables in the process, but we have nothing beyond test data in them and this gets us much closer to how upstream chose to arrange their migrations. Fixed now in order to address a test order dependence problem in edx-platform when makemigrations output is verified.

Updates for Django 1.11.

01 Aug 18:08
Compare
Choose a tag to compare

Changes that are compatible with both 1.8 and 1.11. Manual testing was done, as there are no automated tests.

a11y fixes

10 Feb 14:38
Compare
Choose a tag to compare

Fairly minor a11y fixes.

v0.0.9 (2016-08-24)

24 Aug 06:42
Compare
Choose a tag to compare
Merge pull request #22 from open-craft/mtyaka/increase-slug-size

Increase slug max size