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({
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
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.
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
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
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
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
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
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
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
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
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
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)
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
"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
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
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
17 matches
Mail list logo