[web2py] Re: oauth 2.0 and facebook "expires" parameter

2012-03-01 Thread Can Candan
thub.com/mdipierro/web2py/blob/master/gluon/contrib/login_m... > > mic > > Il giorno 26 febbraio 2012 12:15, Can Candan ha > scritto: > > > > > > > > > It appears facebook does not return the 'expires' parameter for web > > page sign on, howev

[web2py] oauth 2.0 and facebook "expires" parameter

2012-02-26 Thread Can Candan
It appears facebook does not return the 'expires' parameter for web page sign on, however the code in oauth20_account.py does not take into account this case. Should it handle that or am I missing something?

[web2py] Re: how to modify scaffolding form for a specific model

2012-02-21 Thread Can Candan
Great, thank you On Feb 21, 5:43 am, Anthony wrote: > Here are some > options:http://stackoverflow.com/questions/8146260/best-practice-for-populati... > > Anthony > > > > > > > > On Sunday, February 19, 2012 2:41:14 PM UTC-5, Can Candan wrote: > > &g

[web2py] how to modify scaffolding form for a specific model

2012-02-19 Thread Can Candan
I am willing to extend the behavior of the autogenerated crud interface just for one table so that when the dropdown corresponding to a one-to-many relation is selected another dropdown should display values corresponding to the chosen one. In other words i need a dynamic restriction, something