The votes are in and Mat Mannion is approved to be an Apache Shindig
Committer.
+1
binding [Gagandeep, Chico, John, Paul, Bastian, Vincent, Henry]
non-binding [Sangil]
Congratulations Mat!
The votes are in and Eric Woods is approved to be an Apache Shindig
Committer.
+1
binding [Chico, Paul, Bastian, Vincent]
non-binding [Sangil]
Congratulations Eric!
The votes are in, Jacobo Tarrio is approved as a Apache Shindig Committer
+1
9 binding [Michael, Paul, John, Ziv, Gagandeep, Han, Chico, Bastian,
Vincent]
1 non-binding [Sangil]
Congratulations Jacobo!
Is there any way to know when a gadget is rendered in the container so I
can make an RPC call to the gadget from the container? The function
callSameDomain is throwing an error, Same domain call failed: parent=
incorrectly set., because targetEl.gadgets is undefined. targetEl is the
target wi
Hi,
thanks for reporting this issue, I just fixed it in the current trunk (see
https://issues.apache.org/jira/browse/SHINDIG-1506).
The issue was, that the RPC servlet did not parse the given parameters
according to the spec (
http://opensocial-resources.googlecode.com/svn/spec/1.1/Core-API-Serve
Ah I see what your saying Bastian. Let me take a look at that. Thanks.
-Ryan
Email: rjbax...@us.ibm.com
Phone: 978-899-3041
developerWorks Profile
From: Bastian Hofmann
To: dev@shindig.apache.org,
Date: 02/14/2011 03:27 AM
Subject:Re: Manipulating Data Context From A Contai
Build looks good.
Committed as r1070483.
http://codereview.appspot.com/4148044/
lgtm
http://codereview.appspot.com/4148044/
http://codereview.appspot.com/4148044/diff/24002/java/gadgets/src/main/java/org/apache/shindig/gadgets/http/HttpResponseBuilder.java
File
java/gadgets/src/main/java/org/apache/shindig/gadgets/http/HttpResponseBuilder.java
(right):
http://codereview.appspot.com/4148044/diff/24002/java/gadgets/src
Addressing Comments
http://codereview.appspot.com/4148044/
http://codereview.appspot.com/4148044/diff/14001/java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/image/BaseOptimizer.java
File
java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/image/BaseOptimizer.java
(right):
http://codereview.appspot.com/4148044/diff/14001/java/gadge
http://codereview.appspot.com/4148044/diff/24002/java/gadgets/src/main/java/org/apache/shindig/gadgets/http/HttpResponseBuilder.java
File
java/gadgets/src/main/java/org/apache/shindig/gadgets/http/HttpResponseBuilder.java
(right):
http://codereview.appspot.com/4148044/diff/24002/java/gadgets/src
Hey guys
I did play a bit with osec and look into Katari documentation. So far
those projects do interface with the gadget server of shindig. What is
the roadmap to integrate with the more "social" features of the
project ?
Thanks
Guillaume
On Fri, Feb 4, 2011 at 10:03 PM, Xandeco, Maxwell
wrot
No,
if you add something like the following on the gadget side:
gadgets.rpc.register('put_data_set', function(dataSets) {
opensocial.data.DataContext.putDataSets(dataSets);
});
you can call the rpc method put_data_set from your container:
gadgets.rpc.call('gadget_iframe_id', 'put_data_set', n
14 matches
Mail list logo