You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ch...@apache.org on 2008/05/23 12:43:07 UTC

svn commit: r659495 - in /incubator/shindig/trunk: config/container.js features/opensocial-current/feature.xml

Author: chabotc
Date: Fri May 23 03:43:07 2008
New Revision: 659495

URL: http://svn.apache.org/viewvc?rev=659495&view=rev
Log:
Disablering caja in the default config, it was breaking the out-of-the-box experience since it broke some gadgets that used prototype.js. Re-enable when caja is 'done'

Modified:
    incubator/shindig/trunk/config/container.js
    incubator/shindig/trunk/features/opensocial-current/feature.xml

Modified: incubator/shindig/trunk/config/container.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/config/container.js?rev=659495&r1=659494&r2=659495&view=diff
==============================================================================
--- incubator/shindig/trunk/config/container.js (original)
+++ incubator/shindig/trunk/config/container.js Fri May 23 03:43:07 2008
@@ -98,7 +98,7 @@
     // Must be on the same domain as the gadget rendering server
     "path" : "/social/data",
     "domain" : "shindig",
-    "enableCaja" : true,
+    "enableCaja" : false,
     "supportedFields" : {
        "person" : ["id", "name", "thumbnailUrl", "profileUrl"],
        "activity" : ["id", "title"]

Modified: incubator/shindig/trunk/features/opensocial-current/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-current/feature.xml?rev=659495&r1=659494&r2=659495&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-current/feature.xml (original)
+++ incubator/shindig/trunk/features/opensocial-current/feature.xml Fri May 23 03:43:07 2008
@@ -20,7 +20,6 @@
 <feature>
   <name>opensocial-0.8</name>
   <dependency>opensocial-reference</dependency>
-  <dependency>caja</dependency>
   <gadget>
     <script src="jsonperson.js"></script>
     <script src="jsonactivity.js"></script>