[web2py:32627] Re: strip whitespace before validating fields

2009-10-10 Thread JorgeR
I agree too. On Oct 10, 10:02 am, mdipierro wrote: > I agree. Sometimes I think stripping should be a default for non-text, > non-blob fields. Pros/cons? > > On Oct 10, 7:52 am, devnull wrote: > > > (re-posting since I think my previous message went to just one person) > > > Is there an option

[web2py:32429] Re: OpenShare (first opensource ad service built on web2py) just went opensource!

2009-10-07 Thread JorgeR
Cool ;) On Oct 7, 7:55 am, Jon Romero wrote: > I've just release OpenShare on bitbucket. You can see it running (and > submit your opensource projects) here:http://openshare.emotionull.com > > http://bitbucket.org/jonromero/openshare/ > > Enjoy! --~--~-~--~~~---~--~--

[web2py:31014] Re: new benchmark point

2009-09-14 Thread JorgeR
Interesting numbers. Should they be compared with previous versions of web2py? or against other frameworks? In that case, can you post those other numbers? thanks On Sep 14, 12:44 pm, mdipierro wrote: > I made a minimal app with this model: > >     db=DAL('sqlite://storage.sqlite') >     db.d

[web2py:30707] Re: Any comments on Tornado Server?

2009-09-11 Thread JorgeR
do you mean cherrypy vs tornado? On Sep 11, 3:48 am, "Sebastian E. Ovide" wrote: > waw accordingly > tohttp://www.tornadoweb.org/documentation#performanceitperformes very > well > > do we have any numbers about web2py to compare to them ? > > On Fri, Sep 11, 2009 at 2:09 AM, Joe Barnhar

[web2py:29973] Re: T3 rocks!

2009-09-03 Thread JorgeR
cool On Sep 3, 8:18 am, mdipierro wrote: > I just finished the book. As far as web2py is concerned my interest > now is merging T3+KPAX+jPolite into a new modular and programmable > CMS. > > Massimo > > On Sep 3, 7:49 am, Julio Monteiro wrote: > > > Hello Massimo, > > I didn't realize T3 was ol

[web2py:29940] Re: pyforum instead of google groups?

2009-09-02 Thread JorgeR
Me too. On Sep 2, 8:11 pm, mdipierro wrote: > I agree. > > On Sep 2, 7:43 pm, "mr.freeze" wrote: > > > Here's my unsolicited opinion :) > > The domain should be forum.web2py.com and redirect to web2py.com/ > > forum. > > It should also be branded and styled similar to web2py.com to give it > >

[web2py:29935] Re: T3 rocks!

2009-09-02 Thread JorgeR
Is T3 mentioned in the book?? On Sep 2, 8:13 pm, mdipierro wrote: > Thanks Julio. > > On Sep 2, 7:22 pm, Júlio Monteiro wrote: > > > Hello there! > > > I am new to Web2py, but I am amazed at its huge power and simplicity! > > > I developed portals using Zope/Plone for 5 years, here in Brazil. >

[web2py:29899] Re: YAL - yet another logo

2009-09-02 Thread JorgeR
Yes.. thank you richard for your effort and inititative. But, no thanks. ;) On Sep 2, 1:54 pm, Yarko Tymciurak wrote: > I agree w/ Massimo - consistency is important;  Massimo has selected a logo > and icon, and it is going to the publisher. > > Perhaps at some later time we can collect new ico

[web2py:29729] Re: web2p, second edition, how does lulu download work ?

2009-08-31 Thread JorgeR
I bought the book last week Upon buying, you get an email, where you can download the pdf. It is also in a section on the site called 'my downloads' (or something like that). On Aug 31, 3:43 pm, Stef Mientki wrote: > hello, > > I ordered the book through lulu this afternoon and payed by paypa

[web2py:29723] Re: pyforum instead of google groups?

2009-08-31 Thread JorgeR
for information is where people use > > > > > it, and questions and answers accumulate (e.g. content trumps function > > > > > to a large degree).  Ultimately, people will go where they can find > > > > > answers (either through replies or searching)

[web2py:29700] Re: pyforum instead of google groups?

2009-08-31 Thread JorgeR
Well, there is no need to close entirely this google group. So the information in it would not be unavailable.. rather outdated.. but that will be after some months. It will be used less often as day passes by. And in a year or so, maybe the current group's content will be replaced by the new thr

[web2py:29655] Re: pyforum instead of google groups?

2009-08-30 Thread JorgeR
I dont like to have a clugged email box. So, for instance, I dont receive email updates from this group, and from no other, really. A forum is better organized given that it has sub forums and the threads are more easy to search-find. Google groups has been ok when the user base is still a newbo

[web2py:29622] Re: pyforum instead of google groups?

2009-08-29 Thread JorgeR
I am for it! Good idea. In fact,I was about to propose the same. On Aug 29, 11:33 am, "mr.freeze" wrote: > Google is eating our messages.  It shows only 4625 messages.  Massimo > does that many in a week :)  web2py should use pyforum instead and > take back control! --~--~-~--~~

[web2py:29480] Re: import SQL Schemma Database into model.py

2009-08-26 Thread JorgeR
Any news about this? I am about to start a very complex application and have already the DB designed. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@

[web2py:29478] Re: web2py book, 2nd Ed

2009-08-26 Thread JorgeR
there are some typos, and errata. for instance in page 28, it says: >>> for i in xrange(0, 4): print i 0 1 2 4 <--- (it should be '3' instead) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" gr

[web2py:29420] Re: web2py book, 2nd Ed

2009-08-26 Thread JorgeR
I just bought it! congrats! On Aug 26, 4:34 am, mdipierro wrote: > The new web2py book is available on lulu.com > >      http://www.lulu.com/content/e-book/web2py/4968879 > > Lots of new stuff with100 more pages (341 pages in total). Covers > Auth, Crud, Services, interaction with Pyjamas, PyAM

[web2py:29281] Re: OpenShare :: OpenSource Ad Service built in web2py!

2009-08-24 Thread JorgeR
Very Nice! good work.. I'd be intersted in the source .. ;) On Aug 24, 10:53 am, Jon Romero wrote: > Hello, I've built OpenShare (http://openshare.emotionull.com) using > web2py and is running in Google App Engine and I would like to know > what you think about it. > > I am planning to release

[web2py:24788] Re: mod_python, htaccess on a shared host with Apache2

2009-06-23 Thread JorgeR
Is that a question? On Jun 23, 1:43 am, Niktar wrote: > For run web2py I needed the following: > > 1.  Place contents of web2py in a htdocs folder > > 2. From modpythonhandler.py remove Grave Accent (`) symbol at the end > of file. > > 3. Create web2py_modpython.py file: > >     from mod_python

[web2py:24390] Re: web2py 1.64.2 is OUT

2009-06-17 Thread JorgeR
what is IS_COMPLEX used for? On Jun 17, 4:08 pm, mdipierro wrote: > web2py 1.54.2 is OUT > > New IS_COMPLEX validator, thanks Mr. Freeze > Informix support, thanks Christopher and Carsten > Autologin on registration, thanks Fran > Some small fixes. > > Massimo --~--~-~--~~---

[web2py:23954] Re: YACI, or how to speed up model loading

2009-06-11 Thread JorgeR
are executed. > > On Jun 11, 3:54 pm, JorgeR wrote: > > > On Jun 11, 3:42 pm, mdipierro wrote: > > > > conditional execution fits in this discussion. Perhaps model files > > > could have names like if_controller_db.py so that it would be executed > > > o

[web2py:23952] Re: YACI, or how to speed up model loading

2009-06-11 Thread JorgeR
On Jun 11, 3:42 pm, mdipierro wrote: > conditional execution fits in this discussion. Perhaps model files > could have names like if_controller_db.py so that it would be executed > only if the it_[controller] matches the current controller. > > ideas? comments? > I like this idea.. and it wou

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

2009-06-08 Thread JorgeR
Hello Kudos thanks for posting matt I might be interested in the source. question: why do you call it 'large scale' application? On Jun 8, 5:01 pm, "mgbeli...@gmail.com" wrote: > Hi all, > > After learning how to use web2py for about 3-4 months now, I've > decided to post up the first lar

[web2py:23601] Re: web2py perfomance

2009-06-08 Thread JorgeR
Thats really good news. Thank you massimo, and alexey (for pointing this out). ;) On Jun 8, 10:54 am, mdipierro wrote: > So for everybody let me summarize this: > > Thanks to Alexey, > the web2py in trunk can execute models 2.5x faster than the current > stable/production version (requires

[web2py:23575] Re: need help with my multiplicity...

2009-06-07 Thread JorgeR
I just dont use emails for google groups. I visit them daily and post via web like it was a regular forum. It looks less cluttered to me. ;) On Jun 7, 10:26 pm, Jason Brower wrote: > Oh, oops, I missed it in all the emails. > Forgive me, > Jason > > On Sun, 2009-06-07 at 20:04 -0700, mdipierr

[web2py:23534] Re: slides again

2009-06-07 Thread JorgeR
Hello massimo good work Here are some other typos: acording to this version: http://www.scribd.com/doc/16085263/web2py-slides-version-163 : page 89 rows = db(db.dog.id.BELONDS( db()._select(db.dog.id) ).select() (should be 'belongs') page "(including closed SOUCE) (should be 'source')

[web2py:23383] Re: click click clik

2009-06-05 Thread JorgeR
I appreciate Eric having come here in peaceful terms. I *personally* think that Django is more suitable when a CMS is needed. And web2py when and app is needed. Anyways, I think that web2py cannot be criticized by being different from django. Suppose it was similar to django ... then the criti

[web2py:23301] Re: if you care about web2py...

2009-06-04 Thread JorgeR
>From my part, I did understand it as you meant. Never thought you were promoting a troll. On Jun 4, 4:12 pm, mdipierro wrote: > I would like to apologize to the member of this list about my my > previous post: > > ".. you should comment on threads like > this:http://www.reddit.com/r/programmi

[web2py:23279] Re: Translating a line with a link

2009-06-04 Thread JorgeR
cool this should go in the wiki under 'tips and tricks' On Jun 3, 11:08 pm, suiato wrote: > 2009/06/04 12:57 mdipierro : > > > > > In model you can just do > > > Tx=lambda *a: XML(str(T(*a)) > > > and use Tx instead. > > This is a good learning experience for me. Lots of thanks, Massimo. > > By

[web2py:23083] Re: new slides

2009-06-01 Thread JorgeR
great slides! ;) On Jun 1, 4:38 pm, mdipierro wrote: > Not a replacement for better docs but I am making slides to document > new features > > http://www.web2py.com/examples/static/cookbook2.pdf > > Send me keynote slides if you want to help. I plan to be done by > tomorrow ~100 slides. > > Mass

[web2py:23022] Re: mediawiki markup in web2py wiki?

2009-06-01 Thread JorgeR
OK. In my humble opinion, I think effort can be paused on added features in favour of updating documentation as a mean to grow the user base. At the moment we see other users (beside massimo) ansewering questions on this list, it would be a good indicator that things are going the right way (in

[web2py:22400] Re: Most complex app in Web2Py yet?

2009-05-22 Thread JorgeR
I'd like to see it too. On May 22, 9:20 am, Jason Brower wrote: > I am creating a social networking site with web2py.  So far VERY good. > Regards, > Jason > > On Fri, 2009-05-22 at 05:38 -0700, JorgeR wrote: > > thank you > > > Massimo: what about web2py bein

[web2py:22364] Re: Most complex app in Web2Py yet?

2009-05-22 Thread JorgeR
thank you Massimo: what about web2py being used for build big-name like apps (gmail, youtube, rtm, facebook) Would you recommend it over other languages? On May 21, 9:39 pm, mdipierro wrote: > look forward to the horst app too! > > On May 21, 9:39 pm, mdipierro wrote: > > > so far for me it i

[web2py:21636] Re: web2py on Google App Engine Blog

2009-05-11 Thread JorgeR
cool! On May 11, 1:30 pm, Markus Gritsch wrote: > Yay! > > http://googleappengine.blogspot.com/2009/05/web2py-support-new-datast... > > LG, Markus --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framewor

[web2py:20297] Re: Scalability

2009-04-22 Thread JorgeR
On Apr 22, 1:09 pm, mdipierro wrote: > I do not know if it is faster than Django because it depends on what > you do. > If you want to run some tests I can help you and I'd be very much > interested in quantifying this. > > Massimo I am also very interested in those results! --~--~-~