[web2py] Typo in trunk version of gae.py

2011-03-16 Thread Dave Warnock
d noticed the problem with requiring the password to be an email address, glad to see that is fixed in trunk. Thanks Dave -- Dave Warnock: http://42.blogs.warnock.me.uk Cycling Blog: http://42bikes.warnock.me.uk

Re: [web2py] Re: gae RFC

2011-03-16 Thread Dave Warnock
controller could download the sdk if needed and unpack into the right place. Then it only happens if needed and the script can download the correct version. Might be an easier option to sell. Of course it might not be possible legally. Dave -- Dave Warnock: http://42.blogs.warnock.me.uk

[web2py] Best practice

2011-03-17 Thread Dave Warnock
you choose and why? Thanks Dave -- Dave Warnock: http://42.blogs.warnock.me.uk

[web2py] web2py applications and version control systems

2011-03-17 Thread Dave Warnock
have the whole of web2py under version control so that I can more quickly move between web2py versions for testing & upgrading. Just wondering what you do? Dave -- Dave Warnock: http://42.blogs.warnock.me.uk

Re: [web2py] Re: question from stackoverflow - DB transactions

2011-03-28 Thread Dave Warnock
Adam, I am quite surprised that the database administrator was happy with you using a transaction in that way. It goes against the normal practice that a database should never be stalled mid transaction while waiting for user input. If you have a table locking database this will mean the databas