• Decrease Text SizeIncrease Text Size

Centralpoint Update 8.3.8


Date of Update: Monday, February 13, 2012  
  • The User.TimeZoneInfo and new User.CultureInfo properties now utilize the Site Architecture > Audiences > Globalization and Admin > Properties > Globalization attributes while on the front end of the web site. Audience overrides will take precedence over site overrides. The User.CultureInfo property is not globally in use on the site, but we will be adding this cultural formatting to UI elements as needed.
  • The standard module's FormatValue method has been updated to support the new User.CultureInfo property for dates and decimal values. This change will cause all Attribute and Column CpScripts to automatically format values using the culture selected in the Site Architecture > Audiences > Globalization or Admin > Properties > Globalization attributes. In order for the formatting to work properly the CpScript must have the DataType property set to DateTime or Decimal.
  • The Site Architecture > Globalization > Ecommerce Prices attribute now can be used to set up custom ecommerce price attributes per audience. When used in coordination with the Culture Override property you can set up an audience for a specific location including unique product process. When the end user's audience changes their cart will be automatically reset using the price attributes from the new audience. Be sure to set the cartUrl property of the FormAddToCartButton CpScript to '/cpsys_Audience/Cart.aspx' so that the cart loads in the current audience.
  • Support for searches within search results has been integrated into the Modules.Page base class for standard module results views. It is triggered programmatically using the new SearchInResults page property, or by adding 'inresults=1' to a query string search.
  • Support for single character domain names has been added to the email address pattern validator used throughout the system.
  • The FormListBox and FormRadioButtonList CpScripts now support the value 'cpsys_SystemFilter' in the Filter attribute when the SystemType is not in use. It will be replaced with a dynamically generated system filter.
  • The Content > Video Library > Attributes > VideoType attribute has been upgraded to Attribute Switch to support the option None.
  • The Site Architecture > System Pages > Login tab has three new attributes to control the button images: Login Image, Login Cancel Image and Password Request Image.


See Full History of All Updates