crossley | 1 Feb 2008 04:00
Picon
Favicon

svn commit: r617337 - /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml

Author: crossley
Date: Thu Jan 31 19:00:21 2008
New Revision: 617337

URL: http://svn.apache.org/viewvc?rev=617337&view=rev
Log:
Remove superfluous  <at> tab attribute and container.
Issue: FOR-1064

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml?rev=617337&r1=617336&r2=617337&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml Thu Jan 31 19:00:21 2008
 <at>  <at>  -72,9 +72,7  <at>  <at> 
       <faq label="FAQ" href="faq.html" description="Frequently Asked Questions"/>
       <locationmap label="Locationmap" href="locationmap/index.html"
         description="Locationmaps allow the user URL space to be different from the storage URL Space"/>
-      <static-tab label="Static content" tab="samples-sample2">
-        <static label="Static Content" href="static.html" description="Static Content"/>
-      </static-tab>
+      <static label="Static Content" href="static.html" description="Static Content"/>
     </docs-samples1>
   </samples1>
   <samples2 label="Second Set of Samples" description="Second Set of Samples">

(Continue reading)

crossley | 1 Feb 2008 05:01
Picon
Favicon

svn commit: r617342 - /forrest/zone/htdocs/index.html

Author: crossley
Date: Thu Jan 31 20:01:18 2008
New Revision: 617342

URL: http://svn.apache.org/viewvc?rev=617342&view=rev
Log:
2008.

Modified:
    forrest/zone/htdocs/index.html

Modified: forrest/zone/htdocs/index.html
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/index.html?rev=617342&r1=617341&r2=617342&view=diff
==============================================================================
--- forrest/zone/htdocs/index.html (original)
+++ forrest/zone/htdocs/index.html Thu Jan 31 20:01:18 2008
 <at>  <at>  -89,7 +89,7  <at>  <at> 

 <div class="copyright">
   Copyright &copy;
-  2002-2007 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+  2002-2008 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 </body>
 </html>

thorsten | 1 Feb 2008 10:21
Picon
Favicon
Gravatar

svn commit: r617386 - /forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java

Author: thorsten
Date: Fri Feb  1 01:21:02 2008
New Revision: 617386

URL: http://svn.apache.org/viewvc?rev=617386&view=rev
Log:
white noise - formating changes

Modified:
    forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java

Modified: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java?rev=617386&r1=617385&r2=617386&view=diff
==============================================================================
--- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java (original)
+++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java Fri Feb  1 01:21:02 2008
 <at>  <at>  -63,1043 +63,1004  <at>  <at> 
 import org.xml.sax.helpers.AttributesImpl;
 
 public class DispatcherTransformer extends AbstractSAXTransformer implements
-        Disposable, CacheableProcessingComponent, URIResolver {
+    Disposable, CacheableProcessingComponent, URIResolver {
 
-    /* Node and attribute names */
-    /**
-     * <code>forrest:view</code> element is used to structure contracts and
-     * hooks into format specific container. It allows to configure x different
-     * format for the request.
-     * 
-     * <pre>
(Continue reading)

thorsten | 1 Feb 2008 10:38
Picon
Favicon
Gravatar

svn commit: r617406 - /forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java

Author: thorsten
Date: Fri Feb  1 01:38:32 2008
New Revision: 617406

URL: http://svn.apache.org/viewvc?rev=617406&view=rev
Log:
Slimming down the setup method and doing the heavy duty when we found our format. Will enhance response time
for cached pages.

Modified:
    forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java

Modified: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java?rev=617406&r1=617405&r2=617406&view=diff
==============================================================================
---
forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java (original)
+++
forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
Fri Feb  1 01:38:32 2008
 <at>  <at>  -196,7 +196,7  <at>  <at> 

   private Document defaultProperties;

-  private AggregatedValidity validity;
+  private SourceValidity validity;

   private String validityOverride;

 <at>  <at>  -244,7 +244,6  <at>  <at> 
(Continue reading)

thorsten | 1 Feb 2008 11:46
Picon
Favicon
Gravatar

svn commit: r617459 - /forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties

Author: thorsten
Date: Fri Feb  1 02:46:05 2008
New Revision: 617459

URL: http://svn.apache.org/viewvc?rev=617459&view=rev
Log:
Work around for FOR-1066. Raising memory.

Modified:
    forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties

Modified: forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties?rev=617459&r1=617458&r2=617459&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties (original)
+++ forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties Fri Feb  1 02:46:05 2008
 <at>  <at>  -23,3 +23,9  <at>  <at> 
 # defined in this file.
 #
 project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule
+
+# Work around for FOR-1066
+# Dispatcher started failing on seed sample site 
+# recently with out-of-memory error
+forrest.maxmemory=512M
+forrest.jvmargs=-Xms256M -Xmx512M -Djava.awt.headless=true

ferdinand | 1 Feb 2008 21:19
Picon
Favicon

svn commit: r617628 - /forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl

Author: ferdinand
Date: Fri Feb  1 12:19:25 2008
New Revision: 617628

URL: http://svn.apache.org/viewvc?rev=617628&view=rev
Log:
replaced a with link to make resulting document conform to it dtd

Modified:
    forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl

Modified: forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl?rev=617628&r1=617627&r2=617628&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl Fri Feb  1 12:19:25 2008
 <at>  <at>  -41,14 +41,14  <at>  <at> 
   <xsl:template match="*">
     <xsl:if test=" <at> label">
       <ul>
-        <li><a>
+        <li><link>
           <xsl:if test=" <at> href!=''">
             <xsl:attribute name="href">
               <xsl:value-of select=" <at> href"/>
             </xsl:attribute>
           </xsl:if>
           <xsl:value-of select=" <at> label"/>
-<!-- force site element name to be on same line as label --></a>&#160;&#160;___________________&#160;&#160;<em>
+<!-- force site element name to be on same line as label --></link>&#160;&#160;___________________&#160;&#160;<em>
(Continue reading)

ferdinand | 1 Feb 2008 21:19
Picon
Favicon

svn commit: r617629 - /forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl

Author: ferdinand
Date: Fri Feb  1 12:19:41 2008
New Revision: 617629

URL: http://svn.apache.org/viewvc?rev=617629&view=rev
Log:
replaced a with link to make resulting document conform to it dtd

Modified:
    forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl

Modified: forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl?rev=617629&r1=617628&r2=617629&view=diff
==============================================================================
---
forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl (original)
+++
forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl
Fri Feb  1 12:19:41 2008
 <at>  <at>  -41,14 +41,14  <at>  <at> 
   <xsl:template match="*">
     <xsl:if test=" <at> label">
       <ul>
-        <li><a>
+        <li><link>
           <xsl:if test=" <at> href!=''">
             <xsl:attribute name="href">
               <xsl:value-of select=" <at> href"/>
             </xsl:attribute>
           </xsl:if>
(Continue reading)

thorsten | 3 Feb 2008 21:02
Picon
Favicon
Gravatar

svn commit: r618072 - /forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl

Author: thorsten
Date: Sun Feb  3 12:02:39 2008
New Revision: 618072

URL: http://svn.apache.org/viewvc?rev=618072&view=rev
Log:
Reverting 617628, so that trunk can build again. Please use "build test" before committing.

Modified:
    forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl

Modified: forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl?rev=618072&r1=618071&r2=618072&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl Sun Feb  3 12:02:39 2008
 <at>  <at>  -41,14 +41,14  <at>  <at> 
   <xsl:template match="*">
     <xsl:if test=" <at> label">
       <ul>
-        <li><link>
+        <li><a>
           <xsl:if test=" <at> href!=''">
             <xsl:attribute name="href">
               <xsl:value-of select=" <at> href"/>
             </xsl:attribute>
           </xsl:if>
           <xsl:value-of select=" <at> label"/>
-<!-- force site element name to be on same line as label --></link>&#160;&#160;___________________&#160;&#160;<em>
+<!-- force site element name to be on same line as label --></a>&#160;&#160;___________________&#160;&#160;<em>
(Continue reading)

thorsten | 3 Feb 2008 21:37
Picon
Favicon
Gravatar

svn commit: r618075 - in /forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring: demo-application-context.xml dispatcher-context.xml

Author: thorsten
Date: Sun Feb  3 12:36:55 2008
New Revision: 618075

URL: http://svn.apache.org/viewvc?rev=618075&view=rev
Log:
Renaming spring configuration to a meaningfull name.

Added:
    forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml
      - copied unchanged from r618071, forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/demo-application-context.xml
Removed:
    forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/demo-application-context.xml

thorsten | 3 Feb 2008 21:38
Picon
Favicon
Gravatar

svn commit: r618077 - /forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml

Author: thorsten
Date: Sun Feb  3 12:38:45 2008
New Revision: 618077

URL: http://svn.apache.org/viewvc?rev=618077&view=rev
Log:
dispatcher is not threadsafe, sousing prototype scope

Modified:
    forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml

Modified: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml?rev=618077&r1=618076&r2=618077&view=diff
==============================================================================
---
forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml (original)
+++
forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml
Sun Feb  3 12:38:45 2008
 <at>  <at>  -18,7 +18,7  <at>  <at> 
   limitations under the License.
 -->
 <beans>
-  <bean id="dispatcher"
+  <bean id="dispatcher" scope="prototype"
     name="org.apache.cocoon.transformation.Transformer/dispatcher"
     class="org.apache.forrest.dispatcher.transformation.DispatcherTransformer">
     <property name="manager" ref="org.apache.avalon.framework.service.ServiceManager"/>

(Continue reading)


Gmane