[tg-trunk] Some patch that could be applied

2007-03-10 Thread Florent Aide
Hi all, Some time ago I posted a patch: http://trac.turbogears.org/ticket/1271 do you think we could see this applied ? Jorge Gogdoy seemed to think so at least. ;) Regards, Florent AIDE. --~--~-~--~~~---~--~~ You received this message because you are

[TurboGears] Re: NameError: name 'options_for' is not defined

2007-03-10 Thread jose
Jorge Godoy wrote: jose [EMAIL PROTECTED] writes: Hi, After installation of submodal and new SelectShuttle versione I cannot use tg-admin toolbox any more... File string, line 25, in _pull File

[TurboGears] Re: Desktop app interfaces to gears sites?

2007-03-10 Thread Diez B. Roggisch
Pros: - much more security, we can easily use industrial grade encryption and passwords instead of relying on sketchy client browser habbits ( and don't tell me the answer is to educate the clients, santa claus does not exist anymore than my clients follow my instructions on browser use and

[TurboGears] Re: NameError: name 'options_for' is not defined

2007-03-10 Thread Jorge Godoy
jose [EMAIL PROTECTED] writes: Yesterday, before installation of : Select_Shuttle-1.1-py2.5.egg submodal-1.4_2-py2.5.egg my TG version was 1.0 and after I have TG 1.0.1, apparently TG was implicity updated after this. That's a requirement for submodal. It was the svn version but

[TurboGears] TG and microapps

2007-03-10 Thread tml
Hi, I read an earlier discussion on how to do proxy calls in microapps or to just do local controller based calls. I want to do tagging for my site,and I found Tasty 1.1 on cogbin which seems to do this. Does anyone use this? Any recommendations if this is a good place for me to start for

[TurboGears] Re: Help with trouble using TinyMCE ToscaWidget

2007-03-10 Thread Alberto Valverde
On Mar 9, 2007, at 10:24 PM, [EMAIL PROTECTED] wrote: Here is my code, I'm having problems getting the TinyMCE to load in my form. from toscawidgets.widgets.tinymce.widgets import TinyMCE class myForm(widgets.WidgetsList): sampleForm = TinyMCE(name=OHSHIT) class

[TurboGears] model access from scripts

2007-03-10 Thread vishnubob
Hi, I was wondering what is the simplest way to access my model through Turbo Gears. For example, let's say I have a maintenance script that runs every hour, and updates the database -- separate from the web application. How do I import and access the model? Thanks for your help, -vishnubob

[TurboGears] Online Turbogears documentation

2007-03-10 Thread [EMAIL PROTECTED]
I found this link somewhere which is supposed to point to turbogears documentation: http://docs.turbogears.org/ Unfortunately, it appears not to work anymore. Searches aren't yielding much else. Does anyone know a good alternate source of online documentation? Thanks.

[TurboGears] BBCode module

2007-03-10 Thread Will
Hi folks, I've written a BBCode parsing module, which I intend to use in a Turbogears site. I imagine it may be of use to a few of you... http://www.willmcgugan.com/2007/03/10/bbcode-python-module/ Regards, Will McGugan --~--~-~--~~~---~--~~ You received this

[TurboGears] Re: model access from scripts

2007-03-10 Thread Jorge Godoy
vishnubob [EMAIL PROTECTED] writes: I was wondering what is the simplest way to access my model through Turbo Gears. For example, let's say I have a maintenance script that runs every hour, and updates the database -- separate from the web application. How do I import and access the model?

[TurboGears] Re: Online Turbogears documentation

2007-03-10 Thread Florent Aide
it works fine from here On 3/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I found this link somewhere which is supposed to point to turbogears documentation: http://docs.turbogears.org/ Unfortunately, it appears not to work anymore. --~--~-~--~~~---~--~~

[TurboGears] Re: Online Turbogears documentation

2007-03-10 Thread Alberto Valverde
On Mar 10, 2007, at 6:13 PM, Florent Aide wrote: it works fine from here On 3/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I found this link somewhere which is supposed to point to turbogears documentation: http://docs.turbogears.org/ Unfortunately, it appears not to work anymore.

[TurboGears] Re: friends look at this .. how great it is ..... !!!!!!!

2007-03-10 Thread Christopher Arndt
dayakar k schrieb: AGLOCO is a company [shameless marketing blurb skipped] What does all this got to do with TurboGears? Sorry again for the unsolicitated mail. Apology not accepted, even if it was sincere. This is a group for TG related discussion only. Please ban this user. Chris

[TurboGears] Re: NameError: name 'options_for' is not defined

2007-03-10 Thread jose
Jorge Godoy wrote: jose [EMAIL PROTECTED] writes: Yesterday, before installation of : Select_Shuttle-1.1-py2.5.egg submodal-1.4_2-py2.5.egg my TG version was 1.0 and after I have TG 1.0.1, apparently TG was implicity updated after this. That's a requirement for submodal. It

[TurboGears] Re: BBCode module

2007-03-10 Thread Krys
Hi Will, Thanks for sharing this! :-) I'll probably end up using this in my blog. Nice job! :-) Krys On Mar 10, 11:02 am, Will [EMAIL PROTECTED] wrote: Hi folks, I've written a BBCode parsing module, which I intend to use in a Turbogears site. I imagine it may be of use to a few of

[TurboGears] Re: Online Turbogears documentation

2007-03-10 Thread Krys
Hi Alberto, Do you know why it keeps going down? The frequency seems to be increasing. Just curious. Thanks, Krys On Mar 10, 12:22 pm, Alberto Valverde [EMAIL PROTECTED] wrote: On Mar 10, 2007, at 6:13 PM, Florent Aide wrote: it works fine from here On 3/9/07, [EMAIL PROTECTED]

[TurboGears] Re: NameError: name 'options_for' is not defined

2007-03-10 Thread Jorge Godoy
jose [EMAIL PROTECTED] writes: probably the error is on compound widget: compound.py:${textfield.display(value_for(textfield), **options_for(textfield))} compound.py:${selection.display(value_for(selection), **options_for(selection))} There's no options_for at TG's code

[TurboGears] Re: Online Turbogears documentation

2007-03-10 Thread Kevin Dangoor
On Mar 10, 2007, at 3:39 PM, iain duncan wrote: On Sat, 2007-10-03 at 18:22 +0100, Alberto Valverde wrote: On Mar 10, 2007, at 6:13 PM, Florent Aide wrote: it works fine from here On 3/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I found this link somewhere which is supposed to

[TurboGears] Re: Online Turbogears documentation

2007-03-10 Thread Krys Wilken
I can probably host a mirror. Not sure now to mirror MoinMoin, but I am willing to figure it out. One question though, are there any stats on how much bandwidth and server space docs.turbogears.org uses? Thanks, Krys Kevin Dangoor wrote: On Mar 10, 2007, at 3:39 PM, iain duncan wrote: On