[web2py] Re: web2py 1.99.5 (please read)

2012-03-01 Thread Massimo Di Pierro
Please send me the change. welcome.w2p should be rebuilt automatically from the app. On Wednesday, 29 February 2012 06:03:23 UTC-6, Alan Etkin wrote: Massimo: I've found that the timing changes to the LOAD() helper have learnt the first lesson of not being seen. The problem is that the

[web2py] Re: web2py 1.99.5 (please read)

2012-03-01 Thread Alan Etkin
Please send me the change. welcome.w2p should be rebuilt automatically from the app. The compileapp.py new modification is attached in this message. Thank You compileapp.py.diff Description: Binary data

[web2py] Re: web2py 1.99.5 (please read)

2012-03-01 Thread Niphlod
Just confirming that my app works flawlessly in current trunk (this test assures no breaks in backward compatibility, at least for the parts of code that I use, that are several.)

Re: [web2py] Re: web2py 1.99.5 (please read)

2012-03-01 Thread drelyn86
I was able to trace the appadmin issue back to gluon/storage.py This patch should do the trick: http://pastebin.com/8ktgy5eU On Wednesday, February 29, 2012 6:26:54 PM UTC-5, mcm wrote: I am not able to access to appadmin when I click the button database administration of any application

[web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread Alan Etkin
Massimo: I've found that the timing changes to the LOAD() helper have learnt the first lesson of not being seen. The problem is that the changes to web2py.js I submitted in the issue 576 were not updated in the welcome.w2p and it is not reflected in new applications. The new web2py.js file is

[web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread weheh
+1 On Feb 29, 4:35 am, Anthony abasta...@gmail.com wrote: We need to make the book editable again so some of us can start adding this stuff to the documentation. :-) On Tuesday, February 28, 2012 3:28:09 PM UTC-5, Massimo Di Pierro wrote: I am planning to release this tomorrow but

Re: [web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread Bruno Rocha
no, I mean the model-execution-mapping. http://zerp.ly/rochacbruno Em 29/02/2012 09:03, Alan Etkin spame...@gmail.com escreveu: Massimo: I've found that the timing changes to the LOAD() helper have learnt the first lesson of not being seen. The problem is that the changes to web2py.js I

[web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread Massimo Di Pierro
No. It is pending this release. On Feb 29, 3:56 am, Bruno Rocha rochacbr...@gmail.com wrote: is the experimental model map included? or it is not done yet? http://zerp.ly/rochacbruno Em 28/02/2012 17:28, Massimo Di Pierro massimo.dipie...@gmail.com escreveu: I am planning to release

[web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread Massimo Di Pierro
No. But I believe Tim knows what the problem is and is working on it. On Feb 29, 1:33 am, Phyo Arkar phyo.arkarl...@gmail.com wrote: Is the corruption of download and upload during slow connection fixed (Rocket problem) ? Thanks Phyo. On 2/29/12, Mariano Reingart reing...@gmail.com wrote:

Re: [web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread Richard Vézina
Here some more information on the ticket it raises : (self=gluon.dal.PostgreSQLAdapter object, value=1, field_type='db.auth_user', blob_decode=True) Code listing 1498. 1499. 1500. 1501. 1502. 1503. 1504. 1505. 1506. 1507. return value elif field_type == 'blob' and not

Re: [web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread Richard Vézina
Forget to mention. I also try the welcome app with postgres with no problem. I create a use and can logon and logoff... Richard 2012/2/29 Richard Vézina ml.richard.vez...@gmail.com Here some more information on the ticket it raises : (self=gluon.dal.PostgreSQLAdapter object, value=1,

Re: [web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread Michele Comitini
I am not able to access to appadmin when I click the button database administration of any application in the admin application. mic Il giorno 29 febbraio 2012 20:31, Richard Vézina ml.richard.vez...@gmail.com ha scritto: Forget to mention. I also try the welcome app with postgres with no

[web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread Andrew
I'm trying to test the Teradata DAL change, but getting errors, I'm backtracking to test on SQL Server for creating Foreign Key relationships. Never tried this before now so I'm not sure if it worked before on SQL Server: dbSQL.define_table('Andrew_2py_PK', Field('Field1',

[web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread Andrew
P.S. Ignore the comment about the book. It's there ?? :(

[web2py] Re: web2py 1.99.5 (please read)

2012-02-29 Thread Andrew
Sorry, one more. The last line should have read: References aren't working for Teradata (yet), but they didn't work before either.

[web2py] Re: web2py 1.99.5 (please read)

2012-02-28 Thread Anthony
We need to make the book editable again so some of us can start adding this stuff to the documentation. :-) On Tuesday, February 28, 2012 3:28:09 PM UTC-5, Massimo Di Pierro wrote: I am planning to release this tomorrow but you can test it today. ***Please help us test it today*** It is

[web2py] Re: web2py 1.99.5 (please read)

2012-02-28 Thread szimszon
+1 Anyway it could be good to have some more hint about what the new features do. So we can easily test without to follow all conversation about features between versions :-o 2012. február 28., kedd 21:35:03 UTC+1 időpontban Anthony a következőt írta: We need to make the book editable again

[web2py] Re: web2py 1.99.5 (please read)

2012-02-28 Thread Massimo Di Pierro
I promise I will do this within the end of March. Possibly sooner. Massimo On Feb 28, 2:35 pm, Anthony abasta...@gmail.com wrote: We need to make the book editable again so some of us can start adding this stuff to the documentation. :-) On Tuesday, February 28, 2012 3:28:09 PM UTC-5,

[web2py] Re: web2py 1.99.5 (please read)

2012-02-28 Thread Massimo Di Pierro
No. If you have time test the debugger. That is a major piece of code that you will notice right away. Mariano can explain better than me. The other features have been reasonably tested. Massimo On Feb 28, 2:46 pm, szimszon szims...@gmail.com wrote: +1 Anyway it could be good to have some

Re: [web2py] Re: web2py 1.99.5 (please read)

2012-02-28 Thread Richard Vézina
type 'exceptions.KeyError' 'db' With trunk and copied my app in application folder... Richard On Tue, Feb 28, 2012 at 4:01 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: No. If you have time test the debugger. That is a major piece of code that you will notice right away. Mariano

[web2py] Re: web2py 1.99.5 (please read)

2012-02-28 Thread Massimo Di Pierro
What triggers it? I need a little more info. On Feb 28, 3:22 pm, Richard Vézina ml.richard.vez...@gmail.com wrote: type 'exceptions.KeyError' 'db' With trunk and copied my app in application folder... Richard On Tue, Feb 28, 2012 at 4:01 PM, Massimo Di Pierro

[web2py] Re: web2py 1.99.5 (please read)

2012-02-28 Thread Richard Galka
A couple minor points with the admin pages and the new debugging section: In the Admin - Debug - breakpoints - Add breakpoints section, if the current application has long directory file names then the table's hints run off the page. I think it may be pertinent to identify that in the

[web2py] Re: web2py 1.99.5 (please read)

2012-02-28 Thread Massimo Di Pierro
Here corrected list of new features (in trunk and nightly build. web2py 1.99.5 is NOT out yet) - admin in Russian (Bulat), Japanese (Omi) and Slovenian (Robert Valentak) - included web-based debugger (experimental, thanks Mariano) - def index(): return dict(a=gluon.tools.Expose(folder)) -

Re: [web2py] Re: web2py 1.99.5 (please read)

2012-02-28 Thread Mariano Reingart
On Tue, Feb 28, 2012 at 8:08 PM, Richard Galka richard.ga...@gmail.com wrote: A couple minor points with the admin pages and the new debugging section: In the Admin - Debug - breakpoints - Add breakpoints section, if the current application has long directory file names then the table's hints

Re: [web2py] Re: web2py 1.99.5 (please read)

2012-02-28 Thread Phyo Arkar
Is the corruption of download and upload during slow connection fixed (Rocket problem) ? Thanks Phyo. On 2/29/12, Mariano Reingart reing...@gmail.com wrote: On Tue, Feb 28, 2012 at 8:08 PM, Richard Galka richard.ga...@gmail.com wrote: A couple minor points with the admin pages and the new