Re: [web2py] web2py 2.0 almost done

2012-08-14 Thread Marin Pranjić
Patch is in attachment. Marin On Mon, Aug 13, 2012 at 4:52 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > ouch! sorry about that. > > > On Monday, 13 August 2012 09:46:51 UTC-5, Marin Pranjić wrote: > >> Sure. >> There is no upload logic for URLs. >> >> >> It was removed with this

Re: [web2py] web2py 2.0 almost done

2012-08-13 Thread Massimo Di Pierro
ouch! sorry about that. On Monday, 13 August 2012 09:46:51 UTC-5, Marin Pranjić wrote: > > Sure. > There is no upload logic for URLs. > > > It was removed with this revision: > > http://code.google.com/p/web2py/source/diff?spec=svn33970ff5ac8470c8003290671a1352c29ec00e25&r=33970ff5ac8470c800329067

Re: [web2py] web2py 2.0 almost done

2012-08-13 Thread Marin Pranjić
Sure. There is no upload logic for URLs. It was removed with this revision: http://code.google.com/p/web2py/source/diff?spec=svn33970ff5ac8470c8003290671a1352c29ec00e25&r=33970ff5ac8470c8003290671a1352c29ec00e25&format=side&path=/applications/admin/controllers/default.py Application is retreive

Re: [web2py] web2py 2.0 almost done

2012-08-13 Thread Massimo Di Pierro
Can you help looking into it? On Monday, 13 August 2012 05:32:20 UTC-5, Marin Pranjić wrote: > > Installing new app in admin via URL is not working for me (trunk) > > On Tue, Aug 7, 2012 at 6:33 AM, Massimo Di Pierro > > > wrote: > >> Web2py 2.0 is almost done. >> Please try the nightly build.

Re: [web2py] web2py 2.0 almost done

2012-08-13 Thread Marin Pranjić
Installing new app in admin via URL is not working for me (trunk) On Tue, Aug 7, 2012 at 6:33 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Web2py 2.0 is almost done. > Please try the nightly build. > Let us know if it breaks anything. > > massimo > > -- > > > > --

Re: [web2py] web2py 2.0 almost done

2012-08-10 Thread Phyo Arkar
i haven't test that , i will test and report. I have been using uwsgi + web2py , and large uploads / downloads all goes fine. I haven't use Rocket for so long. On Thu, Aug 9, 2012 at 7:54 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > The corruption, as we could determine has to do

Re: [web2py] web2py 2.0 almost done

2012-08-09 Thread Massimo Di Pierro
The corruption, as we could determine has to do with two issues: - SOCKET_TIMEOUT = 1 was too slow, we increased it to 10. - self.conn.sendall was timing out but socket.timeout was not being caught. Now it is. Since this fix we had no more reports of data corruption. Are there other problems tha

Re: [web2py] web2py 2.0 almost done

2012-08-09 Thread Marin Pranjić
What about issues with rocket, is that fixed? (if I remember correctly it was about corruption of big-sized downloads) On Tue, Aug 7, 2012 at 6:33 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Web2py 2.0 is almost done. > Please try the nightly build. > Let us know if it breaks an

Re: [web2py] web2py 2.0 almost done

2012-08-07 Thread Massimo Di Pierro
which browser? On Tuesday, 7 August 2012 02:49:42 UTC-5, Johann Spies wrote: > > On 7 August 2012 06:33, Massimo Di Pierro wrote: > >> Web2py 2.0 is almost done. >> Please try the nightly build. >> Let us know if it breaks anything. >> > > Not serious problem but the import/export form in welcome

Re: [web2py] web2py 2.0 almost done

2012-08-07 Thread Alexei Vinidiktov
I can't run web2py from Google App Engine *locally* (either via Application Launcher or via command line with dev_appserver.py). Tested on Windows and Ubuntu Linux. I've filed a bug request: http://code.google.com/p/web2py/issues/detail?id=921 On Tue, Aug 7, 2012 at 11:33 AM, Massimo Di Pierro

Re: [web2py] web2py 2.0 almost done

2012-08-07 Thread vinicius...@gmail.com
Is there a changelog? On 08/07/2012 01:33 AM, Massimo Di Pierro wrote: Web2py 2.0 is almost done. Please try the nightly build. Let us know if it breaks anything. massimo -- --

Re: [web2py] web2py 2.0 almost done

2012-08-07 Thread Johann Spies
On 7 August 2012 06:33, Massimo Di Pierro wrote: > Web2py 2.0 is almost done. > Please try the nightly build. > Let us know if it breaks anything. > Not serious problem but the import/export form in welcome/appadmin does not look good. The buttons overlap. See the attached screenshot. Regards

[web2py] web2py 2.0 almost done

2012-08-06 Thread Massimo Di Pierro
Web2py 2.0 is almost done. Please try the nightly build. Let us know if it breaks anything. massimo --