[Shindig] [Issue 2085042] Optimization: Updated few checks in ConcatVisitor, to increase its coverage.

2010-09-20 Thread MHarish Mnsatya
Description: Optimization: Updated few checks in ConcatVisitor, to increase its coverage. In getNextSibling() function: 1) We can be ignore are text node irrespective of their content. 2) We can ignore comment nodes expect for conditional comments. Please review this at http://codereview.appspot.

problem with html_sanitize in the tabs feature

2010-09-20 Thread Justin Wyllie
I've written a small gadget which uses the tabs feature. I initialise the tabs in a function called by gadgets.util.registerOnLoadHandler . I'm getting errors because the gadgets tabs code is looking for a function html_sanitize() and this is not present. This seems to be a small library html_s

CMIS Binding for MediaItems & Albums Services (issue2193045)

2010-09-20 Thread WoodstaE
Reviewers: dev_shindig.apache.org, Han Nguyen, Description: I've created a binding for the Albums & MediaItems services within Shindig that interacts with a live CMIS repository instead of the sample JSON DB. CMIS Folders & Documents are mapped to OS Albums & MediaItems, respectively, and vice v

MediaItems & Albums Sample Gadget (issue2247043)

2010-09-20 Thread WoodstaE
Reviewers: Han Nguyen, dev_shindig.apache.org, Description: Minor updates to the sample gadget which uses DOJO to interact with MediaItems & Albums within Shindig. Note: the enclosed "gadgets" folder must be put at the server root alongside sampledata, samplecontainer, etc. Shindig makes static

Re: problem with html_sanitize in the tabs feature

2010-09-20 Thread ๏̯͡๏ Jasvir Nagra
Are you seeing this problem on the php version or Java version of Shindig? On Mon, Sep 20, 2010 at 7:51 AM, Justin Wyllie wrote: > > I've written a small gadget which uses the tabs feature. > I initialise the tabs in a function called by > gadgets.util.registerOnLoadHandler . > I'm getting error

RE: problem with html_sanitize in the tabs feature

2010-09-20 Thread Justin Wyllie
Sorry. The PHP Version. 1.1 > Date: Mon, 20 Sep 2010 08:51:54 -0700 > Subject: Re: problem with html_sanitize in the tabs feature > From: jas...@google.com > To: dev@shindig.apache.org > > Are you seeing this problem on the php version or Java version of Shindig? > > On Mon, Sep 20, 2010 at 7:

Re: Shindig host/port questions

2010-09-20 Thread Michael Young
Hi Mark, Of course. Our code is open source. You can download it here: http://sourceforge.net/projects/lportal/files/Liferay%20Plugins/6.0.5/opensocial-portlet-6.0.5.1.war/download The src is in the WEB-INF folder. Look for ShindigFilter and LiferayJsonContainerConfig. Hope that helps. - Mik

Re: problem with html_sanitize in the tabs feature

2010-09-20 Thread Bastian Hofmann
If possible you should update to the new 2.0 release. The bug is fixed there. 2010/9/20 Justin Wyllie : > > Sorry. The PHP Version. 1.1 > > >> Date: Mon, 20 Sep 2010 08:51:54 -0700 >> Subject: Re: problem with html_sanitize in the tabs feature >> From: jas...@google.com >> To: dev@shindig.apache.o

Re: dedicated shindig hudson host

2010-09-20 Thread Paul Lindner
Thanks for this. I've successfully integrated this with the maven build system we have in place today. In addition I took inspiration from the log4php pom.xml file and managed to get php lint, phpdoc, and surefire integration working. On Fri, Sep 17, 2010 at 12:35 AM, Bastian Hofmann wrote: >

Did not receive emails to dev-remai...@shindig.apache.org for codereview requests

2010-09-20 Thread Henry Saputra
Hi All, Looks like I didnt get the codereview email sent to dev-remai...@shindig.apache.org for some codereview requests such as: http://codereview.appspot.com/2226041/ http://codereview.appspot.com/2208045/ Does anyone else experience the same issue? Thanks, - Henry

Re: Did not receive emails to dev-remai...@shindig.apache.org for codereview requests

2010-09-20 Thread Gagandeep singh
Maybe Mike did not send out the mail to dev-remailer. When you add a reviewer on codereview site, it does not send out the mail. I usually end up forwarding the original mail (when the codereview is created) to dev@ To explicitly send out the mail, i think upload.py --send_mail must be used. Other