Re: Pyramid Debug Toolbar Showing URL-Encoded SQLA Params

2012-02-28 Thread Bruce Coble
Sounds good Blaise...should I be updating any packages to access that fix (ie debugtoolbar or pyramid)? Cheers, Bruce On Wednesday, 29 February 2012 02:26:10 UTC+11, Blaise Laflamme wrote: > > Added a quick fix > > On Tuesday, 28 February 2012 00:28:51 UTC-5, Bruce Coble wrote: >> >> Hi all, >>

Re: Pyramid + Extjs

2012-02-28 Thread Bruce Coble
Generally I would put all static files for my app inside a myapp/static folder, & this includes javascript (as well as css & images). In the case of javascript, I would add a link to the js file in my template (in the section). Cheers, Bruce On Wednesday, 29 February 2012 11:18:09 UTC+11, Ad

Re: is there a facility in pyramid for sending/validating encrypted cookies ?

2012-02-28 Thread Michael Merickel
a) Your example with the checksum isn't encryption, so watch your jargon. Pyramid doesn't ship with any encryption capabilities. b) See p.session.signed_serialize and p.session.signed_deserialize for signing a payload. http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/api/session.html#p

Re: Pyramid & IIS

2012-02-28 Thread Ali
Hey Chris. Your right, the whole IIS Pyramid issue is a mess. I think the cleanest and simplest route is the reverse proxy you mentioned. I'm going to go with that. Thanks! On Feb 27, 6:16 pm, Chris Lambacher wrote: > Also in the reverse proxy department there are some Microsoft provided > ins

Pyramid + Extjs

2012-02-28 Thread Adolf
Hello ! how do I install Extjs in Pyramid? how do I integrate them ?? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@googlegroups.com. To unsubscribe from this group, send email to pylons-d

is there a facility in pyramid for sending/validating encrypted cookies ?

2012-02-28 Thread Jonathan Vanasco
I didn't find anything in the docs, but I figured it would be worth asking. I am porting over a login system from Pylons. One of the elements has a "cookie_autologin", which sets a 30day cookie if someone clicks "remember me". the contents of the cookie are a lightweight payload + checksum. I f

Re: Pyramid Debug Toolbar Showing URL-Encoded SQLA Params

2012-02-28 Thread Blaise Laflamme
Added a quick fix On Tuesday, 28 February 2012 00:28:51 UTC-5, Bruce Coble wrote: > > Hi all, > > This is still an issue...I have rebuilt my virtual environment from > scratch & created a basic "alchemy" scaffold Pyramid application, & the > Pyramid debugtoolbar is still displaying the query par

Re: Pyramid Debug Toolbar Showing URL-Encoded SQLA Params

2012-02-28 Thread Chris McDonough
On Mon, 2012-02-27 at 21:28 -0800, Bruce Coble wrote: > Hi all, > > This is still an issue...I have rebuilt my virtual environment from > scratch & created a basic "alchemy" scaffold Pyramid application, & > the Pyramid debugtoolbar is still displaying the query params in > url-encoded format (ie,

Re: Announcement: Poolyx - New cms based on pyramid

2012-02-28 Thread Arndt Droullier
2012/2/28 Thomas G. Willis > NEAT. Do you have the code hosted anywhere? I didn't see it on github or > bitbucket, I'd be interested in checking stuff out. > > The tar or zip file on the webpage contain all cms modules, a simple website and a pyramid setup. http://www.poolyx.net/cms/root/download