• Decrease Text SizeIncrease Text Size

Centralpoint Update 8.3.2


Date of Update: Monday, November 7, 2011  
  • A new ExtAutoComplete CpScript can be used to extend any text box to make suggestions that start with the characters entered by the user from a field in a module’s default relation.
  • A new attribute called "AJAX Enabled" has been added to the Results View (#2) tab in Site Architecture > Module Designer for the Physician Directory module. Enabling AJAX will cause the content area of the results view to refresh without the rest of the page when a button within the content area is clicked. This includes everything between and including the Header Content and Footer Content. A progress indicator will appear in the upper right hand corner of the page while the content area of the page is being updated. The design of this progress indicator can be controlled using the Design > Styles > Global > Partial Page Update Progress Template attribute.
  • A bug in form state that caused an exception when the Request.Form object contained a NULL key has been identified and repaired.
  • A bug in data transfer that caused exports containing NULL columns to fail to write the row delimiter has been identified and repaired.
  • The Action menu used in the Users > Dashboards (PersonalDash) module has been rewritten using JQuery instead of an ASP.NET Menu control so that the menu can be displayed OnClick as opposed to OnHover. The related module designer's Dashboard > Styles attributes affecting the ActionMenu have all been incorporated into the new menu, but some styles may behave differently.
  • A new InsertClick CpScript has been developed to insert the current URL in the Stats > Clicks module without Click.aspx. This script directly relates to a database write and can cause performance problems if not used properly. It is intended for uses like a form's thank you page and the email a friend body where the link causes a post back and the standard Click.aspx method cannot be used. It technically does not imply a click at all, but rather an execution of a CpScript. It is up to the administrator to determine whether the execution of the CpScript corresponds to a click.
  • A new SystemFilter CpScript has been created to generate a system filter based on the current user and date. It is designed for use in Design > Data Sources > Attributes > Select Command attribute, and can be added to the WHERE clause to filter relation data by display status, publish dates, audiences, and roles.
  • The Site Architecture > System Pages > Search > Search Dates Visible attribute has been renamed Search Dates. It now provides 3 options that can be used to hide the date search or control how the filter is applied: Hidden, Start Date & Modify Date, and Start Date Only.
  • The DataTransfer CpScripts have all gotten a new Format parameter that works like the standard Format parameter on a Column or Attribute CpScript.
  • The ColumnCreator control has been updated to include a new RepeatDirection called VerticalFlow. When selected the rows are implemented with DIVs so the content flows vertically in each column. This new property is accessible from most CpScripts with the RepeatDirection attribute.
  • The TaxonomyTree CpScript has been updated with new CustomUrl, PostText, DataFilterEnabled, and AlphaNav properties. These new properties have been documented in the Scripting help file.
  • The Calendar Month View tab in the module designer for the Content > Events module has been updated to include new Show Title, Title Format, and Day Name Format attributes. New CSS styles have been added for this view: cpsty_CalendarOtherMonth, cpsty_CalendarWeekendDayStyle, cpsty_CalendarDayStyle. New CpControls called DateSelector and TaxonomySelector have been added for this view and documented in the related help file, as well as a new Calendar date DataBind script.
  • Two new modules called Generic Enhanced A and Generic Enhanced B have been created under the Content category in the client console. These modules contain a large number of template attribute using different controls which are included in the relation and available on the Home View (#1) and Results View (#2) by default. They can be hidden or renamed using module configuration. These modules are not recommended when the module is expected to contain a large number of records.
  • A new CpScript called FormCurrentAudiences has been developed to display a drop down list box of the audiences available in the current record or any record specified by DataId.


See Full History of All Updates