All Versions
83
Latest Version
Avg Release Cycle
195 days
Latest Release
640 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