sourcforge > sotacs
 

History of Changes

RSS

Version 0.5 (2006-03-15)

  • add Initial Import (BE)

Version 0.7 (2006-04-27)

  • add NavigationBar component added (BE)
  • update ehcache updated to final 1.2 (BE)
  • fix TransparentPNG scaling set to 'image' to avoid image resizing in some situations (BE)

Version 0.8 (2006-05-05)

  • add NavigationBar fully cacheable now. Performance boost! Very small ´HTML code now! (BE)

Version 0.85 (2006-09-25)

  • update DynamicImage updated to ehcache 1.2.3. Better and more intuitive cache management. The cache automatically removes expired images. It is no longer necesary to provide idle-time to remove images. (BE)

Version 0.86 (2006-10-02)

  • fix Examples web app: asset error fixed in main navugation bar (BE)
  • fix Examples web app: Attribute cache in simple example was wrong spelled. Removed some chinese literals from the example. (BE)

Version 0.9 (2006-10-13)

  • add DynamicImage : an API was added to generate image maps with tooltips. It is also possible to add both JavaScript and/or DirectLink events to the map areas. Illustrating examples of image maps have also been added to DynamicImage. (BE)
  • add NavigationBar : New parameter 'encoding' introduced. Fixes the problem that non-ascii characters have not been interpreted correctly by the caching mechanism. (BE)
  • add NavigationBar : menu intialization is performed inmediately after inserting the menu in the page. This makes menues appear more quickly when they are loaded. Before this, the menues appeared at the end of page loading. (BE)
  • add NavigationBar : The dtd for the validation of the xml is retrieved now from the library. No internet connection is necessary anymore (BE)

Version 0.91 (2007-02-20)

  • fix DynamicImage : Bug 1660518 was fixed (BE)

Version 0.92 (2007-04-21)

  • update Tapestry 4.1.x NavigationBar : ServiceLinks are no longer supported in order to achieve compatibility with both Tap 4.0 and 4.1. (BE)
  • fix AjaxTextField works with Tapestry 4.1.x now : Bug 1704968 fixed (BE)