[web2py:23616] check out my newly built web2py app if you want

2009-06-08 Thread mgbeli...@gmail.com
Hi all, After learning how to use web2py for about 3-4 months now, I've decided to post up the first large scale application that I built with this great framework. I've thrown together some smaller apps and posted them so people can check them out at https://www.lemurstrikes.com/init/default/p

[web2py:23618] Re: check out my newly built web2py app if you want

2009-06-08 Thread mgbeli...@gmail.com
JorgeR, OK, I'm sure I'll get some suggestions here, so after those come in and I modify the source a little bit, then I'll post the source onto KPAX for you JorgeR. And I guess that that app does not trully qualify as large scale really ... I just meant it in the sense that it took me longer to

[web2py:23620] Re: check out my newly built web2py app if you want

2009-06-08 Thread mgbeli...@gmail.com
to manually change the URL of your > portfolio to see other examples besides dailynihongo;  portfolio/1 > (excellence_english) returns Invalid Request > > Hope this is helpful. > > Regards, > > On Mon, Jun 8, 2009 at 5:21 PM, mgbeli...@gmail.com > wrote: > > > >

[web2py:18621] web2py daemon script for archlinux

2009-03-25 Thread mgbeli...@gmail.com
w. # Author: Matt Belisle mgbeli...@gmail.com # Default folder # WEB2PY_FOLDER="/your/custom/folder" WEB2PY_FOLDER="/usr/lib/web2py" . /etc/rc.conf . /etc/rc.d/functions case "$1" in start) stat_busy "Starting web2py Daemon" pkill -f web2py.py &a

[web2py:21863] bug in form behavior?

2009-05-14 Thread mgbeli...@gmail.com
Hello, This is my first question on the mailing lists, so I must say that I like web2py a lot! I've noticed some strange behavior with the form.vars, I'll try to explain it with a quick example here in an imaginary default.py controller. # defuault.py controller. def index(): form = FORM(

[web2py:21881] Re: bug in form behavior?

2009-05-14 Thread mgbeli...@gmail.com
Thanks massimo. At your convenience of course. I will usually give different names, but the identical field names helped me out in this app https://www.lemurstrikes.com/portfolio/default/sudoku right here. By the way, I'll be adding my first app to the KPAX app list here soon. -Matt B. --~--~-

[web2py:21959] Re: bug in form behavior?

2009-05-16 Thread mgbeli...@gmail.com
Yes, I'm downloading the trunk version now and testing it out. I'll let you know how it goes Massimo. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to

[web2py:21972] Re: bug in form behavior?

2009-05-16 Thread mgbeli...@gmail.com
Yes Massimo, it does indeed work in the trunk and I haven't run into any bad side effects either. Thanks for the speedy fix! -Matt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To pos

[web2py:22245] How about making a type called "translatable" for SQLField?

2009-05-20 Thread mgbeli...@gmail.com
To anyone who would join me on this: How hard do you think it would be to make a "translatable" type for SQLField, where whatever text you enter will show up in the translator section of the app even though it's in a db and not a controller/view file? I'm thinking about writing something like thi

[web2py:22254] Re: How about making a type called "translatable" for SQLField?

2009-05-20 Thread mgbeli...@gmail.com
Aha, I see. That function db.mytable.myfield.represent=lambda value: T(value) seems to be what I was looking for. Much easier than modifiying gluon.languages. Shouldn't build what you don't need. Thanks again Massimo. -Matt B. --~--~-~--~~~---~--~~ You receiv

[web2py:23059] individual app admins?

2009-06-01 Thread mgbeli...@gmail.com
Hi, I tried searching for an answer to this topic but couldn't find one, forgive me if it's been mentioned a dozen times. Is there some way to have individual app admins that require individual login on the same instance of web2py, so that you could have multiple managers of multiple apps at the

[web2py:23076] Re: individual app admins?

2009-06-01 Thread mgbeli...@gmail.com
I was specifically looking for the ability to edit files, not just the appadmin. That's OK. It's not that hard to create a new instance of web2py, thanks to its beautiful simplicity. Thanks for the info. -Matt On Jun 1, 2:32 pm, mdipierro wrote: > On Jun 1, 3:51 pm, "m