[web2py] Virtual field error :'FieldVirtual' object has no attribute 'listable' in 2.16.1

2017-12-02 Thread icodk
Virtual field definition generate error in 2.16.1-stable+timestamp.2017.11.14.05.54.25 Works fine in 2.14.06 my field definition is: db.zone.inside = Field.Virtual('inside', lambda row: 1) I get the following error: 'FieldVirtual' object has no attribute 'listable' The field is defined just

[web2py] Re: mounting web2py at sub URL apache mod_wsgi

2017-12-02 Thread Massimo Di Pierro
why? everybody here has moved away from apache2 and does not look look mod_wsgi is very well supported. We strongly recommend nginx. On Thursday, 30 November 2017 18:40:29 UTC-6, roland wrote: > > I cannot figure out how to install web2py to work on a sub URL. This > matter has been discussed ba

[web2py] Re: Possible bug using | at end of element of list:string

2017-12-02 Thread Massimo Di Pierro
I agree this is a bug. The problem is that this means our internal representation is ambiguous. We cannot fix this without changing the internal representation and breaking backward compatibility. Will think of a solution. Thanks for catching this. On Wednesday, 29 November 2017 07:12:56 UTC-6,

[web2py] Re: web2py OpenID or Oauth2 provider

2017-12-02 Thread Massimo Di Pierro
web2py can be used as Oauth/Open ID consumer but I do not believe anybody has written a provider app. On Wednesday, 29 November 2017 11:13:57 UTC-6, Carlos Cesar Caballero wrote: > > Hi, is out there a working web2py Oauth2 or OpenID provider > implementation? The Idea is to use an intranet web2

[web2py] About Restful with web2py

2017-12-02 Thread Enrique Acosta
Hello from Cuba, I followed the guide at http://www.web2pyslices.com/slice/show/1533/restful-api-with-web2py but whe i try to make a post in the webservice curl show me a mistake: curl -d "f_entry=something" http://127.0.0.1:8000/RT/default/api/entries.json errorid The id is autoincrement bu

[web2py] menu li > a padding in case of button

2017-12-02 Thread 'Annet' via web2py-users
I have the following menu: response.application_menu = [ (CAT(I(_class="fa fa-search")), False, URL('default', 'search')), (CAT(SPAN('Log in', _class="btn btn-primary")), False, URL('com', 'default', 'user', args='login', scheme=SECURESCHEME, host=COMDOMAIN)), (CAT(SPAN('Open account'

[web2py] Re: Enter a valid URL

2017-12-02 Thread 'Annet' via web2py-users
Hi Leonel, Thanks for your reply. I did as you did, I updated the list. Kind regards, Annet -- 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 receiv