Fwd: ANN: Smorgasbord 0.1.0 is released

2007-06-03 Thread Mike Orr
Here's the initial version of my rewrite of Buffet, Pylons' template front end. This is only for those who care about the template internals. It won't actually work with Pylons until I write a pylons.templating patch, but here's a preview of the direction I'm proposing. -- Forwarded

SQLAlchemy object

2007-06-03 Thread Michael Bayer
at Mike Orr's prodding, ive worked up a SQLAlchemy context object based on his proposal for a facade that deals with the various session (context)/engine/metadata mixtures. I think this would be a good idea for the very reason that it encapsulates all the details of how

Re: SQLAlchemy object

2007-06-03 Thread Christoph Haas
On Sat, Jun 02, 2007 at 01:09:37PM -0400, Michael Bayer wrote: at Mike Orr's prodding, ive worked up a SQLAlchemy context object based on his proposal for a facade that deals with the various session (context)/engine/metadata mixtures. I think this would be a good idea for the very

Re: Subdirectories and resource paths in Mako

2007-06-03 Thread voltron
Okay, I dug... I edited the load_enviroment to taste, but I still get errors: def load_environment(global_conf={}, app_conf={}): map = make_map(global_conf, app_conf) # Setup our paths root_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) paths =

Re: Subdirectories and resource paths in Mako

2007-06-03 Thread voltron
ahhh, it should have read: render_response('newtemplate.html') foo just gets added to the searchpath neat On Jun 3, 8:42 pm, voltron [EMAIL PROTECTED] wrote: Okay, I dug... I edited the load_enviroment to taste, but I still get errors: def load_environment(global_conf={}, app_conf={}):

Re: Pylons Logo Design

2007-06-03 Thread Ben Bangert
On Jun 2, 2007, at 11:55 AM, Mike Orr wrote: Why is it called Pylons anyway? I thought a pylon was a large metal beam (girder), so as a building block it made sense. But dictionary.com says it means a tower. Here are all the definitions, which include some visual ideas we haven't tried.

Re: SQLAlchemy object

2007-06-03 Thread Mike Orr
On 6/3/07, Michael Bayer [EMAIL PROTECTED] wrote: On Jun 3, 2007, at 10:49 AM, Christoph Haas wrote: On Sat, Jun 02, 2007 at 01:09:37PM -0400, Michael Bayer wrote: at Mike Orr's prodding, ive worked up a SQLAlchemy context object based on his proposal for a facade that deals with the

Pylons Security

2007-06-03 Thread [EMAIL PROTECTED]
I'm curious about the state of Pylons security, especially since AuthKit is not ready for production yet. Does pylons have the means to keep the bad guys out? I'm interesting in using it for an e-commerce app, and you anyone can the security requirments any e-commerce app would need. Does anyone

Re: SQLAlchemy object

2007-06-03 Thread Jose Galvez
I like the proposal, anything that simplifies the whole context thing is great! do you think your proposal will work with the assignmapper extension? Jose Michael Bayer wrote: at Mike Orr's prodding, ive worked up a SQLAlchemy context object based on his proposal for a facade that deals

Odd behavior with paster and Pylons

2007-06-03 Thread Daniel Tang
Hi all, I discovered some interesting behavior when using Pylons on WebFaction. For some very odd reason that I can't discern, whenever I run paster inside of a Pylons command, even if I don't pass any arguments, it launches gconfd-2. Normally, I wouldn't notice, but WebFaction limits the number

Re: Using pater with other servers

2007-06-03 Thread Cliff Wells
On Wed, 2007-05-30 at 04:57 -0700, voltron wrote: http://hiawatha.leisink.org/ the fact that Hiawatha's source code is free of security-bugs, makes Hiawatha the most secure webserver available. besides stating the obvious in a rather unbelievable way, this assertion is followed by:

Re: Pylons Security

2007-06-03 Thread Mike Orr
On 6/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm curious about the state of Pylons security, especially since AuthKit is not ready for production yet. Who says AuthKit is not ready for production? Did its author disrecommend it? I took a quick glance at the manual and it says.