Re: Pylons rc3?

2007-09-09 Thread Max Ischenko
On 9/9/07, Cesco [EMAIL PROTECTED] wrote: I have updated to 0.9.6rc3 and the error is still the same. Sorry for hijacking the thread but is this release is already available? I haven't seen any announcement and main page at pylonshq.com still shows link to rc2. Could I ask to make release

Re: Session without cookies

2007-09-09 Thread Frederik
Sorry for the late response, I just found the time to try this out. On 7 Sep., 17:46, David Turner [EMAIL PROTECTED] wrote: On Fri, 2007-09-07 at 07:52 -0700, Frederik wrote: I have a project where I can't rely on cookies to be allowed on client side. So I'd like to work with URL parameter

Re: Pylons rc3?

2007-09-09 Thread Jose Galvez
take a look at pypi, it looks like 0.9.6 has been released :) Jose On 9/9/07, Max Ischenko [EMAIL PROTECTED] wrote: On 9/9/07, Cesco [EMAIL PROTECTED] wrote: I have updated to 0.9.6rc3 and the error is still the same. Sorry for hijacking the thread but is this release is already

Re: SQLAlchemy 0.3 transactions inside Pylons controllers

2007-09-09 Thread askel
i'm just wondering if rollback should be called if commit fails, i.e. if there is difference between: try: ... except: t.rollback() else: t.commit() and try: ... t.commit() except: t.rollback() On Sep 8, 6:23 am, Jose Figueras [EMAIL PROTECTED] wrote: t =

formencode, unicode, and xhtml validation?

2007-09-09 Thread iain duncan
Apologies if this isn't really the right place to ask this, but I figure someone using formencode with pylons might have a good solution. I'm using TG on this, but I *think* this is not really specific to either. I am trying to get user submitted unicode html validated and cleaned up and limited