Re: Pyramid for Pylons users guide

2011-01-17 Thread Christoph Haas
Hey Mike… Am Freitag, den 14.01.2011, 19:53 -0800 schrieb Mike Orr: > Hi all, I'm starting an article on Pyramid for Pylons 1 users, > focusing on the differences between the frameworks and how to do > familiar things in Pyramid. It'll also cover add-on stuff like forms > and auth, or at least lis

Re: webhelpers.paginate fails on explicit mapper

2010-09-20 Thread Christoph Haas
Thanks for the fix, Mike. I'll try to keep a closer eye on paginate issues in the future. :) Christoph Am 18.09.2010 20:04, schrieb Mike Orr: > On Sat, Sep 18, 2010 at 4:52 AM, Christoph Haas > wrote: >> Hi, Max… >> >> I'm in charge of the paginate code.

Re: webhelpers.paginate fails on explicit mapper

2010-09-18 Thread Christoph Haas
Hi, Max… I'm in charge of the paginate code. Just didn't pay close attention to the pylons-devel mailing list for a while. So excuse the late reply. Am 01.07.2010 14:44, schrieb Max Sinelnikov: > I'm working on a pylons project and found a problem with > webhelpers.paginate.Page._pagerlink. I'm u

Re: webob.exc.WSGIHTTPException assumes html response body

2009-09-30 Thread Christoph Haas
Chris schrieb: > We are creating a web service using Pyons that uses XML as the primary > response content type. We have had some trouble when using abort() > because it raises a webob.exc.WSGIHTTPException which has a HTML > response as it's default body. > > The workaround we have implemented ov

Re: webhelpers.paginate fails on explicit mapper

2009-04-27 Thread Christoph Haas
Moin, Am Montag, 27. April 2009 18:47:38 schrieb Clemens Hermann: > I modified the patch slightly to get rid of the AttributeError here: > http://paste.pocoo.org/show/114528/. Great, thanks. The patch is working perfectly. > However, as you do no longer have a default controller/action you'll >

Re: [patch] webhelpers.paginate fails on explicit mapper

2009-04-23 Thread Christoph Haas
Moin, Clemens... Am Donnerstag, 16. April 2009 18:49:10 schrieb Clemens Hermann: > if routes.Mapper is configured with explicit=True (as recommended) > then webhelpers.paginate.Page._pagerlink fails. The reason for this is > that _pagerlink relies on route memory which is not present in case of >

Re: [webhelpers.paginate] I wonder why "_pagelink" and "_range" function are defined in "pager" function and not in "Page" class ?

2009-04-22 Thread Christoph Haas
Am Donnerstag, 23. April 2009 00:11:33 schrieb Christoph Haas: > Am Samstag, 11. April 2009 15:59:46 schrieb KLEIN Stéphane: > > In webhelpers.paginate module, I wonder why "_pagelink" and "_range" > > function > > are defined in "pager" functi

Re: [webhelpers.paginate] I wonder why "_pagelink" and "_range" function are defined in "pager" function and not in "Page" class ?

2009-04-22 Thread Christoph Haas
Hi, Stephane... Am Samstag, 11. April 2009 15:59:46 schrieb KLEIN Stéphane: > In webhelpers.paginate module, I wonder why "_pagelink" and "_range" > function > are defined in "pager" function and not in "Page" class ? > > Personnally, I need to override "_pagelink" function, with current > impleme

Re: Prototype works under Konqueror - jQuery ie - not

2008-09-01 Thread Christoph Haas
Hi, Jan... On Sonntag, 31. August 2008, Jan Koprowski wrote: >When I read that Prototype will not support I remember words my > friend that: jQuery doesn't work in Konqueror - Prototype yes. I can't confirm that. All the core features I use of jQuery work perfectly here (Konqueror 3.5.9 in K

Re: Umlauts not allowed in lib/base.py with 0.9.7beta4?

2008-04-20 Thread Christoph Haas
And another update... sorry for the noise. On Sonntag, 20. April 2008, Christoph Haas wrote: > On Sonntag, 20. April 2008, Christoph Haas wrote: > > I am currently upgrading a real-life project to 0.9.7beta4 and > > encountered the following problem: > > [...] > > =

Re: Umlauts not allowed in lib/base.py with 0.9.7beta4?

2008-04-20 Thread Christoph Haas
On Sonntag, 20. April 2008, Christoph Haas wrote: > I am currently upgrading a real-life project to 0.9.7beta4 and > encountered the following problem: > [...] > = > "/home/chaas/projekte/pylons/0.9.7-test/lib/python2.4/site-packages/WebE >rror-

Umlauts not allowed in lib/base.py with 0.9.7beta4?

2008-04-20 Thread Christoph Haas
I am currently upgrading a real-life project to 0.9.7beta4 and encountered the following problem: = Exception happened during processing of request from ('127.0.0.1', 39293) Traceback (most recent call last): File "/var/lib/python-support/python2.4/paste/httpserver.py", line

Re: Paginator and Javascript

2008-03-03 Thread Christoph Haas
On Mon, Mar 03, 2008 at 11:37:30AM -0800, Mike Orr wrote: > OK, let me get working on a reference implementation of WebHelpers, > and then you can update the Paginator to match it. There will be a > WebHelpers task during the Pylons/TurboGears sprint at PyCon, so I > should have something ready a

Re: Forms

2008-01-26 Thread Christoph Haas
Form brainstorming? Alright. On Fri, Jan 25, 2008 at 01:27:14PM -0800, Mike Orr wrote: > I finally started making forms in my app this week. I found Mako more > convenient than any of the form libraries. > I use a call-with-content > to format an input control with its title, hint, and error me

Re: Cleaning some house of imports and one letters

2007-12-18 Thread Christoph Haas
On Tue, Dec 18, 2007 at 01:07:50AM -0800, Mike Orr wrote: > > On Dec 18, 2007 12:26 AM, Ben Bangert <[EMAIL PROTECTED]> wrote: > > I'm also looking at some of the locations for things, and since beaker > > handles its own stacked object proxy, I'm thinking it might be cleaner > > and less confusi