-
Notifications
You must be signed in to change notification settings - Fork 2
Home
davydotcom edited this page Nov 13, 2012
·
16 revisions
Welcome to the spud_cms wiki!
- Completely reworked template engine
- Inclusion of Liquid Template Engine for Liquid Tags
- Modular liquid tag injection support (i.e. injecting forms from inquiries into a cms page, or banners).
- Layout manifest directives to define page parts and template names
- Improved cache sweeping.
- Improved Page Caching Support
- Permalinks support, (renaming a page creates a historical permalink with 301 redirects for better SEO)
- Sub pages use nested routes (The parent page route is in the route for a sub-page now)
- Preview mode is now available while creating/editing pages.
- Compatibility with Rails 3.2.3 white_list attributes configuration
- Multi-site mode is available (early development)
- Improved helpers for rendering menus via the menu builder or via the page hierarchy
- Bug fixes and performance improvements
- Added support for Rails Page caching and action caching (DEFAULT DISABLED).
- Added Sweepers for clearing page caches on page updates ** Also clears sitemap cache
- Added sweeper to clear page caches for pages associated with a template if it is updated
- Added sweeper to clear all caching if menu items are updated
Look at the configuration wiki page for more information on how to enable CMS page caching.