Author: jmorliaguet
Date: Tue Apr 11 20:29:21 2006
New Revision: 2821

Modified:
   cpsskins/branches/jmo-perspectives/setup/README.txt
   cpsskins/branches/jmo-perspectives/standard/portlets/actions/configure.zcml
   
cpsskins/branches/jmo-perspectives/standard/portlets/breadcrumbs/configure.zcml
   cpsskins/branches/jmo-perspectives/standard/portlets/custom/configure.zcml
   cpsskins/branches/jmo-perspectives/standard/portlets/dummy/configure.zcml
   cpsskins/branches/jmo-perspectives/standard/portlets/image/configure.zcml
   cpsskins/branches/jmo-perspectives/standard/portlets/macroslot/configure.zcml
Log:

- standard components are called standard.xyz instead of cpsskins.xyz



Modified: cpsskins/branches/jmo-perspectives/setup/README.txt
==============================================================================
--- cpsskins/branches/jmo-perspectives/setup/README.txt (original)
+++ cpsskins/branches/jmo-perspectives/setup/README.txt Tue Apr 11 20:29:21 2006
@@ -374,7 +374,7 @@
 Typically they are used to identify third-party resources when the element
 type and the resource type are not specific enough.
 
-- 'cpsskins.actions', 'cpsskins.breadcrumbs', ...
+- 'standard.actions', 'standard.breadcrumbs', ...
 
 The content type is identical to the resource type for resources that have no
 third-level type of categorization (i.e. perpective, theme, ...)
@@ -388,12 +388,12 @@
     >>> resource = Actions()
     >>> content_type = queryType(resource, IContentType)
     >>> content_type.getTaggedValue('name')
-    'cpsskins.actions'
+    'standard.actions'
 
 or:
 
     >>> IType(resource).contentname
-    'cpsskins.actions'
+    'standard.actions'
 
 
 URI
@@ -427,7 +427,7 @@
     >>> resource = Actions()
 
     >>> IIdentifiable(resource).getURI()
-    u'canvas-portlet-cpsskins.actions-12345'
+    u'canvas-portlet-standard.actions-12345'
 
 If the resource type is the same as the content type, the name is written only
 once:

Modified: 
cpsskins/branches/jmo-perspectives/standard/portlets/actions/configure.zcml
==============================================================================
--- cpsskins/branches/jmo-perspectives/standard/portlets/actions/configure.zcml 
(original)
+++ cpsskins/branches/jmo-perspectives/standard/portlets/actions/configure.zcml 
Tue Apr 11 20:29:21 2006
@@ -8,7 +8,7 @@
   <!-- Actions portlet -->
 
   <portlet
-      name="cpsskins.actions"
+      name="standard.actions"
       title="Actions portlet"
       description="A portlet that displays actions"
       factory=".portlet.Actions"

Modified: 
cpsskins/branches/jmo-perspectives/standard/portlets/breadcrumbs/configure.zcml
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/standard/portlets/breadcrumbs/configure.zcml 
    (original)
+++ 
cpsskins/branches/jmo-perspectives/standard/portlets/breadcrumbs/configure.zcml 
    Tue Apr 11 20:29:21 2006
@@ -8,7 +8,7 @@
   <!-- Breadcumbs portlet -->
 
   <portlet
-      name="cpsskins.breadcrumbs"
+      name="standard.breadcrumbs"
       title="Breadcrumbs portlet"
       description="A portlet that displays a navigation trail"
       factory=".portlet.Breadcrumbs"

Modified: 
cpsskins/branches/jmo-perspectives/standard/portlets/custom/configure.zcml
==============================================================================
--- cpsskins/branches/jmo-perspectives/standard/portlets/custom/configure.zcml  
(original)
+++ cpsskins/branches/jmo-perspectives/standard/portlets/custom/configure.zcml  
Tue Apr 11 20:29:21 2006
@@ -8,7 +8,7 @@
   <!-- Custom portlet -->
 
   <portlet
-      name="cpsskins.custom"
+      name="standard.custom"
       title="Custom portlet"
       description="A portlet that displays a python, ZPT, DTML page"
       factory=".portlet.Custom"

Modified: 
cpsskins/branches/jmo-perspectives/standard/portlets/dummy/configure.zcml
==============================================================================
--- cpsskins/branches/jmo-perspectives/standard/portlets/dummy/configure.zcml   
(original)
+++ cpsskins/branches/jmo-perspectives/standard/portlets/dummy/configure.zcml   
Tue Apr 11 20:29:21 2006
@@ -8,7 +8,7 @@
   <!-- Dummy portlet -->
 
   <portlet
-      name="cpsskins.dummy"
+      name="standard.dummy"
       title="Dummy portlet"
       description="A portlet for testing"
       factory=".portlet.Dummy"

Modified: 
cpsskins/branches/jmo-perspectives/standard/portlets/image/configure.zcml
==============================================================================
--- cpsskins/branches/jmo-perspectives/standard/portlets/image/configure.zcml   
(original)
+++ cpsskins/branches/jmo-perspectives/standard/portlets/image/configure.zcml   
Tue Apr 11 20:29:21 2006
@@ -8,7 +8,7 @@
   <!-- Image portlet -->
 
   <portlet
-      name="cpsskins.image"
+      name="standard.image"
       title="Image portlet"
       description="A portlet that displays an image"
       factory=".portlet.Image"

Modified: 
cpsskins/branches/jmo-perspectives/standard/portlets/macroslot/configure.zcml
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/standard/portlets/macroslot/configure.zcml   
    (original)
+++ 
cpsskins/branches/jmo-perspectives/standard/portlets/macroslot/configure.zcml   
    Tue Apr 11 20:29:21 2006
@@ -9,7 +9,7 @@
   <!-- Macro slot portlet -->
 
   <portlet
-      name="cpsskins.macroslot"
+      name="standard.macroslot"
       title="Macro slot portlet"
       description="A portlet that displays the main content area of a page"
       factory=".portlet.MacroSlot"
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to