Update of /var/cvs/config/components
In directory james.mmbase.org:/tmp/cvs-serv7416

Modified Files:
        core.xml 
Log Message:
caching relase notes


See also: http://cvs.mmbase.org/viewcvs/config/components


Index: core.xml
===================================================================
RCS file: /var/cvs/config/components/core.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- core.xml    10 Jan 2009 18:39:17 -0000      1.63
+++ core.xml    12 Jan 2009 20:54:22 -0000      1.64
@@ -462,6 +462,18 @@
   </block>
 
 
+
+
+  <block name="releasenotes_uncached"
+         mimetype="text/html">
+    <body>
+      <class name="org.mmbase.framework.ConnectionRenderer">
+        <param 
name="url">http://www.mmbase.org/jira/IssueNavigator.jspa?view=rss&amp;&amp;pid=10000&amp;fixfor=10170&amp;version=-3&amp;status=5&amp;status=6&amp;sorter/field=updated&amp;sorter/order=DESC&amp;tempMax=25&amp;reset=true&amp;decorator=none</param>
+        <param name="xslt">xslt/rss.xslt</param>
+      </class>
+    </body>
+  </block>
+
   <block name="releasenotes"
          classification="mmbase.about:11"
          mimetype="text/html">
@@ -470,13 +482,13 @@
     <description xml:lang="en">Shows the release notes straight from the 
bugtracker on www.mmbase.org.</description>
     <description xml:lang="nl">Toont de release notes rechtstreeks uit de 
bugtracker op www.mmbase.org.</description>
     <body>
-      <class name="org.mmbase.framework.ConnectionRenderer">
-        <param 
name="url">http://www.mmbase.org/jira/IssueNavigator.jspa?view=rss&amp;&amp;pid=10000&amp;fixfor=10170&amp;version=-3&amp;status=5&amp;status=6&amp;sorter/field=updated&amp;sorter/order=DESC&amp;tempMax=25&amp;reset=true&amp;decorator=none</param>
-        <param name="xslt">xslt/rss.xslt</param>
+      <class name="org.mmbase.framework.CachedRenderer">
+        <param name="wraps">releasenotes_uncached</param>
       </class>
     </body>
   </block>
 
+
   <block name="view_source"
          mimetype="text/html">
     <title xml:lang="nl">Sourcecode-viewer</title>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to