Re: webhelpers 0.6 pagination links problem ?

2008-04-07 Thread ZhangShen Peng(Uestc graduating...)
can you give me a Mercurial account for webhelpers? so many bugs . On Mon, Apr 7, 2008 at 4:42 PM, ZhangShen Peng(Uestc graduating...) [EMAIL PROTECTED] wrote: Oh ,opss. who delete the _SQLAlchemyQuery in source ??? I merge my source to lastest , and find _SQLAlchemyQuery

Re: webhelpers 0.6 pagination links problem ?

2008-04-07 Thread ZhangShen Peng(Uestc graduating...)
Oh ,opss. who delete the _SQLAlchemyQuery in source ??? I merge my source to lastest , and find _SQLAlchemyQuery is lost so there is a error -class _SQLAlchemyQuery(object): - -Iterable that allows to get slices from an SQLAlchemy Query object. - -def

Re: Routes 1.8 Release

2008-04-07 Thread blaf
Hi, I don't know the real reason behind this change but for me it feels more natural and elegant to have clean URLs with slashes than using any other caracters =) Blaise On Apr 6, 11:51 pm, Damjan [EMAIL PROTECTED] wrote: Previously, Routes used a ';' mark for an action in map.resource,

Re: Routes 1.8 Release

2008-04-07 Thread Damjan
I don't know the real reason behind this change but for me it feels more natural and elegant to have clean URLs with slashes than using any other caracters =) well the difference is between /some_resource;edit /some_resource;preview etc. and /some_resource/edit now /edit looks like an

authkit rev150

2008-04-07 Thread Chris Curvey
I decided to install the trunk version of AuthKit into my Pylons app last night (in the hopes that it had solved another issue), but that seems to have been a mistake. Now every time I try to login to my site, I'm getting AssertionError: Attempt to set headers a second time w/o an exc_info I

retrieving host and port from within application

2008-04-07 Thread Moshe C.
How can I retrieve the host and port (defined in the server:main section of the ini file) from within the application code? TIA --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this

Re: Routes 1.8 Release

2008-04-07 Thread Ben Bangert
On Apr 7, 2008, at 7:03 AM, Damjan wrote: well the difference is between /some_resource;edit /some_resource;preview etc. and /some_resource/edit now /edit looks like an aditional resource... ;edit otoh looks like a special view of the resource Using ; was actually a no-no according to the

Re: authkit rev150

2008-04-07 Thread lasizoillo
2008/4/7 Chris Curvey [EMAIL PROTECTED]: I decided to install the trunk version of AuthKit into my Pylons app last night (in the hopes that it had solved another issue), but that seems to have been a mistake. Now every time I try to login to my site, I'm getting AssertionError:

Re: Routes 1.8 Release

2008-04-07 Thread Damjan
maybe because of this: http://www.issociate.de/board/post/11276/Forwarding_URL_with_semicolon.html although I don't think Apache is doing the correct thing there... I'll check that later --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: webhelpers 0.6 pagination links problem ?

2008-04-07 Thread Ben Bangert
On Apr 7, 2008, at 1:52 AM, ZhangShen Peng(Uestc graduating...) wrote: can you give me a Mercurial account for webhelpers? so many bugs . I'll happilly accept PEP8 compliant Mercurial bundles of changes. I should note that this change that broke paginate did creep in a commit or

Re: JSON error documents

2008-04-07 Thread Kumar McMillan
On Thu, Apr 3, 2008 at 5:48 PM, Kumar McMillan [EMAIL PROTECTED] wrote: Hi, I feel like I'm going around in circles trying to figure out how to serve JSON error documents for my jsonified controllers. I'm using Pylons 0.9.6.1 and I've been following: