[web2py] Re: web2py 2.14.6 is OUT

2016-07-19 Thread Ben Lawrence
HI I am seeing difference in behavior between 2.14.5 and 2.14.6 for SQLFORM.grid, after clicking on the 'csv' button to download the csv. Same statement in both 2.14.5 and 2.14.6 formTable=SQLFORM.grid(\ query,\ fields=[db.temperature.probe,db.temperature.timeMeasured,db.temperature

[web2py] Re: web2py 2.14.6 is OUT

2016-07-05 Thread Ben Lawrence
I am thinking that if you installed using a script, then after deleting /applications/admin, you could install a dummy web2py in another main folder, use standard linux links to your own apps, and then run this dummy web2py locally and then tunnel into it (as in the book): nohup python dymmyweb

[web2py] Re: web2py 2.14.6 is OUT

2016-05-16 Thread pbreit
If you delete admin app can you still access appadmin? What would the "running locally and ssh tunneling" look like? On Friday, May 13, 2016 at 12:45:13 PM UTC-7, Anthony wrote: > > On Friday, May 13, 2016 at 3:40:37 PM UTC-4, Alex Glaros wrote: >> >> how to delete? >> >> do I just delete this f

[web2py] Re: web2py 2.14.6 is OUT

2016-05-15 Thread Anthony
You must have missed something, because your traceback shows the following line: return auth.wiki() On Sunday, May 15, 2016 at 6:05:04 AM UTC-4, Oli wrote: > > > - new installation of 2.14.6 from web2py_src.zip - > > After I comment out the auth.wiki in ./default/index I got the following > e

[web2py] Re: web2py 2.14.6 is OUT

2016-05-15 Thread Oli
- new installation of 2.14.6 from web2py_src.zip - After I comment out the auth.wiki in ./default/index I got the following error. Traceback (most recent call last): File "/home/LACompetitions/web2py/gluon/restricted.py", line 227, in restricted exec ccode in environment File "/home

[web2py] Re: web2py 2.14.6 is OUT

2016-05-13 Thread Anthony
On Friday, May 13, 2016 at 3:40:37 PM UTC-4, Alex Glaros wrote: > > how to delete? > > do I just delete this file? appadmin.py > > > No, it's the admin app -- so just delete the /applications/ad

[web2py] Re: web2py 2.14.6 is OUT

2016-05-13 Thread Alex Glaros
how to delete? do I just delete this file? appadmin.py -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code

[web2py] Re: web2py 2.14.6 is OUT

2016-05-13 Thread Anthony
On Friday, May 13, 2016 at 3:08:56 PM UTC-4, Alex Glaros wrote: > > What does this mean if I'm PythonAnywhere? Anyway, we remind everybody > that it is not recommended to expose admin in production environments. Run > it locally and connect to it using a ssh tunnel instead. > > I never let a user

[web2py] Re: web2py 2.14.6 is OUT

2016-05-13 Thread Alex Glaros
What does this mean if I'm PythonAnywhere? Anyway, we remind everybody that it is not recommended to expose admin in production environments. Run it locally and connect to it using a ssh tunnel instead. I never let a user have access to it but I use it from a browser online. Do I have to do so

[web2py] Re: web2py 2.14.6 is OUT

2016-05-12 Thread Dave S
On Monday, May 9, 2016 at 5:31:38 PM UTC-7, Massimo Di Pierro wrote: > > A few vulnerabilities have been found in admin. One of them was serious > and it made admin vulnerable to brute force password attacks under some > conditions. > They have been been fixed in version 2.14.6. If you expose adm