This morning, Pantheon was updated on Castor with some enhancements to the FormMailer.
For those interested, the SVN log is as follows:
- [Pantheon][Snippets][FormMailer] – added relative link to submit button
- [Pantheon][backport from simplification] Add correct resolve function call for resolving correct image paths.
- [Pantheon][backport from simplification] Add return type param to util::resolveFilename in order to ensure we get webURL’s as a result.
- [Pantheon][Snippets][FormMailer] – modified path to form submit button and allowed for https
- [Pantheon][Snippets][FormMailer] – added a new submit button to assets
- [Pantheon][Snippets][FormMailer] – moved existing php_central form functionality into pantheon codebase (ie added FMUtil and FormMailer files into pantheon) and corresponding changes to existing code to include those new files.
- [Pantheon][HTML] – added a check to addJavascriptFile() which converts a hard-coded http url to https if needed
- [Pantheon][Gallery2] Separate Flickr functionality with separate parameter table. Also remove image caching and add flickr xml caching.
- [Pantheon][Gallery2] Separate Flickr functionality with separate parameter table. Also remove image caching and add flickr xml caching. part 2
- [Pantheon][Gallery2] Simplify snippet descriptions
- [Chronos Sample Site] Clean copy of the Chronos Sample Site with the most up to date versions of all snippets.
- [Pantheon] Gallery Snippet, changed the way flickr photos are accessed. was file_get_contents, now curl. caching has also been changed to used the in-built caching mechanism