Composite C1 4.1 (4.1.5058.34326)
Write a review for this release - help us improve, recommend us.
Getting started
If you are new to Composite C1 and want to install it: http://docs.composite.net/Getting-started
What's new in Composite C1 4.1
The following are highlights of major changes since Composite C1 4.0:
General user features:
Developer features:
Stability and performance:
Other:
What's new in Composite C1 4.0
The following are highlights of major changes since Composite C1 3.2:
General user features:
Developer features:
Management:
Other:
Upgrade guidelines
You can upgrade manually (copy files, modify xml in config files etc.) or you can automate the procedure using an Upgrade Package.
The manual upgrade guidelines are posted "gratis" on CodePlex (Discussions, Release Notes). They are intended for the tech savvy DIY developers and organizations.
The Upgrade Package is a paid service that provide you with upgrade support and a simple and painless upgrade path - you can upgrade directly from the web interface with a few clicks. Beside from making continuous upgrades easy you help fund the development of Composite C1. See https://www.composite.net/Plans-and-Pricing for details.
Write a review for this release - help us improve, recommend us.
Getting started
If you are new to Composite C1 and want to install it: http://docs.composite.net/Getting-started
What's new in Composite C1 4.1
The following are highlights of major changes since Composite C1 4.0:
General user features:
- Drag-and-drop images and files like PDF and Word documents directly from your own desktop and folders into page content
- Allow you to install Composite Form Builder - an effective, extensive and easy to use tool for building web forms
- "Open Cph" Starter Site upgraded to Bootstrap 3 - powerful mobile first front-end framework.
- Seamless switch between content languages for users working with content in more than one language
- Internet Explorer 11 support
- Microsoft .NET 4.5 required - yielding across-the-board performance improvements and new developer features
- Latest versions of TinyMCE (Visual Editor) and CodeMirror (Code Editor)
- Audit logging improved: IP logged for logins. User and group add/edit/delete events logged. Workflow activity logging includes user names. Security changes to elements logged
- Full support for multiple simultaneous media file providers
Developer features:
- When writing Razor Functions or User Control Functions you will now get nicely formatted compile error or runtime exception feedback with call stack, C1 Function name, line number and failing code lines preview.
- Your own static C1 Data Types (data types defined in pure code) which has the RelevantToUserType("Developer") attribute now show up on the Data Perspective in a new "Static Datatypes" folder. Below each data type you can browse data records and from there invoke an auto generated UI for CRUD.
- Create your own 100% customized UI for the "Function Call Editor" for your own C1 Functions.
- Use Razor to build custom C1 Console apps.
- You can now edit .sass files from the C1 Console
- You can now edit .asmx files from the C1 Console
- Control JPEG image compression (image quality) for resized images individually via ?q=... on media URLs or via the default value in Composite.config. You may also use ?q=... alone to control image quality of a full sized image fixing "user uploaded giant JPEGs" issues easily.
- C1 Function parameters generated from properties (Razor and User Control Functions) will now ignore properties where ‘set’ is private or the property has the attribute FunctionParameterIgnore().
- C1 Function parameters may now be of type Lazy<T> - Composite C1 will allow those to be set by C1 Functions of type Lazy<T> and T - and those nested function will not be executed unless you reference Lazy<T>.Value. This let you get "lazy parameters" in C# Functions, Razor Functions and User Control Functions.
- Better developer feedback: C1 Function names embedded into CLR call stack when executing - making exceptions much more informative as to which (perhaps nested) C1 Function failed, if an exception is thrown.
- Better developer feedback: the Function tester now shows entire exception info (stack trace, inner exceptions) when exception is thrown on "Result" generation - before only showed the exception message
Stability and performance:
- This release fixes bugs uncovered in the 4.0 release and introduces performance improvements in the C1 Console in particular and in the system in general. The release also improves on the existing high quality of system and error logging. Performance, stability and the very kind developer feedback have been on our minds when building this release (as always).
Other:
- Numerous bug fixes and minor improvements - for a more comprehensive list seehttps://compositec1.codeplex.com/SourceControl/list/changesets
What's new in Composite C1 4.0
The following are highlights of major changes since Composite C1 3.2:
General user features:
- Uploads up to 512MB accepted in the media archive
- New “Block Selector” in Visual Editor – enables users to create styled div, blockquote etc. elements (not yet available in IE)
- IE9 and IE10 run in standards mode and have very good performance
- Support for older IE7 and IE8 dropped
- IE10 has spell checking in all input fields (like Firefox)
- When media files are updated (like uploading a new image on top of an existing one) all client caches are automatically invalidated
- Drop down menus support searches
- Free hand image re-size in Visual Editor - images resized server side
- New URL combobox widget allows for both internal URLs and a typed URL
- The C1 Console tree showing website pages now use the 'Menu Title' for labels
- New starter site (bootstrap/less/razor)
Developer features:
- Support for .NET 4 and .NET 4.5
- ASP.NET Razor, Web Forms and Master pages are now 1st class citizens
- Support for inline SVG in page HTML, function output etc.
- Data Type Editor let you makes XHTML fields with one click.
- Data Type Editor now enables you to control sorting on tree elements
- Public API expanded - http://api.composite.net/
- VisualEditor; code view; setting attributes on <body/> now kept and lifted to a rendered page.
- Visual Editor picks up on CSS/LESS file changes and next load.
- Support for CDATA sections - enables unstructured markup to be placed in function output.
- New C1 Functions HtmlTitleValue and MetaDescriptionValue (namespace Composite.Web.Htm.Template) which will output the final title and description of a page.
- Adding head element filtering (filtering on duplicate meta tag definitions, duplicate script and css includes).
- Page Template supports Razor and Master pages with full C1 Console edit support in the Layout perspective
- Razor Functions and User Control Functions known from C1Contrib built in, added to the public API and manageable from within the C1 Console
- In the Layout perspective, new "Page Templates Features" allow you to maintain template elements (like footer texts, navigation and aside columns functions) in a code free environment.
- Code editor has Razor syntax highlighting
- ASP.NET Sitemap provider support
- Copy XSLT Functions
- OnStoreChange data event introduced for better scale out support
- IFormLoginProvider and related types now exposed in the public API
- RenderingResponseHandler and related types now exposed in the public API
- Error boxes shown when a C1 Function fails on a page look better than ever. Highlighting the offending line etc.
Management:
- New "HTTPS Enforcer" feature on the C1 Console (see https://compositec1.codeplex.com/workitem/1661) - easy config to make the C1 Console either force HTTPS or be unavailable.
- Installing and performing well on Azure Websites.
- Now possible to delete (or not copy) the "/Composite" folder on a deployment.
- The C1 Console's "Tools | Server Log" now offers filtering of event types.
- XML data files serialize elements sorted by primary key. Makes use with code versioning systems easier.
- Changes to XML data files are picked up. Data is reloaded and OnStoreChange is fired, updating all relevant Composite C1 caches.
Other:
- Numerous bug fixes and minor improvements - for a more comprehensive list seehttps://compositec1.codeplex.com/SourceControl/list/changesets
Upgrade guidelines
You can upgrade manually (copy files, modify xml in config files etc.) or you can automate the procedure using an Upgrade Package.
The manual upgrade guidelines are posted "gratis" on CodePlex (Discussions, Release Notes). They are intended for the tech savvy DIY developers and organizations.
The Upgrade Package is a paid service that provide you with upgrade support and a simple and painless upgrade path - you can upgrade directly from the web interface with a few clicks. Beside from making continuous upgrades easy you help fund the development of Composite C1. See https://www.composite.net/Plans-and-Pricing for details.