[web2py] Re: BEAUTIFY broken in trunk

2013-01-20 Thread Massimo Di Pierro
think this is now fixed in trunk. I accidentally committed an experiment in html.py. On Saturday, 19 January 2013 16:55:50 UTC-6, DenesL wrote: That confirms my original suspicion, rev.4631, up to Massimo now. On Saturday, January 19, 2013 4:50:40 PM UTC-5, Alan Etkin wrote: It works

[web2py] Re: BEAUTIFY broken in trunk

2013-01-19 Thread Alan Etkin
form = SQLFORM(db.auth_user) b = BEAUTIFY(form) b.xml() 'div/div' It seems it's a general problem with BEAUTIFY, not only with rows --

[web2py] Re: BEAUTIFY broken in trunk

2013-01-19 Thread DenesL
It works fine in 2.3.2, whether is rows or forms. --

[web2py] Re: BEAUTIFY broken in trunk

2013-01-19 Thread Alan Etkin
It works fine in 2.3.2, whether is rows or forms. I belive the problem was introduced by changing gluon/html.py here: http://code.google.com/p/web2py/source/detail?r=3fa5f8c16fe9437351e1e9ca2060471e9c73b16d --

[web2py] Re: BEAUTIFY broken in trunk

2013-01-19 Thread DenesL
That confirms my original suspicion, rev.4631, up to Massimo now. On Saturday, January 19, 2013 4:50:40 PM UTC-5, Alan Etkin wrote: It works fine in 2.3.2, whether is rows or forms. The problem was introduced by changing gluon/html.py here: