Re: [web2py] Problems with GAE auth :(

2010-08-14 Thread Fabio Alessandro Locati
Thanks Bruno for the solution :) 2010/8/11, Bruno Rocha : > PLUS: If you need an example on how to auth with gmail account, > look at pyforum source code: http://pyforum.org/ > > > > 2010/8/10 Fale > >> Hi, >> I'm a new web2py user :) >> I'm trying to use google's auth for my app, but it does no

Re: [web2py] Educational web app in web2py

2010-08-14 Thread Fabio Alessandro Locati
I was also starting a project like this... If Massimo could release something it would be awesome :) 2010/8/14, mdipierro : > For my class last quarter I made a system like you suggest although > with differences. I will cleanup, and post it if there is interest. > > The idea was the following: >

[web2py] Translated sets

2010-08-15 Thread Fabio Alessandro Locati
Hi, I've created a set in 'modules/sets.py'. I use this set for a db field (I use db.table.field.require = IS_IN_SET(set)). Is possible to internazionalize it? If yes, how? Ps: another question about internazionalization: it seems that pressing 'update all languages' web2py adds to each lang file

[web2py] Re: Translated sets

2010-08-16 Thread Fabio Alessandro Locati
et updated for something dynamic like this? >> >> >> >> >> >> > On Aug 15, 7:54 am, Fabio Alessandro Locati wrote: >> >> Hi, >> >> I've created a set in 'modules/sets.py'. I use this set for a db field >> >> (I use

Re: [web2py] web2py 1.85.1 is OUT

2010-09-15 Thread Fabio Alessandro Locati
awesome :) thank you massimo (and mariano too, obviusly :)) It seems like there is no mention of pyfpdf in the web2py.com/book ...I hope it will arrive soon :) 2010/9/15 mdipierro > it had to be because of > > - a couple of importent bug fixes > - new feature: pyfpdf has been included (Mariano

[web2py] Forms with hidden fields

2010-09-17 Thread Fabio Alessandro Locati
Hi, I'm trying to make a form with a hidden field, but I haven't found the way to do it :(. I have a table: db.define_table('partners', Field('name','string'), Field('out','boolean')) I want to ask to the user the name of the partner and, based on the name of the page, the value of 'out'.

Re: [web2py] Re: Forms with hidden fields

2010-09-17 Thread Fabio Alessandro Locati
fiend_table('mytable',Field('name'),HiddenField('manager')) > >> > >> On Sep 17, 6:07 am, "Martin.Mulone" wrote: > >> > >>> To hide a field: > >>> Field('out','boolean',writable=Fals

Re: [web2py] Re: Yet an improved conference management system

2010-09-18 Thread Fabio Alessandro Locati
Thanks massimo :) May I ask you a couple of things: 1- You have putted in the cvs only the application/folder folder, while I'm used to put the whole web2py, in this way I can have in it routes.py, app.yaml etc... how do you handle these files, in your system? 2- IIRC, you told us, about a month ag

[web2py] Offline apps

2010-10-08 Thread Fabio Alessandro Locati
Hi, I have a web app (actually running on GAE) but I would need it even in a offline state. I was thinking about installing web2py on the pc and putting the web2py app on it. This creates the problem of the database sync. Anyonee found this problem? nyone solved it? Thanks, Fabio

Re: [web2py] Re: Offline apps

2010-10-08 Thread Fabio Alessandro Locati
xport_to_csv_file(...) > db.import_form_csv_file(...) > > anyway, because of GAE's limitation to 1000 bytes, that is not a > solution for you. > > Massimo > > On Oct 8, 8:35 am, Fabio Alessandro Locati wrote: > > Hi, > > I have a web app (actually running on GAE) but I

Re: [web2py] Re: Offline apps

2010-10-13 Thread Fabio Alessandro Locati
e.google.com/appengine/docs/python/tools/uploadingdata.html > > On Oct 8, 7:48 am, Fabio Alessandro Locati wrote: > > Would it be a solution moving to another provider (like VPS.net)? > > Is there any other way that would allow me to do this without changing > > provider? > &

Re: [web2py] web2py 1.87.2 is OUT

2010-10-13 Thread Fabio Alessandro Locati
thans :) I've seen the new design and I'm wondering about how to implement a multi-lang webste with markmin. I can't find any doc :( Will it be published soon? 2010/10/12 mdipierro > It includes: > > - new design > - various bug fixes > - admin has an option in models/0.py that allow it to run i

Re: [web2py] Re: web2py 1.87.2 is OUT

2010-10-13 Thread Fabio Alessandro Locati
; On Oct 13, 9:48 am, Fabio Alessandro Locati wrote: > > thans :) > > I've seen the new design and I'm wondering about how to implement a > > multi-lang webste with markmin. I can't find any doc :( Will it be > published > > soon? > > > > 2010/10/1

Re: [web2py] web2py 1.87.2 is OUT

2010-10-13 Thread Fabio Alessandro Locati
by-pass it? > > On Oct 13, 10:37 am, Fabio Alessandro Locati wrote: >> So you would not use to create different folders for each lang, isn't it? >> Does the approach you are saying has more advantages? >> >> 2010/10/13 mdipierro >> >> > {{=MARKMIN(str(T(

Re: [web2py] Re: Offline apps

2010-10-15 Thread Fabio Alessandro Locati
handle mapping between JSON and Python objects. > > On Oct 8, 11:35 pm, Fabio Alessandro Locati wrote: > > Hi, > > I have a web app (actually running on GAE) but I would need it even in a > > offline state. I was thinking about installing web2py on the pc and > puttin