Skip to content

Releases: KalikoCMS/KalikoCMS.Core

Version 1.2.5

29 May 18:10
11c03ee
Compare
Choose a tag to compare

New in 1.2.5

  • 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
  • Added optional configuration setting (enableSessions) to support the use of session state in MVC

Version 1.2.4

08 Oct 19:23
ab9c076
Compare
Choose a tag to compare

New in 1.2.4

  • Fixed problem with unicode characters in composition properties
  • Fixed problem with default values for menu and sitemap visibility not honored by administration UI
  • Fixed problem with duplicate ApplicationPaths when creating a new page running site in virtual folder
  • Fixed problem with incompatible data types for some data providers such as Oracle
  • Fixed problem with using required flag on fields in composite and collection properties
  • Fixed problem with hidden publish and save buttons on iOS
  • Fixed problem with freezing page tree when moving pages in admin
  • Fixed problem with editor for file properties inside collections
  • Added option to specify connection string name in configuration
  • Removed client file size limit on file upload
  • Added support for running the CMS headless through new content API

Version 1.2.3

09 Dec 10:31
987269a
Compare
Choose a tag to compare

New in 1.2.3

  • Fixed script reference problem for property editors in Chrome
  • Fixed problem with file property editor not showing correct filename on postback
  • Added HtmlHelper extensions for getting URL to startpage or specified page [PR #130]

Version 1.2.1

05 Jul 05:27
Compare
Choose a tag to compare

New in 1.2.1

  • Replaced JSON component
  • Method for setting default values for pages
  • Fixed problem where collection property editor breaks on larger property value
  • Fixed problem with non-responsive dialog when moving pages
  • Fixed problem with image editor in collection properties
  • Fixed problem with using composite properties in collections
  • Fixed problem with failing page saves on PageLink properties
  • Fixed problem with property type scripts when using collection properties
  • Fixed problem with preview when site is set up as a subsite
  • Fixed problem with short url in editor when site is set up as a subsite
  • Fixed problem with editor allowing start publish date after stop publish date
  • Added IoC support for MVC controllers
  • Added option to select what fields to search in
  • Added PageMoved event
  • Updated core project to ASP.NET 4.5
  • Updated AutoMapper

Version 1.2.0

16 Oct 13:30
Compare
Choose a tag to compare

New in 1.2.0

  • Properties now recognize [Required]-attribute
  • Improved Markdown editor with support for headings, CMS images and links
  • Added ability to use property tabs
  • Added drag & drop image inline embedding in TinyMCE-editor
  • Updated TinyMCE to 4.3.8
  • Added site settings
  • Added new selector property type
  • Improved compability for custom date formats
  • Fixed problem with characters breaking collection property editor

Version 1.1.1

12 Apr 19:28
Compare
Choose a tag to compare

New in 1.1.1

  • Improved MVC routing to actions on pages
  • Fixed problem with running actions in views
  • Fixed problem with page tree in editor and certain page names
  • Fixed problem with culture dependent property name case-shifting
  • Fixed outdated reference in NuGet-package

Version 1.1.0

12 Apr 19:27
Compare
Choose a tag to compare

New in 1.1.0

  • Added composite property
  • Added page preview
  • Added options to set class or additional attributes on ImageProperty.ToHtml()
  • Added tags and summary field to search hits
  • Extended FindSimular to support additional meta data
  • Fixed wrong path for DateTimeProperty
  • Fixed sort order in page type dialog
  • Fixed problem for systems that have duplicate tag context
  • Fixed issues related to not using singleton OWIN user manager
  • Fixed problem with preauthorized page requests

Version 1.0.1

11 Sep 17:36
Compare
Choose a tag to compare

New in 1.0.1

  • Added Html helper for menu trees
  • Added Html helper for breadcrumbs
  • Improved MVC routing (#52)
  • Fixed problems with image editor (#53)
  • Fixed bad path to universal date time property editor

Version 1.0.0

18 Aug 18:54
Compare
Choose a tag to compare

Update instructions

Although the installation over an old version should go smoothly always start by backing up the current project including the database. Make sure that you update all the Kaliko CMS packages (including Search if you're using it) to the same version.

New in 1.0.0

  • Added Markdown property type
  • Added option to set URL segment when editing a page
  • Added option to set visibility in sitemaps when editing a page
  • Added page versioning
  • Added page published event
  • Added child sort order to pages
  • Added default child sort order to pagetypes
  • Added function to drag-and-drop sort order in page tree
  • Added function to limit available pagetypes for each pagetype
  • Get children now returns sorted list based on parent page settings
  • Divided startup code in pre and post CMS initialization
  • Improved custom routing in MVC provider
  • Improved pagetype selector
  • Added function to fetch all pages based on a predicate filter
  • Added original status for use on working copies
  • Fixed support for application paths in page URLs
  • Fixed support for abstract (inehrited) MVC controllers
  • Fixed property HTML output for Razor views
  • Fixed default log path to use the |DataDirectory| alias
  • Fixed bug overwriting image preview in editor
  • Fixed log level for datacontext
  • Fixed assembly resolver for SQLite
  • Fixed bug in collection properties when sub-property included an apostrophe
  • Cleaned up NuGet package removing bundle source files

For an in depth description of the new features and applied fixes read the following post:
http://kaliko.com/blog/new-in-kaliko-cms-1-0-0/

Version 1.0.0-RC1

15 Aug 05:28
Compare
Choose a tag to compare
Version 1.0.0-RC1 Pre-release
Pre-release

New in 1.0.0-RC1

  • Fixed bug that prevented creation of pages under root / non selected parent
  • Fixed bug that left the editor on a page when it had been deleted
  • Added page type information to page in edit mode