[RESULT] Approve Mat Mannion for Shindig Commiter/PMC

2011-02-14 Thread Paul Lindner
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!

[RESULT] Approve Eric Woods as Apache Shindig Committer

2011-02-14 Thread Paul Lindner
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!

[RESULT] Approve Jacobo Tarrio as Shindig Committer

2011-02-14 Thread Paul Lindner
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!

Re: Manipulating Data Context From A Container

2011-02-14 Thread Ryan J Baxter
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

Re: PHP: RpcRequestItem

2011-02-14 Thread Bastian Hofmann
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

Re: Manipulating Data Context From A Container

2011-02-14 Thread Ryan J Baxter
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

Re: Bug Fix: Cache headers are removed by BaseOptimizer for all rewritten images. (issue4148044)

2011-02-14 Thread gagan . goku
Build looks good. Committed as r1070483. http://codereview.appspot.com/4148044/

Re: Bug Fix: Cache headers are removed by BaseOptimizer for all rewritten images. (issue4148044)

2011-02-14 Thread gagan . goku
lgtm http://codereview.appspot.com/4148044/

Re: Bug Fix: Cache headers are removed by BaseOptimizer for all rewritten images. (issue4148044)

2011-02-14 Thread satya3656
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

Re: Bug Fix: Cache headers are removed by BaseOptimizer for all rewritten images. (issue4148044)

2011-02-14 Thread satya3656
Addressing Comments http://codereview.appspot.com/4148044/

Re: Bug Fix: Cache headers are removed by BaseOptimizer for all rewritten images. (issue4148044)

2011-02-14 Thread satya3656
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

Re: Bug Fix: Cache headers are removed by BaseOptimizer for all rewritten images. (issue4148044)

2011-02-14 Thread gagan . goku
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

Re: RES: partuza like alternative written in java

2011-02-14 Thread tog
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

Re: Manipulating Data Context From A Container

2011-02-14 Thread Bastian Hofmann
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