[turbogears-ja:82] SQLAlchemy Wha t is it?訳

2006-04-30 Thread odagiri atsushi
小田切です。 0.9a5にてtg-admin quickstart中にSQLObjectとSQLAlchemyの選択をせまられました。 なにものかよくわからなかったため、調べながらSQLAlchemyのWhat is it?を訳してみました。 公開する場所がないのと、比較的短い内容なのでMLにて展開します。 # tg-admin sql recordってみなさん使われていますか? ここからSQLAlchemy What is it? --- SQLAlchemyとは *

[turbogears-ja:84] turbogears-0.9a5 released

2006-04-30 Thread Hiroki Ohtani
おおたにです。 日本はゴールデンウィーク中なのに、TurboGears 0.9a5がリリースされちゃって います。 http://groups.google.com/group/turbogears/browse_thread/thread/88e19836c2f86e18/b0cf78d0c800c2f7 login_form関係で一部backword compatibilityが無くなったりしています。 小田切さんはすでに使われたようですが、O/R Mapperとして、SQLObjectと

[tg-tickets] Re: [TurboGears] #800: SQLalchemy selection in 0.9a5 does not generate requires

2006-04-30 Thread TurboGears
#800: SQLalchemy selection in 0.9a5 does not generate requires +--- Reporter: [EMAIL PROTECTED] |Owner: anonymous Type: enhancement | Status: new Priority: lowest |

[tg-tickets] Re: [TurboGears] #800: SQLalchemy selection in 0.9a5 does not generate requires

2006-04-30 Thread TurboGears
#800: SQLalchemy selection in 0.9a5 does not generate requires +--- Reporter: [EMAIL PROTECTED] |Owner: anonymous Type: enhancement | Status: new Priority: lowest |

[tg-tickets] Re: [TurboGears] #799: Number validator isn't called if input is empty

2006-04-30 Thread TurboGears
#799: Number validator isn't called if input is empty +--- Reporter: [EMAIL PROTECTED] |Owner: anonymous Type: defect | Status: closed Priority: normal |

[tg-tickets] [TurboGears] #805: [PATCH] Quickstart: Don't use the User SQL keyword with identity

2006-04-30 Thread TurboGears
#805: [PATCH] Quickstart: Don't use the User SQL keyword with identity ---+ Reporter: Jeroen Dekkers [EMAIL PROTECTED] | Owner: anonymous Type: defect | Status: new

[tg-tickets] Re: [TurboGears] #805: [PATCH] Quickstart: Don't use the User SQL keyword with identity

2006-04-30 Thread TurboGears
#805: [PATCH] Quickstart: Don't use the User SQL keyword with identity ---+ Reporter: Jeroen Dekkers [EMAIL PROTECTED] |Owner: anonymous Type: defect | Status: new

[tg-tickets] Re: [TurboGears] #801: 0.9a5 - sqlalchemy quickstart model.py template incorrect

2006-04-30 Thread TurboGears
#801: 0.9a5 - sqlalchemy quickstart model.py template incorrect +--- Reporter: [EMAIL PROTECTED] |Owner: anonymous Type: defect | Status: new Priority: normal |

[tg-tickets] Re: [TurboGears] #719: [PATCH] Pagination decorator, easy pagination and sorting

2006-04-30 Thread TurboGears
#719: [PATCH] Pagination decorator, easy pagination and sorting --+- Reporter: Claudio Martinez [EMAIL PROTECTED] |Owner: anonymous Type: defect| Status: new

[tg-tickets] [TurboGears] #807: request: move some session configuration into tg

2006-04-30 Thread TurboGears
#807: request: move some session configuration into tg +--- Reporter: [EMAIL PROTECTED] | Owner: anonymous Type: enhancement | Status: new Priority: normal | Milestone:

[tg-tickets] Re: [TurboGears] #800: SQLalchemy selection in 0.9a5 does not generate requires

2006-04-30 Thread TurboGears
#800: SQLalchemy selection in 0.9a5 does not generate requires +--- Reporter: [EMAIL PROTECTED] |Owner: anonymous Type: enhancement | Status: new Priority: lowest |

[tg-tickets] Re: [TurboGears] #800: SQLalchemy selection in 0.9a5 does not generate requires

2006-04-30 Thread TurboGears
#800: SQLalchemy selection in 0.9a5 does not generate requires +--- Reporter: [EMAIL PROTECTED] |Owner: anonymous Type: enhancement | Status: new Priority: lowest |

[tg-tickets] Re: [TurboGears] #807: request: move some session configuration into tg

2006-04-30 Thread TurboGears
#807: request: move some session configuration into tg +--- Reporter: [EMAIL PROTECTED] |Owner: anonymous Type: enhancement | Status: new Priority: normal |Milestone:

[tg-trunk] Re: #803 ExtendingVisitFramework

2006-04-30 Thread Jorge Vargas
the move is really simple, the issue is if this is really needed? we shouldn't stuff model.py with lots of things.also the visit class cant get simplier then that.The original thoughs behind moving identity to the model where - we couldn't agree on a default model- taking things out was a pain-

[tg-trunk] Re: Issues with kidutils.py:translate

2006-04-30 Thread Jorge Godoy
Em Sábado 29 Abril 2006 02:31, Max Ischenko escreveu: One issue. Say I have this Kid excerpt: div lang= spanExpert1/span p lang=enMake your choice/p p lang=fiSelect at least emtwo/em items./p spanExpert2/span /div Here Expert1 is translated using default locale

[tg-trunk] Re: #803 ExtendingVisitFramework

2006-04-30 Thread jvanasco
well my main reason for suggesting it is that right now , its the only 'hardcoded' and required element to turbogears. everything else is fully customized and adaptable ( ie, thanks to sqlalchemy support you could migrate an existing app to TG without any change to your DB ) if there's a hook

[tg-trunk] Re: Problems after logging in

2006-04-30 Thread Kevin Dangoor
Hi Jorge, On 4/30/06, Jorge Godoy [EMAIL PROTECTED] wrote: Em Sexta 28 Abril 2006 23:44, Kevin Dangoor escreveu: OK, I've seen this myself now. It didn't happen on a newly quickstarted project, but it did happen on Docudo. Sorry. There's visit here in my house and I'm offline until

[tg-trunk] Re: Problems after logging in

2006-04-30 Thread Jorge Godoy
Em Domingo 30 Abril 2006 18:12, Kevin Dangoor escreveu: I found and fixed this bug. It was actually a problem with the logging (which happens outside of the transactional context) Cool! :-) I'll update here and test before doing that at the production server. ;-) -- Jorge Godoy

[tg-trunk] Re: #803 ExtendingVisitFramework

2006-04-30 Thread Jorge Vargas
On 4/30/06, jvanasco [EMAIL PROTECTED] wrote: well my main reason for suggesting it is that right now , its the only'hardcoded' and required element to turbogears.got a point there everything else isfully customized and adaptable ( ie, thanks to sqlalchemy support youcould migrate an existing app

[TurboGears] Re: TurboGears 0.9a5 released!

2006-04-30 Thread Michele Cella
One important thing we forgot to mention. TG 0.9a5 ships with FE 0.5.1 that fixes some long standing issue with how not_empty works inside validators, basically this means that now *every* validator has not_empty=False by default, this was the case even before but now this is respected hence if

[TurboGears] Re: .9a5 and sqlalchemy activemapper

2006-04-30 Thread jvanasco
answering myself- activemapper is out of sync with sqlalchemy i've submitted 2 patches here: http://trac.turbogears.org/turbogears/ticket/801 that should get sqlalchemy support working again --~--~-~--~~~---~--~~ You received this message because you are

[TurboGears] Kid file not compiling?

2006-04-30 Thread BaconTastesGood
I'm trying to figure out why a .kid file isn't being processed using 9a5. This is using frames, in case it matters. I have my top frame set to src=top_frame, and then I define a method in my controller to return that. That is being called properly. In addition, I use @expose to expose the

[TurboGears] Re: Kid file not compiling?

2006-04-30 Thread Brian Hook
FWIW, I figured this out -- I was returning an empty string, which apparently was overriding things. ISTR that with 0.8 that you could return an empty string and the template would still be processed. On 4/30/06, BaconTastesGood [EMAIL PROTECTED] wrote: I'm trying to figure out why a .kid file

[TurboGears] IRC logger

2006-04-30 Thread Simon Belak
It would be useful to have an IRC logger like Django [1]. Cheers, Simon [1] http://simon.bofh.ms/logger/django/2006/04/15/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TurboGears group. To post to this group,

[TurboGears] Re: Kid file not compiling?

2006-04-30 Thread Mark Ramm
On 4/30/06, Brian Hook [EMAIL PROTECTED] wrote: FWIW, I figured this out -- I was returning an empty string, which apparently was overriding things. ISTR that with 0.8 that you could return an empty string and the template would still be processed. The docs have always said that returning a

[TurboGears] Communication Channels (mailinglist, forums, irc, im,etc.)

2006-04-30 Thread Jorge Vargas
Hi all, as usual me going agains the stablish system. :pSo far we have the following.Mailing lists (main aka this one, trunk, languaje centric, etc.)IRC channels (#turbogears)trac/wiki and IM, mainly gtalk (i think)soon docudoSomeone the other day pointed out we dont have a forum on IRC and it

[TurboGears] Re: Communication Channels (mailinglist, forums, irc, im,etc.)

2006-04-30 Thread Andrew Grover
On 4/30/06, Jorge Vargas [EMAIL PROTECTED] wrote: It will be a good idea to have some TG forums instead of a mailing list, but having both will be a pain. Forums are better at having history and search, but are a pain to maintain clean. Also someone suggested a IRC log, which wil be another