[web2py] my grating help

2019-07-18 Thread Dave S
I don't normally have migration problems, but I came up today with a new way to have some "fun". I had added a new table (including a reference field), and it was good. That migrate was successful. I could run a -S -M shell, and populate the table. That was yesterday. Today I had a source

[web2py] my grating help

2019-07-18 Thread Dave S
I don't normally have migration problems, but I came up today with a new way to have some "fun". I had added a new table (including a reference field), and it was good. That migrate was successful. I could run a -S -M shell, and populate the table. That was yesterday. Today I had a source

[web2py] Re: Built-in online text editor jumps away

2019-07-18 Thread Dave S
On Thursday, July 18, 2019 at 2:09:40 AM UTC-7, Fekete Zoltán wrote: > > > Hi There, > > In web2py the built-in editor is awesome in general. > However I have an issue with that. Here's how to reproduce: > > 1. Open at least 2 files for editing. > 2. Take the first one on the far left, and

Re: [web2py] Re: validate_insert, status 200 and data="iderrors"

2019-07-18 Thread Dave S
On Thursday, July 18, 2019 at 10:54:38 AM UTC-7, Tito Garrido wrote: > > I just figured out that the error: > > is because of: > return db.transactions.validate_and_insert(**parent) > > seems that db.transactions.validate_and_insert(**parent) is causing an > error during the return.. if I

[web2py] Sometging wrong with utf-8

2019-07-18 Thread Константин Комков
rows = db( (db.recipes.ID_CUISINE==db.cuisines.id) & (db.recipes.ID_AUTHOR==db.authors.id) & (db.recipes.ID_CATEGORY==db.categories.id) ).select(db.cuisines.NAME,db.authors.NAME,db.categories.NAME,db.recipes.ALL ) Ticket ID 127.0.0.1.2019-07-18.22-56-57.1cf3eb52-85aa-418d-b7f9-51ac287014a9

[web2py] Built-in online text editor jumps away

2019-07-18 Thread Val K
Hi Zoltan! I just wrote my own https://github.com/valq7711/vue2pyj -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you

Re: [web2py] Re: validate_insert, status 200 and data="iderrors"

2019-07-18 Thread Tito Garrido
I just figured out that the error: is because of: return db.transactions.validate_and_insert(**parent) seems that db.transactions.validate_and_insert(**parent) is causing an error during the return.. if I return a string it works... On Wed, Jul 17, 2019 at 11:52 PM Dave S wrote: > > > On

[web2py] Re: Entity_quoting and Firebird

2019-07-18 Thread Константин Комков
I understand - when web2py created auth tables automatically in welcome app I didn't add *entity_quoting=False*. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report

[web2py] Re: Too much sessions...

2019-07-18 Thread Gaël Princivalle
Hi Zoltán, for the moment I've modified my crontab for deleting the sessions every hour. I'll try to install python-six module and store the sessions in the memory in the next days. Il giorno giovedì 18 luglio 2019 11:03:37 UTC+2, Fekete Zoltán ha scritto: > > Hi Gael! > > Could you solve the

[web2py] Re: Too much sessions...

2019-07-18 Thread Gaël Princivalle
CentOS 7 on Webfaction. Il giorno sabato 13 luglio 2019 09:03:17 UTC+2, Massimo Di Pierro ha scritto: > > what os is this? > > On Friday, 12 July 2019 01:00:03 UTC-7, Gaël Princivalle wrote: >> >> Hi all. >> >> In my sessions folder all sessions are stored in separated sub-folders, >>

[web2py] Built-in online text editor jumps away

2019-07-18 Thread Fekete Zoltán
Hi There, In web2py the built-in editor is awesome in general. However I have an issue with that. Here's how to reproduce: 1. Open at least 2 files for editing. 2. Take the first one on the far left, and scroll down close to the bottom of the file. 3. Write code or comment, then save it. 4.

[web2py] Re: Too much sessions...

2019-07-18 Thread Fekete Zoltán
Hi Gael! Could you solve the problem? Pls. give a short feedback. Regards, Zoltán 2019. július 13., szombat 9:03:17 UTC+2 időpontban Massimo Di Pierro a következőt írta: > > what os is this? > > On Friday, 12 July 2019 01:00:03 UTC-7, Gaël Princivalle wrote: >> >> Hi all. >> >> In my sessions

Re: [web2py] Re: please help testing web3py

2019-07-18 Thread Johann Spies
On Wed, 17 Jul 2019 at 22:21, Nico Zanferrari wrote: > Hi Johann, > > you can copy the whole _documentation folder from github under the apps > folder of web3py (C:\Users\nico\myapps in my case on Win10). Then, after > running web3py, you can reach it on http://127.0.0.1:8000/_documentation > ,