Re: [web2py] Re: how to disable "register" item from the default upper right-hand side dropdown

2015-12-24 Thread Alex Glaros
now I want to return to default registration When I disable this: ##auth.settings.actions_disabled = ['register'] ## auto-register disabled; forces users to go through my custom registration I get error after clicking on "Sign up" link 'password' is not in listVersionweb2py™Version

[web2py] Re: web2py 2.13.3 is OUT

2015-12-24 Thread greenpoise
I get this error upon restarting web2py after update: Traceback (most recent call last): File "Applications/web2py/web2py.py", line 6, in import gluon.widget File "/home/danel/Applications/web2py/gluon/widget.py", line 26, in import gluon.main as main File

[web2py] Re: web2py 2.13.3 is OUT

2015-12-24 Thread Seth J
Definitely something has gone awry there. I replaced "ldap_auth.py" and "ldap_auth.pyc" from the 2.12.3 version and it works again. On Thursday, December 24, 2015 at 12:11:27 PM UTC-5, Seth J wrote: > > Hi Massimo, > > I just upgraded from 2.9.5 and it seemed to kill my LDAP authorization: > >

[web2py] Re: Adding item in Google Drive installed apps collection

2015-12-24 Thread Anthony
Is this related to web2py somehow? On Thursday, December 24, 2015 at 3:36:42 PM UTC-5, Ramkrishan Bhatt wrote: > > Hi Every One, > I need help in Google Drive API:- > http://stackoverflow.com/q/34457604/2390012?stw=2 > > I have an app in Google market place which is tool to make multiple >

[web2py] Re: Adding item in Google Drive installed apps collection

2015-12-24 Thread Anthony
No problem, just wondering of there's anything web2py can do specifically in this case. -- 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 received

[web2py] Re: Oracle drivers.

2015-12-24 Thread Michael Messmer
I think it is too. Just made some progress. And a bunch of VM's later: Error ticket for "test" Ticket ID 172.21.140.228.2015-12-24.14-29-42.af6f82d8-d7b2-4a69-8409-1cf04d67c994 Failure to connect, tried 5 times: Traceback (most recent call last): File

[web2py] Re: Adding item in Google Drive installed apps collection

2015-12-24 Thread Ramkrishan Bhatt
Not Exatly but application developed in web2py appengine need to put in Marketplace. Since many user use google apps so i asked, forgive me if i did something wrong. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

Re: [web2py] Re: how to disable "register" item from the default upper right-hand side dropdown

2015-12-24 Thread Alex Glaros
never mind ... it works now I had password readable = False ##db.auth_user.password.readable = db.auth_user.password.writable = False -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

Re: [web2py] Re: web2py 2.13.3 is OUT

2015-12-24 Thread Ovidio Marinho
+1 testing [image: http://itjp.net.br] http://itjp.net.b r *Ovidio Marinho Falcao Neto* ovidio...@gmail.com Brasil 2015-12-24 15:11 GMT-02:00 Seth J

[web2py] Adding item in Google Drive installed apps collection

2015-12-24 Thread Ramkrishan Bhatt
Hi Every One, I need help in Google Drive API:- http://stackoverflow.com/q/34457604/2390012?stw=2 I have an app in Google market place which is tool to make multiple customized application for consumer by him self. My question is, can we add item in installed app list by coding ? For

[web2py] Re: form works, but i am unable to view database due to type error?

2015-12-24 Thread Anthony
I don't think this has anything to do with the wizard. Looks like all of your numeric fields are defined as "string" types (which is the default when you don't specify the "type" argument); yet your "formatter" method is expecting float values to be coming from the database. Anthony On

[web2py] Re: web2py 2.13.3 is OUT

2015-12-24 Thread Seth J
Hi Massimo, I just upgraded and it seemed to kill my LDAP authorization: invalid syntax (ldap_auth.py, line 435) Versionweb2py™Version 2.13.3-stable+timestamp.2015.12.24.15.09.20PythonPython 2.6.6: /usr/bin/python (prefix: /usr)Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. Traceback (most

[web2py] Re: conditional fields with jquery and form fields

2015-12-24 Thread Anthony
It's JavaScript, so put it with your JS files and be sure to load it on the page. You'll need to refer to the relevant documentation regarding how to use it. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

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

2015-12-24 Thread Anthony
I cannot reproduce the problem with the code you have shown (works fine for me). The problem probably lies elsewhere. Maybe attach a minimal app that demonstrates the problem (along with the login credentials of a dummy user for testing purposes). Anthony On Thursday, December 24, 2015 at

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

2015-12-24 Thread Anthony
On Thursday, December 24, 2015 at 9:24:48 AM UTC-5, Massimo Di Pierro wrote: > > I am sorry, I cannot figure out exactly what you are doing but I see a > possible problem. You cannot use @auth.requires_signature() and > SQLFORM.grid(user_signature=True) at the same time because the grid would

[web2py] Re: form works, but i am unable to view database due to type error?

2015-12-24 Thread aetagothno
I added field type as double for those fields and that fixed, it's just strange that it didn't catch that error before. Thank you On Thursday, December 24, 2015 at 9:07:12 AM UTC-8, Anthony wrote: > > I don't think this has anything to do with the wizard. Looks like all of > your numeric

[web2py] Re: conditional fields with jquery and form fields

2015-12-24 Thread aetagothno
How do I use that jquery form wizard plugin? I extracted it into my modules folder but it does not work, I also tried extracting it in my static/js -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] form works, but i am unable to view database due to type error?

2015-12-24 Thread aetagothno
Using the form wizard, user inputs values into fields and upon completion of form is redirected to sqlform.grid page, where the uploaded file can be viewed, this all works. The problem is when I try to view the database I get this error: *def formatter(self,value): return '%.2f' %

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

2015-12-24 Thread Jes M
Hi: I've been browsing google but I can't manage the code to works with other solutions I've found. Here it goes the issue: controller: btn_edit = lambda row: A(T("Editar"), _href=URL('manage_user', args=[row.id],user_signature=True)) links = [ btn_edit ] .. ..

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

2015-12-24 Thread Alessandro Leonetti
Buongiorno, sto sviluppando un sito web dinamico ai fini di portare a termine il mio stage universitario. Ho 2 domande, le ultime due cose che mi mancano per completare il tutto diciamo! 1) Web2py mi consente in qualche modo di far comunicare la mia applicazione principale con un'altra mobile

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

2015-12-24 Thread Massimo Di Pierro
On Thursday, 24 December 2015 08:17:41 UTC-6, Alessandro Leonetti wrote: > > Buongiorno, > sto sviluppando un sito web dinamico ai fini di portare a termine il mio > stage universitario. > Ho 2 domande, le ultime due cose che mi mancano per completare il tutto > diciamo! > > 1) Web2py mi

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

2015-12-24 Thread Massimo Di Pierro
I am sorry, I cannot figure out exactly what you are doing but I see a possible problem. You cannot use @auth.requires_signature() and SQLFORM.grid(user_signature=True) at the same time because the grid would use its own URL signature and that is not the same expected by the decorator. On

[web2py] web2py 2.13.3 is OUT

2015-12-24 Thread Massimo Di Pierro
web2py 2.13.3 is out. MERRY CHRISTMAS EVERYBODY!!! It contains some bug fixes for bugs introduced in 2.13.1-2 and most importantly it contains experimental support for JWT. Here is how it works: 1) instantiate auth with auth = Auth(db, jwt = {'secret_key':'secret'})

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

2015-12-24 Thread Massimo Di Pierro
On Thursday, 24 December 2015 08:52:56 UTC-6, Alessandro Leonetti wrote: > > Ciao Massimo e grazie per la risposta e soprattutto per aver messo a > disposizione degli utenti Web2py, è davvero utilissima ed immediata > > Dunque la prima richiesta vorrei chiederti dove va messo il pezzo di >

[web2py] Re: conditional fields with jquery and form fields

2015-12-24 Thread aetagothno
I looked into the form wizard, and this worked great for what I was trying to do. Thank you! On Wednesday, December 23, 2015 at 12:54:01 PM UTC-8, aetag...@gmail.com wrote: > > I have a form that is rather long, therefore I want to split it into > sections. > I am doing this with jQuery

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

2015-12-24 Thread Alessandro Leonetti
Ciao Massimo e grazie per la risposta e soprattutto per aver messo a disposizione degli utenti Web2py, è davvero utilissima ed immediata Dunque la prima richiesta vorrei chiederti dove va messo il pezzo di codice che mi hai allegato, andrà inserito nel codice dell'applicazione mobile