[web2py] web2py 2.17.1

2018-08-05 Thread Massimo Di Pierro
Hello everybody, I released pyDAL 18.08 and web2py 2.17.1 They mostly contain bug fixes as well as better support for python 3 and bootstrap 4 by default. Thanks to all those who contributed! Please check them out and report any issue with them. I have a been a little slow checking this group b

[web2py] Re: Interesting Project

2018-08-05 Thread Massimo Di Pierro
curious. what features do you like that we could include in web2py? On Thursday, 12 July 2018 16:13:42 UTC-7, greenpoise wrote: > > Been jumping around different python frameworks and stumbled upon Websauna > . Its built on top of Pyramid (Pylons). I share > it here bec

[web2py] Re: auto save feature

2018-08-05 Thread Massimo Di Pierro
I would not automate this. I do not see a one size fits all for this. The fact is that partial fills may not pass validation. I would instead create a pure JS function that periodically save the entire form in JSON to a TMP table. On Sunday, 15 July 2018 06:05:22 UTC-7, Diego Tostes wrote: > >

[web2py] Re: Beginning noob - link issue

2018-08-05 Thread Massimo Di Pierro
Fixed. On Monday, 16 July 2018 15:07:55 UTC-7, Anthony wrote: > > No, looks like something is broken. > > On Monday, July 16, 2018 at 3:18:44 PM UTC-4, ju...@us.ibm.com wrote: >> >> This page has a link to try out web2py >> http://web2py.com/init/default/what at this location >> http://www.we

[web2py] Re: Bot sends bad POST and triggers ValueError: Invalid boundary in multipart form: ''

2018-08-05 Thread Massimo Di Pierro
Can you show an example of the body of the post that causes the problem? On Tuesday, 17 July 2018 06:43:35 UTC-7, Lisandro wrote: > > Hi there! I'm just reporting this situation in case it's a bug, I'm not > sure. > > I have a public webpage (no login required), and from time to time I see > thi

[web2py] Re: Why not to mention support to Python3 on the official sites main page?

2018-08-05 Thread Massimo Di Pierro
I agree. We should mention it. We should also say that "web2py runs with pyhton 3 BUT web2py apps created with python 2 require web2py running under python 2 and apps created using python 3 requires web2py running python 3. They cannot be mixed." To some this will break the plug and play if the

Re: [web2py] Re: Issues getting web2py to work.

2018-08-05 Thread Massimo Di Pierro
Fantastic! We are here to help. Massimo On Wednesday, 25 July 2018 05:46:36 UTC-7, Ben Duncan wrote: > > Thanks, Figured that out late yesterday. > I've gone ahead and purchased the book "web2py complete reference manual - > 5th edition". > I've pretty much decided that web2py will be our frame

[web2py] New web2py/pydal feautures for scalability

2018-08-05 Thread Massimo Di Pierro
Some of you may not like using the filesystem for strong data. In particular that is not a good solution for scalability. Now you can do: myconf = AppConfig(reload=True) # always store sessions in cookies session.connect(request, response, cookie_key=myconf.get('app.cookie_key')) # store metadata