Difference between revisions of "PT Calendar Version 4.7 Release Notes"

From ADF Docs
Jump to: navigation, search
(Bug Fixes)
 
(10 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
  '''IMPORTANT''': v4.7 of this application requires '''ADF 2.5''' or greater and '''CommonSpot 10.5.2 or 10.6.1''' or greater.  
 
  '''IMPORTANT''': v4.7 of this application requires '''ADF 2.5''' or greater and '''CommonSpot 10.5.2 or 10.6.1''' or greater.  
 +
 +
'''WARNING''': If running Adobe ColdFusion 2018 update 13/2021 update 3 or below. You must obtain the QofQ patch from Adobe support (cfsup@adobe.com) or install update release greater than ACF 2018 update 13 or ACF 2021 update 3.
  
 
If installing the PT Calendar app for the first time, please follow the [[PT_Calendar_Version_4.7_Install|PT Calendar v4.7 Install Guide]].
 
If installing the PT Calendar app for the first time, please follow the [[PT_Calendar_Version_4.7_Install|PT Calendar v4.7 Install Guide]].
  
If upgrading from version 4.6 or later, please complete the v3.0 - v4.5 Upgrade Guides in order.
+
If upgrading from version 4.6 or later, please complete the v3.0 - v4.5 Upgrade Guides in order. Find the PT Calendar [[PT_Calendar#Installation_Guides|Upgrade Guides]] here.
  
 
  Note: PT Calendar v4.7 does not have a direct upgrade path from the v2.x or earlier Calendar App. Please see the PT Calendar v3.0 Upgrade Guide for more information.
 
  Note: PT Calendar v4.7 does not have a direct upgrade path from the v2.x or earlier Calendar App. Please see the PT Calendar v3.0 Upgrade Guide for more information.
  
<!--
 
 
===Enhancements===
 
===Enhancements===
* -->
+
'''General'''
 +
* When running Adobe Coldfusion versions 2018 Update 2013 or 2021 Update 3 and below, there are a few Query of Queries (QofQs) bugs that greatly affect the Calendar App. Try/Catch blocks have been added around key uses of QofQs in the app that are used to merge DateTime and Recurrence event records. These Try/Catch blocks will catch and log when these QofQs have failed. If you receive errors when rendering your calendar events or while attempting to create calendar event cache records please review the logs. If messages regarding QofQ failures have been generated please reach out to Adobe support (cfsup@adobe.com) and request the QofQs patch or install update releases greater than ACF 2018 update 13 or ACF 2021 update 3.
  
 
===Bug Fixes===
 
===Bug Fixes===
 
'''General'''
 
'''General'''
 
* Updated date format mask to all lowercase to fix issue with dateformat parsing for newer versions of ACF
 
* Updated date format mask to all lowercase to fix issue with dateformat parsing for newer versions of ACF
 
  
 
'''Components'''
 
'''Components'''
 
* Updated the getDateTimeFieldStruct method in the calEventDateTimeDAO component by moving the 'allDay' back to the “intFieldNameList” due to issue reported when creating calendar event cache on some configurations
 
* Updated the getDateTimeFieldStruct method in the calEventDateTimeDAO component by moving the 'allDay' back to the “intFieldNameList” due to issue reported when creating calendar event cache on some configurations
 
 
* Update the getEventsUnion method in the calEventsDAO component to replace QofQ UNION ALL with queryConcat workaround due to QofQ issue with CF2021 Updater 2.
 
* Update the getEventsUnion method in the calEventsDAO component to replace QofQ UNION ALL with queryConcat workaround due to QofQ issue with CF2021 Updater 2.
Switched back to the original QofQ code since Adobe released a patch for the ACF2021 Updater 2 QofQ issue.
+
* Switched back to the original QofQ code since Adobe released a patch for the ACF2021 Updater 2 QofQ issue.
Added workaround code to a try/catch block to fall back to use queryConcat workaround code (and log the error) if the original QofQ fails.
+
* Added QofQ workaround code to a try/catch block to fall back to use queryConcat workaround code (and log the error) if the original QofQ fails.

Latest revision as of 23:48, 17 February 2022

Back to PT Calendar

We are proud to release v4.7 of the PT Calendar App to the Community.

IMPORTANT: v4.7 of this application requires ADF 2.5 or greater and CommonSpot 10.5.2 or 10.6.1 or greater. 
WARNING: If running Adobe ColdFusion 2018 update 13/2021 update 3 or below. You must obtain the QofQ patch from Adobe support (cfsup@adobe.com) or install update release greater than ACF 2018 update 13 or ACF 2021 update 3.

If installing the PT Calendar app for the first time, please follow the PT Calendar v4.7 Install Guide.

If upgrading from version 4.6 or later, please complete the v3.0 - v4.5 Upgrade Guides in order. Find the PT Calendar Upgrade Guides here.

Note: PT Calendar v4.7 does not have a direct upgrade path from the v2.x or earlier Calendar App. Please see the PT Calendar v3.0 Upgrade Guide for more information.

Enhancements

General

  • When running Adobe Coldfusion versions 2018 Update 2013 or 2021 Update 3 and below, there are a few Query of Queries (QofQs) bugs that greatly affect the Calendar App. Try/Catch blocks have been added around key uses of QofQs in the app that are used to merge DateTime and Recurrence event records. These Try/Catch blocks will catch and log when these QofQs have failed. If you receive errors when rendering your calendar events or while attempting to create calendar event cache records please review the logs. If messages regarding QofQ failures have been generated please reach out to Adobe support (cfsup@adobe.com) and request the QofQs patch or install update releases greater than ACF 2018 update 13 or ACF 2021 update 3.

Bug Fixes

General

  • Updated date format mask to all lowercase to fix issue with dateformat parsing for newer versions of ACF

Components

  • Updated the getDateTimeFieldStruct method in the calEventDateTimeDAO component by moving the 'allDay' back to the “intFieldNameList” due to issue reported when creating calendar event cache on some configurations
  • Update the getEventsUnion method in the calEventsDAO component to replace QofQ UNION ALL with queryConcat workaround due to QofQ issue with CF2021 Updater 2.
  • Switched back to the original QofQ code since Adobe released a patch for the ACF2021 Updater 2 QofQ issue.
  • Added QofQ workaround code to a try/catch block to fall back to use queryConcat workaround code (and log the error) if the original QofQ fails.