[web2py:18374] Re: Pinax-like-project with web2py

2009-03-19 Thread Efe
I'm thinking, maybe to put up there on GAE http://web2py.appspot.com/ some initial code, perhaps Reddish could be a base to build on.. Adding new features along the way.. showcasing the abilities of web2py. Efe On Mar 18, 1:21 pm, mdipierro wrote: > I think we are all. Tell us more

[web2py:18242] Pinax-like-project with web2py

2009-03-17 Thread Efe
... I wander if anyone interested in? --- Pinax, out of the box, looks like a Facebook clone. --~--~-~--~~~---~--~~ 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@

[web2py:18189] Re: can't run reddish on gae

2009-03-17 Thread Efe
> NeedIndexError: no matching index found. > This query needs this index: I thing you need to run locally with (local appengine) dev_appserver, then, click around and create some posts and some comments, so that it created required indexes. after that you can upload and it works. Efe On

[web2py:18186] Re: can't run reddish on gae

2009-03-17 Thread Efe
Actually it worked for me, but i got these minor problems; - comment counts doesn't work - user is able to vote more then once - no way of editing, adding or deleting categories - user profile not implemented Efe On Mar 9, 8:17 am, Yarko Tymciurak wrote: > reddish as poste

[web2py:17284] Re: Reddish comments doesnt count

2009-03-01 Thread Efe
So is there a was to get an updated/fixed reddish? Efe On Feb 27, 11:30 pm, mdipierro wrote: > That's not doing much. It is more or less as if I were running a > readonly web2py admin on appspot. I would be able to read my own file. > The problem is, I have not uploaded any

[web2py:17120] Re: Critical point in web2py

2009-02-27 Thread Efe
tself will improve web2py overtime. Like wikipedia/mediawiki. Efe On Feb 28, 8:48 am, mdipierro wrote: > I do not like the idea of things moving out of the wiki and never > coming back. Things will always need small updates and that it > critical. > > We can start with that but th

[web2py:17055] Re: Reddish comments doesnt count

2009-02-27 Thread Efe
hi Massimo! I haven't tried, but this http://enter.appspot.com/ claims you can retrieve files from appengine!! please get that latest Reddish code you lost for us :) Efe On Feb 27, 12:17 pm, mdipierro wrote: > I had a hd crash some time and I lost the image that I uploaded to t

[web2py:17053] Re: Reddish comments doesnt count

2009-02-27 Thread Efe
t code from appengine!! i seen it somewhere that it was possible with a tool! anyone? Efe On Feb 27, 8:35 am, Yarko Tymciurak wrote: > Oh, there are other things you will likely find - it is a starting point for > you (anyone) in the community to improve, and give back to the community. >  (I&

[web2py:17041] Re: Reddish comments doesnt count

2009-02-26 Thread Efe
adding into 'def comments();' news.update_record(comments=news.comments+1) seems to have solved problem partially. but subtracting value on comment deletion still need fixing. Efe On Feb 27, 9:20 am, Efe wrote: > The installation onhttp://web2py.appspot.com/seems to wor

[web2py:17033] Re: Reddish comments doesnt count

2009-02-26 Thread Efe
The installation on http://web2py.appspot.com/ seems to work just fine. That means that, Reddish code that I can download here (http:// mdp.cti.depaul.edu/appliances) are NOT the same code as this installation here! http://web2py.appspot.com/ why? Massimo, any comments? thanks Efe On Feb 27

[web2py:17030] Re: Critical point in web2py

2009-02-26 Thread Efe
I prefer to "eat own dogfood", using own wiki -- however imperfect -- is important. efe On Feb 27, 6:38 am, Miguel wrote: > Joe Barnhart wrote: > > I have no doubt that web2py can create a world-class wiki platform.  I > > just wonder if that is where you want to

[web2py:16963] Re: Critical point in web2py

2009-02-25 Thread Efe
That's nice, but please put that up onto appengine, "mdp.cti.depaul.edu" is NOT as fast from everywhere around the world. Efe On Feb 26, 3:06 pm, mdipierro wrote: > Point taken. Try this: > > https://mdp.cti.depaul.edu/wiki > > I can complete the TODO tasks to

[web2py:16958] Re: web2py home page has broken URL

2009-02-25 Thread Efe
just tested, works with me. On Feb 26, 2:58 pm, weheh wrote: > http://mdp.cti.depaul.edu/is an invalid URL with my browser. But that > is the home page URL of web2py. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[web2py:16956] Reddish comments doesnt count

2009-02-25 Thread Efe
Hi Massimo, I was testing out your Reddish http://web2py.appspot.com/. I have downloaded and was testing it with appengine, all works fine except it doesn't count the posted comments of any entry. Front page always shows "0 comments" no matter how many comments are posted to an entry/article/li

[web2py:16949] Re: Critical point in web2py

2009-02-25 Thread Efe
I think a documentation wiki based on T3, that is _already_ put up by Massimo on appengine is good reliable (and free!) solution to this. here: http://web2py.appspot.com/t3/ On Feb 25, 9:38 am, Jason Brower wrote: > As it looks like, it seems that a lot of the documentation and website > are ho

[web2py:16878] Re: T3 on appengine questions

2009-02-24 Thread Efe
thanks Massimo, while further googling web2py, i got the answer to my first question here; http://dotnetmafia.com/blogs/jamesashley/archive/2008/05/13/581.aspx i know how to map the domain in google apps/appengine, so naming T3 app as 'init' redirects and works out well, but URL looks a little u

[web2py:16850] T3 on appengine questions

2009-02-24 Thread Efe
After investigating for a while, I have decided to use T3 on appengine to build a website for my company. I got everything right as it was easy, T3 is working on appengine nicely, it allows me to create pages all nice. But i have couple of problems 1) i dont know how to map directly www.mydomai

[web2py:16849] T3 on appengine questions

2009-02-24 Thread Efe
After investigating for a while, I have decided to use T3 on appengine to build a website for my company. I got everything right as it was easy, T3 is working on appengine nicely, it allows me to create pages all nice. But i have couple of problems 1) i dont know how to map directly www.mydomai