[google-appengine] Re: SDK 1.3.8 released!

2010-10-15 Thread vivpuri
"Support for login of multiple Google accounts within an app, and
longer login sessions."

For the above statement, in Admin Console > Application Settings >
Cookie Expiration, max time that you can choose is still 2 weeks. Was
that supposed to change too?


"Datastore Admin" - does not load for me. I get the following error -

***
Request-URI Too Large. The requested URL /_ah/datastore_admin/... is
too large to process.
***


"AppStats" - does not record any data for my app, even after following
the steps here - 
http://code.google.com/appengine/docs/python/tools/appstats.html

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: SDK 1.3.8 released!

2010-10-15 Thread vivpuri
Ignore the "AppStats" comment. I got it to work.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: SDK 1.3.8 released!

2010-10-15 Thread GoSharp Lite
I am using Eclipse 3.5 to develop AppEngine and Android together,
since Android does not recommend using Eclipse 3.6.
Google Plugin for Eclipse 3.5 is still using SDK 1.3.7, can't update
new SDK 1.3.8.
Is there a way to manually install SDK 1.3.8 for Eclipse 3.5?

On Oct 15, 11:44 am, Takashi Matsuo  wrote:
> Hello App Engine Developers!
>
> We're very happy to announce that SDK 1.3.8 is released today. There
> are many new cool features, so please download the new SDK and enjoy
> it!
>
> You can download the new SDK 
> from:http://code.google.com/appengine/downloads.html
>
> Our blog post includes some screenshots of new features in admin 
> console:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>
> Here are release notes:
>
> Java
> ---
> Version 1.3.8
> =
> - You can run task queue tasks immediately from the admin console.
> - Added an OutputSettings class to the Images API to specify the JPEG encoding
>   quality when running in production.
> - Support for login of multiple Google accounts within an app, and longer 
> login
>   sessions. For more information see:
>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> - In queue.xml, the maximum allowed bucket size is now 100.
> - Removed limits on zigzag merge-join queries. Therefore the error "The 
> built-in
>   indices are not efficient enough for this query and your data. Please add a
>   composite index for this query." will no longer be thrown in most cases,
>   enabling more types of queries without indexes.
> - The whitelist has been updated to include java.net.InetAddress and some
>   interfaces and abstract classes in javax.xml.soap, including
>   javax.xml.soap.SOAPMessage.
> - Fixed an issue reserving App Ids by owners of emails containing periods,
>   multiple cases, and googlemail.com address.
>    http://code.google.com/p/googleappengine/issues/detail?id=1196
> - Fixed an issue where TaskOptions had no public getters, making testing
>   impossible.
>    http://code.google.com/p/googleappengine/issues/detail?id=3243
> - Fixed an issue on the development server where PNGs were being returned as
>   JPEGs.
>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> Python
> -
> Version 1.3.8
> ==
> - Builtin app.yaml handlers are available for common application functions,
>   such as appstats.
>    http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
> - The Admin Console now provides an experimental tool to delete all entities 
> in
>   the datastore or all entities of a given type. This is available only if
>   enabled using the datastore_admin builtin. Deleting entities will count
>   against application quota.
>    http://code.google.com/appengine/docs/python/datastore/creatinggettin...
> - You can run task queue tasks immediately from the Admin Console.
> - You can now specify the quality of JPEG images via the Image API's
>   execute_transforms function. Available in production only.
> - Support for login of multiple Google accounts within an app, and longer 
> login
>   sessions. For more information see:
>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> - In queue.yaml, the maximum allowed bucket size is now 100.
> - Precompilation is now enabled by default. To disable, use the
>   --no_precompilation flag when updating your app.
> - BlobInfo now has an open() method that returns a BlobReader.
> - BlobReader now accepts a BlobInfo.
> - Removed limits on zigzag merge-join queries. Therefore the error "The 
> built-in
>   indices are not efficient enough for this query and your data. Please add a
>   composite index for this query." will no longer be thrown in most cases,
>   enabling more types of queries without indexes.
> - Fixed an issue with task queue tasks not running on the dev_appserver when
>   using Python 2.6.
> - Fixed an issue on the dev_appserver where auto task running wasn't working 
> for
>   BulkAdd.
> - Fixed an issue reserving App Ids by owners of similarly-named mails accounts
>   containing periods, multiple cases, and googlemail.com address.
>    http://code.google.com/p/googleappengine/issues/detail?id=1196
> - Fixed an issue on the development server where PNGs were being returned as
>   JPEGs.
>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> --
> Takashi Matsuo
> Developer Relations
> Developer Advocate for Google App Engine/iGoogle
> Google Japan, Inc.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: SDK 1.3.8 released!

2010-10-15 Thread Peter Ondruska
See 
http://groups.google.com/group/google-appengine-java/browse_thread/thread/94d7e74a2e882b4b/65358a09ced5e1d2#

For GAE/Java there is another group: 
http://groups.google.com/group/google-appengine-java

On Oct 16, 3:37 am, GoSharp Lite  wrote:
> I am using Eclipse 3.5 to develop AppEngine and Android together,
> since Android does not recommend using Eclipse 3.6.
> Google Plugin for Eclipse 3.5 is still using SDK 1.3.7, can't update
> new SDK 1.3.8.
> Is there a way to manually install SDK 1.3.8 for Eclipse 3.5?
>
> On Oct 15, 11:44 am, Takashi Matsuo  wrote:
>
>
>
> > Hello App Engine Developers!
>
> > We're very happy to announce that SDK 1.3.8 is released today. There
> > are many new cool features, so please download the new SDK and enjoy
> > it!
>
> > You can download the new SDK 
> > from:http://code.google.com/appengine/downloads.html
>
> > Our blog post includes some screenshots of new features in admin 
> > console:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>
> > Here are release notes:
>
> > Java
> > ---
> > Version 1.3.8
> > =
> > - You can run task queue tasks immediately from the admin console.
> > - Added an OutputSettings class to the Images API to specify the JPEG 
> > encoding
> >   quality when running in production.
> > - Support for login of multiple Google accounts within an app, and longer 
> > login
> >   sessions. For more information see:
> >    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> > - In queue.xml, the maximum allowed bucket size is now 100.
> > - Removed limits on zigzag merge-join queries. Therefore the error "The 
> > built-in
> >   indices are not efficient enough for this query and your data. Please add 
> > a
> >   composite index for this query." will no longer be thrown in most cases,
> >   enabling more types of queries without indexes.
> > - The whitelist has been updated to include java.net.InetAddress and some
> >   interfaces and abstract classes in javax.xml.soap, including
> >   javax.xml.soap.SOAPMessage.
> > - Fixed an issue reserving App Ids by owners of emails containing periods,
> >   multiple cases, and googlemail.com address.
> >    http://code.google.com/p/googleappengine/issues/detail?id=1196
> > - Fixed an issue where TaskOptions had no public getters, making testing
> >   impossible.
> >    http://code.google.com/p/googleappengine/issues/detail?id=3243
> > - Fixed an issue on the development server where PNGs were being returned as
> >   JPEGs.
> >    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> > Python
> > -
> > Version 1.3.8
> > ==
> > - Builtin app.yaml handlers are available for common application functions,
> >   such as appstats.
> >    http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
> > - The Admin Console now provides an experimental tool to delete all 
> > entities in
> >   the datastore or all entities of a given type. This is available only if
> >   enabled using the datastore_admin builtin. Deleting entities will count
> >   against application quota.
> >    http://code.google.com/appengine/docs/python/datastore/creatinggettin...
> > - You can run task queue tasks immediately from the Admin Console.
> > - You can now specify the quality of JPEG images via the Image API's
> >   execute_transforms function. Available in production only.
> > - Support for login of multiple Google accounts within an app, and longer 
> > login
> >   sessions. For more information see:
> >    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> > - In queue.yaml, the maximum allowed bucket size is now 100.
> > - Precompilation is now enabled by default. To disable, use the
> >   --no_precompilation flag when updating your app.
> > - BlobInfo now has an open() method that returns a BlobReader.
> > - BlobReader now accepts a BlobInfo.
> > - Removed limits on zigzag merge-join queries. Therefore the error "The 
> > built-in
> >   indices are not efficient enough for this query and your data. Please add 
> > a
> >   composite index for this query." will no longer be thrown in most cases,
> >   enabling more types of queries without indexes.
> > - Fixed an issue with task queue tasks not running on the dev_appserver when
> >   using Python 2.6.
> > - Fixed an issue on the dev_appserver where auto task running wasn't 
> > working for
> >   BulkAdd.
> > - Fixed an issue reserving App Ids by owners of similarly-named mails 
> > accounts
> >   containing periods, multiple cases, and googlemail.com address.
> >    http://code.google.com/p/googleappengine/issues/detail?id=1196
> > - Fixed an issue on the development server where PNGs were being returned as
> >   JPEGs.
> >    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> > --
> > Takashi Matsuo
> > Developer Relations
> > Developer Advocate for Google App Engine/iGoogle
> > Google Japan, Inc.

-- 
You received t

[google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread mykhal
hm, download_app functionality announced in prerelease seems to by
silently removed.. why?

On Oct 15, 5:44 am, Takashi Matsuo  wrote:
> Hello App Engine Developers!
>
> We're very happy to announce that SDK1.3.8is released today. There
> are many new cool features, so please download the new SDK and enjoy
> it!
>
> You can download the new SDK 
> from:http://code.google.com/appengine/downloads.html
>
> Our blog post includes some screenshots of new features in admin 
> console:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>
> Here are release notes:
>
> Java
> ---
> Version1.3.8
> =
> - You can run task queue tasks immediately from the admin console.
> - Added an OutputSettings class to the Images API to specify the JPEG encoding
>   quality when running in production.
> - Support for login of multiple Google accounts within an app, and longer 
> login
>   sessions. For more information see:
>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> - In queue.xml, the maximum allowed bucket size is now 100.
> - Removed limits on zigzag merge-join queries. Therefore the error "The 
> built-in
>   indices are not efficient enough for this query and your data. Please add a
>   composite index for this query." will no longer be thrown in most cases,
>   enabling more types of queries without indexes.
> - The whitelist has been updated to include java.net.InetAddress and some
>   interfaces and abstract classes in javax.xml.soap, including
>   javax.xml.soap.SOAPMessage.
> - Fixed an issue reserving App Ids by owners of emails containing periods,
>   multiple cases, and googlemail.com address.
>    http://code.google.com/p/googleappengine/issues/detail?id=1196
> - Fixed an issue where TaskOptions had no public getters, making testing
>   impossible.
>    http://code.google.com/p/googleappengine/issues/detail?id=3243
> - Fixed an issue on the development server where PNGs were being returned as
>   JPEGs.
>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> Python
> -
> Version1.3.8
> ==
> - Builtin app.yaml handlers are available for common application functions,
>   such as appstats.
>    http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
> - The Admin Console now provides an experimental tool to delete all entities 
> in
>   the datastore or all entities of a given type. This is available only if
>   enabled using the datastore_admin builtin. Deleting entities will count
>   against application quota.
>    http://code.google.com/appengine/docs/python/datastore/creatinggettin...
> - You can run task queue tasks immediately from the Admin Console.
> - You can now specify the quality of JPEG images via the Image API's
>   execute_transforms function. Available in production only.
> - Support for login of multiple Google accounts within an app, and longer 
> login
>   sessions. For more information see:
>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> - In queue.yaml, the maximum allowed bucket size is now 100.
> - Precompilation is now enabled by default. To disable, use the
>   --no_precompilation flag when updating your app.
> - BlobInfo now has an open() method that returns a BlobReader.
> - BlobReader now accepts a BlobInfo.
> - Removed limits on zigzag merge-join queries. Therefore the error "The 
> built-in
>   indices are not efficient enough for this query and your data. Please add a
>   composite index for this query." will no longer be thrown in most cases,
>   enabling more types of queries without indexes.
> - Fixed an issue with task queue tasks not running on the dev_appserver when
>   using Python 2.6.
> - Fixed an issue on the dev_appserver where auto task running wasn't working 
> for
>   BulkAdd.
> - Fixed an issue reserving App Ids by owners of similarly-named mails accounts
>   containing periods, multiple cases, and googlemail.com address.
>    http://code.google.com/p/googleappengine/issues/detail?id=1196
> - Fixed an issue on the development server where PNGs were being returned as
>   JPEGs.
>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> --
> Takashi Matsuo
> Developer Relations
> Developer Advocate for Google App Engine/iGoogle
> Google Japan, Inc.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread Brendan Doherty
Can you explain in more detail what the "Average Latency" figure on
the admin console on the new Instances page means?  It does not appear
to be documented anywhere.

I'm guessing it either means datastore latency (as latency is used
here  
http://googleappengine.blogspot.com/2010/06/datastore-performance-growing-pains.html),
or it could mean the time it takes for requests to process (as latency
is used here 
http://code.google.com/appengine/docs/java/runtime.html#Quotas_and_Limits)

On Oct 15, 4:44 pm, Takashi Matsuo  wrote:
> Hello App Engine Developers!
>
> We're very happy to announce that SDK 1.3.8 is released today. There
> are many new cool features, so please download the new SDK and enjoy
> it!
>
> You can download the new SDK 
> from:http://code.google.com/appengine/downloads.html
>
> Our blog post includes some screenshots of new features in admin 
> console:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>
> Here are release notes:
>
> Java
> ---
> Version 1.3.8
> =
> - You can run task queue tasks immediately from the admin console.
> - Added an OutputSettings class to the Images API to specify the JPEG encoding
>   quality when running in production.
> - Support for login of multiple Google accounts within an app, and longer 
> login
>   sessions. For more information see:
>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> - In queue.xml, the maximum allowed bucket size is now 100.
> - Removed limits on zigzag merge-join queries. Therefore the error "The 
> built-in
>   indices are not efficient enough for this query and your data. Please add a
>   composite index for this query." will no longer be thrown in most cases,
>   enabling more types of queries without indexes.
> - The whitelist has been updated to include java.net.InetAddress and some
>   interfaces and abstract classes in javax.xml.soap, including
>   javax.xml.soap.SOAPMessage.
> - Fixed an issue reserving App Ids by owners of emails containing periods,
>   multiple cases, and googlemail.com address.
>    http://code.google.com/p/googleappengine/issues/detail?id=1196
> - Fixed an issue where TaskOptions had no public getters, making testing
>   impossible.
>    http://code.google.com/p/googleappengine/issues/detail?id=3243
> - Fixed an issue on the development server where PNGs were being returned as
>   JPEGs.
>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> Python
> -
> Version 1.3.8
> ==
> - Builtin app.yaml handlers are available for common application functions,
>   such as appstats.
>    http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
> - The Admin Console now provides an experimental tool to delete all entities 
> in
>   the datastore or all entities of a given type. This is available only if
>   enabled using the datastore_admin builtin. Deleting entities will count
>   against application quota.
>    http://code.google.com/appengine/docs/python/datastore/creatinggettin...
> - You can run task queue tasks immediately from the Admin Console.
> - You can now specify the quality of JPEG images via the Image API's
>   execute_transforms function. Available in production only.
> - Support for login of multiple Google accounts within an app, and longer 
> login
>   sessions. For more information see:
>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> - In queue.yaml, the maximum allowed bucket size is now 100.
> - Precompilation is now enabled by default. To disable, use the
>   --no_precompilation flag when updating your app.
> - BlobInfo now has an open() method that returns a BlobReader.
> - BlobReader now accepts a BlobInfo.
> - Removed limits on zigzag merge-join queries. Therefore the error "The 
> built-in
>   indices are not efficient enough for this query and your data. Please add a
>   composite index for this query." will no longer be thrown in most cases,
>   enabling more types of queries without indexes.
> - Fixed an issue with task queue tasks not running on the dev_appserver when
>   using Python 2.6.
> - Fixed an issue on the dev_appserver where auto task running wasn't working 
> for
>   BulkAdd.
> - Fixed an issue reserving App Ids by owners of similarly-named mails accounts
>   containing periods, multiple cases, and googlemail.com address.
>    http://code.google.com/p/googleappengine/issues/detail?id=1196
> - Fixed an issue on the development server where PNGs were being returned as
>   JPEGs.
>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> --
> Takashi Matsuo
> Developer Relations
> Developer Advocate for Google App Engine/iGoogle
> Google Japan, Inc.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr

[google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread vivpuri
Its not that hard. 5 minutes at max.

You can use hosted SVN service - http://unfuddle.com .

Desktop client:
Windows - http://tortoisesvn.net/downloads
Mac - SyncroSVN




On Oct 18, 3:11 pm, Rafael Sierra  wrote:
> On Mon, Oct 18, 2010 at 3:37 PM, Robert Kluin  wrote:
> > Probably because about 50 people responded asking them to NOT include
> > that within a few hours.
>
> > Most likely, if you want that feature you need to go learn about
> > version control.
> >http://en.wikipedia.org/wiki/Revision_control
>
> It's hard to teach mercurial/svn/git/cvs(lol) to someone used only to
> photoshop and dreamweaver. It's easier just download and install
> appengine.msi and click "Deploy" (into the test appid, of course), and
> then you download whatever he made and commit to whatever version
> control you are using
>
>
>
>
>
>
>
>
>
>
>
> > Robert
>
> > On Sun, Oct 17, 2010 at 00:09, mykhal  wrote:
> >> hm, download_app functionality announced in prerelease seems to by
> >> silently removed.. why?
>
> >> On Oct 15, 5:44 am, Takashi Matsuo  wrote:
> >>> Hello App Engine Developers!
>
> >>> We're very happy to announce that SDK1.3.8is released today. There
> >>> are many new cool features, so please download the new SDK and enjoy
> >>> it!
>
> >>> You can download the new SDK 
> >>> from:http://code.google.com/appengine/downloads.html
>
> >>> Our blog post includes some screenshots of new features in admin 
> >>> console:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>
> >>> Here are release notes:
>
> >>> Java
> >>> ---
> >>> Version1.3.8
> >>> =
> >>> - You can run task queue tasks immediately from the admin console.
> >>> - Added an OutputSettings class to the Images API to specify the JPEG 
> >>> encoding
> >>>   quality when running in production.
> >>> - Support for login of multiple Google accounts within an app, and longer 
> >>> login
> >>>   sessions. For more information see:
> >>>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> >>> - In queue.xml, the maximum allowed bucket size is now 100.
> >>> - Removed limits on zigzag merge-join queries. Therefore the error "The 
> >>> built-in
> >>>   indices are not efficient enough for this query and your data. Please 
> >>> add a
> >>>   composite index for this query." will no longer be thrown in most cases,
> >>>   enabling more types of queries without indexes.
> >>> - The whitelist has been updated to include java.net.InetAddress and some
> >>>   interfaces and abstract classes in javax.xml.soap, including
> >>>   javax.xml.soap.SOAPMessage.
> >>> - Fixed an issue reserving App Ids by owners of emails containing periods,
> >>>   multiple cases, and googlemail.com address.
> >>>    http://code.google.com/p/googleappengine/issues/detail?id=1196
> >>> - Fixed an issue where TaskOptions had no public getters, making testing
> >>>   impossible.
> >>>    http://code.google.com/p/googleappengine/issues/detail?id=3243
> >>> - Fixed an issue on the development server where PNGs were being returned 
> >>> as
> >>>   JPEGs.
> >>>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> >>> Python
> >>> -
> >>> Version1.3.8
> >>> ==
> >>> - Builtin app.yaml handlers are available for common application 
> >>> functions,
> >>>   such as appstats.
> >>>    
> >>> http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
> >>> - The Admin Console now provides an experimental tool to delete all 
> >>> entities in
> >>>   the datastore or all entities of a given type. This is available only if
> >>>   enabled using the datastore_admin builtin. Deleting entities will count
> >>>   against application quota.
> >>>    
> >>> http://code.google.com/appengine/docs/python/datastore/creatinggettin...
> >>> - You can run task queue tasks immediately from the Admin Console.
> >>> - You can now specify the quality of JPEG images via the Image API's
> >>>   execute_transforms function. Available in production only.
> >>> - Support for login of multiple Google accounts within an app, and longer 
> >>> login
> >>>   sessions. For more information see:
> >>>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> >>> - In queue.yaml, the maximum allowed bucket size is now 100.
> >>> - Precompilation is now enabled by default. To disable, use the
> >>>   --no_precompilation flag when updating your app.
> >>> - BlobInfo now has an open() method that returns a BlobReader.
> >>> - BlobReader now accepts a BlobInfo.
> >>> - Removed limits on zigzag merge-join queries. Therefore the error "The 
> >>> built-in
> >>>   indices are not efficient enough for this query and your data. Please 
> >>> add a
> >>>   composite index for this query." will no longer be thrown in most cases,
> >>>   enabling more types of queries without indexes.
> >>> - Fixed an issue with task queue tasks not running on the dev_appserver 
> >>> when
> >>>   usin

[google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread Darien Caldwell


It wasn't silently removed. Ikai stated they would re-evaluate the
idea based on feedback, and re-introduce it later.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread Giovanni Totaro
Hi GAE developers,


as I've already said (without a reply) here:
http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-includes-new.html
the new Python documentation is buggy about the download_app last
minute drop out... pieces are still floating here: Python - Tools -
Uploading and Managing - Uploading the App.
Hey there, no one at home??? :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread Robert Kluin
Probably because about 50 people responded asking them to NOT include
that within a few hours.

Most likely, if you want that feature you need to go learn about
version control.
http://en.wikipedia.org/wiki/Revision_control


Robert




On Sun, Oct 17, 2010 at 00:09, mykhal  wrote:
> hm, download_app functionality announced in prerelease seems to by
> silently removed.. why?
>
> On Oct 15, 5:44 am, Takashi Matsuo  wrote:
>> Hello App Engine Developers!
>>
>> We're very happy to announce that SDK1.3.8is released today. There
>> are many new cool features, so please download the new SDK and enjoy
>> it!
>>
>> You can download the new SDK 
>> from:http://code.google.com/appengine/downloads.html
>>
>> Our blog post includes some screenshots of new features in admin 
>> console:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>>
>> Here are release notes:
>>
>> Java
>> ---
>> Version1.3.8
>> =
>> - You can run task queue tasks immediately from the admin console.
>> - Added an OutputSettings class to the Images API to specify the JPEG 
>> encoding
>>   quality when running in production.
>> - Support for login of multiple Google accounts within an app, and longer 
>> login
>>   sessions. For more information see:
>>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
>> - In queue.xml, the maximum allowed bucket size is now 100.
>> - Removed limits on zigzag merge-join queries. Therefore the error "The 
>> built-in
>>   indices are not efficient enough for this query and your data. Please add a
>>   composite index for this query." will no longer be thrown in most cases,
>>   enabling more types of queries without indexes.
>> - The whitelist has been updated to include java.net.InetAddress and some
>>   interfaces and abstract classes in javax.xml.soap, including
>>   javax.xml.soap.SOAPMessage.
>> - Fixed an issue reserving App Ids by owners of emails containing periods,
>>   multiple cases, and googlemail.com address.
>>    http://code.google.com/p/googleappengine/issues/detail?id=1196
>> - Fixed an issue where TaskOptions had no public getters, making testing
>>   impossible.
>>    http://code.google.com/p/googleappengine/issues/detail?id=3243
>> - Fixed an issue on the development server where PNGs were being returned as
>>   JPEGs.
>>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>>
>> Python
>> -
>> Version1.3.8
>> ==
>> - Builtin app.yaml handlers are available for common application functions,
>>   such as appstats.
>>    http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
>> - The Admin Console now provides an experimental tool to delete all entities 
>> in
>>   the datastore or all entities of a given type. This is available only if
>>   enabled using the datastore_admin builtin. Deleting entities will count
>>   against application quota.
>>    http://code.google.com/appengine/docs/python/datastore/creatinggettin...
>> - You can run task queue tasks immediately from the Admin Console.
>> - You can now specify the quality of JPEG images via the Image API's
>>   execute_transforms function. Available in production only.
>> - Support for login of multiple Google accounts within an app, and longer 
>> login
>>   sessions. For more information see:
>>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
>> - In queue.yaml, the maximum allowed bucket size is now 100.
>> - Precompilation is now enabled by default. To disable, use the
>>   --no_precompilation flag when updating your app.
>> - BlobInfo now has an open() method that returns a BlobReader.
>> - BlobReader now accepts a BlobInfo.
>> - Removed limits on zigzag merge-join queries. Therefore the error "The 
>> built-in
>>   indices are not efficient enough for this query and your data. Please add a
>>   composite index for this query." will no longer be thrown in most cases,
>>   enabling more types of queries without indexes.
>> - Fixed an issue with task queue tasks not running on the dev_appserver when
>>   using Python 2.6.
>> - Fixed an issue on the dev_appserver where auto task running wasn't working 
>> for
>>   BulkAdd.
>> - Fixed an issue reserving App Ids by owners of similarly-named mails 
>> accounts
>>   containing periods, multiple cases, and googlemail.com address.
>>    http://code.google.com/p/googleappengine/issues/detail?id=1196
>> - Fixed an issue on the development server where PNGs were being returned as
>>   JPEGs.
>>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>>
>> --
>> Takashi Matsuo
>> Developer Relations
>> Developer Advocate for Google App Engine/iGoogle
>> Google Japan, Inc.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr

Re: [google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread Rafael Sierra
On Mon, Oct 18, 2010 at 3:37 PM, Robert Kluin  wrote:
> Probably because about 50 people responded asking them to NOT include
> that within a few hours.
>
> Most likely, if you want that feature you need to go learn about
> version control.
> http://en.wikipedia.org/wiki/Revision_control

It's hard to teach mercurial/svn/git/cvs(lol) to someone used only to
photoshop and dreamweaver. It's easier just download and install
appengine.msi and click "Deploy" (into the test appid, of course), and
then you download whatever he made and commit to whatever version
control you are using


>
>
> Robert
>
>
>
>
> On Sun, Oct 17, 2010 at 00:09, mykhal  wrote:
>> hm, download_app functionality announced in prerelease seems to by
>> silently removed.. why?
>>
>> On Oct 15, 5:44 am, Takashi Matsuo  wrote:
>>> Hello App Engine Developers!
>>>
>>> We're very happy to announce that SDK1.3.8is released today. There
>>> are many new cool features, so please download the new SDK and enjoy
>>> it!
>>>
>>> You can download the new SDK 
>>> from:http://code.google.com/appengine/downloads.html
>>>
>>> Our blog post includes some screenshots of new features in admin 
>>> console:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>>>
>>> Here are release notes:
>>>
>>> Java
>>> ---
>>> Version1.3.8
>>> =
>>> - You can run task queue tasks immediately from the admin console.
>>> - Added an OutputSettings class to the Images API to specify the JPEG 
>>> encoding
>>>   quality when running in production.
>>> - Support for login of multiple Google accounts within an app, and longer 
>>> login
>>>   sessions. For more information see:
>>>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
>>> - In queue.xml, the maximum allowed bucket size is now 100.
>>> - Removed limits on zigzag merge-join queries. Therefore the error "The 
>>> built-in
>>>   indices are not efficient enough for this query and your data. Please add 
>>> a
>>>   composite index for this query." will no longer be thrown in most cases,
>>>   enabling more types of queries without indexes.
>>> - The whitelist has been updated to include java.net.InetAddress and some
>>>   interfaces and abstract classes in javax.xml.soap, including
>>>   javax.xml.soap.SOAPMessage.
>>> - Fixed an issue reserving App Ids by owners of emails containing periods,
>>>   multiple cases, and googlemail.com address.
>>>    http://code.google.com/p/googleappengine/issues/detail?id=1196
>>> - Fixed an issue where TaskOptions had no public getters, making testing
>>>   impossible.
>>>    http://code.google.com/p/googleappengine/issues/detail?id=3243
>>> - Fixed an issue on the development server where PNGs were being returned as
>>>   JPEGs.
>>>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>>>
>>> Python
>>> -
>>> Version1.3.8
>>> ==
>>> - Builtin app.yaml handlers are available for common application functions,
>>>   such as appstats.
>>>    http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
>>> - The Admin Console now provides an experimental tool to delete all 
>>> entities in
>>>   the datastore or all entities of a given type. This is available only if
>>>   enabled using the datastore_admin builtin. Deleting entities will count
>>>   against application quota.
>>>    http://code.google.com/appengine/docs/python/datastore/creatinggettin...
>>> - You can run task queue tasks immediately from the Admin Console.
>>> - You can now specify the quality of JPEG images via the Image API's
>>>   execute_transforms function. Available in production only.
>>> - Support for login of multiple Google accounts within an app, and longer 
>>> login
>>>   sessions. For more information see:
>>>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
>>> - In queue.yaml, the maximum allowed bucket size is now 100.
>>> - Precompilation is now enabled by default. To disable, use the
>>>   --no_precompilation flag when updating your app.
>>> - BlobInfo now has an open() method that returns a BlobReader.
>>> - BlobReader now accepts a BlobInfo.
>>> - Removed limits on zigzag merge-join queries. Therefore the error "The 
>>> built-in
>>>   indices are not efficient enough for this query and your data. Please add 
>>> a
>>>   composite index for this query." will no longer be thrown in most cases,
>>>   enabling more types of queries without indexes.
>>> - Fixed an issue with task queue tasks not running on the dev_appserver when
>>>   using Python 2.6.
>>> - Fixed an issue on the dev_appserver where auto task running wasn't 
>>> working for
>>>   BulkAdd.
>>> - Fixed an issue reserving App Ids by owners of similarly-named mails 
>>> accounts
>>>   containing periods, multiple cases, and googlemail.com address.
>>>    http://code.google.com/p/googleappengine/issues/detail?id=1196
>>> - Fixed an issue on the development server where PNGs were being returned 

Re: [google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread Jeff Schnitzer
Look up the thread to read the numerous very valid concerns raised.

Jeff

On Mon, Oct 18, 2010 at 12:11 PM, Rafael Sierra  wrote:
> On Mon, Oct 18, 2010 at 3:37 PM, Robert Kluin  wrote:
>> Probably because about 50 people responded asking them to NOT include
>> that within a few hours.
>>
>> Most likely, if you want that feature you need to go learn about
>> version control.
>> http://en.wikipedia.org/wiki/Revision_control
>
> It's hard to teach mercurial/svn/git/cvs(lol) to someone used only to
> photoshop and dreamweaver. It's easier just download and install
> appengine.msi and click "Deploy" (into the test appid, of course), and
> then you download whatever he made and commit to whatever version
> control you are using
>
>
>>
>>
>> Robert
>>
>>
>>
>>
>> On Sun, Oct 17, 2010 at 00:09, mykhal  wrote:
>>> hm, download_app functionality announced in prerelease seems to by
>>> silently removed.. why?
>>>
>>> On Oct 15, 5:44 am, Takashi Matsuo  wrote:
 Hello App Engine Developers!

 We're very happy to announce that SDK1.3.8is released today. There
 are many new cool features, so please download the new SDK and enjoy
 it!

 You can download the new SDK 
 from:http://code.google.com/appengine/downloads.html

 Our blog post includes some screenshots of new features in admin 
 console:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...

 Here are release notes:

 Java
 ---
 Version1.3.8
 =
 - You can run task queue tasks immediately from the admin console.
 - Added an OutputSettings class to the Images API to specify the JPEG 
 encoding
   quality when running in production.
 - Support for login of multiple Google accounts within an app, and longer 
 login
   sessions. For more information see:
    http://www.google.com/support/accounts/bin/answer.py?answer=181599
 - In queue.xml, the maximum allowed bucket size is now 100.
 - Removed limits on zigzag merge-join queries. Therefore the error "The 
 built-in
   indices are not efficient enough for this query and your data. Please 
 add a
   composite index for this query." will no longer be thrown in most cases,
   enabling more types of queries without indexes.
 - The whitelist has been updated to include java.net.InetAddress and some
   interfaces and abstract classes in javax.xml.soap, including
   javax.xml.soap.SOAPMessage.
 - Fixed an issue reserving App Ids by owners of emails containing periods,
   multiple cases, and googlemail.com address.
    http://code.google.com/p/googleappengine/issues/detail?id=1196
 - Fixed an issue where TaskOptions had no public getters, making testing
   impossible.
    http://code.google.com/p/googleappengine/issues/detail?id=3243
 - Fixed an issue on the development server where PNGs were being returned 
 as
   JPEGs.
    http://code.google.com/p/googleappengine/issues/detail?id=3661

 Python
 -
 Version1.3.8
 ==
 - Builtin app.yaml handlers are available for common application functions,
   such as appstats.
    http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
 - The Admin Console now provides an experimental tool to delete all 
 entities in
   the datastore or all entities of a given type. This is available only if
   enabled using the datastore_admin builtin. Deleting entities will count
   against application quota.
    http://code.google.com/appengine/docs/python/datastore/creatinggettin...
 - You can run task queue tasks immediately from the Admin Console.
 - You can now specify the quality of JPEG images via the Image API's
   execute_transforms function. Available in production only.
 - Support for login of multiple Google accounts within an app, and longer 
 login
   sessions. For more information see:
    http://www.google.com/support/accounts/bin/answer.py?answer=181599
 - In queue.yaml, the maximum allowed bucket size is now 100.
 - Precompilation is now enabled by default. To disable, use the
   --no_precompilation flag when updating your app.
 - BlobInfo now has an open() method that returns a BlobReader.
 - BlobReader now accepts a BlobInfo.
 - Removed limits on zigzag merge-join queries. Therefore the error "The 
 built-in
   indices are not efficient enough for this query and your data. Please 
 add a
   composite index for this query." will no longer be thrown in most cases,
   enabling more types of queries without indexes.
 - Fixed an issue with task queue tasks not running on the dev_appserver 
 when
   using Python 2.6.
 - Fixed an issue on the dev_appserver where auto task running wasn't 
 working for
   BulkAdd.
 - Fixed an issue reserving App Ids by owner

Re: [google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread Ikai Lan (Google)
No, I don't buy this argument. TortoiseSVN on Windows is about as easy as it
gets. I have never worked with a designer, web developer, product manager,
salesperson, etc that could not learn the basics of how to use GUI source
control. And if that still doesn't work for you? Dropbox. Code download as
source control is out of scope and we do not want to encourage poor
practices when we can avoid it.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Mon, Oct 18, 2010 at 12:11 PM, Rafael Sierra wrote:

> On Mon, Oct 18, 2010 at 3:37 PM, Robert Kluin 
> wrote:
> > Probably because about 50 people responded asking them to NOT include
> > that within a few hours.
> >
> > Most likely, if you want that feature you need to go learn about
> > version control.
> > http://en.wikipedia.org/wiki/Revision_control
>
> It's hard to teach mercurial/svn/git/cvs(lol) to someone used only to
> photoshop and dreamweaver. It's easier just download and install
> appengine.msi and click "Deploy" (into the test appid, of course), and
> then you download whatever he made and commit to whatever version
> control you are using
>
>
> >
> >
> > Robert
> >
> >
> >
> >
> > On Sun, Oct 17, 2010 at 00:09, mykhal  wrote:
> >> hm, download_app functionality announced in prerelease seems to by
> >> silently removed.. why?
> >>
> >> On Oct 15, 5:44 am, Takashi Matsuo  wrote:
> >>> Hello App Engine Developers!
> >>>
> >>> We're very happy to announce that SDK1.3.8is released today. There
> >>> are many new cool features, so please download the new SDK and enjoy
> >>> it!
> >>>
> >>> You can download the new SDK from:
> http://code.google.com/appengine/downloads.html
> >>>
> >>> Our blog post includes some screenshots of new features in admin
> console:
> http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
> >>>
> >>> Here are release notes:
> >>>
> >>> Java
> >>> ---
> >>> Version1.3.8
> >>> =
> >>> - You can run task queue tasks immediately from the admin console.
> >>> - Added an OutputSettings class to the Images API to specify the JPEG
> encoding
> >>>   quality when running in production.
> >>> - Support for login of multiple Google accounts within an app, and
> longer login
> >>>   sessions. For more information see:
> >>>http://www.google.com/support/accounts/bin/answer.py?answer=181599
> >>> - In queue.xml, the maximum allowed bucket size is now 100.
> >>> - Removed limits on zigzag merge-join queries. Therefore the error "The
> built-in
> >>>   indices are not efficient enough for this query and your data. Please
> add a
> >>>   composite index for this query." will no longer be thrown in most
> cases,
> >>>   enabling more types of queries without indexes.
> >>> - The whitelist has been updated to include java.net.InetAddress and
> some
> >>>   interfaces and abstract classes in javax.xml.soap, including
> >>>   javax.xml.soap.SOAPMessage.
> >>> - Fixed an issue reserving App Ids by owners of emails containing
> periods,
> >>>   multiple cases, and googlemail.com address.
> >>>http://code.google.com/p/googleappengine/issues/detail?id=1196
> >>> - Fixed an issue where TaskOptions had no public getters, making
> testing
> >>>   impossible.
> >>>http://code.google.com/p/googleappengine/issues/detail?id=3243
> >>> - Fixed an issue on the development server where PNGs were being
> returned as
> >>>   JPEGs.
> >>>http://code.google.com/p/googleappengine/issues/detail?id=3661
> >>>
> >>> Python
> >>> -
> >>> Version1.3.8
> >>> ==
> >>> - Builtin app.yaml handlers are available for common application
> functions,
> >>>   such as appstats.
> >>>
> http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
> >>> - The Admin Console now provides an experimental tool to delete all
> entities in
> >>>   the datastore or all entities of a given type. This is available only
> if
> >>>   enabled using the datastore_admin builtin. Deleting entities will
> count
> >>>   against application quota.
> >>>
> http://code.google.com/appengine/docs/python/datastore/creatinggettin...
> >>> - You can run task queue tasks immediately from the Admin Console.
> >>> - You can now specify the quality of JPEG images via the Image API's
> >>>   execute_transforms function. Available in production only.
> >>> - Support for login of multiple Google accounts within an app, and
> longer login
> >>>   sessions. For more information see:
> >>>http://www.google.com/support/accounts/bin/answer.py?answer=181599
> >>> - In queue.yaml, the maximum allowed bucket size is now 100.
> >>> - Precompilation is now enabled by default. To disable, use the
> >>>   --no_precompilation flag when updating your app.
> >>> - BlobInfo now has an open() method that returns a BlobReader.
> >>> - BlobReader now accepts a BlobInfo.
> >>> -

Re: [google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread Ross M Karchner
What about integrating the ability to deploy directly from version control,
and then gradually making that the recommended (and eventually, default)
path?

On Mon, Oct 18, 2010 at 4:25 PM, Ikai Lan (Google)

> wrote:

> No, I don't buy this argument. TortoiseSVN on Windows is about as easy as
> it gets. I have never worked with a designer, web developer, product
> manager, salesperson, etc that could not learn the basics of how to use GUI
> source control. And if that still doesn't work for you? Dropbox. Code
> download as source control is out of scope and we do not want to encourage
> poor practices when we can avoid it.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger: http://googleappengine.blogspot.com
> Reddit: http://www.reddit.com/r/appengine
> Twitter: http://twitter.com/app_engine
>
>
>
> On Mon, Oct 18, 2010 at 12:11 PM, Rafael Sierra wrote:
>
>> On Mon, Oct 18, 2010 at 3:37 PM, Robert Kluin 
>> wrote:
>> > Probably because about 50 people responded asking them to NOT include
>> > that within a few hours.
>> >
>> > Most likely, if you want that feature you need to go learn about
>> > version control.
>> > http://en.wikipedia.org/wiki/Revision_control
>>
>> It's hard to teach mercurial/svn/git/cvs(lol) to someone used only to
>> photoshop and dreamweaver. It's easier just download and install
>> appengine.msi and click "Deploy" (into the test appid, of course), and
>> then you download whatever he made and commit to whatever version
>> control you are using
>>
>>
>> >
>> >
>> > Robert
>> >
>> >
>> >
>> >
>> > On Sun, Oct 17, 2010 at 00:09, mykhal  wrote:
>> >> hm, download_app functionality announced in prerelease seems to by
>> >> silently removed.. why?
>> >>
>> >> On Oct 15, 5:44 am, Takashi Matsuo  wrote:
>> >>> Hello App Engine Developers!
>> >>>
>> >>> We're very happy to announce that SDK1.3.8is released today. There
>> >>> are many new cool features, so please download the new SDK and enjoy
>> >>> it!
>> >>>
>> >>> You can download the new SDK from:
>> http://code.google.com/appengine/downloads.html
>> >>>
>> >>> Our blog post includes some screenshots of new features in admin
>> console:
>> http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>> >>>
>> >>> Here are release notes:
>> >>>
>> >>> Java
>> >>> ---
>> >>> Version1.3.8
>> >>> =
>> >>> - You can run task queue tasks immediately from the admin console.
>> >>> - Added an OutputSettings class to the Images API to specify the JPEG
>> encoding
>> >>>   quality when running in production.
>> >>> - Support for login of multiple Google accounts within an app, and
>> longer login
>> >>>   sessions. For more information see:
>> >>>http://www.google.com/support/accounts/bin/answer.py?answer=181599
>> >>> - In queue.xml, the maximum allowed bucket size is now 100.
>> >>> - Removed limits on zigzag merge-join queries. Therefore the error
>> "The built-in
>> >>>   indices are not efficient enough for this query and your data.
>> Please add a
>> >>>   composite index for this query." will no longer be thrown in most
>> cases,
>> >>>   enabling more types of queries without indexes.
>> >>> - The whitelist has been updated to include java.net.InetAddress and
>> some
>> >>>   interfaces and abstract classes in javax.xml.soap, including
>> >>>   javax.xml.soap.SOAPMessage.
>> >>> - Fixed an issue reserving App Ids by owners of emails containing
>> periods,
>> >>>   multiple cases, and googlemail.com address.
>> >>>http://code.google.com/p/googleappengine/issues/detail?id=1196
>> >>> - Fixed an issue where TaskOptions had no public getters, making
>> testing
>> >>>   impossible.
>> >>>http://code.google.com/p/googleappengine/issues/detail?id=3243
>> >>> - Fixed an issue on the development server where PNGs were being
>> returned as
>> >>>   JPEGs.
>> >>>http://code.google.com/p/googleappengine/issues/detail?id=3661
>> >>>
>> >>> Python
>> >>> -
>> >>> Version1.3.8
>> >>> ==
>> >>> - Builtin app.yaml handlers are available for common application
>> functions,
>> >>>   such as appstats.
>> >>>
>> http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
>> >>> - The Admin Console now provides an experimental tool to delete all
>> entities in
>> >>>   the datastore or all entities of a given type. This is available
>> only if
>> >>>   enabled using the datastore_admin builtin. Deleting entities will
>> count
>> >>>   against application quota.
>> >>>
>> http://code.google.com/appengine/docs/python/datastore/creatinggettin...
>> >>> - You can run task queue tasks immediately from the Admin Console.
>> >>> - You can now specify the quality of JPEG images via the Image API's
>> >>>   execute_transforms function. Available in production only.
>> >>> - Support for login of multiple Google accounts within an app, and
>> longer login
>> >>>   sessions. For more information see:
>> >>>http://www.google.com/supp

Re: [google-appengine] Re: SDK 1.3.8 released!

2010-10-19 Thread Rafael Sierra
On Mon, Oct 18, 2010 at 6:25 PM, Ikai Lan (Google)
 wrote:
> No, I don't buy this argument. TortoiseSVN on Windows is about as easy as it
> gets. I have never worked with a designer, web developer, product manager,
> salesperson, etc that could not learn the basics of how to use GUI source
> control. And if that still doesn't work for you? Dropbox. Code download as
> source control is out of scope and we do not want to encourage poor
> practices when we can avoid it.

Yap, I read the other thread about the concerns involving this command
and now I agree with them.

I will try to automate everything that I can with the designer so I
can just say: "click here then here and than in 'Ok', done"

And belive, there are designers hard to teach something new :`(

PS.: I'm using mercurial (I know there is a TortoiseHG), but this is
not relevant nor make any difference to my designer

> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger: http://googleappengine.blogspot.com
> Reddit: http://www.reddit.com/r/appengine
> Twitter: http://twitter.com/app_engine
>
>
> On Mon, Oct 18, 2010 at 12:11 PM, Rafael Sierra 
> wrote:
>>
>> On Mon, Oct 18, 2010 at 3:37 PM, Robert Kluin 
>> wrote:
>> > Probably because about 50 people responded asking them to NOT include
>> > that within a few hours.
>> >
>> > Most likely, if you want that feature you need to go learn about
>> > version control.
>> > http://en.wikipedia.org/wiki/Revision_control
>>
>> It's hard to teach mercurial/svn/git/cvs(lol) to someone used only to
>> photoshop and dreamweaver. It's easier just download and install
>> appengine.msi and click "Deploy" (into the test appid, of course), and
>> then you download whatever he made and commit to whatever version
>> control you are using
>>
>>
>> >
>> >
>> > Robert
>> >
>> >
>> >
>> >
>> > On Sun, Oct 17, 2010 at 00:09, mykhal  wrote:
>> >> hm, download_app functionality announced in prerelease seems to by
>> >> silently removed.. why?
>> >>
>> >> On Oct 15, 5:44 am, Takashi Matsuo  wrote:
>> >>> Hello App Engine Developers!
>> >>>
>> >>> We're very happy to announce that SDK1.3.8is released today. There
>> >>> are many new cool features, so please download the new SDK and enjoy
>> >>> it!
>> >>>
>> >>> You can download the new SDK
>> >>> from:http://code.google.com/appengine/downloads.html
>> >>>
>> >>> Our blog post includes some screenshots of new features in admin
>> >>> console:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>> >>>
>> >>> Here are release notes:
>> >>>
>> >>> Java
>> >>> ---
>> >>> Version1.3.8
>> >>> =
>> >>> - You can run task queue tasks immediately from the admin console.
>> >>> - Added an OutputSettings class to the Images API to specify the JPEG
>> >>> encoding
>> >>>   quality when running in production.
>> >>> - Support for login of multiple Google accounts within an app, and
>> >>> longer login
>> >>>   sessions. For more information see:
>> >>>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
>> >>> - In queue.xml, the maximum allowed bucket size is now 100.
>> >>> - Removed limits on zigzag merge-join queries. Therefore the error
>> >>> "The built-in
>> >>>   indices are not efficient enough for this query and your data.
>> >>> Please add a
>> >>>   composite index for this query." will no longer be thrown in most
>> >>> cases,
>> >>>   enabling more types of queries without indexes.
>> >>> - The whitelist has been updated to include java.net.InetAddress and
>> >>> some
>> >>>   interfaces and abstract classes in javax.xml.soap, including
>> >>>   javax.xml.soap.SOAPMessage.
>> >>> - Fixed an issue reserving App Ids by owners of emails containing
>> >>> periods,
>> >>>   multiple cases, and googlemail.com address.
>> >>>    http://code.google.com/p/googleappengine/issues/detail?id=1196
>> >>> - Fixed an issue where TaskOptions had no public getters, making
>> >>> testing
>> >>>   impossible.
>> >>>    http://code.google.com/p/googleappengine/issues/detail?id=3243
>> >>> - Fixed an issue on the development server where PNGs were being
>> >>> returned as
>> >>>   JPEGs.
>> >>>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>> >>>
>> >>> Python
>> >>> -
>> >>> Version1.3.8
>> >>> ==
>> >>> - Builtin app.yaml handlers are available for common application
>> >>> functions,
>> >>>   such as appstats.
>> >>>
>> >>>  http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
>> >>> - The Admin Console now provides an experimental tool to delete all
>> >>> entities in
>> >>>   the datastore or all entities of a given type. This is available
>> >>> only if
>> >>>   enabled using the datastore_admin builtin. Deleting entities will
>> >>> count
>> >>>   against application quota.
>> >>>
>> >>>  http://code.google.com/appengine/docs/python/datastore/creatinggettin...
>> >>> - You can run task queue tasks immediately from the Admin Co

OT: Re: [google-appengine] Re: SDK 1.3.8 released!

2010-10-19 Thread Maxim Veksler
OT:

I actually really like this comment!
Coming from "Google" this makes it 2 times more awesome.

[Like!]


Maxim.

On Mon, Oct 18, 2010 at 10:25 PM, Ikai Lan (Google) <
ikai.l+gro...@google.com > wrote:

> No, I don't buy this argument. TortoiseSVN on Windows is about as easy as
> it gets. I have never worked with a designer, web developer, product
> manager, salesperson, etc that could not learn the basics of how to use GUI
> source control. And if that still doesn't work for you? Dropbox. Code
> download as source control is out of scope and we do not want to encourage
> poor practices when we can avoid it.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger: http://googleappengine.blogspot.com
> Reddit: http://www.reddit.com/r/appengine
> Twitter: http://twitter.com/app_engine
>
>
>
> On Mon, Oct 18, 2010 at 12:11 PM, Rafael Sierra wrote:
>
>> On Mon, Oct 18, 2010 at 3:37 PM, Robert Kluin 
>> wrote:
>> > Probably because about 50 people responded asking them to NOT include
>> > that within a few hours.
>> >
>> > Most likely, if you want that feature you need to go learn about
>> > version control.
>> > http://en.wikipedia.org/wiki/Revision_control
>>
>> It's hard to teach mercurial/svn/git/cvs(lol) to someone used only to
>> photoshop and dreamweaver. It's easier just download and install
>> appengine.msi and click "Deploy" (into the test appid, of course), and
>> then you download whatever he made and commit to whatever version
>> control you are using
>>
>>
>> >
>> >
>> > Robert
>> >
>> >
>> >
>> >
>> > On Sun, Oct 17, 2010 at 00:09, mykhal  wrote:
>> >> hm, download_app functionality announced in prerelease seems to by
>> >> silently removed.. why?
>> >>
>> >> On Oct 15, 5:44 am, Takashi Matsuo  wrote:
>> >>> Hello App Engine Developers!
>> >>>
>> >>> We're very happy to announce that SDK1.3.8is released today. There
>> >>> are many new cool features, so please download the new SDK and enjoy
>> >>> it!
>> >>>
>> >>> You can download the new SDK from:
>> http://code.google.com/appengine/downloads.html
>> >>>
>> >>> Our blog post includes some screenshots of new features in admin
>> console:
>> http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>> >>>
>> >>> Here are release notes:
>> >>>
>> >>> Java
>> >>> ---
>> >>> Version1.3.8
>> >>> =
>> >>> - You can run task queue tasks immediately from the admin console.
>> >>> - Added an OutputSettings class to the Images API to specify the JPEG
>> encoding
>> >>>   quality when running in production.
>> >>> - Support for login of multiple Google accounts within an app, and
>> longer login
>> >>>   sessions. For more information see:
>> >>>http://www.google.com/support/accounts/bin/answer.py?answer=181599
>> >>> - In queue.xml, the maximum allowed bucket size is now 100.
>> >>> - Removed limits on zigzag merge-join queries. Therefore the error
>> "The built-in
>> >>>   indices are not efficient enough for this query and your data.
>> Please add a
>> >>>   composite index for this query." will no longer be thrown in most
>> cases,
>> >>>   enabling more types of queries without indexes.
>> >>> - The whitelist has been updated to include java.net.InetAddress and
>> some
>> >>>   interfaces and abstract classes in javax.xml.soap, including
>> >>>   javax.xml.soap.SOAPMessage.
>> >>> - Fixed an issue reserving App Ids by owners of emails containing
>> periods,
>> >>>   multiple cases, and googlemail.com address.
>> >>>http://code.google.com/p/googleappengine/issues/detail?id=1196
>> >>> - Fixed an issue where TaskOptions had no public getters, making
>> testing
>> >>>   impossible.
>> >>>http://code.google.com/p/googleappengine/issues/detail?id=3243
>> >>> - Fixed an issue on the development server where PNGs were being
>> returned as
>> >>>   JPEGs.
>> >>>http://code.google.com/p/googleappengine/issues/detail?id=3661
>> >>>
>> >>> Python
>> >>> -
>> >>> Version1.3.8
>> >>> ==
>> >>> - Builtin app.yaml handlers are available for common application
>> functions,
>> >>>   such as appstats.
>> >>>
>> http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
>> >>> - The Admin Console now provides an experimental tool to delete all
>> entities in
>> >>>   the datastore or all entities of a given type. This is available
>> only if
>> >>>   enabled using the datastore_admin builtin. Deleting entities will
>> count
>> >>>   against application quota.
>> >>>
>> http://code.google.com/appengine/docs/python/datastore/creatinggettin...
>> >>> - You can run task queue tasks immediately from the Admin Console.
>> >>> - You can now specify the quality of JPEG images via the Image API's
>> >>>   execute_transforms function. Available in production only.
>> >>> - Support for login of multiple Google accounts within an app, and
>> longer login
>> >>>   sessions. For more information see:
>> >>>http://www.google.com/support/account