Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-03 Thread Bruno Rocha
'Bad English'*2 ... I mean my english is worse than yours. your method get_last_post_with_search() can be replaces with the solution using .find() posted here, now we have to find ways to port use the not operators ("!=" and "~") and mixed queries (db.image.id==id)&(db.image.title==''). Image

Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-03 Thread Bruno Rocha
'Bad English '*2 2010/8/3 Martin.Mulone > First my appologies for my bad english, spanish is my primary > language. I was reading about GAE > http://web2py.com/AlterEgo/default/show/248 > . Yes i have to transform many queries :P. I have many ideas, many of > them i dont know how to implement li

Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-03 Thread Bruno Rocha
Thanks Massimo! I am learning a lot about the way you use lambda: in web2py. now my search is really faster. is there any chance to do: myrows = db(..).select().GAELIKE('string') or myrows = db(...).select().like(string) or may be myrows = GAELIKE(db.().select(),'string') p

Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-03 Thread Phyo Arkar
Another necessary app: Currently , there are so few python hosting providers especially for shared hosting. We need a Hosting Control panel for web2py. Even Web2py admin modifcation with different admins for each projects should work. But there may be security concern as web2py allows full pytho

Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-03 Thread Phyo Arkar
Ok Back to Topic Instant Press , looks good With some work , that one could become a standard Blog for Web2py . mulone martin , you should be branding it . Get a domain for it as a dedicate site , and to some of us who want to contribute , assign task at google code. Prof Massimo , your reddit c

Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-02 Thread Bruno Rocha
Thats the way I found to perform LIKE() search in GAE, it is ugly (I know) but works.. I am waiting for any feature to replace this. @staticmethod def searchPages(string=None,nfmessage='Nothing found with %s'): """ string: string to be found """ found = set()

Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-02 Thread Bruno Rocha
I am using cube2py(plugin_wiki) as a CMS, for my site I am using markmin to write in, it is a quite difficult and needs some improvement, I like markin syntax and I will keep markmin to the site. besides, is it easy to turn plugin_wiki in to a Simple CMS ( able to run on GAE). In Model: change pl

Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-02 Thread Bruno Rocha
Running locally InstantPress looks awesome, quickly, beauty/clean layout and I loved the way you treat Admin Buttons. Congratulations! But, this could not works on GAE, I saw a lot of code that is not allowed on GAE, you are using .like() in get_lats_pots_with_search() Today I will try to run it

Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-02 Thread Bruno Rocha
Martin, is it able to work on GAE ? 2010/8/2 Martin.Mulone > I am working in a cms *blog style* the idea is to be simple, ready to > work, looking professional, and use ajax and effect in admin panel at > least. You can see here: http://code.google.com/p/instant-press/ It is > in developing stat

Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-02 Thread rochacbruno
I forgot links http://noosfero.org/Site http://radiantcms.org/ Sent from my iPhone On 02/08/2010, at 07:57, rochacbruno wrote: > I would like to add another app in that list.This one I am working hard to > create. > > Social Network platform podered by web2py > Inspired in noosfero app >

Re: [web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-02 Thread rochacbruno
I would like to add another app in that list.This one I am working hard to create. Social Network platform podered by web2py Inspired in noosfero app RadiantCMS is a great app to use as example Sent from my iPhone On 02/08/2010, at 07:35, mdipierro wrote: > +1 > > next on todo list new