Am 29.11.2010 09:23, schrieb Sam: > Can you give us a hint as to what features it [TG 1.5]will include? > > I'd be very happy if it was basically TurboGears 1.0 with the > following additions... > > * Runs CherrPy 3.1.2.
Yes. This is also the main source of incompatibilities with TG 1.0/1.1. All the other stuff has been kept as compatible as possible since that's the whole idea behind TG 1.5. > * Runs under Python 2.7 (and presumably 2.6, and 2.5 - but the 2.7 > would make me so happy because it will be supported long term). Yes. > * Adds Kajiki support Not yet, but something we may consider for TG 1.5.1. The big improvement in TG 1.5 is full Genshi support, not only for page templates and via TW, but also in the native TG widgets. > * Continues to support SQLObject, SQLAlchemy, and Genshi (and > presumably kid...but I don't use it personally). Of course, widgets still can run with Kid templates (see also http://docs.turbogears.org/1.5/WidgetTemplateEngine). > * I don't expect any Python 3.x support - but if that happened I would > be ecstatic. That's not a goal for TG 1.5, but since CherryPy 3.2 runs with Py 3, the way is now free to get to that point in a TG 1.6 or so. > Does it make sense to use anything from GearShift? I need some time to look into that. Maybe we can finally merge the projects again, just as TW2 merges with Pylons. For the time being, I'm just trying to finish the stuff that had been planned long time ago, mainly intended to extend the lifetime of TG 1 projects without the potentially more involved migration to TG 2, or as an intermediate step towards migrating to TG 2.x. > Can you give us a rough timeline for alpha, beta, and production > code? That way I can plan development of 1000 Corks better. I have just converted a larger real-world project from TG 1.1 to TG 1.5. So far everything seems to work well except for a problem with file uploading and mod_proxy that seem to be caused by the switch from CherryPy 2 to CherryPy 3. When I've resolved that I'll make a TG 1.5 beta, and depending on the feedback, there will be soon a final release. Before that, I also want to consolidate the wiki docs for TG 1.x and get them into a shape that can be migrated to Sphinx. -- Christoph -- 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.

