Composite C1 v6.2 Release Notes

Release Date: 2017-08-16 // over 6 years ago
  • C1 CMS 6.2 (6.2.6436.18972)

    ๐Ÿš‘ This release brings about new features in the CMS Console and Content Search areas and overall performance and memory optimizations, giving an all around speed improvement and critical performance improvements for sites with a vey large amount of pages.

    Also, a previously commercial feature - the ability to manage multiple sub-sites with unique host names - is now part of the open source project.

    Download

    ๐Ÿš€ Download C1 CMS 6.2

    Whatโ€™s new in C1 CMS 6.2?

    ๐Ÿ‘ Host name management / multi-site support

    The previously commercial feature that allowed admins to manage multiple host names / sub-sites is now part of the open source project. This allow you to associate host names with specific localized sub sites, manage 404 pages per host name and more.

    ๐Ÿ‘ Also - not previously available - โ€œAlways use HTTPSโ€ support added for host name settings, enabling you to auto redirect all http requests to https.

    ๐Ÿ‘€ See https://docs.c1.orckestra.com/Configuration/UrlConfiguration for more.

    hostnames

    Console

    ๐Ÿ’ป The CMS Console browser show PDF, HTML and text file previews when browsing the Media perspective. Code files (.config, .css, .cshtml, .aspx etc.) are shown in the browser as well, when browsing website file structures (Layout and System perspectives).

    pdf previewing

    Resource File (.resx) editor added to the CMS Console, enabling editing and translating .resx files.
    ๐Ÿ’ป The perspective buttons (left side, Content, Media etc.) now offer a context menu on right click, allowing you to set permissions for the perspective. Other commands attached do perspective elements will also show up. Also, clicking the icon for an already active perspective, will focus the perspectiveโ€™s main browser.

    resx-editor

    Dev features

    ๐ŸŽ The build in page performance profiler improved - performance trace show a more detailed breakdown and allow you to order by memory usage.

    ๐Ÿ†• New CMS Console widget available, Hierarchical Tree Selector, allowing users to select X items from a tree structure.
    ee8721e

    ๐Ÿ‘ Tree Definition files now support formatting dates, ints and decimals in labels.
    #442

    Content Search

    ๐Ÿ‘ Search now support facetted search on reference fields on data types. Improved quality of keyword highlighting for text excerpts in search results.

    website search function settings

    ๐ŸŽ Performance optimizations and fixes

    ๐ŸŽ Performance optimization for XML based sites โ€“ DateTime, Guid, bool and decimal values were always parsed from underlying string value, now the parsed value is cached.

    ๐ŸŽ Performance optimizations across the board for Console security resolving. For sites with larger more complex content trees, this can yield a visible performance improvement.

    ๐Ÿ›  Memory handling fixes, removing unneeded object finalizers and ensuring IDisposable are disposed of in an orderly fashion. Memory optimizations.

    ๐Ÿ›  Fixes around our use of the Roslyn Compiler โ€“ fixing issues where App_Resources were not compiled for non-default language, some Web Form code on websites would not compile and XSLT inline C# compilation failed.

    ๐Ÿš‘ Critical fix: Chrome v60 update broke setup wizard, preventing CMS install using this browser.

    ๐Ÿ’ป Several other UI improvements, optimizations and bug fixes.

    The method for serializing โ€œentity tokenโ€ and โ€œdata source idโ€ changes from escaped string custom format to JSON. This make reading such tokens a lot easier.

    df_u9z0w0ae_x2p