2015-09-08 10:16:24 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 3.1.3:
The new bugfix releases for supported versions of django CMS are out. They \
contain a lot of small (and some not so small) fixes ranging from frontend \
glitches to better Django 1.8 support. All users of django CMS 3.1x and 3.0.x \
are encouraged to upgrade.
|
2015-07-17 17:53:36 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 3.1.2:
Security Vulnerability Fix
* Fixed an issue where privileged users could be tricked into performing certain \
actions without their knowledge via a CSRF vulnerability.
Bug Fixes
* Fix issue which causes menu classes to be duplicated in advanced settings
* Fix issue with breadcrumbs not showing
* Fix issues with show_menu templatetags
* Minor documentation fixes
* Fix an issue related to "Empty all" Placeholder feature
* Fix plugin sorting in py3
* Fix search results number and items alignment in page changelist
* Preserve information regarding the current view when applying the CMS decorator
* 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
* Pin South version to 1.0.2
* Pin Html5lib version to 0.999 until a current bug is fixed
* Fix language chooser template
|
2015-04-17 17:16:41 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
Changes 3.0.13:
Numerous documentation updates especially for installation and the tutorial
Numerous improvements to translations
Improves reliability of apphooks
Improves reliabiliy of Advanced Settings for pages 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 structue 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
|
2015-03-08 09:23:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
Changes 3.0.12:
Core support for multiple instances of the same apphook'ed application
The template tag `render_model_add` can now accept a model class as well as a \
model instance
Fixes an issue with reverting to Live mode when moving plugins
Fixes a missing migration issue
Fixes an issue when using the PageField widget
Fixes an issue where duplicate page slugs is not prevented in some cases
Fixes an issue where copying a page didn't copy its extensions
Fixes an issue where translations where broken when operating on a page
Fixes an edge-case SQLite issue under Django 1.7
Fixes an issue where a confirmation dialog shows only some of the plugins to be \
deleted when usingthe "Empty All" context-menu item
Fixes an issue where deprecated 'mimetype' was used instead of 'contenttype'
Fixes an issue where `cms check` erroneous displays warnings when a plugin uses \
class inheritance
Documentation updates
|
2015-02-19 12:07:17 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
Changes 3.0.10:
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
|
2015-01-14 18:11:10 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 3.0.9:
* 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
|
2014-12-31 14:57:34 by Thomas Klausner | Files touched by this commit (125) |
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
|
2014-11-29 16:06:12 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
Changes 3.0.7:
* Numerous updates to the documentation
* Numerous updates to the tutorial
* Updates to better support South 1.0
* Adds some new, user-facing documentation
Bug fixes:
* 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
|
2014-11-23 15:07:47 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 3.0.6:
Experimental full Django 1.7 migrations support
Added CMSPlugin.get_render_model to get the plugin model at render time
Added simplified API to handle toolbar for page extensions
Fixed a few frontend glitches
Fixed menu when hide untranslated is set to False
Added option to publish all the pages in a language / site in publisher_publish \
command
Fixed sitemap ordering
Fixed plugin table name generation fixes
|
2014-08-24 10:04:18 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
We just released django CMS 3.0.5.
We had 2 previously undetected regressions in 3.0.4. These are now fixed.
One small new feature also snuck into this release: apphooks and plugin \
registration now work as decorators.
If you are running 3.0.4 please upgrade.
|