Re: How to pass (one-time) message to redirect_to page?

2008-07-11 Thread jerry
1. Thanks Mike, awesome! 2. messages stored in sessions mapped to a certain url -- I don't get it. 3. Thanks Jonathan (and silly me for not knowing/being able to come up with such a simple idea). Sincerely, Jerry On Jul 10, 11:11 pm, Jonathan Vanasco [EMAIL PROTECTED] wrote: There are 3

miruku 0.1a6 released.

2008-07-11 Thread Olli Wang
miruku is a migration toolkit for SQLAlchemy. I'm pleased to release miruku 0.1a6. There are several bugs fixed since 0.1a3. You may need to re-read the tutorial to adapt some not backward-compatible updates. If you have any suggestion or question, welcome to report at

Re: Bumping Mako requirement version to 2.0

2008-07-11 Thread Roger Demetrescu
On Thu, Jul 10, 2008 at 16:51, Mike Orr [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 12:43 PM, Roger Demetrescu [EMAIL PROTECTED] wrote: Hi folks... Would that be a problem for pylons users if we bump the Mako requirement version to = 2.0.0 for Toscawidgets and tw.forms projects ?

Re: Debugging failed tests with pylons globals

2008-07-11 Thread Jonathan Vanasco
I don't think that SOPs are the devil... I think the issue has more to do with how and where items are instantiated and stored. I think if the load order were different ( i'm not going to make any suggestions ;) ), and how we get at them, then many of the end-user issues could disappear.

Re: WebHelpers 0.6 released

2008-07-11 Thread rcs_comp
in html.tags the form function has 'POST' for the default method, which is invalid xhtml. I changed it to: def form(url, method=post,... and all is well. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: WebHelpers 0.6 released

2008-07-11 Thread Mike Orr
On Fri, Jul 11, 2008 at 9:43 AM, rcs_comp [EMAIL PROTECTED] wrote: in html.tags the form function has 'POST' for the default method, which is invalid xhtml. I changed it to: def form(url, method=post,... and all is well. Is it really? Does the browser convert it to POST before sending

Re: WebHelpers 0.6 released

2008-07-11 Thread Christoph Haas
On Freitag, 11. Juli 2008, Mike Orr wrote: On Fri, Jul 11, 2008 at 9:43 AM, rcs_comp [EMAIL PROTECTED] wrote: in html.tags the form function has 'POST' for the default method, which is invalid xhtml. I changed it to: def form(url, method=post,... and all is well. Is it really?

Re: WebHelpers 0.6 released

2008-07-11 Thread Ian Bicking
Christoph Haas wrote: On Freitag, 11. Juli 2008, Mike Orr wrote: On Fri, Jul 11, 2008 at 9:43 AM, rcs_comp [EMAIL PROTECTED] wrote: in html.tags the form function has 'POST' for the default method, which is invalid xhtml. I changed it to: def form(url, method=post,... and all is well.

Re: WebHelpers 0.6 released

2008-07-11 Thread Mike Orr
So are applications actually breaking with form method=POST ? Or is this an issue of formal correctness only? -- Mike Orr [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To

Re: WebHelpers 0.6 released

2008-07-11 Thread Ian Bicking
Mike Orr wrote: So are applications actually breaking with form method=POST ? Or is this an issue of formal correctness only? Formal correctness of XHTML 1.0 strict only. Well, maybe if you serve your content as XHTML 1.0 strict the browser might barf on that. But if it does, it only

Re: WebHelpers 0.6 released

2008-07-11 Thread Mike Orr
On Fri, Jul 11, 2008 at 1:09 PM, Ian Bicking [EMAIL PROTECTED] wrote: XHTML is totally nutty. I've been feeling better about XHTML since I started using DocBook. I'm quite glad there's a simple XSLT transformation from DocBook - XHTML to read the text without having to use a WYSIWYG editor (all

Re: WebHelpers 0.6 released

2008-07-11 Thread Randy Syring
On Jul 11, 4:02 pm, Christoph Haas [EMAIL PROTECTED] wrote: I second rcs_comp (/me donates his parent a few bucks to give him a real name). Real name acquired. Please use Paypal to send me a few bucks, I will make sure to send it on to my mother. ;) Mike Orr wrote: So are applications

Re: WebHelpers 0.6 released

2008-07-11 Thread Ian Bicking
Mike Orr wrote: On Fri, Jul 11, 2008 at 1:09 PM, Ian Bicking [EMAIL PROTECTED] wrote: XHTML is totally nutty. I've been feeling better about XHTML since I started using DocBook. I'm quite glad there's a simple XSLT transformation from DocBook - XHTML to read the text without having to use

Re: Debugging failed tests with pylons globals

2008-07-11 Thread Justin Tulloss
On Jul 11, 8:23 am, Alberto Valverde [EMAIL PROTECTED] wrote: I honestly don't find them *that* hard to understand, and I'm not that bright either. Granted, I've fought them a lot and have implemented several libraries (one of them is open source, ToscaWidgets) that use them so I probably

Re: The Pylons Book

2008-07-11 Thread Eric Ongerth
Hi James, Visually: looks great! Good work. Typos: I saw seven typos, spelling and/or punctuation errors in under three minutes. Might want to keep the 2nd draft open for more than a week to allow time to catch more of them. I will gladly try to review as much as I can and submit some typos

Re: The Pylons Book

2008-07-11 Thread Mike Orr
On Fri, Jul 11, 2008 at 9:21 PM, Eric Ongerth [EMAIL PROTECTED] wrote: Hi James, Visually: looks great! Good work. Typos: I saw seven typos, spelling and/or punctuation errors in under three minutes. Might want to keep the 2nd draft open for more than a week to allow time to catch more

Re: The Pylons Book

2008-07-11 Thread Noah Gift
On Sat, Jul 12, 2008 at 12:36 AM, Mike Orr [EMAIL PROTECTED] wrote: On Fri, Jul 11, 2008 at 9:21 PM, Eric Ongerth [EMAIL PROTECTED] wrote: Hi James, Visually: looks great! Good work. Typos: I saw seven typos, spelling and/or punctuation errors in under three minutes. Might want