1 message in com.googlegroups.pylons-discuss[ANN] ToscaWidgets 0.9.2 has been rel...
FromSent OnAttachments
Alberto Valverde08 Jun 2008 13:36 
Subject:[ANN] ToscaWidgets 0.9.2 has been released
From:Alberto Valverde (albe@toscat.net)
Date:06/08/2008 01:36:02 PM
List:com.googlegroups.pylons-discuss

Hi all,

We've just released ToscaWidgets 0.9.2. Here's the changelog [1]:

0.9.2 (Jun 8, 2008)

----------------------

* Template engine plugins are now loaded lazily. * The v=modfied_time query string argument is no longer appended to resources since this method is not reliable with zipped eggs and causes some trouble. As a plus requests should now be faster since there are no disk hits for this reason. * The CP filter in mods.tg now handles staic file serving instead of registering directories with CP's static filter so resources from zipped eggs work properly. * Implemented a setuptools commands to copy all static resources from a series of distributions into a direcory where a fast web-server can serve them. Optionally, if YUICompressor is installed, it can compress CSS and JS in the destination directory. * Removed dependency from Paste, changed to lighter WebOb. * TW's middleware can now serve static resources from zipped eggs. * feeder.py is no longer included. * js_function arguments can now include other js_calls and js_callbacks at any level of nesting. * repetitions and template caches are now LRUCaches to set an upper limit on memory usage.

The documentation for this release has been updated and is available at: http://beta.toscawidgets.org/documentation/ToscaWidgets

tw.forms 0.9.1 has also been released which takes advantage of new features in TW.

Special thanks go to Paul Johnston who has found and fixed some bugs I (Alberto) have introduced in some of the refactorings.

Enjoy, Alberto

[1] See also http://beta.toscawidgets.org/documentation/ToscaWidgets/changelog.html