[web2py] Re: Writing time without seconds

2019-02-18 Thread mostwanted
Thanks Leonel On Friday, February 15, 2019 at 12:27:17 PM UTC+2, Leonel Câmara wrote: > > You actually have to edit web2py.js in your application and then where you > have: > > $(this).timeEntry({ > spinnerImage: '' > }).attr('autocomplete', 'off'); > > > Change it too > > $(this).timeEntry({

[web2py] Re: Update web2py manually

2019-02-18 Thread Val K
Just for the test open db.py and comment the line 'response.generic_patterns= ...' then try app on local machine -- 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 Issue

[web2py] Re: Update web2py manually

2019-02-18 Thread Константин Комков
On local machine ajax work without 'response.generic_patterns= ...' but without 'response.generic_patterns= ...' don't work proloader but it is not important now, becouse I have tasted it on server too and I got welcome page already. Also I tried: > response.generic_patterns = ['*'] if request.

[web2py] union of the records in two sets of rows not working with & operand, Pydal 17.11

2019-02-18 Thread Michael Becker
Dear Web2py Team, in your web documentation for combining rows it says: "You can do union of the records in two sets of rows: >>> rows3 = rows1 & rows2" This worked with PyDal 17.08 where method __and__ of Rows Class in objects.py was defined as: def __and__(self, other): records

[web2py] Apache(Debian) unsupported pickle protocol: 3

2019-02-18 Thread Alain Márquez Pérez
hello everyone dont know if this is a bug, deployed this app in Apache(Debian), but developing in Rocket (Windows) and works fine Ticket ID 192.168.10.20.2019-02-15.14-43-36.8f3f2563-ef80-413b-99bc-a80d3bef76b0 unsupported pickle protocol: 3 Versión web2py™ Version 2.17.2-stable+timestamp.2

[web2py] SQLFORM grid customization HELPPP

2019-02-18 Thread Alain Márquez Pérez
Hello everyone, the SQLFORM.grid customization is very wide(i think is using the ui = ), i need some help with the edit,view Views, by the way im not using the native web2py bootstrap, im using mdbootstrap, i know my problem is related to this, but cant find any info about the grid customiz

Re: [web2py] Re: standalone templates

2019-02-18 Thread Massimo Di Pierro
I did some more refactoring. :-) not sanitizer and helpers (similar to web2py ones) are part of yatl can you provide an example of how to use https://github.com/daxslab/ron On Sunday, 17 February 2019 19:30:59 UTC-8, Carlos Cesar Caballero wrote: > > Awesome!! I will test it ASAP. A colleague an

[web2py] Re: Rocket Error after (easy and successful) switch to Python 3

2019-02-18 Thread Yi Liu
It may be a problem with my /etc/hosts setup I found out that my web2py launch time is slow. Then I read this post: https://groups.google.com/forum/#!searchin/web2py/slow$20launch%7Csort:date/web2py/eyBE5JP6I44/5DkQNGqlxGgJ So I added my local hostname YiMBPr.local to /etc/hosts. The error is gon

[web2py] Re: URL function in admin app adds "/_2.17.1/" to path variable

2019-02-18 Thread xgp . latino
Hi, Sorry for my ignorance. How do you do that? Ive been trying without sucess using rewrite module. Cheers, El miércoles, 29 de agosto de 2018, 10:37:53 (UTC-5), Anthony escribió: > > The admin app uses the built-in static versioning functionality, as > described here: > http://web2py.com/b

[web2py] Re: Python 3 - Traceback problems

2019-02-18 Thread Donald McClymont
Be good if there could be a new release with this fixed fairly soon as many people seem to be getting going with py3 now and the traceback and cvs imports seem to be the main issues. Donald -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/w

[web2py] Re: URL function in admin app adds "/_2.17.1/" to path variable

2019-02-18 Thread Dave S
On Monday, February 18, 2019 at 2:58:33 PM UTC-8, xgp.l...@gmail.com wrote: > > Hi, > > Sorry for my ignorance. How do you do that? > Ive been trying without sucess using rewrite module. > > > > Cheers, > > Which webserver are you using? Is it the Rocket webserver that ships with Web2Py, or Ap

[web2py] Re: Rocket Error after (easy and successful) switch to Python 3

2019-02-18 Thread Massimo Di Pierro
thanks for letting us know. On Monday, 18 February 2019 11:36:05 UTC-8, Yi Liu wrote: > > It may be a problem with my /etc/hosts setup > > I found out that my web2py launch time is slow. Then I read this post: > > https://groups.google.com/forum/#!searchin/web2py/slow$20launch%7Csort:date/web2py/e

[web2py] Re: Apache(Debian) unsupported pickle protocol: 3

2019-02-18 Thread Massimo Di Pierro
Can you try delete your sessions? You have have pre-existing sessions created with a different protocol. On Monday, 18 February 2019 10:47:20 UTC-8, Alain Márquez Pérez wrote: > > hello everyone dont know if this is a bug, deployed this app in > Apache(Debian), but developing in Rocket (Windows)

[web2py] Re: union of the records in two sets of rows not working with & operand, Pydal 17.11

2019-02-18 Thread Massimo Di Pierro
This has changed. It was pointed out that & should do and AND/INTERSECTION and | should do an OR/UNION. You should use >>> rows3 = rows1 | rows2" to do the union. On Monday, 18 February 2019 10:47:20 UTC-8, Michael Becker wrote: > > Dear Web2py Team, > > in your web documentation for combining

[web2py] "xml() in python 3.6 · Issue #2096 · web2py/web2py" https://github.com/web2py/web2py/issues/2096

2019-02-18 Thread Lovedie JC
"xml() in python 3.6 · Issue #2096 · web2py/web2py" https://github.com/web2py/web2py/issues/2096 -- 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 recei

[web2py] Xml use in python 3.6

2019-02-18 Thread Maurice Waka
Hallo. I created this issue in github but no response so far. "xml() in python 3.6 · Issue #2096 · web2py/web2py" https://github.com/web2py/web2py/issues/2096 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://cod

[web2py] .gitignore and just backing up one application

2019-02-18 Thread Tom Campbell
Want to get version control right for this one. It will be just one item in the /applications directory, the /applications/init project. Some questions. - Is there any reason to backup more than just /applications/init? I assume it is best simply to note the version of /web2py I'm using an