• Decrease Text SizeIncrease Text Size

Centralpoint Update 8.4.35


Date of Update: Monday, December 2, 2013  
Feature Summary
Admin > Properties The Resource Audiences Enabled attribute has been renamed Resource Audience Filtration. It now allows you to enable and disable resource audience filtration as well as enable it only in the client console (Console Only).
Broadcasts Support has been added for the CurrentDate CpScript within broadcasts.
Design > Dynamic Navigation A new CSS class has been added to the container of the selected link when General > Rendering Mode = List.
Education > Configuration The Certificate attribute now supports DateCompleted placeholder script. The date rendered will not include the time.
FormRadioButtonList CpScript A new Enabled parameter has been added. When set to false the radio button list will rendered as a disabled form control.
Forms A new Disable Submit Button Upon Form Submission attribute to provide a way to prevent the possibility of multiple clicks during long running form posts.
Image Resizer (Image.ashx) The HTTP Handler used for file upload and resource image resizing has been updated to prevent a rounding error that occasionally generated an image with the wrong aspect ratio. This incorrect aspect ratio may have caused resized images to lose some quality. If you have noticed this problem and would like to clear your image resizing cache you can do so by deleting the files from the cpweb_SYSTEMNAME/Temp/ResizeImage folder. If you do not delete these files the cached images will expire on their own within the next month.
Master > CMS > Relations Predicate deletion has been repaired and the methods used to delete orphan data from relations have been updated to consider deleted predicates. These methods also execute via the Sync and Clean Up utility.
PdfIcon CpScript The ASPX page used to render a URL as a PDF has been updated to support authenticated users. It previously rendered all PDFs as an anonymous user making it impossible to render a private page as a PDF. Please note that private PDF downloads will only work if the user is already logged in. If you bookmark or email a link directly to a private PDF, log out, and visit the URL directly you will still download the login page. The user must be logged in before clicking on the link to download the private PDF.
Search CpControl A new DataFilter property has been added to remove items with no related data. Enabling this feature may have a negative effect on the performance of sites with a large amount of data.
Site Architecture > System Pages Two new options have been added to Search > Search Order By: Order By Start Date Desc and Order By Title Asc.
User's Current Audience The page base class has been updated to properly remember the User's audience when navigating to or past a page that does not contain the audience in the URL. In order to change the User's audience you must explicitly visit a URL containing the new audience. Previously, the User's audience was inadvertently reset to Main when they visited any URL that did not contain an audience.
Web Site & Module Searches The cpsys_DataCurrent_Select stored procedure has been updated to utilize the LIMIT parameter more efficiently for searches over a large amount of data. A default limit of 10,000 results has been added to all standard module searches. A Nonclustered Index has been added to the cprel_WebSiteSearch table to cover the queried columns in a typical search.
Windows Authentication (Single Sign-On) The Root/web.config file of all sites using windows authentication must be manually updated to support user authorization within HttpHandlers. Please manually remove all from the Root/Web.config file if you have not done so already. Custom elements containing other settings are supported by removing only the section. This requirement was discovered recently and has been added to the related Windows Authentication (Single Sign-On) file.


See Full History of All Updates