New in Kaliko CMS 1.2.5

Enable sessions for MVC provider

In order to use session variables in your actions when using the MVC provider, set the new attribute enableSessions="true" to the <siteSettings /> in your web.config. If not using sessions in your actions it's recommended to set this option to false (which also is default if unset).

Bugfixes

  • Fixed problem with file option in link property
  • Fixed problem with omitted content type when returning MVC action result
  • Fixed problem with paths starting with "./" for images in HTML editor
  • Fixed problem with sort settings not being applied for site root in admin
  • Fixed problem with reopening image and link dialogs in admin
  • Updated jsTree to a version that not relies on registerElement which will be deprecated in Chrome
  • Validate password before trying to change when editing a user in admin

Related posts:

Comments

comments powered by Disqus