[turbogears-commits] r3509 - in projects/ToscaWidgets/branches/new_host_framework: examples toscawidgets toscawidgets/mods

2007-10-04 Thread commits
Author: alberto Date: Thu Oct 4 08:01:03 2007 New Revision: 3509 URL: http://trac.turbogears.org/changeset/3509 Log: TW: wsgi_app now tests that field repeaters are feeded properly Modified: projects/ToscaWidgets/branches/new_host_framework/examples/wsgi_app.py

[turbogears-commits] r3508 - projects/ToscaWidgetsForms/trunk/toscawidgets/widgets/forms

2007-10-04 Thread commits
Author: alberto Date: Thu Oct 4 08:00:17 2007 New Revision: 3508 URL: http://trac.turbogears.org/changeset/3508 Log: twForms: Fixed a bug which caused lists not properly feeding field repeaters Modified: projects/ToscaWidgetsForms/trunk/toscawidgets/widgets/forms/core.py Modified:

[tg-trunk] Re: Trac spam

2007-10-04 Thread Christopher Arndt
John M Camara schrieb: I have tried to install it and could not get it configured properly nor could I find any help on configuring it. If anybody has any experience with this plug-in, please let me know. Have you looked at. http://trac.edgewall.org/wiki/SpamFilter Yes, and the

[TurboGears] how to select an option in a list

2007-10-04 Thread vimal
hi all, i am still a learner in turbogears i have a select tag with options as follows: select option py:for=mb in range(32,100)${mb}/option /select and if i want the list to show the value 50 when the page is loading what should be done thanks in advance, vimal Binary Karma Enterprise

[TurboGears] Re: Include widget on every page

2007-10-04 Thread Halldór
Thanks a lot, However... I still get an error, maybe it's because of bad code in one of my widgets... But... I get the following error: File /usr/lib/python2.5/site-packages/SQLObject-0.9.1-py2.5.egg/sqlobject/dbconnection.py, line 832, in assertActive assert not self._obsolete, This

[TurboGears] [OT] Help Wanted - Enquire Within

2007-10-04 Thread Lee McFadden
Firefli Systems is expanding! We are based in the UK and we are looking for a few good freelancers who'll be able to work on some of our exciting projects. To work with us you'll need to be proficient in the following skills: * SQLAlchemy * Genshi * HTML/CSS * JavaScript

[TurboGears] Re: Include widget on every page

2007-10-04 Thread Diez B. Roggisch
On Thursday 04 October 2007 11:03:02 Halldór wrote: Thanks a lot, However... I still get an error, maybe it's because of bad code in one of my widgets... But... I get the following error: File /usr/lib/python2.5/site-packages/SQLObject-0.9.1-py2.5.egg/sqlobject/dbcon nection.py, line

[TurboGears] Re: Including a link in a DataGrid Widget

2007-10-04 Thread Alberto Valverde
Tim Black wrote: Khalid EZZARAOUI wrote: in fact i use python2.5 and turbogears-1.0.4beta1 and this work without using tostring() : def makePlaceLink(place): link = Element('a', href='/placeManager/place/%d' % place.id) link.text = place return link def index(self):

[TurboGears] Re: Including a link in a DataGrid Widget

2007-10-04 Thread Alberto Valverde
Alberto Valverde wrote: Tim Black wrote: Khalid EZZARAOUI wrote: in fact i use python2.5 and turbogears-1.0.4beta1 and this work without using tostring() : def makePlaceLink(place): link = Element('a', href='/placeManager/place/%d' % place.id) link.text = place return link

[TurboGears] Re: Multiple identities

2007-10-04 Thread Diez B. Roggisch
On Thursday 04 October 2007 15:35:27 Dero wrote: Hello I have following : @identity.require(identity.in_group(USERGRP)) Now I want to allow another user from another group also access the page. My ideal pseudocode would be:

[TurboGears] Multiple identities

2007-10-04 Thread Dero
Hello I have following : @identity.require(identity.in_group(USERGRP)) Now I want to allow another user from another group also access the page. My ideal pseudocode would be: @identity.require(identity.in_group(USERGRP),identity.in_group(ADGRP)) The server starts up but the ADGRP

[TurboGears] Re: how to select an option in a list

2007-10-04 Thread Diez B. Roggisch
On Thursday 04 October 2007 10:50:00 vimal wrote: hi all, i am still a learner in turbogears i have a select tag with options as follows: select option py:for=mb in range(32,100)${mb}/option /select and if i want the list to show the value 50 when the page is loading what should be

[TurboGears] Fw: Two apps behind lighhtpd mod_proxy

2007-10-04 Thread Paulino
If I don't specify the prefix /rendas for the TG app, it runs OK. When I put the prefix it loses all the formating! Is it a lighttpd issue or a turbogears one? Thanks, Paulino --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[TurboGears] Re: Multiple identities

2007-10-04 Thread Dero
http://docs.turbogears.org/1.0/IdentityManagement?action=showredirec... @identity.require(identity.in_any_group(admin, editor)) Diez Thank you. That will do. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[TurboGears] Re: Include widget on every page

2007-10-04 Thread Diez B. Roggisch
On Thursday 04 October 2007 16:18:36 Halldór wrote: Ok... How do I downgrade this? I can't find TurboJson==0.9.9, can someone me out a bit? Please do respond to the list as well... at least there I don't see your post so far. http://www.turbogears.org/download/filelist.html Diez

[TurboGears] Re: Including a link in a DataGrid Widget

2007-10-04 Thread Tim Black
Alberto Valverde wrote: Tim Black wrote: Khalid EZZARAOUI wrote: in fact i use python2.5 and turbogears-1.0.4beta1 and this work without using tostring() : def makePlaceLink(place): link = Element('a', href='/placeManager/place/%d' % place.id) link.text = place

[TurboGears] Re: Fw: Two apps behind lighhtpd mod_proxy

2007-10-04 Thread Kevin
Maybe you need to set TG's base url in your foo.cfg file? [/] base_url_filter.on = True base_url_filter.base_url = 'http://foo.com/rendas' base_url_filter.use_x_forwarded_host = False Something like that may fix it; not sure. On Oct 4, 8:59 am, Paulino [EMAIL PROTECTED] wrote: If I don't

[TurboGears] Re: datagrid or ajax grid auto refresh

2007-10-04 Thread onmountain
Hi. Did you figure this out? I am trying to do the same. I am building an sign in/out board for my company and I would like it in a table that can be sorted with Ajax. But it needs to refresh to get changes to in and out status as other users mark themselves in or out. Any advice would be