- update and loosen restrictions for wagtail-personalisation
- add date range filter
- Use github actions not travis
- Get site from wagtail cache
- Upgrade for Django 3
- Update MoloCommentForm to pass request as a form kwarg when submitting a comment
- Add request to MoloCommentForm
- Fix Admin comment list pagination with date filters
- Update MoloComment signal handler add attribute checks to update wagtail site
- Support Django 2.2+
- Deploy on Python 3 build
- Upgrade to wagtail 2
-Fix pycodestlye errors -Update comment edit to make only the comment text editable
- Upgrade to molo 7
- Fix bug in delete comments
- Fix bug in user comments export
- Remove settings to change commenting alias
- Return rule data if the user does not match the rules
- Add settings to change commenting alias
- Add methods to get user data from segmentation rule
- Update wagtail-personalisation version
- Enable segmentation rules to be tested without active requests
- Fix comment admin for unicode comments on Python 2
- Fix comment admin for unicode comments on Python 2
- Ensure segmentation rules are marked as static
- Add support for Python 3
- Plugin templates refactor and cleanup
- add support for Django 1.11
- add is_staff filter to admin
- Official Release of Commenting 6.0.0
- No longer supporting Django 1.9, see upgrade considerations https://docs.djangoproject.com/en/2.0/releases/1.10/
- Remove __latest__ from migration dependencies
- Bug Fix in Migration: Rely on Django Auth Latest migration for Django 1.10
- Bug Fix in Migration: Rely on Django Auth Latest
- upgrade to Django 1.10, molo 6x
- Remove comment field placeholder
- Update dependency on wagtail-personalisation to wagtail-personalisation-molo, a custom, forked version
- Bug Fix: redirect edit user page to wagtail admin not django-admin
- Added Comment Rules for Personalise
- Deprecated the use of download as CSV due to timeouts. Implemented send CSV as email.
- Bug Fix: use unicode for comments in admin
- Update trans blocks
- Add multi-site support
- Add trans block on comment textarea widget form
- Add placeholder attribute on comment textarea widget form
- Updated notifications templates user-interface for users when comments are replied to by user admin
- Added notifications for users when comments are replied to
- Added threaded comments that allow all users to reply to comments
- Updated templates in order to reflect styling changes in modeladmin
- Removed dependency on wagtailmodeladmin
- Removed use of
wagtailmodeladmin
: usewagtail.contrib.modeladmin
instead {% load wagtailmodeladmin_tags %}
has been replaced by{% load modeladmin_tags %}
NOTE: This release is not compatible with molo versions that are less than 4.0
- Delete Comment Moderator and Expert group and recreate them again
- Remove a duplicate line in migration
- Fix a bug in permissions migration
- Add commenting permissions to groups
- Add BEM template naming convention
- Add namespace to commenting URLs in the temolates
- Remove url(r'', include('django_comments.urls')) from commenting URLs
Note: If you are using this release you need to add the url(r'', include('django_comments.urls')) to your app's urls.py
- Pin pytest to 2.9
- Pin django-mptt to 0.8.5
- Change extended template for reply.html
- Convert unicode to encoded text for article title
- Return None if there is no user
- Added Comments view to Wagtail Admin
- add missing migration
- only allow admin users to post duplicate comments
- Removed {% load url from future %}
- Use user's alias when posting a comment
- Now compatible with Django 1.9 (removed model import in __init__.py)
- Added canned response.
- Order comments from newest to oldest unless they are replies.
- Add canned responses
- Add support for replying to comments from the admin interface.