Re: [VOTE] Release Apache Shindig version 2.5.0-beta6

2013-03-13 Thread Wei CSDL Shi
+1 Marshall Shi(Shi Wei) From: Ryan Baxter To: "dev@shindig.apache.org" , Date: 2013/03/13 08:20 Subject:[VOTE] Release Apache Shindig version 2.5.0-beta6 Hi, We solved 20 issues: https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHINDIG%20AND%20fixVersion%20%3D%2

Re: special characters in gadget specification

2013-01-27 Thread Wei CSDL Shi
s this a restriction of the specification or a bug in shindig (or the used XML parser). regards, - martin [附件 "signature.asc" 被 Wei CSDL Shi/China/IBM 删除]

[Review Request Reminder] allow container to exclude JSONP access

2013-01-15 Thread Wei CSDL Shi
Hi Shindig Dev Group members, I am resending the review request via email again for my patch to allow container to exclude JSONP access. Please take a look at https://reviews.apache.org/r/6652/ and provide comment if you have. So far, I got Henry and Ryan's "Ship it". If no other objection fro

removing JSONP support in Shindig

2012-08-09 Thread Wei CSDL Shi
Hi all, Currently, RPC Servlet entry, DataServiceServlet and JsonRpcServlet support a callback parameter which is added in front of a JSON response, turning the JSON into JSONP. An attacker can access this by adding a script tag with a source that links to these servlet entries on his page, when

Re: [VOTE] Switch Apache Shindig Site To New CMS Site

2012-08-07 Thread Wei CSDL Shi
+1 Thanks Best Regards Marshall Shi From: Ryan Baxter To: dev@shindig.apache.org, Date: 2012-08-08 08:15 Subject:[VOTE] Switch Apache Shindig Site To New CMS Site Hi Everyone, The infra team is getting a little impatient on finishing our move to CMS [1]. I have moved a l

Re: [VOTE] Removing the opensocial-0.6, opensocial-0.7 and opensocial-0.8 features from Shindig trunk

2012-05-10 Thread Wei CSDL Shi
+1 From: Henry Saputra To: dev@shindig.apache.org, us...@shindig.apache.org, Date: 05/09/2012 05:12 PM Subject: [VOTE] Removing the opensocial-0.6, opensocial-0.7 and opensocial-0.8 features from Shindig trunk Hi Shindig community, In preparation for next release I would like to ask for VOTE

streamed request in gadgets

2012-03-01 Thread Wei CSDL Shi
In enterprise gadget development, there are requirements to allow files upload/download up to 512MB. Shindig server is processing the fetched response from target url every time, convert the stream fetched into byte array and store the byte array in HttpResponse, later on the HttpResponse can be

Re: dynamic wire for gadgets

2011-12-29 Thread Wei CSDL Shi
e.org On Thu, Dec 29, 2011 at 12:23 AM, Wei CSDL Shi wrote: > Yes, I am looking for how to setup wire between specific gadget instances. > I've checked the gadget topics, it seems that once gadget A published a

Re: dynamic wire for gadgets

2011-12-29 Thread Wei CSDL Shi
e.org Did you mean communication between gadgets? - Henry On Tue, Dec 27, 2011 at 12:03 AM, Wei CSDL Shi wrote: > > > Section 12 of gadget spec 2.0.1 indicates that the wiring met

dynamic wire for gadgets

2011-12-27 Thread Wei CSDL Shi
Section 12 of gadget spec 2.0.1 indicates that the wiring metadata of a gadget topic can be used for end user to wire publisher gadgets to subscriber gadgets from container level. http://opensocial-resources.googlecode.com/svn/spec/2.0.1/Core-Gadget.xml#rfc.section.C.12.6 Does anybody have the

Re: gadget i18n questions

2011-11-28 Thread Wei CSDL Shi
RY] = function() {return 'cn';} cfg[osapi.container.ContainerConfig.GET_LANGUAGE] = function() {return 'zh';} You have GET_COUNTRY returning the "language", and GET_LANGUAGE returning the "country" From: Wei CSDL Shi To: dev@shindig.apache.org, Date:

Re: gadget i18n questions

2011-11-21 Thread Wei CSDL Shi
You shouldn't have to reference another html file, but note the lang and country attrs From: Wei CSDL Shi To: dev@shindig.apache.org, Date: 11/17/2011 10:39 PM Subject:Re: gadget i18n questions I tried to set the GET_COUNTRY and GET_LANGUAGE in m

Re: gadget i18n questions

2011-11-17 Thread Wei CSDL Shi
rjbax...@us.ibm.com Phone: 978-899-3041 developerWorks Profile From: Wei CSDL Shi To: shindig , Date: 11/17/2011 02:42 AM Subject:gadget i18n questions I am trying to use the multi language feature of gadget. Unfortunately I have no luck to make it work when I switch my browser language

gadget i18n questions

2011-11-16 Thread Wei CSDL Shi
I am trying to use the multi language feature of gadget. Unfortunately I have no luck to make it work when I switch my browser language. Here is my test gadget: Hello World. Hola Mundo. 你好世界. In the common container, I tried to load feature "opensocial-i18n" as well, but

Re: Ways to check a feature is loaded or not

2011-08-29 Thread Wei CSDL Shi
Hi, shindiggers, anybody have any recommendation about how to check the a feature loaded or not? Thanks Best Regards Marshall Shi(Shi Wei) shiwc...@cn.ibm.com (86-21)60922779 Wei CSDL

Ways to check a feature is loaded or not

2011-08-28 Thread Wei CSDL Shi
Hi, can anybody point me how could I check whether a feature has been loaded by shindig? Previously, I was using the window['___jsl']['l'] object in the client to check whether a feature name is in this list. Then I can tell my application code to not load that feature again. But in recent shin