Centralpoint Update 8.11.94
Date of Update: Monday, October 28, 2024
Feature | Summary |
Web.config: Assembly Binding Updates and Script/Style Bundling | Assembly binding redirects will be added to the runtime section of all master, web site, and console web.config files for WebGrease (redirecting to version 1.6.5135.21930), Aspose.Imaging (redirecting to version 24.8.0.0), and Newtonsoft.Json (redirecting to version 13.0.0.0). These dependentAssembly elements will only be added if they do not already exist in the configuration files for the specified assembly names. A new appSetting "Enable.Bundling" will be supported, which is enabled by default in console applications when the setting does not exist. If script and style bundling issues are encountered in the consoles, bundling can be disabled by adding the appSetting with a value of "0" and removing the runtime element. |
Telerik RTF Editors | An issue was reported when users copy and paste within the Design View of the system's RTF Editors. Relative URL paths were automatically converted into absolute paths using the domain from the browser. This was creating issues in client environments that use a staging site. Content in the production site was rendering absolute URLs back to staging. This also could create similar issues in applications that host multiple sites with different domains. This update is applied automatically and resolves the issue in all Telerik RTF Editors used throughout Centralpoint (editors in the client console and website form editor controls). |
Admin > Properties: Select2 Integration for ListBox Controls | For Forms Management, two new beta properties (Enable FormPagedListBox as FormSelect2 and Enable FormDataListBox as FormSelect2) enable automatic rendering of FormPagedListBox and FormDataListBox as Select2 controls. When enabled, these implementations will use string columns for item text display, though some original list box properties will be ignored. Both features can be individually overridden using the UseSelect2 parameter in their respective scripts.
For custom and system attributes, two similar beta properties (Enable CpPagedListBox as CpSelect2 and Enable CpDataListBox as CpSelect2) enable automatic rendering of CpPagedListBox and CpDataListBox as Select2 attributes. These implementations follow the same pattern, using string columns for item text and allowing individual override via the UseSelect2 parameter in their respective attributes. All four properties are disabled by default and can be toggled between No/Yes options. |
PdfViewer CpScript | .htm and .html file extensions will generate a PDF version of the source file and the converted PDF will render through the viewer. This update is applied automatically and no console configuration changes are required. |
MediaToImage CpScript | This script will now generate thumbnails for the following file formats: .msg, .htm. and .html. This update is applied automatically and no console configuration changes are required. |
FormSelect2 CpScript | Leverages the Select2 jQuery plugin to enhance an HTML select element, providing advanced features like search and dynamic data loading. A corresponding CpSelect2 control has been added for use in CMS and custom attributes. |
See Full History of All Updates