[google-appengine] Re: GQL Query issue

2008-10-22 Thread Chris Spencer
Thanks. But as I said, I have two properties, a start and end date. On Wed, Oct 22, 2008 at 2:11 AM, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > Hi, > > Date ranges shouldn't be a problem, as you can do multiple inequality > filters with App Engine, as long as they are on the same property: > ht

[google-appengine] Re: Google Developers Day -> Java App Engine. Time line? Hype?

2008-10-22 Thread Raffaele Castagno
On 21 Ott, 21:04, kv <[EMAIL PROTECTED]> wrote: > Given amount of work required, it will be more like J4GAE :) I hope it will not be too alien from standard Java, and that useful existing libraries will work on the platform with not too much pain. Anyway, I believe that fundamental libraries wil

[google-appengine] "shell" security?

2008-10-22 Thread jeremy
the shell app @ http://shell.appspot.com/ - are there any security implications besides allowing users to use arbitrary quota resources (the url fetch in particular comes to mind)? for example, could someone use the shell to retrieve someone else's session id? i'm looking at the code and it seem

[google-appengine] Re: Appengine Helper, Utilities, Patch, etc

2008-10-22 Thread Waldemar Kornewald
On Oct 22, 3:32 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > utilities is just a bunch of, well, utilities, to make working with > appengine easier, and is not django specific at all. It started > because I recognized that there was no session api for appengine at > all. Both helper and pa

[google-appengine] Re: Google Developers Day -> Java App Engine. Time line? Hype?

2008-10-22 Thread kls
so WHEN? approximate On Oct 21, 1:26 am, Paul <[EMAIL PROTECTED]> wrote: > There has been recent discussion in the blogosphere about the > potential support of Java in App Engine. While we don't have any > immediate plans or announcements, we are working on other languages > for App Engine. Secur

[google-appengine] Django helper documentation (or lack thereof)

2008-10-22 Thread Laurens
Hi :-) I've very recently started playing with GAE/Django using the google- app-engine-django project (http://code.google.com/p/google-app-engine- django/). I have zero experience with GAE and zero experience with Django (and limited experience with Python). Looking at the code, I understand tha

[google-appengine] Images manipulation

2008-10-22 Thread Emanuel Carnevale
Hi, is there a plan to include more methods for image manipulation? I was looking for something that permits me to write text on an image (PIL's ImageDraw for an example). any plans? thanks in advance, Emanuel Carnevale --~--~-~--~~~---~--~~ You received this mess

[google-appengine] SMS Not working, unable to sign up

2008-10-22 Thread HG
I tried signing up about a week ago Canadian - Rogers phone account. I entered +1 807 474 myown number here. I didn't get an error - but NEVER received a SMS message, tried many times, over many days. then for about a week it seemed that it was broken at google end (SELECT list was all Undefine

[google-appengine] Re: Google Developers Day -> Java App Engine. Time line? Hype?

2008-10-22 Thread Andrew Badera
Probably right after Microsoft makes a major cloud announcement. Thanks- - Andy Badera - [EMAIL PROTECTED] - (518) 641-1280 - http://higherefficiency.net/ - http://changeroundup.com/ - http://flipbitsnotburgers.blogspot.com/ - http://andrew.badera.us/ - Google me: http://www.google.com/search?q

[google-appengine] Re: Images manipulation

2008-10-22 Thread Barry Hunter
You should look at the tracker http://code.google.com/p/googleappengine/issues/list If you dont find a suggestion for this you should add it. Then star the issue, and you will be notified if/when this is implemented. On Wed, Oct 22, 2008 at 3:51 PM, Emanuel Carnevale <[EMAIL PROTECTED]> wrote:

[google-appengine] Re: "shell" security?

2008-10-22 Thread Marzia Niccolai
If you use shell on your site, you should always restrict it to admin only. The app has arbitrary access to your application's data. It basically access as a Python command line interface to your app. -Marzia On Wed, Oct 22, 2008 at 2:21 AM, jeremy <[EMAIL PROTECTED]> wrote: > > the shell app @

[google-appengine] Re: Django helper documentation (or lack thereof)

2008-10-22 Thread Marzia Niccolai
Hi Laurens, We do have one article on the App Engine helper for Django: http://code.google.com/appengine/articles/appengine_helper_for_django.html If there is other specific documentation you think is lacking, I would encourage you to contact the project's contributors, or file an issue in their

[google-appengine] Re: GQL Query issue

2008-10-22 Thread Marzia Niccolai
In that case, you would not be able to do inequality filters on both dates. You may be able to work around this by storing the start and end date in two separate entities, and referencing one from the other. Then you can do one inequality filter on the start date, and one on the end date. -Marzia

[google-appengine] PLEASE HELP - CANNOT VERIFY CELL

2008-10-22 Thread johny why
getting "You have sent too many SMS verification messages." and "The phone number has been sent too many messages or has already been used to confirm an account." but i NEVER received any sms text message! someone please help! --~--~-~--~~~---~--~~ You received t

[google-appengine] Re: Appengine Helper, Utilities, Patch, etc

2008-10-22 Thread johnP
OK - Thanks, Joseph for helping understand the role of the Utilities project. A final question is the difference / compatibility between the Helper project, and the Patch project. Currently, I have completed some work on a project which was started in an environment with django .97 and the Helpe

[google-appengine] ReferenceProperty collection query object available in Django?

2008-10-22 Thread Alex Vartan
Hi, This is a newbie-ish sort of question, but I've got an entity that includes an implicitly defined collection: Person.contact_set as my Contact object has a ReferenceProperty that refers to the Person entity. I know from the tutorials that contact_set is a query object and thus requires a f

[google-appengine] Re: Is GAE ready for python2.6?

2008-10-22 Thread Jeff S
Hi cch, This question has been discussed on a few different threads. Take this one, for example: http://groups.google.com/group/google-appengine/browse_thread/thread/8c0ece4a7b14d92 Thank you, Jeff On Oct 20, 10:04 pm, chu-ching huang <[EMAIL PROTECTED]> wrote: > Hi, > > I use sympy with GAE.

[google-appengine] Re: Appengine Helper, Utilities, Patch, etc

2008-10-22 Thread [EMAIL PROTECTED]
All I can offer on that is that I chose patch over helper, because it appeared helper was more oriented with getting the google authentication system working. I have had 0 problems using patch and will personally continue to use it in the future. On Oct 22, 1:12 pm, johnP <[EMAIL PROTECTED]> wrot

[google-appengine] Re: Stuck indexes

2008-10-22 Thread indra
Hi, I think I too have got a stuck index. It showing as 'building' since 30 mins even though there is hardly any data. appid: 'wikiaata' Thanks, Indra On Oct 22, 4:21 am, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > Hi Drew, > > This is due to a known issue with the quota accounting that do

[google-appengine] Re: I can't get the hello world tutorial to work!

2008-10-22 Thread waanz
I had the same issue just after installing python 2.6 on Vista. It seems that Python 2.6 is not supported yet and I solved the issue by replacing it with Python 2.5 On 28 sep, 12:04, dr hil <[EMAIL PROTECTED]> wrote: > I installed python 2.5 on my machine, working fine. > I am working on win

[google-appengine] Beta testing a CMS for AppEngine

2008-10-22 Thread David koblas
I've been building a CMS for App Engine and am looking for anybody who would be interested in doing some testing, or even just commenting on the functionality/design/etc..etc.. I'm still trying to figure out how to package things up so that they can be shared with some ease to other App develo

[google-appengine] Re: "shell" security?

2008-10-22 Thread Bill
I believe the admin shell is still susceptible to cross-site scripting. (If you are logged in as admin, you could stumble across a hacker-placed script that calls the statement handler.) One way to defeat that would be some kind of token transmitted with a statement request, like a hash of the c

[google-appengine] Any efficient way to implement a DELETE statement?

2008-10-22 Thread yejun
The model is very simple here. class table(db.Model) atime=db.DateTimeProperty(auto_now=True) data=db.BlobProperty() I want to have function simply delete data older than a certain time. Is it safe to use just db.delete(table.all().filter('atime <', expire_time).fetch(100)) or do I hav

[google-appengine] Re: Beta testing a CMS for AppEngine

2008-10-22 Thread [EMAIL PROTECTED]
For sharing, can I suggest google code? http://code.google.com/ I've found it really easy to use, and gives the bonus of free svn. On Oct 22, 3:52 pm, David koblas <[EMAIL PROTECTED]> wrote: > I've been building a CMS for App Engine and am looking for anybody who > would be interested in doing s

[google-appengine] appengine-utilities 1.0rc4 release

2008-10-22 Thread [EMAIL PROTECTED]
http://gaeutilities.appspot.com/ Yes it's only been one day since 1.0rc3, but a bug was identified with the way some browsers were deleting cookies. This new version accounts for that issue and makes the flash functionality more stable Unless there's a bugfix necessary, the next release will int

[google-appengine] Irregular 500 Internal Server Errors

2008-10-22 Thread GMan
Hi, I have an app deployed which works fine. One of the html pages will poll the server every 30 seconds. The app runs fine for hours but will occasionally fail, under two circumstances. 1) There is a server error - why I don't know as nothing changed. Today, after the server error, I started

[google-appengine] Re: exceptions.SystemError?

2008-10-22 Thread Alexander Kojevnikov
Waldemar, It's almost a day since I upgraded to 0.8 and I haven't got a single error. It looks like 0.8 fixes it, I will update the both issues. Danke schön! Alex On Oct 22, 10:12 am, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > Hi there! > Does this happen with appenginepatch 0.8, too? In t

[google-appengine] Re: Django helper documentation (or lack thereof)

2008-10-22 Thread Alexander Kojevnikov
Laurens, Another alternative is app-engine-patch: http://code.google.com/p/app-engine-patch/ It has full support for django-auth and it's very easy to set up and use. It also includes a decent documentation. And BTW, I had a similar experience to yours with Python/Django before I started toying

[google-appengine] Re: ReferenceProperty collection query object available in Django?

2008-10-22 Thread Alexander Kojevnikov
Alex, Django really doesn't care if it's a query object or not. As long as it's a valid iterator, the {% for %} tag will work. However, if your query returns a lot of entities, it will be more efficient to prefetch them with fetch(). Iteration retrieves the entities in batches, if the batch size

[google-appengine] Re: Beta testing a CMS for AppEngine

2008-10-22 Thread David koblas
I would as well, but part of the idea is that I would like to make it "easily" installable by non engineers. It's fairly easy to put the source out there, but then it's how to get everything installed start becoming a question. Having somebody download a ZIP file is easy, but then asking them

[google-appengine] Re: Beta testing a CMS for AppEngine

2008-10-22 Thread Roberto Saccon
Hey, there is NO "easily" installable by non engineers !!! I would suggest that you just offer it as service and charge for the usage of it, then it is easy to install by non engineers, just the app- id needs to be added at the google apps admin panel ! regards Roberto On Oct 22, 8:33 pm, Davi

[google-appengine] Re: Bulkload references and examples

2008-10-22 Thread Jeff S
Hi Tom, Have you takena look at the article on the bulk data uploader? http://code.google.com/appengine/articles/bulkload.html I assume so since you asked about an additional example which uses ReferenceProperties. It seems like it should be possible to specify a reference property by indicating

[google-appengine] Re: ReferenceProperty collection query object available in Django?

2008-10-22 Thread yejun
The document actually says query iterator is batched already. http://code.google.com/appengine/docs/datastore/queryclass.html On Oct 22, 6:31 pm, Alexander Kojevnikov <[EMAIL PROTECTED]> wrote: > Alex, > > Django really doesn't care if it's a query object or not. As long as > it's a valid iterato

[google-appengine] Inconsistency in documented semantics of transactions.

2008-10-22 Thread Ian MacLarty
Hi, There seems to be an inconsistency in the documented semantics of transactions. The datastore documentation(http://code.google.com/appengine/docs/ datastore/transactions.html) says: " The example above demonstrates one use of transactions: updating an entity with a new property value relati

[google-appengine] Re: Inconsistency in documented semantics of transactions.

2008-10-22 Thread Dan Sanderson
On Wed, Oct 22, 2008 at 5:28 PM, Ian MacLarty <[EMAIL PROTECTED]>wrote: ... > However the article > http://code.google.com/appengine/articles/transaction_isolation.html > gives the impression that the transaction isolation level is read > committed. That would imply that another concurrent transa

[google-appengine] How can I know the version I am running in Production?

2008-10-22 Thread Mariano Benitez
I would like to do some stuff (reset caches, for example) when I deploy a new version, and I would also like to know which version of the files I am using (you know... proxies...). AFAIK there is no $VERSION variable that I can use, I will use my SVN build number, but it would be nice to know that

[google-appengine] Re: How can I know the version I am running in Production?

2008-10-22 Thread Venkatesh Rangarajan
Doesn't the version in appengine dashboard do just that ? On Wed, Oct 22, 2008 at 6:49 PM, Mariano Benitez <[EMAIL PROTECTED]> wrote: > > I would like to do some stuff (reset caches, for example) when I > deploy a new version, and I would also like to know which version of > the files I am using

[google-appengine] Re: How can I know the version I am running in Production?

2008-10-22 Thread Mariano Benitez
I need to know it inside my app so I can do something like so that way I know if the proxies are still caching my pages or not. Mariano On Oct 23, 12:15 am, "Venkatesh Rangarajan" <[EMAIL PROTECTED]> wrote: > Doesn't the version in appengine dashboard do just that ? > > On Wed, Oct 22, 2008 at 6

[google-appengine] is there a way to tell the deployer to ignore some directories and/or files?

2008-10-22 Thread Mariano Benitez
I've moved my data directory inside the app "gae/trunk/data". I've marked it "ignored" for subversion, but I assume the appengine is still uploading everything. I think I read somewhere that there's no way to ignore some files, but I am just asking again... (maybe there's a new answer now). MAri

[google-appengine] Re: is there a way to tell the deployer to ignore some directories and/or files?

2008-10-22 Thread Dan Sanderson
Check out the skip_files configuration directive: http://code.google.com/appengine/docs/configuringanapp.html#Skipping_Files -- Dan On Wed, Oct 22, 2008 at 7:54 PM, Mariano Benitez <[EMAIL PROTECTED]> wrote: > > I've moved my data directory inside the app "gae/trunk/data". I've > marked it "igno

[google-appengine] Re: How can I know the version I am running in Production?

2008-10-22 Thread chenbaiping
Look at http://enter.appspot.com/. In its app file browser's root dir, there is the app version "enter_1.21" You can find the source code there. - -邮件原件- 发件人: google-appengine@googlegroups.com [mailto:[EMAIL PROTECTED] 代表 Mariano Benitez 发送时间: 2008年10月23日 10:52 收件人:

[google-appengine] Re: is there a way to tell the deployer to ignore some directories and/or files?

2008-10-22 Thread Mariano Benitez
Thanks a lot! On Oct 23, 12:57 am, "Dan Sanderson" <[EMAIL PROTECTED]> wrote: > Check out the skip_files configuration > directive:http://code.google.com/appengine/docs/configuringanapp.html#Skipping_... > > -- Dan > > On Wed, Oct 22, 2008 at 7:54 PM, Mariano Benitez <[EMAIL PROTECTED]> wrote: >

[google-appengine] Re: Inconsistency in documented semantics of transactions.

2008-10-22 Thread Ian MacLarty
On Oct 23, 11:54 am, "Dan Sanderson" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 22, 2008 at 5:28 PM, Ian MacLarty <[EMAIL PROTECTED]>wrote: > ... > > > However the article > >http://code.google.com/appengine/articles/transaction_isolation.html > > gives the impression that the transaction isolation

[google-appengine] Re: is there a way to tell the deployer to ignore some directories and/or files?

2008-10-22 Thread Mariano Benitez
ok that worked, now.. I use PIL, should I skip PIL too? Mariano On Oct 23, 1:53 am, Mariano Benitez <[EMAIL PROTECTED]> wrote: > Thanks a lot! > > On Oct 23, 12:57 am, "Dan Sanderson" <[EMAIL PROTECTED]> wrote: > > > Check out the skip_files configuration > > directive:http://code.google.com/a

[google-appengine] Re: How can I know the version I am running in Production?

2008-10-22 Thread Daniel O'Brien (Google)
It's exposed as an environment variable, so something along the lines of the following should work: """ import os version = os.environ['CURRENT_VERSION_ID'] """ Daniel On Oct 22, 7:52 pm, Mariano Benitez <[EMAIL PROTECTED]> wrote: > I need to know it inside my app so I can do something like s

[google-appengine] Re: is there a way to tell the deployer to ignore some directories and/or files?

2008-10-22 Thread Daniel O'Brien (Google)
Yep. PIL is required for the images API within the SDK, but won't work on the live servers. Daniel On Oct 22, 9:54 pm, Mariano Benitez <[EMAIL PROTECTED]> wrote: > ok that worked, now.. I use PIL, should I skip PIL too? > > Mariano > > On Oct 23, 1:53 am, Mariano Benitez <[EMAIL PROTECTED]> wrot