Centralpoint Update 8.11.98
Date of Update: Monday, January 6, 2025
Feature | Summary |
MD-Staff Data Transfer Source add token authentication support | Site property contains a switch between password and token authentication. |
Paged Select Stored Procedures Upgrade - Phase 1 | We have deployed the first phase of updates to our paged select stored procedures across all system modules. These changes primarily affect console views and include enhanced security measures to address vulnerabilities, performance improvements leveraging SQL Server 2012+ optimized paging capabilities, and a modernized code base for better maintainability. This is the first of two planned phases to upgrade all paged select stored procedures. No immediate action is required, but please report any unexpected behavior in console views. |
Compression Service Upgrade | A new compression service has been implemented using System.IO.Compression. This change requires updating any custom code that references the previous compression library. Please refactor any dependent code to use the new compression service. |
Admin > Properties > Site Search AutoComplete > Match Priority | The autocomplete supports a new attribute named "Match Priority". When enabled this feature will prioritize records with matches in the Title over matches in the Keywords column. Please read the instructions found on the header text for details. |
CpScript AddToCalendar | A new property named "Attributes" is supported. This allows console admins to enter a comma separated list of attributes that will be used from the Event record to generate the email body. Prior to this update this feature only supported the "BodyCopy" attribute. |
CpScript ColumnTaxonomy | Added a FilterType property that contains the options of Manual or Automatic. The Manual option is the initial release where the filter was managed by a SQL WHERE clause. The Automatic option is new and contains additional attributes when selected. This feature will programmatically create the SQL filter which makes the script more user-friendly. Please see the script builder help file for details and clarity on this update. |
See Full History of All Updates