All Versions
83
Latest Version
Avg Release Cycle
195 days
Latest Release
965 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v3.1.8 Changes
- β Removed html5lib from setup.py
-
v3.1.7 Changes
April 27, 2016- π Fix packaging problem with the wheel distribution
-
v3.1.6 Changes
April 26, 2016- π Fix cache settings
- π Fix user lookup for view restrictions/page permissions when using raw id field
- π Fixes an issue relating to uninstalling a namespaced application
- β Adds "Can change page" permission
- β Addresses security vulnerabilities in the
render_model
template tag that could lead to escalation of privileges or other security issues. - β Addresses a security vulnerability in the cms' usage of the messages framework
- π Fixes security vulnerabilities in custom FormFields that could lead to escalation of privileges or other security issues.
-
v3.1.5 Changes
January 29, 2016- π Fixed a tree corruption when pasting a nested plugin under another plugin.
- π Improve CMSPluginBase.render documentation
- π Fix CMSEditableObject context generation which generates to errors with django-classy-tags 0.7.1
- π Fix error in toolbar when LocaleMiddleware is not used
- π Move templates validation in app.ready
- π Fix ExtensionToolbar when language is removed but titles still exists
- π Fix pages menu missing on fresh install 3.1
- π Fix incorrect language on placeholder text for redirect field
- π Fix PageSelectWidget JS syntax
- π Fix redirect when disabling toolbar
- Fix CMS_TOOLBAR_HIDE causes 'WSGIRequest' object has no attribute 'toolbar'
-
v3.1.4 Changes
November 24, 2015- Fixed a problem in
0010_migrate_use_structure.py
that broke some migration paths to Django 1.8 - π Fixed
fix_tree
command - β Removed some warnings for Django 1.9
- π Fixed issue causing plugins to move when using scroll bar of plugin menu in Firefox & IE
- π Fixed JavaScript error when using
PageSelectWidget
- π Fixed whitespace markup issues in draft mode
- β Added plugin migrations layout detection in tests
- π Fixed some treebeard corruption issues
- Fixed a problem in
-
v3.1.3 Changes
September 01, 2015- β Add missing migration
- Exclude PageUser manager from migrations
- π Fix check for template instance in Django 1.8.x
- π Fix error in PageField for Django 1.8
- π Fix some Page tree bugs
- Declare Django 1.6.9 dependency in setup.py
- π Make sure cache version returned is an int
- π Fix issue preventing migrations to run on a new database (django 1.8)
- π Fix get User model in 0010 migration
- π Fix support for unpublished language pages
- β Add documentation for plugins datamigration
- π Fix getting request in _show_placeholder_for_page on Django 1.8
- π Fix template inheritance order
- π Fix xframe options inheritance order
- π Fix placeholder inheritance order
- π Fix language chooser template
- π Relax html5lib versions
- π Fix redirect when deleting a page
- Correct South migration error
- Correct validation on numeric fields in modal popups
- Exclude scssc from manifest
- β Remove unpublished pages from menu
- β Remove page from menu items for performance reason
- π Fix reachability of pages with expired ancestors
- Don't try to modify an immutable QueryDict
- Only attempt to delete cache keys if there are some to be deleted
- π Update documentation section
- π Fix language chooser template
- Cast to int cache version
- π Fix extensions copy when using duplicate page/create page type
-
v3.1.2 Changes
July 02, 2015- π Fix placeholder cache invalidation under some circumstances
- β‘οΈ Update translations
-
v3.1.1 Changes
June 27, 2015- β Add Django 1.8 support
- β‘οΈ Tutorial updates and improvements
- π Fix issue with causes menu classes to be duplicated in advanced settings
- π Fix issue with breadcrumbs not showing
- π Fix issues with show_menu templatetags
- π Minor documentation fixes
- βͺ Revert whitespace cleanup on flash player to fix it
- βͺ Correctly restore previous status of dragbars
- β Add copy_site command
- π Fix an issue related to "Empty all" Placeholder feature
- π Fix plugin sorting in py3
- π Fix language-related issues when retrieving page URL
- β Add setting to disable toolbar for anonymous users
- π Fix search results number and items alignment in page changelist
- Preserve information regarding the current view when applying the CMS decorator
- π Fix errors with toolbar population
- π Fix error with watch_models type
- π Fix error with plugin breadcrumbs order
- π Change the label "Save and close" to "Save as draft"
- π Fix X-Frame-Options on top-level pages
- π Fix order of which application urls are injected into urlpatterns
- π Fix delete non existing page language
- π Fix language fallback for nested plugins
- π Fix render_model template tag doesn't show correct change list
- π Fix Scanning for placeholders fails on include tags with a variable as an argument
- π Fix handling of plugin position attribute
- π Fix for some structureboard issues
- β Add setting to hide toolbar when a URL is not handled by django CMS
- β Add editorconfig configuration
- π Make shift tab work correctly in submenu
- Fix get_language_from_request if POST and GET exists
- π Fix an error in placeholder cache
- π Fix language chooser template
-
v3.1.0 Changes
April 20, 2015- β Remove django-mptt in favor of django-treebeard
- β Remove compatibility with Django 1.4 / 1.5
- General code cleanup
- Simplify loading of view restrictions in the menu
- South is not marked as optional; to use south on Django 1.6 install django-cms[south]
- β Add system_plugin attribute to CMSPluginBase that allow the plugin to override any configured restriction
- π Change placeholder language fallback default to True
- β Remove plugin table naming compatibility layer
- β Remove deprecated cms.context_processors.media context processor
- π Add templatetag render_plugin_block
- Add templatetag render_model_add_block
- β Add "Structure mode" permission
-
v3.0.17 Changes
- β Addresses security vulnerabilities in the
render_model
template tag that could lead to escalation of privileges or other security issues. - π Fix ExtensionToolbar when language is removed but titles still existsβ¦
- π Fix PageSelectWidget JS syntax
- π Fix cache settings
- β Addresses security vulnerabilities in the