Release Notes v1.5

From ADF Docs
Revision as of 13:50, 18 November 2011 by Mcarroll (talk | contribs)
Jump to: navigation, search

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'.

Extensions

Custom CF

  • Bug Fixes = 5
  • Enhancements = 9
  • Updates to the ADF debugging code.
  • Updated extensions customcf make_CFT_list script to change the AJAX method to "getFieldTypes".
  • Moving handleFileUpload to customfields directory.
  • Updated Extensions Datasheet_jquery_ui_style custom script. Updated to include the ADD button, removed JQuery "$", and added comments to customize
  • Updated Extensions datasheet_jquery_ui_style custom script. Updated to allow for adding this custom script directly to the page using attributes.
  • Updated instructions for the Import CE custom scripts.
  • Added genericElementManagement.cfm for rapid prototpying and creation of basic management pages.
  • Updated Extensions datasheet_jquery_ui_style custom script. Updated to allow for adding this custom script directly to the page using attributes.

Datasheet Modules

  • Bug Fixes = 12
  • Enhancements = 13
  • Renamed and updated datasheet modules to follow a naming standard.
  • Added new datasheet module for the JQuery UI edit/delete buttons in a datasheet.
  • Updating edit-delete to handle datasheet sorting better and fixing issues with view tables having lowercased values.
  • Datasheet Modules Edit/Delete files updated to add class "ADF-Edit-Delete" to TD for custom styling. Add align and valign to TD to make standard with the "edit-delete" DS-module.
  • Updated edit/delete datasheet modules for CS6.1.
  • Added datasheet-module to render an anchor tag with the page URL for the page ID.
  • Updated the subsiteURL datasheet-module with sorting for the display data
  • Added handling for deleted/missing SubsiteIDs
  • Fixed so that it wont throw an error if they try to translate a bad subsite.
  • Extensions delete_element_handler - Fixed the variable name in the callback JS.
  • Extensions datasheet-modules, Updated for CS Version checks for the anchor tag JavaScript.
  • Added a callback ID list param in the request.params that are being passed to the callback function to include IDs of records to be modified by the callback other than the one being deleted.
  • Added datasheet render module to have active row highlighting.