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

Changelog History
Page 9

  • v2.1.0 Changes

    January 26, 2011
    • language namespaces for apphooks (reverse("de:myview"), reverse("en:myview"))
    • ๐Ÿ”Œ video plugin switch to https://github.com/FlashJunior/OSFlashVideoPlayer
    • frontediting added (cms.middlware.toolbar.ToolbarMiddleware)
    • โœ… testsuite works now under sqlite and postgres
    • ๐Ÿ”Œ orphaned text embed plugins get now deleted if not referenced in the text anymore
    • ๐Ÿšš placeholder templatetag: "theme" attribute removed in favor of "width" (backward incompatible change if theme was used)
    • menu is its own app now
    • menu modifiers (you can register menu modifiers that can change menu nodes or rearrange them)
    • menus are now class based.
    • apphooks are now class based and can bring multiple menus and urls.py with them.
    • menus and apphooks are auto-discovered now
    • ๐Ÿ‘ example templates look a lot better now.
    • languages are not a dropdown anymore but fancy tabs
    • placeholderend templatetag added: {% placeholder "content" %}There is no content here{% endplaceholder %}
    • ๐Ÿ”Œ plugins can now be used in other apps :) see cms/docs/placeholders.txt
    • ๐Ÿ”Œ plugins can now be grouped
    • ๐Ÿ›  a lot of bugfixes
    • the cms now depends on the cms.middleware.media.PlaceholderMediaMiddleware middleware
    • ๐Ÿ”จ templatetags refactored: see cms/docs/templatetags.txt for new signatures.
    • placeholder has new option: or and a endpalceholder templatetag
  • v2.0.2 Changes

    December 14, 2009
    • โœ… testsuite working again
    • ๐Ÿ”„ changelog file added
  • v2.0.1 Changes

    December 13, 2009
    • ๐Ÿ›  mostly bugfixes (18 tickets closed)
    • ๐Ÿ“„ docs updated
    • permissions now working in multisite environment
    • home is now graphically designated in tree-view