Re: Creating a shindig-extras module

2010-05-14 Thread ๏̯͡๏ Jasvir Nagra
The html parser already parses script tags and so knows the urls of code being included. At this point, the rewriter could substitute a known-to-cajole version if it cared to and/or inline the script. Is your concern that a library like jQuery may have been modified and/or be included from an

Hudson build became unstable: Shindig » Apache Shindig Gadget Renderer #1516

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-gadgets/1516/changes

Hudson build became unstable: Shindig #1516

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/1516/changes

Hudson build is back to stable : Shindi g » Apache Shindig Gadget Renderer #1517

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-gadgets/1517/

Hudson build is back to stable : Shindig #1517

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/1517/

Re: gadget prefs vs person app data

2010-05-14 Thread Mat Mannion
Unless I have misunderstood the spec and how things work, I believe it's also the case that you can access appdata for different users who have the same gadget using opensocial libraries. AppData is also persisted across multiple instances of the same gadget, while userprefs are per-gadget. HTH,

Hudson build became unstable: Shindig » Apache Shindig Gadget Renderer #1518

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-gadgets/1518/

Hudson build became unstable: Shindig #1518

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/1518/

problem with BasicBlobCrypter hmac with + character

2010-05-14 Thread franck tankoua
Hi, I have caught a problem while using the secureToken in an encrypted way. if you checkout the wrap method of the BasicBlobCrypter.java, you will see that it can actually output String with + character Example: rANRaw1A3BTa0vSKGdkuXHVb6PHOIvqaKJ4mrlYRTvUZCX4GydOQMjua8xWTA0X*+*

Hudson build is still unstable: Shindig » Apache Shindig Gadget Renderer #1519

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-gadgets/1519/

Hudson build is still unstable: Shindig #1519

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/1519/

Re: Creating a shindig-extras module

2010-05-14 Thread Paul Lindner
I agree with all of your points below with one small clarification -- If my gaget calls the raw gadgets.rpc methods it can interact with the container. In any case moving a module into a Require block also: 1) provides a form of URN for script resources. This can help avoid multiple inclusion

Re: [2.0] Removing some @Deprecated classes/methods/features

2010-05-14 Thread Paul Lindner
Sounds like a very convenient method. Most containers are going to adhere to what the client asks for. We'd still need to the multi-args version for containers that wish to ignore the client or have an indeterminate response. On Thu, May 13, 2010 at 9:13 PM, Chirag Shah chiragsh...@gmail.com

Re: Shindig doesn't handle relative oauth service URLs properly

2010-05-14 Thread Paul Lindner
Looks like a check for http/https is done before the Uri is resolved against it's base. I'll have a patch soonish to fix this which will also catch some other non-base-resolved URLs in Preload.. and Link... On Mon, May 10, 2010 at 12:00 PM, Randy Hudson huds...@us.ibm.com wrote: There seems to

Re: How to build in eclipse

2010-05-14 Thread Han Nguyen
Evgeny, Shindig is a maven project, setting eclipse build automatically on is not enough. You will need to run the maven build again to update your changes. Hope that helps. Han From: Evgeny Bogdanov evgeny.bogda...@epfl.ch To: dev@shindig.apache.org dev@shindig.apache.org Date:

Re: data pipeline and template gadets for testing

2010-05-14 Thread Chirag Shah
Hey Han, Here are a few links to help you get started. OpenSocial Templates doc: http://wiki.opensocial.org/index.php?title=OpenSocial_Templates Data Pipelining doc: http://wiki.opensocial.org/index.php?title=Data_Pipelining Example gadget xml: http://chiarg.com/opensocial/http.xml Thanks,

Re: Fix Refresh override (issue1215041)

2010-05-14 Thread zhoresh
On 2010/05/14 01:05:51, Paul Lindner wrote: lgtm Thanks! committed as r93 http://codereview.appspot.com/1215041/show

Hudson build is back to stable : Shindi g » Apache Shindig Gadget Renderer #1520

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-gadgets/1520/changes

Hudson build is back to stable : Shindig #1520

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/1520/changes

Re: [2.0] Removing some @Deprecated classes/methods/features

2010-05-14 Thread Ziv Horesh
On Thu, May 13, 2010 at 4:26 PM, Paul Lindner plind...@linkedin.com wrote: I'm starting some cleanup getting ready for 2.0. This involves removing some deprecated code. The only one that we might want to keep is legacy body signing and/or strict content checks. I'm going to remove it for

how's the string http://a9.com/-/spec/opensearch/1.1 used in XStream081Configuration.java ?

2010-05-14 Thread Han Nguyen
Hi, At a quick glance, the string http://a9.com/-/spec/opensearch/1.1; looks like one of the namespaces used in the XStream081Configuration.java class. But does anyone know exactly how the string is used in Shindig? Is it used to invoke any search? and if so then where does it search and how

Re: [2.0] Removing some @Deprecated classes/methods/features

2010-05-14 Thread Paul Lindner
On May 14, 2010, at 3:55 PM, Ziv Horesh wrote: What the arm in leaving this constructor? It simplify call that do not want pages. It seems we use this constructor heavily in our code base... If it's a problem then sure, go ahead revert. It was Deprecated last October as part of

Re: [2.0] Removing some @Deprecated classes/methods/features

2010-05-14 Thread Ziv Horesh
On Fri, May 14, 2010 at 5:59 PM, Paul Lindner lind...@inuus.com wrote: On May 14, 2010, at 3:55 PM, Ziv Horesh wrote: What the arm in leaving this constructor? It simplify call that do not want pages. It seems we use this constructor heavily in our code base... If it's a problem

Un-deprecate nonpaged RestfullCollection (issue1199044)

2010-05-14 Thread zhoresh
Reviewers: shindig.remailer_gmail.com, Paul Lindner, Description: Add back the constructor which is just a helper constructor to create RestfullCollection without paging. Please review this at http://codereview.appspot.com/1199044/show Affected files:

Hudson build became unstable: Shindig » Apache Shindig Gadget Renderer #1522

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-gadgets/1522/

Fix Flaky test HtmlAccelServletTest.testHtmlAccelRewriteChain (issue1234041)

2010-05-14 Thread zhoresh
Reviewers: shindig.remailer_gmail.com, Description: Improve the test to handle timing Please review this at http://codereview.appspot.com/1234041/show Affected files: java/gadgets/src/test/java/org/apache/shindig/gadgets/servlet/HtmlAccelServletTest.java ### Eclipse Workspace Patch 1.0