All Versions
83
Latest Version
Avg Release Cycle
195 days
Latest Release
345 days ago
Changelog History
Page 6
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
- ๐ Fixed JavaScript error when using
-
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