Re: Avoiding proxy and concat urls in gadget render.

2011-01-31 Thread John Hjelmstad
Not functionally. Content optimizing rewriters are intended to help a gadget developer scale their app w/o scaling their servers to handle the load. On Mon, Jan 31, 2011 at 4:20 PM, Maxwell wrote: > Worked, thanks. > > Are there any problem in disable the re > > On Mon, Jan 31, 2011 at 1:37 PM,

Re: Avoiding proxy and concat urls in gadget render.

2011-01-31 Thread Maxwell
Worked, thanks. Are there any problem in disable the re On Mon, Jan 31, 2011 at 1:37 PM, Ciancetta, Jesse E. wrote: > You can disable content rewriting globally by editing shindig.properties > and moving the wildcard value from shindig.content-rewrite.include-urls to > shindig.content-rewrite.ex

Re: CacheEnforcementVisitor is added to script & css concat rewriters

2011-01-31 Thread John Hjelmstad
LGTM On Sun, Jan 30, 2011 at 9:34 PM, Pulkit Goyal wrote: > Reviewers: dev-remai...@shindig.apache.org, dev@shindig.apache.org, > gagan.g...@gmail.com, lind...@inuus.com, johnfa...@gmail.com > > Description: > > CacheEnforcementRewriter is added to relevant rewriters so that only > non-private >

Re: Writing an interface with drag/drop support.

2011-01-31 Thread Dennis Ju
I just commented out the clause as a quick workaround. I created SHINDIG-1497 to track this issue. Thanks, Dennis On Mon, Jan 31, 2011 at 9:09 AM, Xandeco, Maxwell wrote: > > Hi, seems the same issue. > > Did you just comment out the if claus

Re: Feature Param support in Gadgets meta-data requests, Features support extensible XML contributions?

2011-01-31 Thread Ziv Horesh
That looks clean enough, but not sure it will really work in json. If you have multiple params with same name, won't it create a json hash with multiple items with same key? I rather just add another function to feature that list params as list instead and expose that. Let the client consumer creat

RES: Writing an interface with drag/drop support.

2011-01-31 Thread Xandeco, Maxwell
Hi, seems the same issue. Did you just comment out the if clause? Or create another conditional to handle the drag problem? I think you should open the issue, and attach you patch, even it's not the best approach, someone can check if will break anything else, and maybe new ideas grow. I'll

RE: Avoiding proxy and concat urls in gadget render.

2011-01-31 Thread Ciancetta, Jesse E.
You can disable content rewriting globally by editing shindig.properties and moving the wildcard value from shindig.content-rewrite.include-urls to shindig.content-rewrite.exclude-urls -- so you end up with this configuration: shindig.content-rewrite.include-urls= shindig.content-rewrite.exclude