Author: alain_defrance
Date: 2011-03-07 04:40:02 -0500 (Mon, 07 Mar 2011)
New Revision: 5969
Modified:
portal/branches/shindig2/gadgets/server/src/main/webapp/containers/default/container.js
Log:
fix_labpixies_gadgets.patch
Modified:
portal/branches/shindig2/gadgets/server/src/main/webapp/containers/default/container.js
===================================================================
---
portal/branches/shindig2/gadgets/server/src/main/webapp/containers/default/container.js 2011-03-04
09:23:32 UTC (rev 5968)
+++
portal/branches/shindig2/gadgets/server/src/main/webapp/containers/default/container.js 2011-03-07
09:40:02 UTC (rev 5969)
@@ -132,8 +132,8 @@
"gadgets.features" : {
"core.io" : {
// Note: /proxy is an open proxy. Be careful how you expose this!
- "proxyUrl" :
"http://%host%/eXoGadgetServer/gadgets/proxy?refresh=%refresh%&url=%url%",
- "jsonProxyUrl" :
"http://%host%/eXoGadgetServer/gadgets/makeRequest"
+ "proxyUrl" :
"//%host%/eXoGadgetServer/gadgets/proxy?container=default&refresh=%refresh%&url=%url%%rewriteMime%",
+ "jsonProxyUrl" : "//%host%/eXoGadgetServer/gadgets/makeRequest"
},
"views" : {
"home" : {
@@ -169,16 +169,25 @@
"ANCHOR_COLOR": ""
}
},
- "opensocial-0.8" : {
+ "opensocial" : {
// Path to fetch opensocial data from
// Must be on the same domain as the gadget rendering server
"path" : "http://%host%/rpc",
+ // Path to issue invalidate calls
"invalidatePath" : "http://%host%/rpc",
"domain" : "shindig",
"enableCaja" : false,
"supportedFields" : {
"person" : ["id", {"name" : ["familyName",
"givenName", "unstructured"]}, "thumbnailUrl",
"profileUrl"],
- "activity" : ["id", "title"]
+ "activity" : ["appId", "body", "bodyId",
"externalId", "id", "mediaItems", "postedTime",
"priority",
+ "streamFaviconUrl", "streamSourceUrl",
"streamTitle", "streamUrl", "templateParams",
"title",
+ "url", "userId"],
+ "activityEntry" : ["icon", "postedTime",
"actor", "verb", "object", "target",
"generator", "provider", "title",
+ "body", "standardLinks", "to",
"cc", "bcc"],
+ "album" : ["id", "thumbnailUrl", "title",
"description", "location", "ownerId"],
+ "mediaItem" : ["album_id", "created",
"description", "duration", "file_size", "id",
"language", "last_updated",
+ "location", "mime_type",
"num_comments", "num_views", "num_votes",
"rating", "start_time",
+ "tagged_people", "tags",
"thumbnail_url", "title", "type", "url"]
}
},
"osapi.services" : {