Thanks for the lot, I had seen it before.
But things are still not clear to me.
for example now what is the syntax for h.url_for()
and if tmpl_context is not used as c then what is it refered to as?
similarly how do I use the app_globals?
is there any change for that?
Any other change which I should look for?

Happy hacking.
Krishnakant.

On Sunday 30 May 2010 10:07 PM, cd34 wrote:
The changelog: http://bitbucket.org/bbangert/pylons/src/tip/CHANGELOG

The relevant section:


1.0 (May 27, 2010)
* Minor tweak to allow proper importing of pylons.

1.0RC1 (March 1, 2010)
* Switched to using Routes 1.12 with support for no longer using the
odd
   routes singleton.
* Removed pylons.middleware.StaticJavascripts, this is not used
anymore.
* Added more unit tests.

1.0b1 (February 5, 2010)
* Removed CacheMiddleware. cache object is now setup as an attribute
on the
   app_globals object for use where needed.
* WARNING: config only supports dict access
* WARNING: Method arguments no longer assigned to 'tmpl_context' by
default.
* WARNING: Changed default to strict_tmpl_context.
* WARNING: Removed legacy pylons.c and pylons.g globals.
* WARNING: Removed legacy pylons.database module.
* WARNING: Removed legacy pylons.config module.
* WARNING: Removed Buffet options, setup, and legacy render/
render_response
   function from pylons.templating. This also means config no longer
accepts
   the add_template_engine option.
* WARNING: Removed legacy redirect_to function.
* WARNING: @https decorator no longer accepts url_for-like arguments.
* Add a "paster routes" command.  This prints the mapper, which from
Routes
   1.12 onwards gives sensibly formatted output.
* Fix unit tests on Windows
* Prepare for Routes 1.12, ensure tests don't assume implicit routing

0.10 (May 27, 2010)
* Fix legacy warning replacement.

0.10RC1 (March 1, 2010)
* No changes to Pylons core since b1.

0.10b1 (February 5, 2010)
* redirect_to is now deprecated, use redirect(url(*args, **kwargs))
instead.
* url_for like args to the https decorator are now deprecated, pass it
a url
   or a callable returning a url instead.
* Changed 1.0 deprecated pylons.c, pylons.g, pylons.buffet instances
to
   throw deprecation warnings.
* Fixed etag_cache matching when the If-None-Match header contains a
comma
   separated list of etags. Fixes #557. Thanks magicbronson.
* Added tests for restcontroller with sub-directory, and fixed
generated unit
   tests. Patches supplied by Michael van Tellingen, fixes #571.
* Retain the original controller exception when thrown under
   environ['pylons.controller.exception'] for use in the error
controller.
* Fixed bug with unit tests running the app load twice during testing.
   Fixes #620.
* Updated project templates to use actual config instance, rather than
the
   StackedObjectProxy classes.
* Changed PylonsConfig to be dict subclass, rather than
DispatchingConfig
   subclass.


--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to