You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ra...@apache.org on 2001/07/22 22:34:07 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/xsl ocs.xsl

raphael     01/07/22 13:34:07

  Modified:    webapp/WEB-INF/conf TurbineResources.properties admin.xreg
                        controllers.xreg portlets.xreg
               webapp/WEB-INF/xsl ocs.xsl
  Log:
  Update customization features:
  - remove static PortalState class and refactor layout flow
  - upgrade functionalities for multicolumn and paned controller
  
  (Works only in Velocity mode right now)
  
  Revision  Changes    Path
  1.36      +2 -2      jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- TurbineResources.properties	2001/06/11 06:56:55	1.35
  +++ TurbineResources.properties	2001/07/22 20:34:06	1.36
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.properties,v 1.35 2001/06/11 06:56:55 taylor Exp $
  +# $Id: TurbineResources.properties,v 1.36 2001/07/22 20:34:06 raphael Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -481,7 +481,7 @@
   services.TemplateService.layout.cache.size=2
   services.TemplateService.navigation.cache.size=10
   services.TemplateService.screen.cache.size=50
  -services.TemplateService.default.extension=jsp
  +services.TemplateService.default.extension=vm
   
   # -------------------------------------------------------------------
   # 
  
  
  
  1.10      +2 -2      jakarta-jetspeed/webapp/WEB-INF/conf/admin.xreg
  
  Index: admin.xreg
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/admin.xreg,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- admin.xreg	2001/07/06 08:40:27	1.9
  +++ admin.xreg	2001/07/22 20:34:06	1.10
  @@ -12,7 +12,7 @@
       <parameter name="template" value="customizer-portlet"/>
       <parameter name="action" value="portlets.CustomizeAction"/>
       <meta-info>
  -      <title>Customizing portlet</title>
  +      <title>Customize portlet</title>
       </meta-info>
     </portlet-entry>
   
  @@ -22,7 +22,7 @@
       <parameter name="template" value="customizer-portletset"/>
       <parameter name="action" value="portlets.CustomizeSetAction"/>
       <meta-info>
  -      <title>Customizing portlet</title>
  +      <title>Customize pane</title>
       </meta-info>
     </portlet-entry>
   
  
  
  
  1.6       +8 -5      jakarta-jetspeed/webapp/WEB-INF/conf/controllers.xreg
  
  Index: controllers.xreg
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/controllers.xreg,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- controllers.xreg	2001/07/08 21:00:31	1.5
  +++ controllers.xreg	2001/07/22 20:34:06	1.6
  @@ -6,29 +6,29 @@
       <classname>org.apache.jetspeed.portal.controllers.VelocityPanedPortletController</classname>
       <parameter name="template" value="card.vm" />
       <parameter name="action" value="controllers.PanedControllerAction" />    
  -    <parameter name="parameter" value="pane" />    
  +    <parameter name="parameter" value="pane" />
       <parameter name="defaultpane" value="0" />
       <media-type ref="html"/>
     </portlet-controller-entry>
   
  -  <portlet-controller-entry name="DefaultPortletController">
  +  <portlet-controller-entry name="DefaultPortletController" hidden="true">
       <classname>org.apache.jetspeed.portal.controllers.DefaultPortletController</classname>
       <media-type ref="html"/>
       <media-type ref="wml"/>
     </portlet-controller-entry>
   
  -  <portlet-controller-entry name="FlowPortletController">
  +  <portlet-controller-entry name="FlowPortletController" hidden="true">
       <classname>org.apache.jetspeed.portal.controllers.FlowPortletController</classname>
       <media-type ref="html"/>
       <media-type ref="wml"/>
     </portlet-controller-entry>
   
  -  <portlet-controller-entry name="GridPortletController">
  +  <portlet-controller-entry name="GridPortletController" hidden="true">
       <classname>org.apache.jetspeed.portal.controllers.GridPortletController</classname>
       <media-type ref="html"/>
     </portlet-controller-entry>
   
  -  <portlet-controller-entry name="RowColumnPortletController">
  +  <portlet-controller-entry name="RowColumnPortletController" hidden="true">
       <classname>org.apache.jetspeed.portal.controllers.RowColumnPortletController</classname>
       <media-type ref="html"/>
       <media-type ref="wml"/>
  @@ -41,6 +41,9 @@
       <parameter name="sizes" value="50%,50%" />
       <parameter name="cols" value="2" />
       <media-type ref="html"/>
  +    <meta-info>
  +      <title>Two columns</title>
  +    </meta-info>
     </portlet-controller-entry>
   
     <portlet-controller-entry name="ThreeColumns">
  
  
  
  1.6       +1 -0      jakarta-jetspeed/webapp/WEB-INF/conf/portlets.xreg
  
  Index: portlets.xreg
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/portlets.xreg,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- portlets.xreg	2001/07/02 07:57:05	1.5
  +++ portlets.xreg	2001/07/22 20:34:06	1.6
  @@ -81,6 +81,7 @@
     <portlet-entry type="ref" parent="CustomizerVelocity" name="HelloVelocity">
       <parameter name="template" value="hello" />
       <parameter name="action" value="portlets.HelloAction" />
  +    <parameter name="text" value="Hello World in Velocity" />
       <meta-info>
         <title>HelloVelocity</title>
         <description>Simple Velocity Portlet Example</description>
  
  
  
  1.5       +2 -0      jakarta-jetspeed/webapp/WEB-INF/xsl/ocs.xsl
  
  Index: ocs.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/xsl/ocs.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ocs.xsl	2001/05/31 17:14:09	1.4
  +++ ocs.xsl	2001/07/22 20:34:07	1.5
  @@ -12,6 +12,8 @@
       <xsl:template match="/rdf:RDF">
   
           <registry>
  +          <!-- DO NOT EDIT THIS FILE. IT IS AUTOGENERATED BY THE FEED DAEMON -->
  +          <!-- THE DAEMON WILL OVERRIDE YOUR CHANGES IF IT RUNS -->
             <xsl:apply-templates select="./rdf:description/rdf:description"/>
           </registry>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org