pombreda / pygowave-server

Automatically exported from code.google.com/p/pygowave-server
Apache License 2.0
0 stars 0 forks source link

Three problems #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to add the Napkin gadget (http://wave-samples-
gallery.appspot.com/about_app?app_id=5023)
2. Attempt to upload gadget by specifying bad URL, the without deleting 
switching to Upload and watch it fail because of bad URL
3. nothing, feature request (add gadgets by whatever@appspot.com address)

What is the expected output? What do you see instead?
Three things today.  Feel free to split into separate problems, of course.

Gadget quick-check failed: Required feature "flash" is unsupported.  
(Napkin gadget, http://wave-samples-gallery.appspot.com/about_app?
app_id=5023)

If specify external URL to add wave, and it is bad / doesn't work, then 
switch to upload and choose a file, type desciption, etc., and hit submit 
to try upload, it still fails because of the external URL.  This is of 
course easily fixed by going to the External URL tab and deleting the URL, 
but perhaps it would be best if it only checks for what is on the current 
tab (Upload ignores External URL, and vice versa).

Is it possible to add an upload gadget option for specifying the 
whatever@appspot.com address?

What browser are you using? Which version?
Chrome 2.0.172.33 on Windows XP

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?
n/a

Please provide any additional information below.
n/a

Original issue reported on code.google.com by AdamCollet on 24 Jun 2009 at 3:40

GoogleCodeExporter commented 9 years ago
Your first issue is clear to me. I will implement the "flash" feature of 
Google's 
gadget API soon.

As for your second issue, this is related to some feature of Django. I do check 
only 
what is on the current tab from my side, but the back-end implementation will 
check 
the URL field regardless of the selected tab. A solution would be to delete the 
URL 
on the server side, when the upload tab is selected.

Your third issue is a bit confusing. Did you mean adding Robots (which have 
@appspot.com-addresses) rather than Gadgets? Or did I overlook that in the 
Gadget 
API specification? Robots will be covered in the release after the next 
release, if 
you meant that.

Original comment by patrick....@googlemail.com on 25 Jun 2009 at 8:02