The flowing section contains the history of changes on the page.
- Update SharedJavaLibrary
- Update MDGPassword
- Update documentatiion.
- Add _embeds.php
- Update _image.php
- Update _lists.php to eliminate errors and _image.php to auto scale open images
- Clean up sec files, PHP was warning about unknow constant, changed quotes to ''
- Add new version of MDG Password
- Add new version of Shared Java Library
- Re-upload any files whos dates were later on local copy, no change to apps
- Add new version of ProjectMover
- Add new version of MDGPassword
- Remove Journey from menu bar
- Update MDGPassword
- Update SharedJavaLibrary
- Add MDGA1Cestimation software to site
- Update MDGPassword software with latest fixes
- Add MDGPassword software to site
- Add License to software section
- Add PHP Site Lib software to site
- Add Project Mover software to site
- Add Journey files and menu item
- Rename the main php files in Photos and Journey to index so they act as independent sites.
- Add links for each photo gallery in addition to the menu
- Added photos to the landscapes
- Total re-write using the PHPSiteLib function
The following sections contain the history of changes to the PHPSiteLib common code used on this page.
- support a social bar or list of open…. For social media apps
- Added version and history
- Updated function to use the prop file
- look for .jpg or .JPG files when listing images
- use .gif or .GIF files for small image, use 2 in wide jpg if none found
- Change the full image display so it sizes itself to the size of the browser.
- Make argument names consistent in the addImageList function
- Added history
- Updated comments
- Convert Image function to use the new prop file format
- Check for an empty list using empty() rather then count() to elimintate warnings
- Make function name and arguments consistent with the rest of the PHPSiteLib package in the getFileNames function.
- Make function name and arguments consistent with the rest of the PHPSiteLib package in the addPDFList function.
- Make function name and arguments consistent with the rest of the PHPSiteLib package in the addTable function.
- Move the DisplaySections function to the _sections.php file
- Added version and history
- Correct spelling errors in comments
- Added the addLinks function
- Add optional section heading class to startSection and addSections methods
- Move the addSections function to this file, was in _lists
- Update addSections so function name and arguments are consistent with the rest of the PHPSiteLib package.