[web2py] web2py 2.3.1 is out

2012-12-14 Thread Massimo Di Pierro
Web2py 2.3.1 is out! - new virtual fields syntax: ``db.define_table('person',Field('name'),Field.Virtual('namey',lambda row: ro\ w.person.name+'y'))`` - db.thing(name='Cohen',_orderby=db.thing.name), thanks Yair - made many modules Python 3.3 friendly (compile but not tested) - better welcome c

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Nico Zanferrari
Il giorno martedì 4 dicembre 2012 15:56:31 UTC+1, Massimo Di Pierro ha scritto: > > Can you try again. The file is there but looks like it was not committed > to git. Did you get from github? > > Yes, I've got it from github. And YES, it's already fixed. Sometimes I think you own a magic glass

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Richard Vézina
Got it! // li>a').each(function(){ if(jQuery(this).parent().find('ul').length) jQuery(this).attr({'class':'dropdown-toggle','data-toggle':'dropdown'}).append(''); }); jQ

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Richard Vézina
So, I did that in layout.html and it improves thing. The only little glitch is that subSubMenu are not displaying at the rigth place, they just show below the actual a hover element, they should appear beside this element. I try to figure out which piece of web2py_bootstrap.js is responsible of tha

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Richard Vézina
I didn't check carefully how to integrate it. Does it as simple as just add a js file?? Richard On Tue, Dec 4, 2012 at 2:25 PM, Anthony wrote: > On Tuesday, December 4, 2012 1:49:24 PM UTC-5, Richard wrote: > >> This could be interesting add on : >> >> http://cherne.net/brian/**resources/jquery

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Paolo Caruccio
I'm not the creator of the code in web2py_bootstrap.js that manages the dropdown behavior, I only added the code to adjust it on resize event. Originally the bootstrap dropdown hasn't a hover event (in this article the reasons explained http://markdotto.com/2012/02/27/bootstrap-explained-dropdo

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Anthony
On Tuesday, December 4, 2012 1:49:24 PM UTC-5, Richard wrote: > This could be interesting add on : > > http://cherne.net/brian/resources/jquery.hoverIntent.html > Yes, that was used with the Superfish menu ( http://users.tpg.com.au/j_birch/plugins/superfish/#faq) -- makes a big difference. Anth

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Richard Vézina
This could be interesting add on : http://cherne.net/brian/resources/jquery.hoverIntent.html Richard On Tue, Dec 4, 2012 at 1:43 PM, Richard Vézina wrote: > I found that just replacing delay() and fade*() by show() and hide() solve > most problem. > > Here the code : > // this code improves boo

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Richard Vézina
I found that just replacing delay() and fade*() by show() and hide() solve most problem. Here the code : // this code improves bootstrap menus and adds dropdown support jQuery(function(){ jQuery('.nav>li>a').each(function(){ if(jQuery(this).parent().find('ul').length) jQuery(this).attr({'cl

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Richard Vézina
Hello, I just check the trunk and don't see any improvement at the dropmenu script level. I appreciate the little script to allow the bootstrap menu to works as superfish use to work, but actually they are pretty not usable in production. I explained, it may be possible that the problem I face h

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Massimo Di Pierro
This is the right attitude! On Tuesday, 4 December 2012 07:05:02 UTC-6, Adi wrote: > > Just tested all four applications with nightly build and all works as > expected. If we upgrade production, break it and start losing orders, it > will be brutal here, but I'll scream for help... ;) > > > On T

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Massimo Di Pierro
Can you try again. The file is there but looks like it was not committed to git. Did you get from github? On Tuesday, 4 December 2012 01:26:45 UTC-6, Nico Zanferrari wrote: > > I've notice yesterday that the DEBUG button on the admin interface has > problems: it always gives just the error "inva

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Adnan Smajlovic
Just tested all four applications with nightly build and all works as expected. If we upgrade production, break it and start losing orders, it will be brutal here, but I'll scream for help... ;) On Tue, Dec 4, 2012 at 2:26 AM, Nico Zanferrari wrote: > I've notice yesterday that the DEBUG button

Re: [web2py] web2py 2.3.1?

2012-12-03 Thread Nico Zanferrari
I've notice yesterday that the DEBUG button on the admin interface has problems: it always gives just the error "invalid view (debug/interact.html)". 2012/12/4 rif > I've been using trunk for the last three weeks and I didn't notice any > problems. > > -rif > > -- > > > > --

Re: [web2py] web2py 2.3.1?

2012-12-03 Thread rif
I've been using trunk for the last three weeks and I didn't notice any problems. -rif --

Re: [web2py] web2py 2.3.1?

2012-12-03 Thread Massimo Di Pierro
It is mostly lots of bug fixes. More wiki and grid options. On Monday, December 3, 2012 6:50:42 PM UTC-6, rochacbruno wrote: > > I would check this now because I am preparing a talk and material for new > students. > > There are any key feature or change that we need to look? > --

Re: [web2py] web2py 2.3.1?

2012-12-03 Thread Bruno Rocha
I would check this now because I am preparing a talk and material for new students. There are any key feature or change that we need to look? --

[web2py] web2py 2.3.1?

2012-12-03 Thread Massimo Di Pierro
Please check the nightly build. I would like to release 2.3.1 asap, later this week. Massimo --