Re: [web2py] Re: How do I hide automatically generated child columns in web2py's SmartGrid?

2020-04-28 Thread AGRogers
Many thanks Jim. Good idea. That should work for me fine. Cheers On Fri, 24 Apr 2020 at 22:51, Jim S wrote: > This is pretty ugly, but I think it should work if you're interested in > fixing this with jquery in your template. > > I use this technique to hide columns based on other things going

[web2py] parse_blob override in 2.19.01

2020-04-28 Thread 'DenesL' via web2py-users
Hi all a while back in this post https://groups.google.com/d/msg/web2py/v6bB7PHa7f8/aZjaIby1fTgJ this was said: > > web2py uses b64encode/decode to store/retrieve data in blobs. Legacy > tables probably do not do it. > > You need you make your own custom adapter to override a method. For >

[web2py] CKEditor on mobile devices

2020-04-28 Thread Gaƫl Princivalle
Hello. In my DB I have a field like that: Field('order_email', type='text', widget=ckeditor.widget) The content is in HTML. The CKEditor version is the 4.14.0 and the browser compability says it's ok with Chome: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_browsers.html The demo

[web2py] Re: authentication variables in url when login is incorrect

2020-04-28 Thread Marvix
I'm experincing the same problem. I also tried the last version (2.19.1) and seems it still presents the same inconvenience. I think this can be considered a serious security problem as clear mistyped password will be writed on web server logs, proxies logs and so on. There is also a