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

2019-07-24 Thread Fekete Zoltán
Hi! Thank you, I'll give it a try. FeZ 2019. július 18., csütörtök 20:52:16 UTC+2 időpontban Val K a következőt írta: > > Hi Zoltan! > I just wrote my own > https://github.com/valq7711/vue2pyj > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web

[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. Sel

[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 f

[web2py] Re: Too much sessions...

2019-07-12 Thread Fekete Zoltán
ext > > locals request session response > In file: > /home/tasko/webapps/w2p_2_14_16/web2py/applications/hydrover_oleodinamica/models/0_memcache.py > > > 1. > 2. > 3. > 4. > 5. > 6. > > # -*- coding: utf-8 -*- > from gluon.contrib.memcache import MemcacheC

[web2py] Re: Too much sessions...

2019-07-12 Thread Fekete Zoltán
s ticket: > > Cannot import module > 'applications.my_app.modules.six' > > Could it be due to the fact that the web2py version is the old 2.14.6? > > Il giorno venerdì 12 luglio 2019 10:46:44 UTC+2, Fekete Zoltán ha scritto: >> >> Hi Gael, >> >> I

[web2py] Re: Too much sessions...

2019-07-12 Thread Fekete Zoltán
Hi Gael, It is possible to store sessions in the db, however consider that it will slow down the system if you have such a high load. A faster solution is to store sessions in memory: http://web2py.com/books/default/chapter/29/13?search=cache#Sessions-in-memcache Read that part of the doc, ther

[web2py] bootstrap4 adjustment

2019-07-03 Thread Fekete Zoltán
Hi Massimo, Referring the page https://www.quackit.com/bootstrap/bootstrap_4/differences_between_bootstrap_3_and_bootstrap_4.cfm Please or update all occurences in tools.py and sqlhtml.py of 'help-block' class to 'form-text' class either provide a css for help-block. It dosn't exist any more in

[web2py] Re: bye bye T, welcome pluralize

2019-04-27 Thread Fekete Zoltán
Hi Massimo, I've just tried with Hungarian, and works as expected. I like it. Thank you, FeZ 2019. április 26., péntek 7:53:40 UTC+2 időpontban Massimo Di Pierro a következőt írta: > > web3py now uses this: > > https://pypi.org/project/pluralize/ > https://github.com/web2py/pluralize > > thoug