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

Changelog History
Page 6

  • v3.0.16 Changes

    November 24, 2015
    • ๐Ÿ›  Fixed JavaScript error when using PageSelectWidget
    • ๐Ÿ›  Fixed whitespace markup issues in draft mode
    • โž• Added plugin migrations layout detection in tests
  • v3.0.15 Changes

    September 01, 2015
    • ๐Ÿ˜Œ 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.0.14 Changes

    June 27, 2015
    • ๐Ÿ›  Fixed an issue where privileged users could be tricked into performing actions without their knowledge via a CSRF vulnerability
    • ๐Ÿ›  Fixed an issue related to "Empty all" Placeholder feature
    • ๐Ÿ›  Fix issue with causes menu classes to be duplicated in advanced settings
    • ๐Ÿ›  Fix issue with breadcrumbs not showing
    • ๐Ÿ›  Fix issues with show_menu templatetags
    • ๐Ÿ›  Fix plugin sorting in py3
    • ๐Ÿ›  Fix search results number and items alignment in page changelist
    • ๐Ÿ›  Fix X-Frame-Options on top-level pages
    • Preserve information regarding the current view when applying the CMS decorator
    • ๐Ÿ›  Fix render_model template tag doesn't show correct change list
    • ๐Ÿ›  Fix language fallback for nested plugins
    • ๐Ÿ›  Fix order of which application urls are injected into urlpatterns
    • ๐Ÿ›  Fix delete non existing page language
    • ๐Ÿ›  Fix Scanning for placeholders fails on include tags with a variable as an argument
    • ๐Ÿ“š Minor documentation fixes
    • ๐Ÿ“Œ Pin South version to 1.0.2
    • ๐Ÿ“Œ Pin Html5lib version to 0.999 until a current bug is fixed
    • ๐Ÿ›  Fix language chooser template
  • v3.0.13 Changes

    April 15, 2015
    • ๐Ÿ“š Numerous documentation including installation and tutorial updates
    • ๐ŸŒ Numerous improvements to translations
    • ๐Ÿ‘Œ Improves reliability of apphooks
    • ๐Ÿ‘Œ Improves reliabiliy of Advanced Settings on page when using apphooks
    • ๐Ÿ‘ Allow page deletion after template removal
    • ๐Ÿ‘Œ Improves upstream caching accuracy
    • ๐Ÿ‘Œ Improves CMSAttachMenu registration
    • ๐Ÿ‘Œ Improves handling of mistyped URLs
    • ๐Ÿ‘Œ Improves redirection as a result of changes to page slugs, etc.
    • ๐Ÿ‘Œ Improves performance of "watched models"
    • ๐Ÿ‘Œ Improves frontend performance relating to resizing the sideframe
    • Corrects an issue where items might not be visible in structure mode menus
    • Limits version of django-mptt used in CMS for 3.0.x
    • โฌ†๏ธ Prevent accidental upgrades to Django 1.8, which is not yet supported
  • v3.0.12 Changes

    March 06, 2015
    • ๐Ÿ›  Fixed a typo in JavaScript which prevents page tree from working
  • v3.0.11 Changes

    March 05, 2015
    • ๐Ÿ‘ Core support for multiple instances of the same apphook'ed application
    • Fixed the template tag render_model_add
    • ๐Ÿ›  Fixed an issue with reverting to Live
    • ๐Ÿ›  Fixed a missing migration issue
    • ๐Ÿ›  Fixed an issue when using the PageField widget
    • ๐Ÿ›  Fixed an issue where duplicate page slugs is not prevented in some cases
    • ๐Ÿ›  Fixed an issue where copying a page didn't copy its extensions
    • ๐Ÿ›  Fixed an issue where translations where broken when operating on a page
    • ๐Ÿ›  Fixed an edge-case SQLite issue under Django 1.7
    • ๐Ÿ›  Fixed an issue with confirmation dialog
    • ๐Ÿ›  Fixed an issue with deprecated 'mimetype'
    • ๐Ÿ›  Fixed an issue where cms check
    • ๐Ÿ“š Documentation updates
  • v3.0.10 Changes

    February 14, 2015
    • ๐Ÿ‘Œ Improved Py3 compatibility
    • ๐Ÿ‘Œ Improved the behavior when changing the operator's language
    • ๐Ÿ“š Numerous documentation updates
    • โช Revert a change that caused an issue with saving plugins in some browsers
    • ๐Ÿ›  Fix an issue where urls were not refreshed when a page slug changes
    • ๐Ÿ›  Fix an issue with FR translations
    • ๐Ÿ›  Fixed an issue preventing the correct rendering of custom contextual menu items for plugins
    • ๐Ÿ›  Fixed an issue relating to recovering deleted pages
    • ๐Ÿ›  Fixed an issue that caused the uncached placeholder tag to display cached content
    • ๐Ÿ›  Fixed an issue where extra slashed would appear in apphooked URLs when APPEND_SLASH=False
    • ๐Ÿ›  Fixed issues relating to the logout function
  • v3.0.9 Changes

    January 11, 2015
    • โช Revert a change that caused a regression in toolbar login
    • ๐Ÿ›  Fix an error in a translated phrase
    • ๐Ÿ›  Fix error when moving items in the page tree
  • v3.0.8 Changes

    January 11, 2015
    • Add require_parent option to CMS_PLACEHOLDER_CONF
    • ๐Ÿ›  Fix django-mptt version dependency to be PEP440 compatible
    • ๐Ÿ›  Fix some Django 1.4 compatibility issues
    • โž• Add toolbar sanity check
    • Fix behavior with CMSPluginBase.get_render_template()
    • ๐Ÿ›  Fix issue on django >= 1.6 with page form fields.
    • Resolve jQuery namespace issues in admin page tree and changeform
    • ๐Ÿ›  Fix issues for PageField in Firefox/Safari
    • ๐Ÿ›  Fix some Python 3.4 compatibility issue when using proxy modles
    • ๐Ÿ›  Fix corner case in plugin copy
    • ๐Ÿ“š Documentation fixes
    • Minor code cleanups
  • v3.0.7 Changes

    November 27, 2014
    • ๐Ÿ‘ Complete Django 1.7 support
    • ๐Ÿ“š Numerous updates to the documentation
    • โšก๏ธ Numerous updates to the tutorial
    • โšก๏ธ Updates to better support South 1.0
    • โž• Adds some new, user-facing documentation
    • ๐Ÿ›  Fixes an issue with placeholderadmin permissions
    • ๐Ÿ’ป Numerous fixes for minor issues with the frontend UI
    • ๐Ÿ›  Fixes issue where the CMS would not reload pages properly if the URL contained a # symbol
    • Fixes an issue relating to 'limit_choices_to' in forms.MultiValueFields
    • ๐Ÿ›  Fixes PageField to work in Django 1.7 environments
    • ๐Ÿ“š Updates to community and project governance documentation
    • โž• Added list of retired core developers
    • โž• Added branch policy documentation