RE: OAAIfrGadget and DnD

2012-01-09 Thread Shtein, Ilya
Any updates on this request? This must be something typical... Thanks, Ilya -Original Message- From: Shtein, Ilya [mailto:ilya.sht...@fisglobal.com] Sent: Friday, January 06, 2012 2:14 PM To: dev@shindig.apache.org Subject: OAAIfrGadget and DnD Importance: High Hi, We are using pubsub

Re: Review Request: CommonContainer token refresh changes for a better UX when tokens expire.

2012-01-09 Thread Dan Dumont
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3180/ --- (Updated 2012-01-09 21:18:06.698353) Review request for shindig, Henry Saputra,

Re: httpclient version upgrade causing SSL exceptions

2012-01-09 Thread daviesd
Any ideas on this? I¹m still showing 12/26 as the last builds at https://repository.apache.org/content/groups/public/org/apache/shindig/shind ig-common/3.0.0-SNAPSHOT/ Also, ideas when we might see a beta5? doug On 1/6/12 9:58 AM, "daviesd" wrote: > Thanks. Are snapshots happening? I don¹t

Fwd: ASF Board Report for Jan 2012 is now due

2012-01-09 Thread Paul Lindner
FYI - I'll start putting this together later today... -- Forwarded message -- From: ASF Board Date: Mon, Jan 9, 2012 at 7:32 AM Subject: ASF Board Report for Jan 2012 is now due To: Paul Lindner This email was sent by an automated system on behalf of the ASF Board. Accordin

Re: Review Request: Add support for Embedded Experience Gadgets in the CommonContainer test environment

2012-01-09 Thread Ryan Baxter
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3165/#review4265 --- Ship it! Removed extra white space and committed. Thanks Matt! Commi

Re: Review Request: Changing equality checks against undefined to typeof checks against 'undefined'

2012-01-09 Thread Dan Dumont
> On 2012-01-03 08:45:27, Paul Lindner wrote: > > I'm okay with the patch as-is, but would prefer something like this which > > is a modified version of the closure library goog.isDef > > > > > > goog.isDef = function(val) { > > var undefined; > > return val !== undefined; > > }; > > > >