You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/10/18 13:51:08 UTC

svn commit: rev 54995 - in forrest/trunk: . src/core/context/WEB-INF src/documentation/conf

Author: crossley
Date: Mon Oct 18 04:51:07 2004
New Revision: 54995

Modified:
   forrest/trunk/src/core/context/WEB-INF/cli.xconf
   forrest/trunk/src/documentation/conf/cli.xconf
   forrest/trunk/status.xml
Log:
The brokenlinks file now contains referer information.
Upgraded lib/core/cocoon.jar and added attribute "show-referrers"
to the Cocoon cli.xconf
Issue: FOR-204 "Broken link summary include the referencing URLs"


Modified: forrest/trunk/src/core/context/WEB-INF/cli.xconf
==============================================================================
--- forrest/trunk/src/core/context/WEB-INF/cli.xconf	(original)
+++ forrest/trunk/src/core/context/WEB-INF/cli.xconf	Mon Oct 18 04:51:07 2004
@@ -104,8 +104,9 @@
    <broken-links type="xml" 
                  file="../brokenlinks.xml"
                  generate="false"
-                 extension=".error"/>
-   
+                 extension=".error"
+                 show-referrers="true"/>
+
    <!--+
        |  Load classes at startup. This is necessary for generating
        |  from sites that use SQL databases and JDBC.

Modified: forrest/trunk/src/documentation/conf/cli.xconf
==============================================================================
--- forrest/trunk/src/documentation/conf/cli.xconf	(original)
+++ forrest/trunk/src/documentation/conf/cli.xconf	Mon Oct 18 04:51:07 2004
@@ -104,8 +104,9 @@
    <broken-links type="xml" 
                  file="../brokenlinks.xml"
                  generate="false"
-                 extension=".error"/>
-   
+                 extension=".error"
+                 show-referrers="true"/>
+
    <!--+
        |  Load classes at startup. This is necessary for generating
        |  from sites that use SQL databases and JDBC.

Modified: forrest/trunk/status.xml
==============================================================================
--- forrest/trunk/status.xml	(original)
+++ forrest/trunk/status.xml	Mon Oct 18 04:51:07 2004
@@ -44,6 +44,12 @@
 
   <changes>
     <release version="0.7-dev" date="not yet released">
+      <action dev="DC" type="add" context="core"
+        due-to="Upayavira" fixes-bug="FOR-204">
+        The brokenlinks file now contains referer information.
+        Upgraded lib/core/cocoon.jar and added attribute "show-referrers"
+        to the Cocoon cli.xconf
+      </action>
     </release>
     <release version="0.6" date="2004-10-15">
       <action dev="DC" type="add" context="docs">