Re: [web2py] testers needed

2010-01-17 Thread Jeff Bauer
On 01/17/2010 03:27 PM, mdipierro wrote: I have rewritten some of the code that deals with dropdowns, in trunk. In particular now you can do IS_IN_SET(...,sorted=True) IS_IN_DB(...,sorted=True) IS_EMPTY_OR(IS_IN_SET(...,sorted=True)) IS_EMPTY_OR(IS_IN_DB(...,sorted=True)) If your app uses a lot

Re: [web2py] testers needed

2010-01-17 Thread Miguel Lopes
Cool! Has soon as I clean somethings I'll upgrade my development version and check! Miguel On Sun, Jan 17, 2010 at 9:27 PM, mdipierro wrote: > I have rewritten some of the code that deals with dropdowns, in trunk. > In particular now you can do > > IS_IN_SET(...,sorted=True) > IS_IN_DB(...,sort

[web2py] testers needed

2010-01-17 Thread mdipierro
I have rewritten some of the code that deals with dropdowns, in trunk. In particular now you can do IS_IN_SET(...,sorted=True) IS_IN_DB(...,sorted=True) IS_EMPTY_OR(IS_IN_SET(...,sorted=True)) IS_EMPTY_OR(IS_IN_DB(...,sorted=True)) If your app uses a lot of dropdowns please check nothing is broke