Also, I wanted to thank Mark for all his hard work on this release. Here are a few nuggets about the recent additions for this release.
New Controllers: WSGIAppController : Mount your wsgi app directly inside another TG controller. RestController: Use RESTful URLs directly within TG2 . Content-type Extensions: Allows for URLs in any TG controller like: users.json, users.xml etc. Should allow for a nice way to do web services. New Functionality: WebFlash: Allows for JS systems to utilize TG's flash functionality. (Uses a plain cookie transport mechanism) Catwalk : Overhauled to use RESTful URLs. Working properly, but not officially released for lack of docs (should be finished at the end of the week): tgext.admin : A configurable admin interface for your model. tgext.crud: A controller which provides RESTful crud, you provide edit, new, table forms and fillers, it does the rest. cheers. -chris On Jan 20, 12:03 am, Jorge Vargas <[email protected]> wrote: > On Tue, Jan 20, 2009 at 12:39 AM, Jorge Vargas <[email protected]> wrote: > > On Mon, Jan 19, 2009 at 6:56 PM, Mark Ramm <[email protected]> > > wrote: > > >> OK b3 is available for testing here: > > >>http://turbogears.org/2.0/downloads/2.0b3/index/ > > > works great here, both on a new venv and an old one (ubuntu 8.04) > > sorry that is not correct, it seems catwalk2/tgadmin is pulling in a > dependency for tw.dojo, which isn't on the index. > > Chris I'm a little puzzled about this. It seems that tgadmin is > pulling in tgext.crud which is pulling in tw.dojo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
