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 applicati

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

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 > Here some more information on the ticket it raises : > > (self=, value=1, > field_type='db.auth_user', blob_decode=True) > Code listing >

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=, 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 blob_decode: return value

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" 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 submitted in th

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 wrote: > On Tue, Feb 28, 2012 at 8:08 PM, Richard Galka > wrote: >> A couple minor points with the admin pages and the new debugging section: >> >> In the Admin ->

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 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 > run off the p

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

2012-02-28 Thread Richard Vézina
'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 can explain better than