[turbogears-commits] [1729] branches/1.0/turbogears/widgets/static/calendar/lang: Updating HR lang files as received from Dejan Rodiger.

2006-08-06 Thread dangoor
Title: [1729] branches/1.0/turbogears/widgets/static/calendar/lang: Updating HR lang files as received from Dejan Rodiger. Revision 1729 Author godoy Date 2006-08-06 18:38:19 -0500 (Sun, 06 Aug 2006) Log Message Updating HR lang files as received from Dejan Rodiger. Modified Paths

[turbogears-commits] [1730] trunk/turbogears/widgets/static/calendar/lang: Merging [1729] from 1.0 branch.

2006-08-06 Thread dangoor
Title: [1730] trunk/turbogears/widgets/static/calendar/lang: Merging [1729] from 1.0 branch. Revision 1730 Author godoy Date 2006-08-06 18:40:14 -0500 (Sun, 06 Aug 2006) Log Message Merging [1729] from 1.0 branch. Modified Paths

[tg-tickets] Re: [TurboGears] #345: Unicode with SQLIite

2006-08-06 Thread TurboGears
#345: Unicode with SQLIite +--- Reporter: Ivo Looser |Owner: anonymous Type: defect | Status: closed Priority: normal |Milestone: 0.9 Component: SQLObject | Version:

[tg-tickets] Re: [TurboGears] #279: tg-admin sql create leads to postgres sql in wrong order

2006-08-06 Thread TurboGears
#279: tg-admin sql create leads to postgres sql in wrong order --+- Reporter: florian |Owner: anonymous Type: defect|

[tg-tickets] Re: [TurboGears] #279: tg-admin sql create leads to postgres sql in wrong order

2006-08-06 Thread TurboGears
#279: tg-admin sql create leads to postgres sql in wrong order --+- Reporter: florian |Owner: anonymous Type: defect|

[tg-tickets] Re: [TurboGears] #201: SQLObject does not catch SQL keywords used as names in models

2006-08-06 Thread TurboGears
#201: SQLObject does not catch SQL keywords used as names in models ---+ Reporter: anonymous |Owner: anonymous Type: defect | Status: closed Priority: normal |Milestone: 0.9

[TurboGears] Re: python code beautifiers

2006-08-06 Thread isaac
nice, but is there any way to extract that thing and use it outside of Eclipse? ... on the command line? On Aug 5, 2006, at 11:23 PM, gasolin wrote: Eclipse pyDev plugin has this function --~--~-~--~~~---~--~~ You received this message because you are

[TurboGears] Re: Struggling with form widgets.

2006-08-06 Thread Michele Cella
Ian Wilson wrote: Hello, The form you use to get the error in validate() is different from the form you pass to the template. I can't really explain why that is important ...maybe someone else could but you should probably being doing it differently. I don't know why you are dynamically

[TurboGears] Re: SQLAlchemy identity template

2006-08-06 Thread Robin Munn
On 8/6/06, Graham Higgins [EMAIL PROTECTED] wrote: Robin Munn wrote: I believe SQLAlchemy supports composite primary keys [...] In http://www.sqlalchemy.org/docs/metadata.myt, the second example shows a composite primary key, and another table that references it with a composite foreign

[TurboGears] Re: Struggling with form widgets.

2006-08-06 Thread Fred C
I Ian, Thanks for you help, Now I see now what I did wrong. I have changed my code to this, and now everything is working fine. I did it that way because I wanted to have an object with everything in it, the form, and the methods to manage that form. Maybe it is a bad idea but I don't

[TurboGears] Re: @view?

2006-08-06 Thread Jorge Vargas
On 8/5/06, Yves-Eric Martin [EMAIL PROTECTED] wrote: Lee McFadden wrote: What's wrong with the current decorator?there is nothing wrong with it, it's a mather of taste. Is the @expose decoratorbroke? no Or is this all just about finding a way to introduce the word view in the TG terminology?yes

[TurboGears] Re: @view?

2006-08-06 Thread Eric Larson
One thing I don't really like about not use @expose is that it is changing the basic default of cherrypy methods. I believe one of TurboGears strengths is how it uses other libraries. This is beneficial because looking at the CherryPy docs or Kid docs applies almost directly to TurboGears. By

[TurboGears] Re: SQLAlchemy identity template

2006-08-06 Thread Graham Higgins
Robin Munn wrote: In other words, the code in the quickstart-generated model.py seems to be correct as far as I can tell. Yes, both you and the generated file are quite correct. I must have been feeding it duff data, should have checked that thoroughly blush. Thanks for your patience, I really

[TurboGears] Re: SQLObject with primary key consists of 2 column

2006-08-06 Thread Leandro Lucarella
Jorge Godoy, el 5 de agosto a las 10:27 me escribiste: Jorge Vargas [EMAIL PROTECTED] writes: On 8/4/06, Leandro Lucarella [EMAIL PROTECTED] wrote: On svn's SQLObject you can do this:     nameIndex = DatabaseIndex(firstName, lastName, unique=True)  

[TurboGears] Re: SQLObject with primary key consists of 2 column

2006-08-06 Thread Leandro Lucarella
Jorge Vargas, el 5 de agosto a las 12:28 me escribiste: On svn's SQLObject you can do this: nameIndex = DatabaseIndex(firstName, lastName, unique=True) that's a very nice feature, I hope TG moves there soon. It is there already. ? TG uses 0.7 bugfix

[TurboGears] Should I know javascript before learning mochikit?

2006-08-06 Thread [EMAIL PROTECTED]
Okay, I'm attempting to learn mochikit Is it assumed that I need to know Javascript beforehand, or at least learn it concurrently? Or is mochikit an abstract layer above javascript, so that I can safely forego knowing anything about javascript? Thanks

[TurboGears] Re: Should I know javascript before learning mochikit?

2006-08-06 Thread isaac
On Aug 6, 2006, at 6:52 PM, [EMAIL PROTECTED] wrote: Okay, I'm attempting to learn mochikit Is it assumed that I need to know Javascript beforehand, or at least learn it concurrently? Or is mochikit an abstract layer above javascript, so that I can safely forego knowing anything

[TurboGears] javascript interpreter

2006-08-06 Thread [EMAIL PROTECTED]
Hi, Is there some way to write some javascript without using a browser, that is, to help me prototype before putting it in a web page? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TurboGears group. To

[TurboGears] Re: SQLObject, tg-admin sql create/drop and soClasses

2006-08-06 Thread Yves-Eric Martin
Jorge Vargas wrote: Actually the problem is a little more complicated then the order, it's a weird issue with the fact that references to other tables are strings. the people at SQLObject list said a couple of reasons why this is suchs a problem. when I talk about it on the list they complain

[TurboGears] Re: javascript interpreter

2006-08-06 Thread Jorge Godoy
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: Hi, Is there some way to write some javascript without using a browser, that is, to help me prototype before putting it in a web page? I always write mine with a text editor... ;-) But seriously, I dunno it you can run it without a browser. I

[TurboGears] Re: javascript interpreter

2006-08-06 Thread Jorge Vargas
On 8/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Is there some way to write some _javascript_ without using a browser,that is, to help me prototype before putting it in a web page?I think I have seen at least one standalone interpreter but cant remenber it's name. but the biggest problem

[TurboGears] Re: SQLObject, tg-admin sql create/drop and soClasses

2006-08-06 Thread Jorge Godoy
Yves-Eric Martin [EMAIL PROTECTED] writes: PS: with such a large system, would I be better of going with SQLAlchemy? I have larger systems with SO. But they started and evolved using SQLObject. I believe that this helps a lot because there's no need to worry with order if you are always

[TurboGears] Re: SQLObject, tg-admin sql create/drop and soClasses

2006-08-06 Thread Jorge Vargas
On 8/6/06, Yves-Eric Martin [EMAIL PROTECTED] wrote: Jorge Vargas wrote: Actually the problem is a little more complicated then the order, it's a weird issue with the fact that references to other tables are strings. the people at SQLObject list said a couple of reasons why this is suchs a

[TurboGears] Re: SQLObject, tg-admin sql create/drop and soClasses

2006-08-06 Thread Jorge Vargas
On 8/6/06, Jorge Godoy [EMAIL PROTECTED] wrote: Yves-Eric Martin [EMAIL PROTECTED] writes: But they started and evolved using SQLObject.I believe that this helps a lot because there's no need to worry with order ifyou are always creating and updating tables... actually that's not correct the issue

[TurboGears] Re: Should I know javascript before learning mochikit?

2006-08-06 Thread Jorge Vargas
On 8/6/06, isaac [EMAIL PROTECTED] wrote: On Aug 6, 2006, at 6:52 PM, [EMAIL PROTECTED] wrote: Okay, I'm attempting to learn mochikit Is it assumed that I need to know _javascript_ beforehand, or at least learn it concurrently?Or is mochikit an abstract layer above _javascript_, so that I can

[TurboGears] Re: SQLObject, tg-admin sql create/drop and soClasses

2006-08-06 Thread Yves-Eric Martin
Jorge Godoy wrote: Then, you could also keep on using your ER tool and just use something like fromDatabase to import the structure to SO... Thank you for the suggestion, I guess that would work just fine. And I am glad to hear SO scales up well for larger projects too. However, more than

[TurboGears] CherryPy profiler

2006-08-06 Thread Mark Ramm
Two questions about profiling: 1) Has anybody used the CherryPy profiler module with TurboGears? 2) How important do you think it is to cover profiling for the TurboGears book? -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog

[TurboGears] Re: CherryPy profiler

2006-08-06 Thread Jason Chu
On Mon, 7 Aug 2006 00:21:43 -0400 Mark Ramm [EMAIL PROTECTED] wrote: Two questions about profiling: 1) Has anybody used the CherryPy profiler module with TurboGears? 2) How important do you think it is to cover profiling for the TurboGears book? I've used the cherrypy profiler module

[TurboGears] Re: javascript interpreter

2006-08-06 Thread Bob Ippolito
On Aug 6, 2006, at 7:37 PM, Jorge Vargas wrote:On 8/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Is there some way to write some _javascript_ without using a browser,that is, to help me prototype before putting it in a web page?I think I have seen at least one standalone interpreter but