> TG2 Wishlist: > ----------------- > > We have a working core system, which needs a bit of love to get in > sync with the latest pylons code. Beyond that there are several > features of TurboGears that I would like to see added into TurboGears > 2 (as separate libraries that aren't in the core). > > * Configurable implicit transaction support > * User account registration/authentication support libraries (like > turnbogears.identity), but with support for user registration, etc. > * a tg1 test compatibility layer, to aid user upgrades. > * improved content negotiation > * some automatic CRUD generation tool > * a 1.0 version of ToscaWidgets with high quality docs. > > There's lots more that we can do if we have time and people to work on it.
Hi Mark, ( and others ). I've been working pretty hard for the last while on a pretty decent restful crud tool that is inspired by the Django admin but is more of a scaffold and a lot more flexible. It uses SA and widgets and a bunch of class inheritance. The way it's designed makes it much easier to have special cases for certain resources and to add special verbs than with the django admin. It's tweaked out right now to play fair returning pages, rendered widgets ( for dom hits ), or json. However ... I'm a self taught hobby hacker and I have NO idea whether the code is up to snuff for others to use. ( Though I do read an awful lot of books... ) So I don't really know what the best way to make that work available to others would be. Should I put the code up somewhere for folks to take a look at? I'm sure there are some big problems in there still that I just haven't hit. If it's good enough to be useful to the larger TG community, then I'll redo it for TG 2 and SA 0.4 and try to do whatever it takes to make it usable. Input welcome. Iain --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

