- 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
- 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
- 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]
- Fixed problem with custom property types only used in site definition not registering
- 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
- 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
- Fixed problem with URLs and virtual application paths
- 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
- 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
- Added Html helper for menu trees
- Added Html helper for breadcrumbs
- Improved MVC routing
- Fixed problems with image editor
- 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
- Fixed broken upload component
- Fixed bug in NuGet packages that replaced custom connectionstrings during update
- Improved simular page search
- Added redirect support for old page links when moving pages or changing URLs
- Improved image picker
- Fixed broken button icons for link property editors
- Added ASP.NET Identity integration
- Added sort order to startup sequence
- Added administration of roles and users
- Added a warning if leaving editor page with unsaved changes
- Fixed bug in page list caching
- Updated third party references to latest versions
- Added new UniversalDateTimeProperty for timezone independent dates
- Publishing dates made timezone independent
- Username stored in page author field
- Security fix: Prevent loading unpublished page through template
- Minor update in default theme
- Major update of the administration interface
- Restructured includes of third party styles and scripts in admin
- Fixed bug moving pages under the root
- Added confirm box when moving pages
- Updated JsTree to version 3
- Fixed admin path references
- Added configurable theme setting
- Fixes problem with instability at AppDomain restart
- Minor code clean-up
- Replaced data layer by Telerik Data Access
- Automatic database creation, updates and versioning
- Fixes UI for links property editor
- Fixes UI for editing collection items
- Overall code cleanup
- Fixes round-robin bug when creating the first page
- Improved TinyMCE editor settings
- Added predicate filtering for getting page trees