---------------------------------------------------------------------------------------- COM- ------------------------- ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-135b (Use With UDP 137 and later and NEW FORMAT sites only) Must have "otherSitesUrlArrayString" added to "index-multipleSites.php" [see durham3]) ------------------------- merged COM-131 (with updated slider code from C7) with COM-135 ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-135 (Use With UDP 137 and later and NEW FORMAT sites only) ------------------------- added cache busting for site pages changes to : "buildpage-full.php" and "buildpage-mobile.php" ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-134 (Use With UDP 137 and later and NEW FORMAT sites only) NOTE: does not include changes made in COM-131 (connectSeven - which has changes to slide array) ------------------------- As per COM-133 added infolInks to for "othersites" links to be handled in "insertContent.inc" ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-133 (Use With UDP 137 and later and NEW FORMAT sites only) NOTE: does not include changes made in COM-131 (connectSeven - which has changes to slide array) ------------------------- reworked how "othersites" are handled in "insertContent.inc" to fix "-" hyphen error in othersite links (ie: climatewise-challenge" being broken by "climatewise" in "absoluteLink"... did this for editAreas and masterInfoLinks ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-132 (Use With UDP 137 and later and NEW FORMAT sites only) NOTE: does not include changes made in COM-131 (connectSeven - which has changes to slide array) ------------------------- Added "if ($updatePanel == 'true') { print ''."\n"; }" to bottom of "buildpage-full" to accomodate reworking of "head.php" in UDP Also added "otherSitesUrlArrayString" to "universalHeadCnt.php" which is used in "masters/externalLinks" ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-130 (Use With UDP 130 and later and NEW FORMAT sites only) ------------------------- Added ability to exclude tags from appearing in editor toolbar "Formats" menu (ie exclude some headings from appearing and being selected) Changes to: "COM" > "insertContent.inc" ----------------------------------------------- Moved "removeFromEditArray.php" from Com-custom to UDP-custom in "createEditAreaArray.php" ------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------ ---------------------------------------------------------------------------------------- COM-123 (Use With UDP 120 and later and NEW FORMAT sites only) added ability to add head style tags to page file that get pulled into rendered page added to : buildpage-full and build page-mobile ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-122 (Use With UDP 120 and later and NEW FORMAT sites only) Added "live" class to mobile "body" tag to sync up with full version css ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-121 (Use With UDP 120 and later and NEW FORMAT sites only) added ability to add head scripts to page file that get pulled into rendered page added to : buildpage-full and build page-mobile ---------------------------------------------------------------------------------------- COM-120 (Use With UDP 120 and later and NEW FORMAT sites only) NOTE: "indexset.php" must be changed with the opening slash removed from: $domainFolder = '/climatewise-challenge'; to $domainFolder = 'climatewise-challenge'; changes made to "setServer.php" so domain folders with hyphen (-) will function in UDP ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-58 (Use With NEW FORMAT sites only) bug fix in "insertContent.inc" ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-57 (Use With NEW FORMAT sites only) changed "insertContent.inc"...'/* REMOVE FROM EDIT AREAS */" and "/* SET EDIT CELS */" so "COM-custom/removeFromEditArray.php" works properly in all circumstances ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-56 (Use With NEW FORMAT sites only) Replace hard coded "http" with "$serverProtocol" ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-55 (Use With NEW FORMAT sites only) Added "index-server.php" to auto detect http or https and "$serverProtocol" variable so can be used throughout site and UDP instead of setting in "setserver.php" ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-54 (Use With NEW FORMAT sites only) reworked "setserver.php" so auto detects server protocol and serves either "http" and "https" insted of just "//" which doesn't always work ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-54 (Use With NEW FORMAT sites only) set "setServer.php" so workes with both "http" and "https" ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-52 (Use With NEW FORMAT sites only) Fixed PHP 7 error reporting where (int) needed to be added to "insertImageScript.inc" ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- COM-51-NF (Use With NEW FORMAT sites only) set $pageCSS (the custom addon css tag to use as an id) to $cssGroup cssGroup is read in JS ---------------------------------------------------------------------------------------- COM-50-NF (Use With NEW FORMAT sites only) Added ability to create editable custom master pages with includes in COM-custom (dynamic load pages) and an xml file in UDP-Custom (see ClimateWise member profiles) changed setting title code in "buildPageMaster" so title would get set in dynamic load pages Added "" to "universalHeadCnt" This is used when loading an offset grid to remove content flash ---------------------------------------------------------------------------------------- COM-49-NF (Use With NEW FORMAT sites only) fixed bug in body tag ---------------------------------------------------------------------------------------- COM-48-NF (Use With NEW FORMAT sites only) added "if (isset($sliderArray)" to buildpage-master so works without a slider or older slider type ---------------------------------------------------------------------------------------- COM-47-NF (Use With NEW FORMAT sites only) added "if file exists" to "buildpage-mobile" when importing close infoLink button svg code ---------------------------------------------------------------------------------------- COM-46-NF (Use With NEW FORMAT sites only) added ability to edit include files using UDP-Custom/"dynamicLoadFiles.xml" and accessing from within the Manage Panel. Search "$thisIncludeFile" and "_dynamicLoadMaster" to find changes ---------------------------------------------------------------------------------------- COM-45-NF (Use With NEW FORMAT sites only) cosmetic changes to "source code" in "buildpage-full.php" Added include "$pageID.-head.php" to "buildpage-mobile" - this brings in added css or javascript to the page - used with sliders Added new body tag (css="css-whatever") This is set in the "structure.xml" file and allows pages to have same css but different page id's. "phpToJS-variables.php" was added to sync full and mobile variables set in top of page ---------------------------------------------------------------------------------------- COM-44-NF (Use With NEW FORMAT sites only) Updated "insertImage.inc" picture viewer code now works with javascript to add captions from "figcaption" to fancybox Requires the following js code: /* Generic Picture Viewer / fancy box code */ $(".pvwrap").parent("figure").addClass("figure-pv"); $('.figure-pv').each(function() { var thisCaption = $('figcaption', this).html(); $('.pvlink', this).attr('data-caption', thisCaption); }); $('[data-fancybox]').fancybox({ thumbs : { autoStart : true } }); ---------------------------------------------------------------------------------------- COM-43-NF (Use With NEW FORMAT sites only) Reworked info links in buildMobile ---------------------------------------------------------------------------------------- COM-mce-42 fixed bug in "insertImage.php" causing width and height to be set to 0 in mobile svg img tag ---------------------------------------------------------------------------------------- COM-mce-41 PHP 7 UPdate replaced eregi function to preg function ---------------------------------------------------------------------------------------- COM-mce-40 Added new class (pvlink) to insertImageScript.inc to fix jqueary link in picture viewer code Added "hide-overlay" class to body tag for new hambuger menu ---------------------------------------------------------------------------------------- COM-mce-39 PHP 7 UPdate replaced ereg function to preg function ---------------------------------------------------------------------------------------- COM-mce-38 added $siteID to body tag ---------------------------------------------------------------------------------------- COM-mce-37 updated "insertImage" for version 3 of Fancybox (will not work with version 2) - Moved picture viewer image to regular image folder and added "-PV" to image name instead of having in separate folder. ---------------------------------------------------------------------------------------- COM-mce-36 Added function to "insertImage.inc" for class "setsz-2" to divide image size by 2 to acomodate high res screens (so image size can be twice what appears on screen). Also fixed memory leak in the class value. ---------------------------------------------------------------------------------------- COM-mce-35 fixed bug in "setPage2" preventing the setting of layout in root pages inside sections ---------------------------------------------------------------------------------------- COM-mce-34 fixed bug in "insertContent" so media files folder would parse properly ---------------------------------------------------------------------------------------- COM-mce-33 Reworked setPage and setPage2 to fix bug preventing newsletter from opening in some cases ---------------------------------------------------------------------------------------- COM-mce-32 Moved newsletter.xml to newsletter folder. Moved nl.php (template file) from "DSN/layout/" to UDP folder in "newsletters" folder. *** REQUIRES "UDP-mce-80-REQ5" or later ---------------------------------------------------------------------------------------- COM-mce-31 removed closing slash on img tag in "insertImage.inc" so closing slash isn't necesarry as per html5 - this was causing a problem when using jquery get html which would remove slash ---------------------------------------------------------------------------------------- COM-mce-30 added "