Monthly Archives: March 2012

Release notes: 29th March 2012

A couple of minor tweaks to snippets in this release of pantheon:

Formmailer snippet – fixed a couple of minor output bugs
Summary snippet – character encoding issues fixed
Callout snippet – fixed incorrect colours in lists in callouts which appear in tabs

svn log

[Pantheon][backport fix] Fixed: lists in callouts within tabs do not pickup correct colour (story 472)
[Pantheon][backports][snippet][Summary] Play nice with special characters, even if they come from static content. (see bug 135879)
[Pantheon][Snippets][Formmailer] - fixed typo in select box

 

 

Release notes: 22nd March 2012

[New release – Gallery snippet]

[Bug fix – Scroller snippet]

  • A bug has been fixed with the scroller snippet where items were not scrolling correctly. Please update your snippet pack for the latest version.

SVN log

  •  [Pantheon][Snippets][Formmailer] – updated jquery.validate to 1.9 to fix IE issues
  • [Pantheon][CityandRegion] Fixed styling issue with FileList snippet.
  • [Pantheon][Twitter] Fix default snippet option
  • [Pantheon][Rendition] Fix to background not aligning with bottom of the page

Release notes: 8 March 2012

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