• Decrease Text SizeIncrease Text Size

Centralpoint Update 8.4.28


Date of Update: Monday, August 19, 2013  
Feature Summary
Attribute CpScript This CpScript now has a parameter called SqlEncode. If that is set to true it will SqlEncode your value.
DocumentIconColumn CpDatabind This data bind is used to render a file type image (icon) based on the extension of each record’s related file on a Results View (#2). A new ‘filter’ parameter has been added, and when set to true it will cause the icon be linked to a search of all records in that module with the same extension.
Education > Courses The General > Credits attribute has been updated to accept decimals values.
Partial Page Class The Centralpoint.WebSite.Page class has been changed to a partial class so that it can be extended via My Modules or Custom development. Partial OnInitCustom and OnInitMy methods have also been added to Centralpoint.Web.Page.
WCF Services The Web.Config files in the master and web site’s Root folders will be modified to support WCF services developed within the Root and Console web applications. The configuration/system.serviceModel/serviceHostingEnvironment element will be added if it does not already exist, and aspNetCompatibilityEnabled and multipleSiteBindingsEnabled will be set to "true". This should not affect your web site unless you have developed custom WCF services within the web application that do not allow ASP.NET compatibility. In this case you should update the compiler directive on your custom service class to support ASP.NET compatibility [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)], or contact Oxcyon to discuss alternatives before installing this update.


See Full History of All Updates