Re: WebHelpers 1.0b1 (revised announcement)

2009-11-20 Thread Mike Orr
On Fri, Nov 20, 2009 at 12:39 PM, Jonathan Vanasco wrote: > On Nov 20, 2:51 pm, Mike Orr wrote: > >> * Delete deprecated subpackage: rails. >>   These are replaced by new helpers in date, html, misc, number, text. > Can we get a mapping of what is now where ? I don't have a 1:1 list, but it shou

Re: WebHelpers 1.0b1 (revised announcement)

2009-11-20 Thread Jonathan Vanasco
On Nov 20, 2:51 pm, Mike Orr wrote: > WebHelpers 1.0b1 is released.  It contains a year's worth of > enhancements since 0.6.4, listed below.  Get your fresh copy > athttp://pypi.python.org/pypi/WebHelpers/1.0b1 rad! > * Delete deprecated subpackage: rails. >   These are replaced by new helpers

WebHelpers 1.0b1 (revised announcement)

2009-11-20 Thread Mike Orr
WebHelpers 1.0b1 is released. It contains a year's worth of enhancements since 0.6.4, listed below. Get your fresh copy at http://pypi.python.org/pypi/WebHelpers/1.0b1 Documentation is in the module docstrings. 1.0 final will be released as soon as I finish the online documentation and pending e

WebHelpers 1.0b1

2009-11-20 Thread Mike Orr
WebHelpers 1.0b1 is released. It contains a year's worth of enhancements since 0.6.4. Get it at http://pypi.python.org/pypi?name=WebHelpers ** -- Mike Orr -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email

interesting problem while using formbuild with pylons

2009-11-20 Thread Krishnakant
Hello all, I have been evalueating different form building librarys. Thanks to many friends on the list I have a pritty nice understanding of how different libraries render forms. I am trying my hand at formbuild right now. The most striking feature to me was that unlike to.Forms I did not need

Re: @validate ....

2009-11-20 Thread Ian Wilson
I'm going to keep this thread alive. I ended up using the containers class you mentioned. I think my solution is _really_ similar to Tycon's solution as mentioned in the splitting validate ticket except I don't use decorators. Somehow I did not see his solution until I saw that ticket (http://py