[TurboGears] Re: Applying styling to turbogears apps (comments, please?)

2005-10-01 Thread Kevin Dangoor
need to make Kid pick up the match rules and apply them to the other templates without actually interpreting those other templates. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Applying styling to turbogears apps (comments, please?)

2005-10-01 Thread Kevin Dangoor
interpolations ${}, you should be able to process the matches on the templates to generate new templates. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Static Content

2005-10-01 Thread Kevin Dangoor
On 10/1/05, Krys Wilken [EMAIL PROTECTED] wrote: Hi Kevin and Nigel, Thought you might like to know what I did for static content: [global] staticFilter.root = .. I vaguely remember a CP list email about that. Good to know! P.S. I am migrating my Django code over it it has issues on

[TurboGears] Re: Outputting xml

2005-10-01 Thread Kevin Dangoor
On 10/1/05, Krys Wilken [EMAIL PROTECTED] wrote: I ran into something similar where I wanted my pages to by xhtml 1.1 strict, but Kid's FAQ explained the 4.01 Transitional for the HTML serializer. I can accept that reasoning, but I was thinking that it would be nice if there was some way in

[TurboGears] Re: turbogears-admin shell initial data file

2005-10-01 Thread Kevin Dangoor
On 10/1/05, xtian [EMAIL PROTECTED] wrote: I've been playing around with my data model, making changes to the structure, dropping and recreating tables, and I've found it handy to be able to run an initial data script in the context of the model classes. Something like: turbogears-admin

[TurboGears] Re: comment on docs/wiki20/page6.html

2005-10-02 Thread Kevin Dangoor
be: div id=pagelist Because people would want to *see* the result of clicking the link :-) The same code is correct in wiki20.tgz. Alexey -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: traceback in latest svn, when running through wiki tutorial

2005-10-02 Thread Kevin Dangoor
. Scott -- Matthew R. Scott -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: content_type in expose

2005-10-03 Thread Kevin Dangoor
This is in r26. Thanks! Kevin On 10/3/05, Elvelind Grandin [EMAIL PROTECTED] wrote: I've added a content_type argument to expose() and a test for it . I've also changed tg_format to format and changed the test. -- cheers elvelind grandin -- Kevin Dangoor Author of the Zesty News

[TurboGears] Re: Installation trouble (but no show-stoppers)

2005-10-04 Thread Kevin Dangoor
On 10/4/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: First of all, congratulations to Kevin and everyone that has contributed to get TurboGears off the ground. I've only scratched the surface and it doesn't cease to amaze me. The fact that the framework is built on top of other proven

[TurboGears] weekly-ish turbogears summary maintainer?

2005-10-04 Thread Kevin Dangoor
to follow, so a once in 10-14 days message would be beneficial. I'll do it myself if no one wants to, but as I mentioned earlier, someone else's perspective on interesting things going on in TurboGears would be nice. Thanks! Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email

[TurboGears] Re: Broken link in TG's website

2005-10-06 Thread Kevin Dangoor
site updating is working when a new version is in progress... Thanks for the tip! Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Kid and embedded javascript

2005-10-06 Thread Kevin Dangoor
) I believe it is the '' that is being interpretated as begining of tag. Using the comment out trick like the following doesn't help. !-- -- I need to properly tag it with : ![CDATA[ ]] Just in case there are people who encounters the same problem and scratch their head. -- Kevin

[TurboGears] Re: template index generation

2005-10-06 Thread Kevin Dangoor
pretty easy and handy. Feel free to submit a ticket: http://trac.turbogears.org/turbogears/newticket Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Partioning multiple clients, single application

2005-10-06 Thread Kevin Dangoor
at different databases, if desired. (More importantly, it added a bit of laziness to the initialization of the hub which makes it easier to configure...) It seems like having per-path database configuration is more useful and is probably doable using a scheme like the PackageHub. Kevin -- Kevin

[TurboGears] Re: FAQs

2005-10-06 Thread Kevin Dangoor
://trac.turbogears.org/turbogears/wiki/DocumentationPlayground Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Fix in the wiki tutorial

2005-10-06 Thread Kevin Dangoor
/dsa Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] tg-admin reference

2005-10-06 Thread Kevin Dangoor
I've finally put the tg-admin reference up: http://www.turbogears.org/devdocs/admin.html Note that this is a document for 0.8. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] complexities of using multiple apps on a site

2005-10-06 Thread Kevin Dangoor
do need to answer these questions so that everyone isn't forced to write their own blog :) -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Quickstart problems -newbie

2005-10-06 Thread Kevin Dangoor
On 10/6/05, Mark Mc Mahon [EMAIL PROTECTED] wrote: On 10/6/05, Kevin Dangoor [EMAIL PROTECTED] wrote: On 10/5/05, Krys Wilken [EMAIL PROTECTED] wrote: I know that ActivePython puts the python folder in the path, but not the scripts folder. It also sets up an association for .py files

[TurboGears] Re: PATCH - FormEncode requirment

2005-10-06 Thread Kevin Dangoor
On 10/6/05, Bob Ippolito [EMAIL PROTECTED] wrote: trac in svn shows properties Ahh... one more reason to get Trac 0.9 running sooner rather than later... Kevin

[TurboGears] Re: Going beyond first tutorial

2005-10-06 Thread Kevin Dangoor
Hi Dave, Thanks for all of the great feedback! On 10/6/05, Dave Warnock [EMAIL PROTECTED] wrote: It is good that there is a lot of focus on fleshing out the docs and features for the next release. Docs are a big part of why TurboGears exists and what it has to offer. It's definitely going to

[TurboGears] Re: tg-admin reference

2005-10-06 Thread Kevin Dangoor
/05, Kevin Dangoor [EMAIL PROTECTED] wrote: I've finally put the tg-admin reference up: http://www.turbogears.org/devdocs/admin.html Note that this is a document for 0.8. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http

[TurboGears] Re: patch for prod.cfg

2005-10-06 Thread Kevin Dangoor
On 10/6/05, Elvelind Grandin [EMAIL PROTECTED] wrote: you probably dont want to log to the screen in production mode I'd have to agree with that... committed in 43. Kevin

[TurboGears] guess what the #1 browser at turbogears.org is

2005-10-07 Thread Kevin Dangoor
I've got a demo copy of Sawmill that I'm trying out and it had something interesting to say... Apparently, the #1 browser at turbogears.org is... Python-urllib 2.4! Other than possibly the cheeseshop, turbogears.org is probably the only site that can make that claim :) Kevin -- Kevin Dangoor

[TurboGears] Re: Problem with Tutorial

2005-10-07 Thread Kevin Dangoor
): File wiki20-start.py, line 15, in ? from wiki20.controllers import Root File /Users/tomsmith/wiki20/wiki20/controllers.py, line 3, in ? from docutils.core import publish_parts ImportError: No module named docutils.core tom -- Kevin Dangoor Author of the Zesty News RSS newsreader

[TurboGears] Re: TurboGears.egg-info in repository?

2005-10-07 Thread Kevin Dangoor
there but removed the contents in svn. Kevin On 10/7/05, Fabian Neumann [EMAIL PROTECTED] wrote: Hi Kevin, is it intended to have the TurboGears.egg-info/ directory in svn? It always conflicts with my own that is created by python setup.py develop. Cheers, Fabian. -- Kevin Dangoor Author

[TurboGears] Re: Does tg-admin create directory static?

2005-10-07 Thread Kevin Dangoor
\sqlobject.txt running egg_info writing requirements to .\test.egg-info\requires.txt writing .\test.egg-info\PKG-INFO writing top-level names to .\test.egg-info\top_level.txt -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com

[TurboGears] Re: Does tg-admin create directory static?

2005-10-07 Thread Kevin Dangoor
OK, this is fixed in r46. Kevin On 10/7/05, Kevin Dangoor [EMAIL PROTECTED] wrote: I see the problem now. It works in develop mode, but not installed. It looks like the static directories do not get installed. Kevin On 10/7/05, xio [EMAIL PROTECTED] wrote: Ok, I haven't tried

[TurboGears] delayed responses

2005-10-07 Thread Kevin Dangoor
, sorry for the delay :) Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: JSON serialization with RuleDispatch

2005-10-07 Thread Kevin Dangoor
/ [EMAIL PROTECTED] / http://blog.ianbicking.org -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Building from subversion

2005-10-07 Thread Kevin Dangoor
. By the way, CherryPy in the thirdparty directory does not use setuptools. You need to alter the setup.py to replace from distutils.core import setup with from setuptools import setup Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http

[TurboGears] Re: Building from subversion

2005-10-07 Thread Kevin Dangoor
On 10/7/05, Bill Woodward [EMAIL PROTECTED] wrote: Whew! All done! Thanks to everyone for all the help. I'm sure some portion of that can be automated :) Have a good time in Germany! Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http

[TurboGears] Re: PATCH - Add Authorization and fix for Opera JSON

2005-10-07 Thread Kevin Dangoor
involves UI interaction(re-auth whatever) is an interesting subject. And this being a front-to-back framework, it might be cool to provide a clean, consistent way to deal with this in the browser. We could add an errBack to deal with unauthorized results, for example. Kevin -- Kevin Dangoor Author

[TurboGears] Re: How to install TG on a webhost without root access?

2005-10-08 Thread Kevin Dangoor
Benjamin [EMAIL PROTECTED] wrote: What's the preferred method of installing TurboGears on a webhost where I don't have root access? Scott -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: With whom do you guys host with?

2005-10-08 Thread Kevin Dangoor
: Whoops.. just after I posted that I found this: http://www.turbogears.org/docs/deployment.html heh.. Thanks, Scott -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Running tests

2005-10-10 Thread Kevin Dangoor
On 10/10/05, sean [EMAIL PROTECTED] wrote: from turbogears.tests import util from registration.controllers import Root import cherrypy def test_index(): Tests the output of the index page util.createRequest(/register) assert Welcome in cherrypy.response.body[0] The problem,

[TurboGears] Re: sql create error with MySQL

2005-10-10 Thread Kevin Dangoor
On 10/10/05, Bucco [EMAIL PROTECTED] wrote: -connection = hub SyntaxError: can't assign to operator That should be _connection = hub (_ instead of -) Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http

[TurboGears] some stats from the slashdotting

2005-10-10 Thread Kevin Dangoor
to TextDrive, Bob Ippolito and Charlie Moad for providing free server capacity to the project. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] TurboGears Sprint google group

2005-10-11 Thread Kevin Dangoor
next, and I'd be interested in giving it a go. If you'd be interested in participating in an online sprint to improve TurboGears, sign up for the list and we'll start hammering out details. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http

[TurboGears] Re: form creation with formencode/when to use ajax

2005-10-11 Thread Kevin Dangoor
I definitely do take code contributions and I'm interested in seeing different ideas on doing CRUD. I'm not personally keen on from_database, but I don't know what the general consensus is on that one. Are you using code generation or is it more like library routines to create the forns? Kevin

[TurboGears] Re: form creation with formencode/when to use ajax

2005-10-11 Thread Kevin Dangoor
... I'd be interested in hearing your perspective on it. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: IPython as shell

2005-10-11 Thread Kevin Dangoor
) +shell.mainloop() +except: +import code +code.interact(local=locals) commands = { quickstart : (Create a new TurboGears project, quickstart.quickstart), -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http

[TurboGears] Re: Mac OS X 10.3, system requirements for TurboGears

2005-10-11 Thread Kevin Dangoor
compile complained about some missing header files. so, what are the exact requirements for this nice piece of software? David -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: [ANN] CatWalk -simple model browser

2005-10-11 Thread Kevin Dangoor
and to update the interface. You can get it here (and read a bit more about it): http://www.checkandshare.com/blog/?page_id=9 Have fun =) Ronald Jaramillo -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http

[TurboGears] Re: Getting started inconsistencies (bugs)

2005-10-11 Thread Kevin Dangoor
On 10/11/05, Janzert [EMAIL PROTECTED] wrote: Not a big deal but in the first example from the Getting started doc at http://www.turbogears.org/docs/gettingstarted.html the url path '/add' states that it should return an error. In fact it's calling the default method and returning The next

[TurboGears] Re: turbogears.flash() only displays every other call

2005-10-12 Thread Kevin Dangoor
bitten by the every-other problem with Cookies, and now can't seem to get the cookie to go away! Any way to force deletion of this cookie? which browser and version? I've heard that cookie deletion is sometimes dicey, but I haven't had trouble with this one so far. Kevin -- Kevin Dangoor

[TurboGears] Re: formIO

2005-10-12 Thread Kevin Dangoor
are interested i can release the code. Thanks, Jamie -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: turbogears sql create problems.

2005-10-12 Thread Kevin Dangoor
On 10/12/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: # pick the form for your database # sqlobject.dburi=postgres://[EMAIL PROTECTED]/databasename sqlobject.dburi=mysql://user:[EMAIL PROTECTED]:3306/database ^ there's your problem CherryPy's config reader doesn't like spaces at the

[TurboGears] TurboGears 0.8 pre-announcement

2005-10-13 Thread Kevin Dangoor
TurboGears 0.8 is up on turbogears.org now! I just wanted to get some confirmation from people out there that the package updates and installs properly before sending out the announcement email and submitting the update to the Cheeseshop. Kevin -- Kevin Dangoor Author of the Zesty News RSS

[TurboGears] New upgrade instructions - let me know how it goes

2005-10-13 Thread Kevin Dangoor
I just changed the upgrade instructions to suggest running ez_setup instead of easy_install. If you haven't upgraded to 0.8 yet, let me know how this route works for you (particularly if you're running Windows). Thanks! Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email

[TurboGears] Re: Package local static resources

2005-10-14 Thread Kevin Dangoor
. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Can't sql create trying to follow the tutorial

2005-10-14 Thread Kevin Dangoor
. Would you like me to? -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Can't sql create trying to follow the tutorial

2005-10-14 Thread Kevin Dangoor
/14/05, Kevin Dangoor [EMAIL PROTECTED] wrote: The first thing I see is that there appears to be a bug in quickstart. It *should* be creating an sqlobject.txt file in the egg-info directory but isn't. However, tg-admin sql create, for me at least, fixed this. It didn't appear to create

[TurboGears] Re: wiki20 tutorial bugs report

2005-10-15 Thread Kevin Dangoor
(/ + pagename)} py:content=pagename same reason, I try replace the syntax with: href=/${pagename} py:content=pagename regards Fred -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: wiki20 tutorial bugs report

2005-10-15 Thread Kevin Dangoor
: Warning: assignment to undeclared variable d Source: http://localhost:8080/ Line: 15 Error: loadJSONDoc is not defined Source: http://localhost:8080/ Line: 15 Frank -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http

[TurboGears] Re: Grats on TG

2005-10-16 Thread Kevin Dangoor
On 10/16/05, phreaki [EMAIL PROTECTED] wrote: May the project prosper and it's many authors continue to make it easier to deal with information overload. Thanks! I'm happy to have helped you find a combination that fits the style you're looking for! Kevin

[TurboGears] TurboGears 0.8a3 released

2005-10-16 Thread Kevin Dangoor
. This was not listed as a requirement for the URL function. The documentation for the url function has been updated, and the code has been updated to always set the approot to the top of the site at least. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL

[TurboGears] Re: Django-like auto admin interface?

2005-10-17 Thread Kevin Dangoor
-- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Django-like auto admin interface?

2005-10-17 Thread Kevin Dangoor
On 10/17/05, stephen emslie [EMAIL PROTECTED] wrote: I agree. What interested me about Django was the prospect of automatic admin interfaces. I'd love to see something like that in TurboGears. For example, it would be lovely to be able to design the sqlite database though a web interface!

[TurboGears] Re: composite vs. components

2005-10-17 Thread Kevin Dangoor
more than happy to give up that mindset. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Kid is Pain in the ( )*( )

2005-10-17 Thread Kevin Dangoor
browsers. Tidy goes nuts when I run it through it. -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: TurboGears Planet

2005-10-17 Thread Kevin Dangoor
communities. Has there been any talk of doing this with TurboGears? I think it would be a good idea. It is a great way for someone like myself to keep in touch with what is happening with a particular project. --Ray -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL

[TurboGears] Re: error upgrading from TG0.8a1 to 0.83a : elementtree ?

2005-10-17 Thread Kevin Dangoor
used by TurboGears is a dev version? Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: error upgrading from TG0.8a1 to 0.83a : elementtree ?

2005-10-17 Thread Kevin Dangoor
acceptable to the dependees. And, I now have a nice test case for it. :) Glad to be of service :) I'm not surprised that you had to step through the code to find that. It is rather subtle. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http

[TurboGears] Re: CRUD and TG

2005-10-17 Thread Kevin Dangoor
-- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] let's talk about CRUD!

2005-10-17 Thread Kevin Dangoor
my life easier... -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Turbogears, cherrpy port number.

2005-10-17 Thread Kevin Dangoor
On 10/18/05, Donnie Jones [EMAIL PROTECTED] wrote: Is there a way I can specify the cherrypy port number for the server without having to edit cherrypy's config.py ? There should be a commented out setting in your dev.cfg and prod.cfg. Kevin -- Kevin Dangoor Author of the Zesty News RSS

[TurboGears] Re: Starting TurboGears

2005-10-19 Thread Kevin Dangoor
in the install page. (It'll go up when I push the site up next.) Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: File upload and download : Filters Required?

2005-10-20 Thread Kevin Dangoor
I'd also make the suggestion of having the upload directory determined by a config variable. It's really easy: cherrypy.config.get(wiki.uploads) You can default it to the current working directory + upload for convenience. uploaddir = cherrypy.config.get(wiki.uploads,

[TurboGears] Re: TurboGears - First Impression

2005-10-20 Thread Kevin Dangoor
listed in expose. Thanks again for posting the review! Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: TurboGears - First Impression

2005-10-20 Thread Kevin Dangoor
On 10/20/05, Elvelind Grandin [EMAIL PROTECTED] wrote: Nice review. I've committed a patch to tg's svn that adds a allow_json option so now you bad part should be solved :) Thanks! Kevin

[TurboGears] Re: TurboGears - First Impression

2005-10-20 Thread Kevin Dangoor
, though. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: kid = 0.7adev-r186 ?

2005-10-21 Thread Kevin Dangoor
On 10/21/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: another interesting thing, I modify turbogears' setup.py to say kid = 0.7 but setuptools seems to think that 0.7adev is less than 0.7 and tries to look around for 0.7 which of course failed. Yep. The version number code in setuptools

[TurboGears] Re: multi parameter href : variable passing

2005-10-21 Thread Kevin Dangoor
On 10/21/05, Tim Lesher [EMAIL PROTECTED] wrote: a href=/doFoo?pagename=${pagename}amp;var=${var}doFoo Func/a You can also do this: a href=${std.url('/doFoo', pagename=pagename, var=var)}doFoo Func/a Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED

[TurboGears] Re: Testing Document

2005-10-22 Thread Kevin Dangoor
, or be a guinnee pig for what you already have. Just let me know how I can jump in, mattc -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: kid = 0.7adev-r186 ?

2005-10-22 Thread Kevin Dangoor
On 10/21/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have that file. same content as the link. As I believe it is just part of the project source, which I just check out without any modification. I run python setup.py install is that the right way to install ? That should do it.

[TurboGears] Re: kid = 0.7adev-r186 ?

2005-10-22 Thread Kevin Dangoor
On 10/22/05, Elvelind Grandin [EMAIL PROTECTED] wrote: Btw. When the subject is on this. Why was the [egg_info] tag_build = dev tag_svn_revision = true removed from turbogears setup.cfg? A mistake from when I did 0.8a3... I just put those back. Kevin

[TurboGears] Interesting milestone for the group

2005-10-22 Thread Kevin Dangoor
of that is due to this community that has grown over the past month. Your contributions and feedback are kicking in to make this project so much more than it would have been with just me. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http

[TurboGears] Re: Testing Document

2005-10-22 Thread Kevin Dangoor
Hi Geoff, On 10/22/05, Geoff Clements [EMAIL PROTECTED] wrote: Actually, I have a similar problem. Like many posting here for the first time I'm new to TurboGears as well. I'm not only new to TurboGears but new to all the related technologies as well. (Even Python.) For the last 5 years or

[TurboGears] Re: Does TG can support other templates than Kid ?

2005-10-22 Thread Kevin Dangoor
On 10/22/05, william [EMAIL PROTECTED] wrote: I understand, but what is annoying is that I'm used to use Mozilla to make html pages. And I'm sure I'm not the only one. But I've not check if options exists to force the XHTML format. Does the main HTML editor are alredy XHTML oriented ? What

[TurboGears] Re: Does TG can support other templates than Kid ?

2005-10-22 Thread Kevin Dangoor
On 10/22/05, Kevin Dangoor [EMAIL PROTECTED] wrote: On 10/22/05, william [EMAIL PROTECTED] wrote: My problem is here: http://projectsmgt.opensource4you.org/ProjectsMgt/file/trunk/projectsmgt/templates/projectslist.kid On the surface, that template looks like it has already been turned

[TurboGears] Re: setuptools and file exists problem

2005-10-22 Thread Kevin Dangoor
On 10/22/05, Phillip J. Eby [EMAIL PROTECTED] wrote: I think I've got this figured out, now, or at least I've figured out one way to cause this. If you install an egg of a given version, let's say TurboGears 0.8a1, and you then *rebuild the egg without changing the version number* and

[TurboGears] Re: Web Development - Forms and others

2005-10-22 Thread Kevin Dangoor
On 10/22/05, Catalin Constantin [EMAIL PROTECTED] wrote: Reading the 20 minutes wiki tutorial, will give you a big impulse in starting to do some TurboGears. When you really start and want to do some real usable application with it, you find out lots of design issues. Any mature web

[TurboGears] Re: Installation Doc update request

2005-10-22 Thread Kevin Dangoor
On 10/22/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I had the same problem on a knoppix HD install. Would it be very difficult to add a check and instructions to fix the problem? If we're trying to make this as painless as possible to get started, I think it would be useful. We could

[TurboGears] Re: Contributor agreement

2005-10-22 Thread Kevin Dangoor
On 10/22/05, Tim Lesher [EMAIL PROTECTED] wrote: On 10/22/05, Krys Wilken [EMAIL PROTECTED] wrote: I wonder what the Linux kernel guys have as actualy wording for their document that is like this. Maybe TG can benefit from asking about/reading their document. The Linux kernel DCO is at

[TurboGears] Re: TG doesn't like 'content'?

2005-10-22 Thread Kevin Dangoor
On 10/22/05, Bob Ippolito [EMAIL PROTECTED] wrote: On Oct 22, 2005, at 1:30 PM, Swaroop C H wrote: I'm facing a strange problem where returning dict(content='',) in any index() causes TG to cry but changing it to dict (someothername='',...) works. It looks like Kid has a few

[TurboGears] Re: extending the turbogears/cherrypy controller

2005-10-22 Thread Kevin Dangoor
, lets say i store a list of photo albums in my database. No matter what request comes in to my controllers.py, I would like to fetch the list from the database and make it available to my controllers.py. What's the best way to handle this? thanks, Jeff -- Kevin Dangoor Author of the Zesty

[TurboGears] Re: Contributor agreement

2005-10-22 Thread Kevin Dangoor
not actually the case, then the license could be declared void. I'm not a lawyer, so don't take that as legal advice... Actually, it no longer says that. With the coming of new committers and larger code contributions, the license now says Copyright 2005 Kevin Dangoor and contributors. The CherryPy

[TurboGears] rough testing doc

2005-10-22 Thread Kevin Dangoor
before 0.9, since most applications like to store data somewhere and a database is often a good choice :) http://www.turbogears.org/docs/testing.html Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http

[TurboGears] Re: Identity Management for TurboGears

2005-10-23 Thread Kevin Dangoor
On 10/23/05, Jeff Watkins [EMAIL PROTECTED] wrote: Oops. That's true. Technically nothing actually relies on it yet. But Ian's jsonify code makes use of it, and I have jsonify functions for all the model classes. I suppose I should disable this until Kevin decides whether TurboGears should

[TurboGears] Re: Easiest Way to Access cherrypy.config from page templates?

2005-10-23 Thread Kevin Dangoor
:) By the way, if you want these variables available from every template, you should consider using a variable provider. This is mentioned in the Getting Started guide. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http

[TurboGears] Re: Identity Management for TurboGears

2005-10-23 Thread Kevin Dangoor
On 10/23/05, Guy Hulbert [EMAIL PROTECTED] wrote: I'm new to tg and I'm not trying to be rude but ... Does none of this exist already ? [ tg philosophy seems to be aimed at reuse ] Why do you have to add it all ? I plan to run turbogears behind apache. Most of the laundry list below

[TurboGears] Re: rough testing doc

2005-10-23 Thread Kevin Dangoor
On 10/23/05, matthew clark [EMAIL PROTECTED] wrote: this is great. Testing is really key to getting an understanding of how a program works. This doc is going to help a lot. Here is some initial feedback - I really dig TestGears. I was able to get some tests running last night in just

[TurboGears] Re: rough testing doc

2005-10-23 Thread Kevin Dangoor
that I'm using: TestGears-0.2-py2.4.egg TurboGears-0.8a3-py2.4.egg/ Thanks for your help and the documentation! -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Using formencode.fields.*

2005-10-23 Thread Kevin Dangoor
On 10/22/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Sounds interesting but does it belong to controllers.py ? That seems like presentation to me and say if one day, I want to put a layer of dojo on top of the web page, will it mean lots of change to the python code ? Otherwise, it is a

[TurboGears] Re: setuptools and file exists problem

2005-10-23 Thread Kevin Dangoor
complicated than the simplest possible project template system, so I'm by no means wedded to it. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Validation into the model

2005-10-23 Thread Kevin Dangoor
On 10/23/05, Ian Bicking [EMAIL PROTECTED] wrote: And then extract these into a schema. But while you might want this validation on a form, I'm of the opinion that it's better to be more lax when doing programmatic updates, especially because there might not be a feedback cycle to correct

[TurboGears] Re: Identity Management for TurboGears

2005-10-23 Thread Kevin Dangoor
On 10/23/05, Jeff Watkins [EMAIL PROTECTED] wrote: Excellent idea. I need to look at PackageHub a little closer, but it seems like the right thing to do. Luckily, you don't have to look at it a little closer... just replace AutoConnectHub with PackageHub and you're golden :) On that note,

[TurboGears] Re: Working with an svn checkout

2005-10-23 Thread Kevin Dangoor
/CherryPy-2.1.0_rc2-py2.4.egg. Is there some step I've missed to make this 'just work'? Robert -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Form/widget libraries; roundup?

2005-10-24 Thread Kevin Dangoor
/ [EMAIL PROTECTED] / http://blog.ianbicking.org -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

  1   2   3   4   5   6   7   8   9   10   >