All Versions
83
Latest Version
Avg Release Cycle
195 days
Latest Release
965 days ago

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
  • 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