Re: [web2py] Re: bootstrap in trunk

2012-04-22 Thread Johann Spies
On 21 April 2012 18:03, Massimo Di Pierro I cannot reproduce this error. It could be a commit error. I am > re-committing. > After this morning's 'hg update' the problem seems to be solved. Thanks. Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will

Re: [web2py] Re: bootstrap in trunk

2012-04-21 Thread Massimo Di Pierro
I cannot reproduce this error. It could be a commit error. I am re-committing. massimo On Saturday, 21 April 2012 02:54:46 UTC-5, Johann Spies wrote: > > On 20 April 2012 22:28, Massimo Di Pierro wrote: > >> Do you use a custom search_menu or do you call it explicitly? Yes the API >> for this t

Re: [web2py] Re: bootstrap in trunk

2012-04-21 Thread Johann Spies
On 20 April 2012 22:28, Massimo Di Pierro wrote: > Do you use a custom search_menu or do you call it explicitly? Yes the API > for this thing have changed (for the better). This was clearly marked in > the book as an experimental feature. If you show us your code, I can tell > you now to adapt it.

[web2py] Re: bootstrap in trunk

2012-04-20 Thread Massimo Di Pierro
Do you use a custom search_menu or do you call it explicitly? Yes the API for this thing have changed (for the better). This was clearly marked in the book as an experimental feature. If you show us your code, I can tell you now to adapt it. Yet, without seeing your code I can not 100% sure this

Re: [web2py] Re: bootstrap in trunk

2012-04-20 Thread Anthony
On Friday, April 20, 2012 11:08:50 AM UTC-4, Johann Spies wrote: > > On 20 April 2012 16:05, Anthony wrote: > > Looks like a bug that was introduced -- the code was CAT(INPUT(...), >> DIV(...), SCRIPT(...)), but the CAT was dropped, so instead of returning a >> helper object, it is now returning

Re: [web2py] Re: bootstrap in trunk

2012-04-20 Thread Johann Spies
On 20 April 2012 16:05, Anthony wrote: Looks like a bug that was introduced -- the code was CAT(INPUT(...), > DIV(...), SCRIPT(...)), but the CAT was dropped, so instead of returning a > helper object, it is now returning a tuple of helpers, which doesn't get > serialized properly. > > > http://c

[web2py] Re: bootstrap in trunk

2012-04-20 Thread Anthony
Looks like a bug that was introduced -- the code was CAT(INPUT(...), DIV(...), SCRIPT(...)), but the CAT was dropped, so instead of returning a helper object, it is now returning a tuple of helpers, which doesn't get serialized properly. http://code.google.com/p/web2py/source/browse/gluon/sqlht