Difference between revisions of "PT Calendar Version 2.1 Upgrade"

From ADF Docs
Jump to: navigation, search
(Overview)
 
Line 2: Line 2:
  
 
== Overview ==
 
== Overview ==
The following guide is upgrading from v2.0 to v2.1.
+
The following guide is upgrading from v2.0 to v2.1.
 +
 
 +
== Download ==
 +
Download the Calendar Application from the [http://community.paperthin.com/projects/pt_calendar2/index.cfm Community Site Project] or from the SVN Repository.
  
 
== Application Code ==
 
== Application Code ==

Latest revision as of 23:27, 17 February 2022

Back to PT Calendar

Overview

The following guide is upgrading from v2.0 to v2.1.

Download

Download the Calendar Application from the Community Site Project or from the SVN Repository.

Application Code

  1. Rename directory "/ADF/apps/pt_calendar2" to "/ADF/apps/pt_calendar2_old_v2".
  2. Rename file "/ADF/apps/pt_calendar2_old_v2/appBeanConfig.cfm" to "/ADF/apps/pt_calendar2_old_v2/appBeanConfig.cfm.old".
  3. Download the PT Calendar v2.1 and exported into the "/ADF/apps/pt_calendar2/" directory.

Reset the ADF for the server and site.

App Configuration

After updating and reseting the ADF go to the Manage Event page in the Calendar Webadmin subsite and check to make sure the Add Event and Copy Event button open properly. If not, the paths to these admin forms in the App Configuration element need to be updated.

Make sure these URLs are correct for your site's configuration:

  • Manage Event New URL:
    • Examples:
      • /webadmin/lightbox/calendar/manage-add-new-event.cfm
      • /lightbox/calendar/manage-add-new-event.cfm
  • Manage Event Copy URL:
    • Examples:
      • /webadmin/lightbox/calendar/manage-copy-new-event.cfm
      • /lightbox/calendar/manage-copy-new-event.cfm
 In some cases a slash (/) will need to be added to the beginning of the stored URLs

If these values are updated then Reset the ADF again.

Site Customizations

During the application implementation customizations may have been created. Check under the "/_cs_apps/pt_calendar2/" directory under you site to see if any customizations exists. If you do have site customizations, you'll need to update these accordingly.