[tg-trunk] Re: ToscaWidgets: wrapping TurboGears widgets

2007-08-14 Thread Mark Ramm
Is there a reason you don't want to use regular TG widgets? You should be able to use tg widgets with Genshi templates, you may need to wrap them in the ET() function, in your template, but they should work fine. If you want to use a TG Widget in TW, you'll have to port it (which shouldn't be al

[tg-trunk] Re: ToscaWidgets: wrapping TurboGears widgets

2007-08-14 Thread stephen emslie
I'm using TurboGears 1.0.3.2 with toscawidgets 0.1a1 and twForms0.1a1 On 8/14/07, Mark Ramm <[EMAIL PROTECTED]> wrote: > > What version of TurboGears are you using? > > On 8/14/07, stephen emslie <[EMAIL PROTECTED]> wrote: > > > > I'd like to pull a regular TurboGears widget into a project using

[tg-trunk] Re: Future of Authentication/Authorization in TG/Pylons

2007-08-14 Thread Felix Schwarz
Hi Mark, Mark Ramm schrieb: > First, I think Identity has a good syntax for checking authorization, > and if we can keep that syntax but have a more plugable backend we'll > be in really good shape. Agreed. In the last months I aggregated a feature list I expect from an 'identity-like' syste

[tg-trunk] Re: ToscaWidgets: wrapping TurboGears widgets

2007-08-14 Thread Mark Ramm
What version of TurboGears are you using? On 8/14/07, stephen emslie <[EMAIL PROTECTED]> wrote: > > I'd like to pull a regular TurboGears widget into a project using > ToscaWidgets. The TurboGears widget is rendering with kid, and I would > like to have it included into my genshi template. ToscaW

[tg-trunk] ToscaWidgets: wrapping TurboGears widgets

2007-08-14 Thread stephen emslie
I'd like to pull a regular TurboGears widget into a project using ToscaWidgets. The TurboGears widget is rendering with kid, and I would like to have it included into my genshi template. ToscaWidgets appears to handle the kid-to-genshi part well, but the kid-based widget needs to be a ToscaWidget

[tg-trunk] Re: Future of Authentication/Authorization in TG/Pylons

2007-08-14 Thread Neil Blakey-Milner
On 8/14/07, Mark Ramm <[EMAIL PROTECTED]> wrote: > I'm also hoping to recruit a few key people who care about this and > have good ideas to work on it with us. I'm quite keen to work on this. > First, I think Identity has a good syntax for checking authorization, > and if we can keep that syntax