Difference between revisions of "PT Calendar Version 2.1 Upgrade"

From ADF Docs
Jump to: navigation, search
Line 24: Line 24:
 
*** /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 URLs stored in the config record
+
   In some cases a slash (/) will need to be added to the beginning of the stored URLs
  
 
== Site Customizations ==
 
== Site Customizations ==

Revision as of 20:13, 14 May 2013

Back to PT Calendar

Overview

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

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

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.