Difference between revisions of "Release Notes v1.5"

From ADF Docs
Jump to: navigation, search
Line 1: Line 1:
'''Highlights:'''
+
== Highlights ==
 
* Bug Fixes = 257
 
* Bug Fixes = 257
 
* Enhancements = 224
 
* Enhancements = 224
Line 13: Line 13:
 
* Added RunCommand function to handle calling functions within the ADF object factory.
 
* Added RunCommand function to handle calling functions within the ADF object factory.
 
* Updated JQuery and JQuery UI libraries to the latest versions.
 
* Updated JQuery and JQuery UI libraries to the latest versions.
 +
 +
== Core ==
 +
* Bug Fixes = 20
 +
* Enhancements = 25
 +
* Ability to reset the ADF through URL parameter "resetADF".
 +
* Added the ADF version to the ADF reset message.
 +
* Added variable to store build errors on ADF reset.
 +
* Added view log button for ADF reset error messages.
 +
* Updated the ADF reset error log to not append to the file and overwrite the file.
 +
* Updated ADF reset to not display the 'Application.ADF' cfdump in the debug log file.
 +
* Added validation checks to the reset for the server and application space.
 +
* Added ADF and CommonSpot version variables to the appliction.ADF variable. 
 +
* Added support for passing an optional version number for loading library components directly into the ADF.
 +
* Reconfigured Proxy White List to store in application space to avoid conflicts with multiple sites.
 +
* Bug Fix: Uncommented the 'localLibKeys' variable to load for the site LIB component overrides.
 +
* Bug Fix: LightWireConfigExtendedBase, Feature refinement for custom element select and adding new data functionality (arrayOfStructToXML) and proxyWhiteList got updates to allow scheduler.
 +
* Bug Fix: Loading the site level ADF Component overrides.
 +
* Added LightboxProxy.cfm to the site sample files.
 +
* Added support to store the ADF in a folder name other than "ADF".
 +
* Replaced code references for "isDefined" function use.
 +
* Added a response header to indicate whether or not the ADF was reset. The response header is "CS_ADF_Reset" and will be true if the ADF was reset or false if the ADF was not reset.
 +
* Updated the Core files with the updated CopyRight year.
 +
* Updated the LightWireConfigExtendedBase.loadADFAppBeanConfig function to update AppConfig path building process.
 +
* Updated Base INIT function to remove call to "super.init".
 +
* Updated Base INIT function to remove call to "super.init".
 +
* Updated AppBase INIT function for no IF statement for call to "super.init".
 +
* Added a getADFminorVersion method to return only the first two version digits.
 +
* Replaced the getADFversion calls with getADFminorVersion so it will read the XML file even if extra version digits are added to the ADFversion variable.
 +
* Updated the core BASE and SITEBASE to change the function name to getDecimalADFVersion and updated load library processing to call this function. Added variable into application.ADF space for 'decimalVersion'.

Revision as of 13:49, 18 November 2011

Highlights

  • Bug Fixes = 257
  • Enhancements = 224
  • Added new library version 1.1 components for ceData, csData, data, date, forms, scripts, scriptsService, taxonomy, and utils.
  • Added new library version 1.0 components for csapi, lightbox, scheduler, and ui.
  • Enhanced ADF reset functionality for better debugging.
  • Compatibility with CommonSpot v6.2 for ADF custom field types.
  • Expanded the Forms capabilities with JavaScript callback functionality and form fields serialized into JSON.
  • Lightbox framework updates for CommonSpot 5 and 6.
  • Enhancements to the general chooser and custom element select field types.
  • Added new lightboxProxy to handle opening pages within a lightbox dialog.
  • Updated the AjaxProxy to support returning JSON and XML.
  • Added RunCommand function to handle calling functions within the ADF object factory.
  • Updated JQuery and JQuery UI libraries to the latest versions.

Core

  • Bug Fixes = 20
  • Enhancements = 25
  • Ability to reset the ADF through URL parameter "resetADF".
  • Added the ADF version to the ADF reset message.
  • Added variable to store build errors on ADF reset.
  • Added view log button for ADF reset error messages.
  • Updated the ADF reset error log to not append to the file and overwrite the file.
  • Updated ADF reset to not display the 'Application.ADF' cfdump in the debug log file.
  • Added validation checks to the reset for the server and application space.
  • Added ADF and CommonSpot version variables to the appliction.ADF variable.
  • Added support for passing an optional version number for loading library components directly into the ADF.
  • Reconfigured Proxy White List to store in application space to avoid conflicts with multiple sites.
  • Bug Fix: Uncommented the 'localLibKeys' variable to load for the site LIB component overrides.
  • Bug Fix: LightWireConfigExtendedBase, Feature refinement for custom element select and adding new data functionality (arrayOfStructToXML) and proxyWhiteList got updates to allow scheduler.
  • Bug Fix: Loading the site level ADF Component overrides.
  • Added LightboxProxy.cfm to the site sample files.
  • Added support to store the ADF in a folder name other than "ADF".
  • Replaced code references for "isDefined" function use.
  • Added a response header to indicate whether or not the ADF was reset. The response header is "CS_ADF_Reset" and will be true if the ADF was reset or false if the ADF was not reset.
  • Updated the Core files with the updated CopyRight year.
  • Updated the LightWireConfigExtendedBase.loadADFAppBeanConfig function to update AppConfig path building process.
  • Updated Base INIT function to remove call to "super.init".
  • Updated Base INIT function to remove call to "super.init".
  • Updated AppBase INIT function for no IF statement for call to "super.init".
  • Added a getADFminorVersion method to return only the first two version digits.
  • Replaced the getADFversion calls with getADFminorVersion so it will read the XML file even if extra version digits are added to the ADFversion variable.
  • Updated the core BASE and SITEBASE to change the function name to getDecimalADFVersion and updated load library processing to call this function. Added variable into application.ADF space for 'decimalVersion'.