[web2py] Re: Possibilità di interazione tra Applicazione Mobile e applicazione principale e viste grafiche miglio

2015-12-25 Thread Massimo Di Pierro
auth.settings.register_onaccept = lambda form: auth.add_membership(123, form.vars.id) where 123 is the id of the group you want. On Friday, 25 December 2015 13:26:38 UTC-6, Alessandro Leonetti wrote: > > Ok Massimo ti ringrazio per i chiarimenti > Posso chiederti anche un'ultima cosa? > I

[web2py] Re: web2py 2.13.3 is OUT

2015-12-25 Thread Massimo Di Pierro
This is issue is now fixed in 2.13.4. :-) On Friday, 25 December 2015 22:37:54 UTC-6, Πέτρος Χατζηλάμπρος wrote: > > Mrry Christmas > > I found the following bug in version 2.13.3: > > I am using linux mint and I have a folder named web2py on the ~/Desktop > I was using to run web2py by openin

[web2py] Re: web2py 2.13.3 is OUT

2015-12-25 Thread Massimo Di Pierro
I do not understand. That line is not in 2.13.3. Can you try upgrade again? On Thursday, 24 December 2015 11:11:27 UTC-6, Seth J wrote: > > Hi Massimo, > > I just upgraded from 2.9.5 and it seemed to kill my LDAP authorization: > > invalid syntax (ldap_auth.py, line 435) > Versionweb2py™Version 2

[web2py] Re: web2py 2.13.3 is OUT

2015-12-25 Thread Πέτρος Χατζηλάμπρος
Mrry Christmas I found the following bug in version 2.13.3: I am using linux mint and I have a folder named web2py on the ~/Desktop I was using to run web2py by opening terminal and giving the command "python ~/Desktop/web2py/web2py.py -a "tsouras" -i 0.0.0.0". After the update to version 2.

[web2py] SQLFORM.smartgrid with two references to same perent table

2015-12-25 Thread Jose Eleudson Gurgel Queiroz
*With this tables:* db.define_table('tbProduct', \ Field('category_id','reference tbCategory', label='Category', ondelete='RESTRICT'), \ Field('group_id', 'reference tbGroup', label='Group', ondelete='RESTRICT'), \ Field('name', 'string

[web2py] Re: Possibilità di interazione tra Applicazione Mobile e applicazione principale e viste grafiche miglio

2015-12-25 Thread Alessandro Leonetti
Ok Massimo ti ringrazio per i chiarimenti Posso chiederti anche un'ultima cosa? In realtà l'ho risolta già in un modo seguendo un vecchio post di un utente, ma vorrei se possibile risolverla in modo più pulito. E' possibile iscrivere l'utente ad un gruppo di Default quando si registra? Al mome

[web2py] Re: Problems with user_signature=True in URL( )

2015-12-25 Thread Jes M
Thanks for your answers Massimo and Anthony. I'll try again and share the full piece of related code if it continues to fail. Best regards Jes -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p