On Dec 20, 2007 2:07 PM, Marco Mariani <[EMAIL PROTECTED]> wrote: > > Florent Aide wrote: > > > - Second the communication on where the 1.0 and 1.1 branches are > > going as been quite feeble (to say the least) and this is my own > > fault. I'll need to amend my ways. I promise I'll try to find time on > > new year's eve to communicate more on the planning, the milestones and > > the planned features. > > > > I reckon that with TG 1.1 we must dispose of the SQLAlchemy implicit > session+transaction management. > > If I am right, people will have to add calls to save(), flush(), > commit() and rollback() in controllers' code.
It's not yet done and as discussed with Paul and others in the mailing lists we will certainly keep the transaction code after all for the reasons you pointed (and some others; I don't remember the points right now). The main focus of 1.1 will be to de-couple the config system from CP2's config system and to serve as a stepping stone to the upcoming 2.0 release by "satellizing" as much components as possible outside the core. This does not mean we will stop having sane recommended defaults though. The second _big_ change in 1.1 will be the switch to different defaults for the templating languages and ORM (genshi + SA by default in the quickstart instead of Kid and SQLObject). The third (maybe first in terms of importance) challenge will be to document everything correctly again to reflect all those changes (including document ToscaWidgets!! that will become an important stone in our architecture). Regards, Florent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

