[web2py] Re: web2py 1.9.1.6 is OUT

2011-01-03 Thread Nico de Groot
> - no more upgrade button on windows since does not work I never had problems with upgrading using the upgrade button, I'm running Windows (source) on XP, Windows 7 and Windows 2003, except for an occasional (service) restart after upgrading. I don't know if detecting source versus binary version

[web2py] Re: web2py 1.9.1.6 is OUT

2011-01-03 Thread Martin Weissenboeck
Two comments: (1) Line 616 in gluon/tools: what is the following line for? self.comment = '' Maybe there should be an additional formal parameter of Recaptcha.__init__ options = '', comment = '' ): and line 666 should be self.comment = comment (2) I think, there should be an additional l

[web2py] Re: web2py 1.9.1.6 is OUT

2011-01-03 Thread Anthony
> > - no more upgrade button on windows since does not work Is upgrade only a problem in the Windows binary version -- I run source on Windows, and upgrade seems to work OK for me? Anthony

[web2py] Re: web2py 1.9.1.6 is OUT

2011-01-03 Thread Luther Goh Lu Feng
Cool stuff thanks! On Jan 4, 3:39 am, Bruno Rocha wrote: > 2011/1/3 Luther Goh Lu Feng > > > The video says that the demo works only in Chrome. Any idea why > > websockets do not work in Firefox and Safari. > > That works in Safari too > > A workaround for those browsers that don't yet have nati

Re: [web2py] Re: web2py 1.9.1.6 is OUT

2011-01-03 Thread Bruno Rocha
2011/1/3 Luther Goh Lu Feng > The video says that the demo works only in Chrome. Any idea why > websockets do not work in Firefox and Safari. > > That works in Safari too A workaround for those browsers that don't yet have native WebSocket support is with this implementation that uses flash to p

Re: [web2py] Re: web2py 1.9.1.6 is OUT

2011-01-03 Thread Bruno Rocha
2011/1/3 Luther Goh Lu Feng > The video says that the demo works only in Chrome. Any idea why > websockets do not work in Firefox and Safari. > http://hacks.mozilla.org/2010/12/websockets-disabled-in-firefox-4/ -- Bruno Roch

[web2py] Re: web2py 1.9.1.6 is OUT

2011-01-03 Thread Luther Goh Lu Feng
The video says that the demo works only in Chrome. Any idea why websockets do not work in Firefox and Safari. On Jan 4, 2:38 am, Bruno Rocha wrote: > 2011/1/3 Jason Brower > > >  What is the web2py comet thing for?  Can you explain? > > Best Regards, > > Jason > > I just made a video of comet me