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 2006/08/26 02:50:51 UTC

svn commit: r437048 [1/3] - in /forrest/site: ./ docs_0_60/ docs_0_70/ docs_0_80/ docs_0_80/howto/ procedures/release/ skin/ skin/images/

Author: crossley
Date: Fri Aug 25 17:50:46 2006
New Revision: 437048

URL: http://svn.apache.org/viewvc?rev=437048&view=rev
Log:
Automatic publish from forrestbot

Modified:
    forrest/site/changes.rss
    forrest/site/changes.xml
    forrest/site/committed-1.png
    forrest/site/docs_0_60/changes.html
    forrest/site/docs_0_60/changes.pdf
    forrest/site/docs_0_60/changes.rss
    forrest/site/docs_0_70/changes.html
    forrest/site/docs_0_70/changes.pdf
    forrest/site/docs_0_70/changes.rss
    forrest/site/docs_0_70/changes.xml
    forrest/site/docs_0_80/changes.html
    forrest/site/docs_0_80/changes.pdf
    forrest/site/docs_0_80/changes.rss
    forrest/site/docs_0_80/changes.xml
    forrest/site/docs_0_80/faq.html
    forrest/site/docs_0_80/faq.pdf
    forrest/site/docs_0_80/faq.xml
    forrest/site/docs_0_80/howto/project_sitemap.xmap.html
    forrest/site/docs_0_80/howto/project_sitemap.xmap.pdf
    forrest/site/docs_0_80/locationmap.html
    forrest/site/docs_0_80/locationmap.pdf
    forrest/site/docs_0_80/sitemap-ref.html
    forrest/site/docs_0_80/sitemap-ref.pdf
    forrest/site/docs_0_80/your-project.html
    forrest/site/docs_0_80/your-project.pdf
    forrest/site/forrest-issues.html
    forrest/site/forrest-issues.pdf
    forrest/site/mirrors.html
    forrest/site/procedures/release/announce_code_freeze.txt
    forrest/site/procedures/release/announce_end_of_code_freeze.txt
    forrest/site/procedures/release/announce_release.txt
    forrest/site/procedures/release/propose_release_plan.txt
    forrest/site/procedures/release/rc_did_not_build_what_now.txt
    forrest/site/procedures/release/test_and_vote_on_rel_cand.txt
    forrest/site/skin/basic.css
    forrest/site/skin/images/rc-b-l-15-1body-2menu-3menu.png
    forrest/site/skin/images/rc-b-r-15-1body-2menu-3menu.png
    forrest/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png
    forrest/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png
    forrest/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png
    forrest/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png
    forrest/site/skin/images/rc-t-r-15-1body-2menu-3menu.png
    forrest/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png
    forrest/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png
    forrest/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png
    forrest/site/skin/images/rc-t-r-50-1body-2menu-3menu.png
    forrest/site/skin/images/rc-t-r-50-1body-2menu-3menu.test.png
    forrest/site/skin/print.css
    forrest/site/skin/profile.css
    forrest/site/skin/screen.css

Modified: forrest/site/changes.rss
URL: http://svn.apache.org/viewvc/forrest/site/changes.rss?rev=437048&r1=437047&r2=437048&view=diff
==============================================================================
--- forrest/site/changes.rss (original)
+++ forrest/site/changes.rss Fri Aug 25 17:50:46 2006
@@ -60,6 +60,21 @@
         upgrading to v0.8
       </description></item>
 
+      <item><title>code fix
+          (bug FOR-448)
+        </title><link>changes.html</link><description>code fix
+        by
+        DC
+          (fixes bug FOR-448)
+        
+        :
+        
+        When using html as source, the "a" elements were not rendered properly if both
+        @href and @name attributes. A side-effect of this fix is that now all other
+        attributes such as @title or @target are copied over.
+        Also removed the automated generation of @id attributes from @name attributes,
+        which can lead to invalid IDs and other confusion.
+       Thanks to Jim Dixon.</description></item>
       <item><title>docs update</title><link>changes.html</link><description>docs update
         by
         TS
@@ -5551,7 +5566,21 @@
 
         Added document to facilitate
         upgrading to v0.8
-      </description></item><item><title>docs update</title><link>changes.html</link><description>docs update
+      </description></item><item><title>code fix
+          (bug FOR-448)
+        </title><link>changes.html</link><description>code fix
+        by
+        DC
+          (fixes bug FOR-448)
+        
+        :
+        
+        When using html as source, the "a" elements were not rendered properly if both
+        @href and @name attributes. A side-effect of this fix is that now all other
+        attributes such as @title or @target are copied over.
+        Also removed the automated generation of @id attributes from @name attributes,
+        which can lead to invalid IDs and other confusion.
+       Thanks to Jim Dixon.</description></item><item><title>docs update</title><link>changes.html</link><description>docs update
         by
         TS
         :

Modified: forrest/site/changes.xml
URL: http://svn.apache.org/viewvc/forrest/site/changes.xml?rev=437048&r1=437047&r2=437048&view=diff
==============================================================================
--- forrest/site/changes.xml (original)
+++ forrest/site/changes.xml Fri Aug 25 17:50:46 2006
@@ -182,7 +182,13 @@
         See <link href="site:v0.80//locationmap">locationmap docs</link> for more information.
         Thanks to Unico Hommes for the original locationmap implementation which
         was added to Forrest long ago.
-       Committed by RDG.</li><li><icon alt="remove" src="images/remove.jpg"/>
+       Committed by RDG.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        When using html as source, the "a" elements were not rendered properly if both
+        @href and @name attributes. A side-effect of this fix is that now all other
+        attributes such as @title or @target are copied over.
+        Also removed the automated generation of @id attributes from @name attributes,
+        which can lead to invalid IDs and other confusion.
+       Committed by DC. Thanks to Jim Dixon. See Issue <link href="http://issues.apache.org/jira/browse/FOR-448">FOR-448</link>.</li><li><icon alt="remove" src="images/remove.jpg"/>
         Remove xconf support for plugins. Cocoon has moved away from this
         XConfToolTask xpatch technique.
         <link href="http://svn.apache.org/viewvc?rev=354749&amp;view=rev">Diff</link> 
@@ -465,7 +471,7 @@
         Clarify documentation for Forrestbot.
        Committed by DC. Thanks to Addison Berry. See Issue <link href="http://issues.apache.org/jira/browse/FOR-568">FOR-568</link>.</li><li><icon alt="update" src="images/update.jpg"/> Added information about 
         how to debug forrest java classes to the faq <link href="http://svn.apache.org/viewcvs.cgi?rev=291361&amp;view=rev">Diff</link> 
-         Committed by TS.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Antonio Gallardo (AG), Bertrand Delacretaz (BD), Cyriaque Dupoirieux (CD), David Crossley (DC), Diwaker Gupta (DG), Ferdinand Soethe (FSO), Juan Jose Pablos (JJP), Johannes Schaefer (JS), Ross Gardler (RDG), Thorsten Scherler (TS), Tim Williams (TWW).</p><p>This is a list of other contributors:<br/>Addison Berry, Alan Chandler, Anil Ramnanan, Brian Dube, Clay Leeds, Community, Dave Brosius, David Crossley, Gavin, Gavin McDonald, Jan Materne, Joachim Breitsprecher, Josias Thoeny, kevin, Mathieu Champlon, Paul Bolger, Paul Devine, Paul Kronenwetter, Phillip Evens, Pier Fumagalli, Rasik Pandey, Richard Calmbach, Ross Gardler, Sjur N. Moshagen, Steve Masover, Tom HANAX, Torsten Stolpmann.</p></section></section>
+         Committed by TS.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Antonio Gallardo (AG), Bertrand Delacretaz (BD), Cyriaque Dupoirieux (CD), David Crossley (DC), Diwaker Gupta (DG), Ferdinand Soethe (FSO), Juan Jose Pablos (JJP), Johannes Schaefer (JS), Ross Gardler (RDG), Thorsten Scherler (TS), Tim Williams (TWW).</p><p>This is a list of other contributors:<br/>Addison Berry, Alan Chandler, Anil Ramnanan, Brian Dube, Clay Leeds, Community, Dave Brosius, David Crossley, Gavin, Gavin McDonald, Jan Materne, Jim Dixon, Joachim Breitsprecher, Josias Thoeny, kevin, Mathieu Champlon, Paul Bolger, Paul Devine, Paul Kronenwetter, Phillip Evens, Pier Fumagalli, Rasik Pandey, Richard Calmbach, Ross Gardler, Sjur N. Moshagen, Steve Masover, Tom HANAX, Torsten Stolpmann.</p></section></section>
     <section id="version_0.7.1-dev"><title>Version 0.7.1-dev (not released)</title>
         <p>See each
           <link href="site:v0.70//plugins/index">plugin</link>

Modified: forrest/site/committed-1.png
URL: http://svn.apache.org/viewvc/forrest/site/committed-1.png?rev=437048&r1=437047&r2=437048&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/docs_0_60/changes.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_60/changes.html?rev=437048&r1=437047&r2=437048&view=diff
==============================================================================
--- forrest/site/docs_0_60/changes.html (original)
+++ forrest/site/docs_0_60/changes.html Fri Aug 25 17:50:46 2006
@@ -301,13 +301,13 @@
 <a href="#version_0.7.1-dev">Version 0.7.1-dev (not released)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+the+Code+Base-N104BD">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N104C6">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N104E3">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N104EC">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N104F3">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N104FC">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -318,16 +318,16 @@
 <a href="#Changes+to+Project+Administration">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N10518">Changes to Build</a>
+<a href="#Changes+to+Build-N10521">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+the+Code+Base-N10522">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N1052B">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N106B7">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N106C0">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N10757">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N10760">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -335,19 +335,19 @@
 <a href="#version_0.6">Version 0.6 (2004-10-15)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Project+Administration-N1076A">Changes to Project Administration</a>
+<a href="#Changes+to+Project+Administration-N10773">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N10774">Changes to Build</a>
+<a href="#Changes+to+Build-N1077D">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+the+Code+Base-N107A2">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N107AB">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10B6C">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N10B75">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N10BCA">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N10BD3">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -355,13 +355,13 @@
 <a href="#version_0.5.1">Version 0.5.1 (2003-10-06)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Build-N10BDD">Changes to Build</a>
+<a href="#Changes+to+Build-N10BE6">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+the+Code+Base-N10BE7">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10BF0">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N10C27">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N10C30">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -369,13 +369,13 @@
 <a href="#version_0.5">Version 0.5 (2003-09-13)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+the+Code+Base-N10C36">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10C3F">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10E37">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N10E40">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N10E41">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N10E4A">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -383,13 +383,13 @@
 <a href="#version_0.4">Version 0.4 (2003-02-12)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+the+Code+Base-N10E54">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10E5D">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10EBB">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N10EC4">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N10EC5">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N10ECE">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -397,16 +397,16 @@
 <a href="#version_0.3">Version 0.3 (2003-01-30)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Build-N10ED8">Changes to Build</a>
+<a href="#Changes+to+Build-N10EE1">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+the+Code+Base-N10EE7">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10EF0">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10FFD">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N11006">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N11007">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N11010">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -414,10 +414,10 @@
 <a href="#version_0.2">Version 0.2 (2002-11-16)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+the+Code+Base-N1101A">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N11023">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N11031">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N1103A">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -425,22 +425,22 @@
 <a href="#version_0.2rc1">Version 0.2rc1 (2002-11-13)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Project+Administration-N11040">Changes to Project Administration</a>
+<a href="#Changes+to+Project+Administration-N11049">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N1104A">Changes to Build</a>
+<a href="#Changes+to+Build-N11053">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+the+Code+Base-N110B8">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N110C1">Changes to the Code Base</a>
 </li>
 <li>
 <a href="#Changes+to+Design">Changes to Design</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N1117D">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N11186">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N111E6">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N111EF">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -746,6 +746,14 @@
         was added to Forrest long ago.
        Committed by RDG.</li>
 <li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        When using html as source, the "a" elements were not rendered properly if both
+        @href and @name attributes. A side-effect of this fix is that now all other
+        attributes such as @title or @target are copied over.
+        Also removed the automated generation of @id attributes from @name attributes,
+        which can lead to invalid IDs and other confusion.
+       Committed by DC. Thanks to Jim Dixon. See Issue <a href="http://issues.apache.org/jira/browse/FOR-448">FOR-448</a>.</li>
+<li>
 <img class="icon" alt="remove" src="../images/remove.jpg">
         Remove xconf support for plugins. Cocoon has moved away from this
         XConfToolTask xpatch technique.
@@ -1010,7 +1018,7 @@
         forrest site fails resume dtd validation <a href="http://svn.apache.org/viewcvs.cgi?rev=279892&view=rev">Diff</a> 
          Committed by TS. Thanks to kevin. See Issue <a href="http://issues.apache.org/jira/browse/FOR-670">FOR-670</a>.</li>
 </ul>
-<a name="N10337"></a><a name="Changes+to+Documentation"></a>
+<a name="N10340"></a><a name="Changes+to+Documentation"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -1217,21 +1225,21 @@
         how to debug forrest java classes to the faq <a href="http://svn.apache.org/viewcvs.cgi?rev=291361&view=rev">Diff</a> 
          Committed by TS.</li>
 </ul>
-<a name="N104A2"></a><a name="Contributors+to+this+release"></a>
+<a name="N104AB"></a><a name="Contributors+to+this+release"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Antonio Gallardo (AG), Bertrand Delacretaz (BD), Cyriaque Dupoirieux (CD), David Crossley (DC), Diwaker Gupta (DG), Ferdinand Soethe (FSO), Juan Jose Pablos (JJP), Johannes Schaefer (JS), Ross Gardler (RDG), Thorsten Scherler (TS), Tim Williams (TWW).</p>
-<p>This is a list of other contributors:<br>Addison Berry, Alan Chandler, Anil Ramnanan, Brian Dube, Clay Leeds, Community, Dave Brosius, David Crossley, Gavin, Gavin McDonald, Jan Materne, Joachim Breitsprecher, Josias Thoeny, kevin, Mathieu Champlon, Paul Bolger, Paul Devine, Paul Kronenwetter, Phillip Evens, Pier Fumagalli, Rasik Pandey, Richard Calmbach, Ross Gardler, Sjur N. Moshagen, Steve Masover, Tom HANAX, Torsten Stolpmann.</p>
+<p>This is a list of other contributors:<br>Addison Berry, Alan Chandler, Anil Ramnanan, Brian Dube, Clay Leeds, Community, Dave Brosius, David Crossley, Gavin, Gavin McDonald, Jan Materne, Jim Dixon, Joachim Breitsprecher, Josias Thoeny, kevin, Mathieu Champlon, Paul Bolger, Paul Devine, Paul Kronenwetter, Phillip Evens, Pier Fumagalli, Rasik Pandey, Richard Calmbach, Ross Gardler, Sjur N. Moshagen, Steve Masover, Tom HANAX, Torsten Stolpmann.</p>
 </div>
     
-<a name="N104B1"></a><a name="version_0.7.1-dev"></a>
+<a name="N104BA"></a><a name="version_0.7.1-dev"></a>
 <h2 class="underlined_10">Version 0.7.1-dev (not released)</h2>
 <div class="section">
 <p>See each
           <a href="../pluginDocs/plugins_0_70/index.html">plugin</a>
           for its detailed changes.
         </p>
-<a name="N104BD"></a><a name="Changes+to+the+Code+Base-N104BD"></a>
+<a name="N104C6"></a><a name="Changes+to+the+Code+Base-N104C6"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -1267,7 +1275,7 @@
         Doing 'forrest clean' will remove both sections.
        Committed by DC.</li>
 </ul>
-<a name="N104E3"></a><a name="Changes+to+Documentation-N104E3"></a>
+<a name="N104EC"></a><a name="Changes+to+Documentation-N104EC"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -1277,21 +1285,21 @@
         <a href="../docs_0_70/upgrading_07.html">upgrading to v0.7</a>
        Committed by DC.</li>
 </ul>
-<a name="N104F3"></a><a name="Contributors+to+this+release-N104F3"></a>
+<a name="N104FC"></a><a name="Contributors+to+this+release-N104FC"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>David Crossley (DC), Ferdinand Soethe (FSO).</p>
 <p>This is a list of other contributors:<br>Steve Masover.</p>
 </div>
     
-<a name="N10502"></a><a name="version_0.7"></a>
+<a name="N1050B"></a><a name="version_0.7"></a>
 <h2 class="underlined_10">Version 0.7 (2005-06-23)</h2>
 <div class="section">
 <p>See each
           <a href="../pluginDocs/plugins_0_70/index.html">plugin</a>
           for its detailed changes.
         </p>
-<a name="N1050E"></a><a name="Changes+to+Project+Administration"></a>
+<a name="N10517"></a><a name="Changes+to+Project+Administration"></a>
 <h3 class="underlined_5">Changes to Project Administration</h3>
 <ul>
 <li>
@@ -1299,7 +1307,7 @@
         Added testing facilities to plugins to facilitate integration testing. 
        Committed by RDG.</li>
 </ul>
-<a name="N10518"></a><a name="Changes+to+Build-N10518"></a>
+<a name="N10521"></a><a name="Changes+to+Build-N10521"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
@@ -1309,7 +1317,7 @@
         Ant "import" task.
        Committed by DC.</li>
 </ul>
-<a name="N10522"></a><a name="Changes+to+the+Code+Base-N10522"></a>
+<a name="N1052B"></a><a name="Changes+to+the+Code+Base-N1052B"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -1598,7 +1606,7 @@
         starting with Forrest-0.7-dev
        Committed by DC.</li>
 </ul>
-<a name="N106B7"></a><a name="Changes+to+Documentation-N106B7"></a>
+<a name="N106C0"></a><a name="Changes+to+Documentation-N106C0"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -1688,17 +1696,17 @@
         tab</a> to create subject-specific aggregated documents.
        Committed by TS.</li>
 </ul>
-<a name="N10757"></a><a name="Contributors+to+this+release-N10757"></a>
+<a name="N10760"></a><a name="Contributors+to+this+release-N10760"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Antonio Gallardo (AG), Dave Brondsema (DB), David Crossley (DC), Juan Jose Pablos (JJP), Ross Gardler (RDG), Rick Tessner (RFT), Thorsten Scherler (TS).</p>
 <p>This is a list of other contributors:<br>Cyriaque Dupoirieux, Ferdinand Soethe, Florian G. Haas, Gary Feldman, Ian P. Springer, Joao Ferreira, Johannes Schaefer, J&ouml;rg Werner, Kevin, Mark Eggers, Ron Blaschke, Sjur N. Moshagen, Stephan E. Schlierf, Tamara Harpster, Upayavira.</p>
 </div>
     
-<a name="N10766"></a><a name="version_0.6"></a>
+<a name="N1076F"></a><a name="version_0.6"></a>
 <h2 class="underlined_10">Version 0.6 (2004-10-15)</h2>
 <div class="section">
-<a name="N1076A"></a><a name="Changes+to+Project+Administration-N1076A"></a>
+<a name="N10773"></a><a name="Changes+to+Project+Administration-N10773"></a>
 <h3 class="underlined_5">Changes to Project Administration</h3>
 <ul>
 <li>
@@ -1709,7 +1717,7 @@
         OpenSymphony's OSUser for flexible authentication.
        Committed by DB.</li>
 </ul>
-<a name="N10774"></a><a name="Changes+to+Build-N10774"></a>
+<a name="N1077D"></a><a name="Changes+to+Build-N1077D"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
@@ -1733,7 +1741,7 @@
         Add more descriptions to forrest targets.  Highlight the most common ones.
        Committed by DB. See Issue <a href="http://issues.apache.org/jira/browse/FOR-216">FOR-216</a>.</li>
 </ul>
-<a name="N107A2"></a><a name="Changes+to+the+Code+Base-N107A2"></a>
+<a name="N107AB"></a><a name="Changes+to+the+Code+Base-N107AB"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -2484,7 +2492,7 @@
         Sort action types order to "add","remove","update","fix".
        Committed by JJP.</li>
 </ul>
-<a name="N10B6C"></a><a name="Changes+to+Documentation-N10B6C"></a>
+<a name="N10B75"></a><a name="Changes+to+Documentation-N10B75"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -2541,7 +2549,7 @@
         <a href="http://forrest.apache.org/">http://forrest.apache.org/</a>
        Committed by DC.</li>
 </ul>
-<a name="N10BCA"></a><a name="Contributors+to+this+release-N10BCA"></a>
+<a name="N10BD3"></a><a name="Contributors+to+this+release-N10BD3"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Antonio Gallardo (AG), Dave Brondsema (DB), David Crossley (DC), Juan Jose Pablos (JJP), Nicola Ken Barozzi (NKB), Ross Gardler (RDG), Reinhard P&ouml;tz (RP), Thorsten Scherler (TS).</p>
@@ -2549,10 +2557,10 @@
 </div>
 
     
-<a name="N10BD9"></a><a name="version_0.5.1"></a>
+<a name="N10BE2"></a><a name="version_0.5.1"></a>
 <h2 class="underlined_10">Version 0.5.1 (2003-10-06)</h2>
 <div class="section">
-<a name="N10BDD"></a><a name="Changes+to+Build-N10BDD"></a>
+<a name="N10BE6"></a><a name="Changes+to+Build-N10BE6"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
@@ -2560,7 +2568,7 @@
         forrest.antproxy.xml script now properly fails when Cocoon fails
        Committed by JT.</li>
 </ul>
-<a name="N10BE7"></a><a name="Changes+to+the+Code+Base-N10BE7"></a>
+<a name="N10BF0"></a><a name="Changes+to+the+Code+Base-N10BF0"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -2597,17 +2605,17 @@
         ~/.antrc, which solves problems on some *nix distributions.
        Committed by JT.</li>
 </ul>
-<a name="N10C27"></a><a name="Contributors+to+this+release-N10C27"></a>
+<a name="N10C30"></a><a name="Contributors+to+this+release-N10C30"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Jeff Turner (JT).</p>
 </div>
 
     
-<a name="N10C32"></a><a name="version_0.5"></a>
+<a name="N10C3B"></a><a name="version_0.5"></a>
 <h2 class="underlined_10">Version 0.5 (2003-09-13)</h2>
 <div class="section">
-<a name="N10C36"></a><a name="Changes+to+the+Code+Base-N10C36"></a>
+<a name="N10C3F"></a><a name="Changes+to+the+Code+Base-N10C3F"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -2985,7 +2993,7 @@
         the xinclude,  linkrewriter, and idgen steps.
        Committed by NKB.</li>
 </ul>
-<a name="N10E37"></a><a name="Changes+to+Documentation-N10E37"></a>
+<a name="N10E40"></a><a name="Changes+to+Documentation-N10E40"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -2994,17 +3002,17 @@
         upgrading to v0.5
        Committed by JT.</li>
 </ul>
-<a name="N10E41"></a><a name="Contributors+to+this+release-N10E41"></a>
+<a name="N10E4A"></a><a name="Contributors+to+this+release-N10E4A"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>David Crossley (DC), Juan Jose Pablos (JJP), Jeff Turner (JT), Nicola Ken Barozzi (NKB), Steven Noels (SN).</p>
 <p>This is a list of other contributors:<br>Dave Brondsema, Eirik Bj&oslash;rsn&oslash;s, Frederic Robesyn, J.Pietschmann, Joerg Heinicke, Juan Jose Pablos, Ralf Hauser, Ram&oacute;n Prades, Ringo de Smet, Ross Gardler, Stefan Bodewig.</p>
 </div>
     
-<a name="N10E50"></a><a name="version_0.4"></a>
+<a name="N10E59"></a><a name="version_0.4"></a>
 <h2 class="underlined_10">Version 0.4 (2003-02-12)</h2>
 <div class="section">
-<a name="N10E54"></a><a name="Changes+to+the+Code+Base-N10E54"></a>
+<a name="N10E5D"></a><a name="Changes+to+the+Code+Base-N10E5D"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -3081,7 +3089,7 @@
         Switched all loglevels to ERROR.
        Committed by NKB.</li>
 </ul>
-<a name="N10EBB"></a><a name="Changes+to+Documentation-N10EBB"></a>
+<a name="N10EC4"></a><a name="Changes+to+Documentation-N10EC4"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -3090,7 +3098,7 @@
         to the forrestbar.xpi generated by Gump every day.
        Committed by NKB.</li>
 </ul>
-<a name="N10EC5"></a><a name="Contributors+to+this+release-N10EC5"></a>
+<a name="N10ECE"></a><a name="Contributors+to+this+release-N10ECE"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Jeff Turner (JT), Marc Portier (MP), Nicola Ken Barozzi (NKB).</p>
@@ -3098,10 +3106,10 @@
 </div>
 
     
-<a name="N10ED4"></a><a name="version_0.3"></a>
+<a name="N10EDD"></a><a name="version_0.3"></a>
 <h2 class="underlined_10">Version 0.3 (2003-01-30)</h2>
 <div class="section">
-<a name="N10ED8"></a><a name="Changes+to+Build-N10ED8"></a>
+<a name="N10EE1"></a><a name="Changes+to+Build-N10EE1"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
@@ -3116,7 +3124,7 @@
         instead of Cocoon + Centipede logos.
        Committed by JT.</li>
 </ul>
-<a name="N10EE7"></a><a name="Changes+to+the+Code+Base-N10EE7"></a>
+<a name="N10EF0"></a><a name="Changes+to+the+Code+Base-N10EF0"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -3347,7 +3355,7 @@
         We need icons for the new buttons.
        Committed by NKB.</li>
 </ul>
-<a name="N10FFD"></a><a name="Changes+to+Documentation-N10FFD"></a>
+<a name="N11006"></a><a name="Changes+to+Documentation-N11006"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -3357,17 +3365,17 @@
         Stylesheets not yet done.
        Committed by NKB.</li>
 </ul>
-<a name="N11007"></a><a name="Contributors+to+this+release-N11007"></a>
+<a name="N11010"></a><a name="Contributors+to+this+release-N11010"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>David Crossley (DC), Jeff Turner (JT), Nicola Ken Barozzi (NKB).</p>
 <p>This is a list of other contributors:<br>Nick Chalko, Omar Belhaj, Stefan Michels.</p>
 </div>
     
-<a name="N11016"></a><a name="version_0.2"></a>
+<a name="N1101F"></a><a name="version_0.2"></a>
 <h2 class="underlined_10">Version 0.2 (2002-11-16)</h2>
 <div class="section">
-<a name="N1101A"></a><a name="Changes+to+the+Code+Base-N1101A"></a>
+<a name="N11023"></a><a name="Changes+to+the+Code+Base-N11023"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -3386,16 +3394,16 @@
         Webapp now works under JDK 1.3 (parsers weren't being copied)
        Committed by JT.</li>
 </ul>
-<a name="N11031"></a><a name="Contributors+to+this+release-N11031"></a>
+<a name="N1103A"></a><a name="Contributors+to+this+release-N1103A"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>David Crossley (DC), Jeff Turner (JT).</p>
 </div>
     
-<a name="N1103C"></a><a name="version_0.2rc1"></a>
+<a name="N11045"></a><a name="version_0.2rc1"></a>
 <h2 class="underlined_10">Version 0.2rc1 (2002-11-13)</h2>
 <div class="section">
-<a name="N11040"></a><a name="Changes+to+Project+Administration-N11040"></a>
+<a name="N11049"></a><a name="Changes+to+Project+Administration-N11049"></a>
 <h3 class="underlined_5">Changes to Project Administration</h3>
 <ul>
 <li>
@@ -3403,7 +3411,7 @@
         Initial Import
        Committed by SM.</li>
 </ul>
-<a name="N1104A"></a><a name="Changes+to+Build-N1104A"></a>
+<a name="N11053"></a><a name="Changes+to+Build-N11053"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
@@ -3503,7 +3511,7 @@
         Added basic Forrest descriptor.
        Committed by NKB.</li>
 </ul>
-<a name="N110B8"></a><a name="Changes+to+the+Code+Base-N110B8"></a>
+<a name="N110C1"></a><a name="Changes+to+the+Code+Base-N110C1"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -3651,7 +3659,7 @@
         Put the internal matches in a separate pipeline with internal-only="true".
        Committed by NKB.</li>
 </ul>
-<a name="N11173"></a><a name="Changes+to+Design"></a>
+<a name="N1117C"></a><a name="Changes+to+Design"></a>
 <h3 class="underlined_5">Changes to Design</h3>
 <ul>
 <li>
@@ -3660,7 +3668,7 @@
         cross-browser issues.
        Committed by BK.</li>
 </ul>
-<a name="N1117D"></a><a name="Changes+to+Documentation-N1117D"></a>
+<a name="N11186"></a><a name="Changes+to+Documentation-N11186"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -3748,14 +3756,14 @@
         validated using these DTDs and OASIS Catalogs.
        Committed by DC. Thanks to <a href="mailto:stevenn.at.outerthought.org">Steven Noels</a>.</li>
 </ul>
-<a name="N111E6"></a><a name="Contributors+to+this+release-N111E6"></a>
+<a name="N111EF"></a><a name="Contributors+to+this+release-N111EF"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Bert Van Kets (BK), David Crossley (DC), Jeff Turner (JT), Nicola Ken Barozzi (NKB), Stefano Mazzocchi (SM), Steven Noels (SN).</p>
 <p>This is a list of other contributors:<br>Bert Van Kets, Bruno Dumon, Kevin Ross, Leo Simons, Marc Portier, Peter Donald, Steven Noels.</p>
 </div>
   
-<a name="N111F5"></a><a name="all-committers"></a>
+<a name="N111FE"></a><a name="all-committers"></a>
 <h2 class="underlined_10">All Committers</h2>
 <div class="section">
 <p>This is a list of all people who have ever participated

Modified: forrest/site/docs_0_60/changes.pdf
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_60/changes.pdf?rev=437048&r1=437047&r2=437048&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/docs_0_60/changes.rss
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_60/changes.rss?rev=437048&r1=437047&r2=437048&view=diff
==============================================================================
--- forrest/site/docs_0_60/changes.rss (original)
+++ forrest/site/docs_0_60/changes.rss Fri Aug 25 17:50:46 2006
@@ -60,6 +60,21 @@
         upgrading to v0.8
       </description></item>
 
+      <item><title>code fix
+          (bug FOR-448)
+        </title><link>changes.html</link><description>code fix
+        by
+        DC
+          (fixes bug FOR-448)
+        
+        :
+        
+        When using html as source, the "a" elements were not rendered properly if both
+        @href and @name attributes. A side-effect of this fix is that now all other
+        attributes such as @title or @target are copied over.
+        Also removed the automated generation of @id attributes from @name attributes,
+        which can lead to invalid IDs and other confusion.
+       Thanks to Jim Dixon.</description></item>
       <item><title>docs update</title><link>changes.html</link><description>docs update
         by
         TS
@@ -5551,7 +5566,21 @@
 
         Added document to facilitate
         upgrading to v0.8
-      </description></item><item><title>docs update</title><link>changes.html</link><description>docs update
+      </description></item><item><title>code fix
+          (bug FOR-448)
+        </title><link>changes.html</link><description>code fix
+        by
+        DC
+          (fixes bug FOR-448)
+        
+        :
+        
+        When using html as source, the "a" elements were not rendered properly if both
+        @href and @name attributes. A side-effect of this fix is that now all other
+        attributes such as @title or @target are copied over.
+        Also removed the automated generation of @id attributes from @name attributes,
+        which can lead to invalid IDs and other confusion.
+       Thanks to Jim Dixon.</description></item><item><title>docs update</title><link>changes.html</link><description>docs update
         by
         TS
         :

Modified: forrest/site/docs_0_70/changes.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/changes.html?rev=437048&r1=437047&r2=437048&view=diff
==============================================================================
--- forrest/site/docs_0_70/changes.html (original)
+++ forrest/site/docs_0_70/changes.html Fri Aug 25 17:50:46 2006
@@ -340,13 +340,13 @@
 <a href="#version_0.7.1-dev">Version 0.7.1-dev (not released)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+the+Code+Base-N104BD">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N104C6">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N104E3">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N104EC">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N104F3">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N104FC">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -357,16 +357,16 @@
 <a href="#Changes+to+Project+Administration">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N10518">Changes to Build</a>
+<a href="#Changes+to+Build-N10521">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+the+Code+Base-N10522">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N1052B">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N106B7">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N106C0">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N10757">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N10760">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -374,19 +374,19 @@
 <a href="#version_0.6">Version 0.6 (2004-10-15)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Project+Administration-N1076A">Changes to Project Administration</a>
+<a href="#Changes+to+Project+Administration-N10773">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N10774">Changes to Build</a>
+<a href="#Changes+to+Build-N1077D">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+the+Code+Base-N107A2">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N107AB">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10B6C">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N10B75">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N10BCA">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N10BD3">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -394,13 +394,13 @@
 <a href="#version_0.5.1">Version 0.5.1 (2003-10-06)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Build-N10BDD">Changes to Build</a>
+<a href="#Changes+to+Build-N10BE6">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+the+Code+Base-N10BE7">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10BF0">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N10C27">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N10C30">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -408,13 +408,13 @@
 <a href="#version_0.5">Version 0.5 (2003-09-13)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+the+Code+Base-N10C36">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10C3F">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10E37">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N10E40">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N10E41">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N10E4A">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -422,13 +422,13 @@
 <a href="#version_0.4">Version 0.4 (2003-02-12)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+the+Code+Base-N10E54">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10E5D">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10EBB">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N10EC4">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N10EC5">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N10ECE">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -436,16 +436,16 @@
 <a href="#version_0.3">Version 0.3 (2003-01-30)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Build-N10ED8">Changes to Build</a>
+<a href="#Changes+to+Build-N10EE1">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+the+Code+Base-N10EE7">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10EF0">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10FFD">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N11006">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N11007">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N11010">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -453,10 +453,10 @@
 <a href="#version_0.2">Version 0.2 (2002-11-16)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+the+Code+Base-N1101A">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N11023">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N11031">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N1103A">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -464,22 +464,22 @@
 <a href="#version_0.2rc1">Version 0.2rc1 (2002-11-13)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Project+Administration-N11040">Changes to Project Administration</a>
+<a href="#Changes+to+Project+Administration-N11049">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N1104A">Changes to Build</a>
+<a href="#Changes+to+Build-N11053">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+the+Code+Base-N110B8">Changes to the Code Base</a>
+<a href="#Changes+to+the+Code+Base-N110C1">Changes to the Code Base</a>
 </li>
 <li>
 <a href="#Changes+to+Design">Changes to Design</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N1117D">Changes to Documentation</a>
+<a href="#Changes+to+Documentation-N11186">Changes to Documentation</a>
 </li>
 <li>
-<a href="#Contributors+to+this+release-N111E6">Contributors to this release</a>
+<a href="#Contributors+to+this+release-N111EF">Contributors to this release</a>
 </li>
 </ul>
 </li>
@@ -785,6 +785,14 @@
         was added to Forrest long ago.
        Committed by RDG.</li>
 <li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        When using html as source, the "a" elements were not rendered properly if both
+        @href and @name attributes. A side-effect of this fix is that now all other
+        attributes such as @title or @target are copied over.
+        Also removed the automated generation of @id attributes from @name attributes,
+        which can lead to invalid IDs and other confusion.
+       Committed by DC. Thanks to Jim Dixon. See Issue <a href="http://issues.apache.org/jira/browse/FOR-448">FOR-448</a>.</li>
+<li>
 <img class="icon" alt="remove" src="../images/remove.jpg">
         Remove xconf support for plugins. Cocoon has moved away from this
         XConfToolTask xpatch technique.
@@ -1049,7 +1057,7 @@
         forrest site fails resume dtd validation <a href="http://svn.apache.org/viewcvs.cgi?rev=279892&view=rev">Diff</a> 
          Committed by TS. Thanks to kevin. See Issue <a href="http://issues.apache.org/jira/browse/FOR-670">FOR-670</a>.</li>
 </ul>
-<a name="N10337"></a><a name="Changes+to+Documentation"></a>
+<a name="N10340"></a><a name="Changes+to+Documentation"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -1256,21 +1264,21 @@
         how to debug forrest java classes to the faq <a href="http://svn.apache.org/viewcvs.cgi?rev=291361&view=rev">Diff</a> 
          Committed by TS.</li>
 </ul>
-<a name="N104A2"></a><a name="Contributors+to+this+release"></a>
+<a name="N104AB"></a><a name="Contributors+to+this+release"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Antonio Gallardo (AG), Bertrand Delacretaz (BD), Cyriaque Dupoirieux (CD), David Crossley (DC), Diwaker Gupta (DG), Ferdinand Soethe (FSO), Juan Jose Pablos (JJP), Johannes Schaefer (JS), Ross Gardler (RDG), Thorsten Scherler (TS), Tim Williams (TWW).</p>
-<p>This is a list of other contributors:<br>Addison Berry, Alan Chandler, Anil Ramnanan, Brian Dube, Clay Leeds, Community, Dave Brosius, David Crossley, Gavin, Gavin McDonald, Jan Materne, Joachim Breitsprecher, Josias Thoeny, kevin, Mathieu Champlon, Paul Bolger, Paul Devine, Paul Kronenwetter, Phillip Evens, Pier Fumagalli, Rasik Pandey, Richard Calmbach, Ross Gardler, Sjur N. Moshagen, Steve Masover, Tom HANAX, Torsten Stolpmann.</p>
+<p>This is a list of other contributors:<br>Addison Berry, Alan Chandler, Anil Ramnanan, Brian Dube, Clay Leeds, Community, Dave Brosius, David Crossley, Gavin, Gavin McDonald, Jan Materne, Jim Dixon, Joachim Breitsprecher, Josias Thoeny, kevin, Mathieu Champlon, Paul Bolger, Paul Devine, Paul Kronenwetter, Phillip Evens, Pier Fumagalli, Rasik Pandey, Richard Calmbach, Ross Gardler, Sjur N. Moshagen, Steve Masover, Tom HANAX, Torsten Stolpmann.</p>
 </div>
     
-<a name="N104B1"></a><a name="version_0.7.1-dev"></a>
+<a name="N104BA"></a><a name="version_0.7.1-dev"></a>
 <h2 class="underlined_10">Version 0.7.1-dev (not released)</h2>
 <div class="section">
 <p>See each
           <a href="../pluginDocs/plugins_0_70/index.html">plugin</a>
           for its detailed changes.
         </p>
-<a name="N104BD"></a><a name="Changes+to+the+Code+Base-N104BD"></a>
+<a name="N104C6"></a><a name="Changes+to+the+Code+Base-N104C6"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -1306,7 +1314,7 @@
         Doing 'forrest clean' will remove both sections.
        Committed by DC.</li>
 </ul>
-<a name="N104E3"></a><a name="Changes+to+Documentation-N104E3"></a>
+<a name="N104EC"></a><a name="Changes+to+Documentation-N104EC"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -1316,21 +1324,21 @@
         <a href="../docs_0_70/upgrading_07.html">upgrading to v0.7</a>
        Committed by DC.</li>
 </ul>
-<a name="N104F3"></a><a name="Contributors+to+this+release-N104F3"></a>
+<a name="N104FC"></a><a name="Contributors+to+this+release-N104FC"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>David Crossley (DC), Ferdinand Soethe (FSO).</p>
 <p>This is a list of other contributors:<br>Steve Masover.</p>
 </div>
     
-<a name="N10502"></a><a name="version_0.7"></a>
+<a name="N1050B"></a><a name="version_0.7"></a>
 <h2 class="underlined_10">Version 0.7 (2005-06-23)</h2>
 <div class="section">
 <p>See each
           <a href="../pluginDocs/plugins_0_70/index.html">plugin</a>
           for its detailed changes.
         </p>
-<a name="N1050E"></a><a name="Changes+to+Project+Administration"></a>
+<a name="N10517"></a><a name="Changes+to+Project+Administration"></a>
 <h3 class="underlined_5">Changes to Project Administration</h3>
 <ul>
 <li>
@@ -1338,7 +1346,7 @@
         Added testing facilities to plugins to facilitate integration testing. 
        Committed by RDG.</li>
 </ul>
-<a name="N10518"></a><a name="Changes+to+Build-N10518"></a>
+<a name="N10521"></a><a name="Changes+to+Build-N10521"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
@@ -1348,7 +1356,7 @@
         Ant "import" task.
        Committed by DC.</li>
 </ul>
-<a name="N10522"></a><a name="Changes+to+the+Code+Base-N10522"></a>
+<a name="N1052B"></a><a name="Changes+to+the+Code+Base-N1052B"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -1637,7 +1645,7 @@
         starting with Forrest-0.7-dev
        Committed by DC.</li>
 </ul>
-<a name="N106B7"></a><a name="Changes+to+Documentation-N106B7"></a>
+<a name="N106C0"></a><a name="Changes+to+Documentation-N106C0"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -1727,17 +1735,17 @@
         tab</a> to create subject-specific aggregated documents.
        Committed by TS.</li>
 </ul>
-<a name="N10757"></a><a name="Contributors+to+this+release-N10757"></a>
+<a name="N10760"></a><a name="Contributors+to+this+release-N10760"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Antonio Gallardo (AG), Dave Brondsema (DB), David Crossley (DC), Juan Jose Pablos (JJP), Ross Gardler (RDG), Rick Tessner (RFT), Thorsten Scherler (TS).</p>
 <p>This is a list of other contributors:<br>Cyriaque Dupoirieux, Ferdinand Soethe, Florian G. Haas, Gary Feldman, Ian P. Springer, Joao Ferreira, Johannes Schaefer, J&ouml;rg Werner, Kevin, Mark Eggers, Ron Blaschke, Sjur N. Moshagen, Stephan E. Schlierf, Tamara Harpster, Upayavira.</p>
 </div>
     
-<a name="N10766"></a><a name="version_0.6"></a>
+<a name="N1076F"></a><a name="version_0.6"></a>
 <h2 class="underlined_10">Version 0.6 (2004-10-15)</h2>
 <div class="section">
-<a name="N1076A"></a><a name="Changes+to+Project+Administration-N1076A"></a>
+<a name="N10773"></a><a name="Changes+to+Project+Administration-N10773"></a>
 <h3 class="underlined_5">Changes to Project Administration</h3>
 <ul>
 <li>
@@ -1748,7 +1756,7 @@
         OpenSymphony's OSUser for flexible authentication.
        Committed by DB.</li>
 </ul>
-<a name="N10774"></a><a name="Changes+to+Build-N10774"></a>
+<a name="N1077D"></a><a name="Changes+to+Build-N1077D"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
@@ -1772,7 +1780,7 @@
         Add more descriptions to forrest targets.  Highlight the most common ones.
        Committed by DB. See Issue <a href="http://issues.apache.org/jira/browse/FOR-216">FOR-216</a>.</li>
 </ul>
-<a name="N107A2"></a><a name="Changes+to+the+Code+Base-N107A2"></a>
+<a name="N107AB"></a><a name="Changes+to+the+Code+Base-N107AB"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -2523,7 +2531,7 @@
         Sort action types order to "add","remove","update","fix".
        Committed by JJP.</li>
 </ul>
-<a name="N10B6C"></a><a name="Changes+to+Documentation-N10B6C"></a>
+<a name="N10B75"></a><a name="Changes+to+Documentation-N10B75"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -2580,7 +2588,7 @@
         <a href="http://forrest.apache.org/">http://forrest.apache.org/</a>
        Committed by DC.</li>
 </ul>
-<a name="N10BCA"></a><a name="Contributors+to+this+release-N10BCA"></a>
+<a name="N10BD3"></a><a name="Contributors+to+this+release-N10BD3"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Antonio Gallardo (AG), Dave Brondsema (DB), David Crossley (DC), Juan Jose Pablos (JJP), Nicola Ken Barozzi (NKB), Ross Gardler (RDG), Reinhard P&ouml;tz (RP), Thorsten Scherler (TS).</p>
@@ -2588,10 +2596,10 @@
 </div>
 
     
-<a name="N10BD9"></a><a name="version_0.5.1"></a>
+<a name="N10BE2"></a><a name="version_0.5.1"></a>
 <h2 class="underlined_10">Version 0.5.1 (2003-10-06)</h2>
 <div class="section">
-<a name="N10BDD"></a><a name="Changes+to+Build-N10BDD"></a>
+<a name="N10BE6"></a><a name="Changes+to+Build-N10BE6"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
@@ -2599,7 +2607,7 @@
         forrest.antproxy.xml script now properly fails when Cocoon fails
        Committed by JT.</li>
 </ul>
-<a name="N10BE7"></a><a name="Changes+to+the+Code+Base-N10BE7"></a>
+<a name="N10BF0"></a><a name="Changes+to+the+Code+Base-N10BF0"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -2636,17 +2644,17 @@
         ~/.antrc, which solves problems on some *nix distributions.
        Committed by JT.</li>
 </ul>
-<a name="N10C27"></a><a name="Contributors+to+this+release-N10C27"></a>
+<a name="N10C30"></a><a name="Contributors+to+this+release-N10C30"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Jeff Turner (JT).</p>
 </div>
 
     
-<a name="N10C32"></a><a name="version_0.5"></a>
+<a name="N10C3B"></a><a name="version_0.5"></a>
 <h2 class="underlined_10">Version 0.5 (2003-09-13)</h2>
 <div class="section">
-<a name="N10C36"></a><a name="Changes+to+the+Code+Base-N10C36"></a>
+<a name="N10C3F"></a><a name="Changes+to+the+Code+Base-N10C3F"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -3024,7 +3032,7 @@
         the xinclude,  linkrewriter, and idgen steps.
        Committed by NKB.</li>
 </ul>
-<a name="N10E37"></a><a name="Changes+to+Documentation-N10E37"></a>
+<a name="N10E40"></a><a name="Changes+to+Documentation-N10E40"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -3033,17 +3041,17 @@
         upgrading to v0.5
        Committed by JT.</li>
 </ul>
-<a name="N10E41"></a><a name="Contributors+to+this+release-N10E41"></a>
+<a name="N10E4A"></a><a name="Contributors+to+this+release-N10E4A"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>David Crossley (DC), Juan Jose Pablos (JJP), Jeff Turner (JT), Nicola Ken Barozzi (NKB), Steven Noels (SN).</p>
 <p>This is a list of other contributors:<br>Dave Brondsema, Eirik Bj&oslash;rsn&oslash;s, Frederic Robesyn, J.Pietschmann, Joerg Heinicke, Juan Jose Pablos, Ralf Hauser, Ram&oacute;n Prades, Ringo de Smet, Ross Gardler, Stefan Bodewig.</p>
 </div>
     
-<a name="N10E50"></a><a name="version_0.4"></a>
+<a name="N10E59"></a><a name="version_0.4"></a>
 <h2 class="underlined_10">Version 0.4 (2003-02-12)</h2>
 <div class="section">
-<a name="N10E54"></a><a name="Changes+to+the+Code+Base-N10E54"></a>
+<a name="N10E5D"></a><a name="Changes+to+the+Code+Base-N10E5D"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -3120,7 +3128,7 @@
         Switched all loglevels to ERROR.
        Committed by NKB.</li>
 </ul>
-<a name="N10EBB"></a><a name="Changes+to+Documentation-N10EBB"></a>
+<a name="N10EC4"></a><a name="Changes+to+Documentation-N10EC4"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -3129,7 +3137,7 @@
         to the forrestbar.xpi generated by Gump every day.
        Committed by NKB.</li>
 </ul>
-<a name="N10EC5"></a><a name="Contributors+to+this+release-N10EC5"></a>
+<a name="N10ECE"></a><a name="Contributors+to+this+release-N10ECE"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Jeff Turner (JT), Marc Portier (MP), Nicola Ken Barozzi (NKB).</p>
@@ -3137,10 +3145,10 @@
 </div>
 
     
-<a name="N10ED4"></a><a name="version_0.3"></a>
+<a name="N10EDD"></a><a name="version_0.3"></a>
 <h2 class="underlined_10">Version 0.3 (2003-01-30)</h2>
 <div class="section">
-<a name="N10ED8"></a><a name="Changes+to+Build-N10ED8"></a>
+<a name="N10EE1"></a><a name="Changes+to+Build-N10EE1"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
@@ -3155,7 +3163,7 @@
         instead of Cocoon + Centipede logos.
        Committed by JT.</li>
 </ul>
-<a name="N10EE7"></a><a name="Changes+to+the+Code+Base-N10EE7"></a>
+<a name="N10EF0"></a><a name="Changes+to+the+Code+Base-N10EF0"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -3386,7 +3394,7 @@
         We need icons for the new buttons.
        Committed by NKB.</li>
 </ul>
-<a name="N10FFD"></a><a name="Changes+to+Documentation-N10FFD"></a>
+<a name="N11006"></a><a name="Changes+to+Documentation-N11006"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -3396,17 +3404,17 @@
         Stylesheets not yet done.
        Committed by NKB.</li>
 </ul>
-<a name="N11007"></a><a name="Contributors+to+this+release-N11007"></a>
+<a name="N11010"></a><a name="Contributors+to+this+release-N11010"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>David Crossley (DC), Jeff Turner (JT), Nicola Ken Barozzi (NKB).</p>
 <p>This is a list of other contributors:<br>Nick Chalko, Omar Belhaj, Stefan Michels.</p>
 </div>
     
-<a name="N11016"></a><a name="version_0.2"></a>
+<a name="N1101F"></a><a name="version_0.2"></a>
 <h2 class="underlined_10">Version 0.2 (2002-11-16)</h2>
 <div class="section">
-<a name="N1101A"></a><a name="Changes+to+the+Code+Base-N1101A"></a>
+<a name="N11023"></a><a name="Changes+to+the+Code+Base-N11023"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -3425,16 +3433,16 @@
         Webapp now works under JDK 1.3 (parsers weren't being copied)
        Committed by JT.</li>
 </ul>
-<a name="N11031"></a><a name="Contributors+to+this+release-N11031"></a>
+<a name="N1103A"></a><a name="Contributors+to+this+release-N1103A"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>David Crossley (DC), Jeff Turner (JT).</p>
 </div>
     
-<a name="N1103C"></a><a name="version_0.2rc1"></a>
+<a name="N11045"></a><a name="version_0.2rc1"></a>
 <h2 class="underlined_10">Version 0.2rc1 (2002-11-13)</h2>
 <div class="section">
-<a name="N11040"></a><a name="Changes+to+Project+Administration-N11040"></a>
+<a name="N11049"></a><a name="Changes+to+Project+Administration-N11049"></a>
 <h3 class="underlined_5">Changes to Project Administration</h3>
 <ul>
 <li>
@@ -3442,7 +3450,7 @@
         Initial Import
        Committed by SM.</li>
 </ul>
-<a name="N1104A"></a><a name="Changes+to+Build-N1104A"></a>
+<a name="N11053"></a><a name="Changes+to+Build-N11053"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
@@ -3542,7 +3550,7 @@
         Added basic Forrest descriptor.
        Committed by NKB.</li>
 </ul>
-<a name="N110B8"></a><a name="Changes+to+the+Code+Base-N110B8"></a>
+<a name="N110C1"></a><a name="Changes+to+the+Code+Base-N110C1"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -3690,7 +3698,7 @@
         Put the internal matches in a separate pipeline with internal-only="true".
        Committed by NKB.</li>
 </ul>
-<a name="N11173"></a><a name="Changes+to+Design"></a>
+<a name="N1117C"></a><a name="Changes+to+Design"></a>
 <h3 class="underlined_5">Changes to Design</h3>
 <ul>
 <li>
@@ -3699,7 +3707,7 @@
         cross-browser issues.
        Committed by BK.</li>
 </ul>
-<a name="N1117D"></a><a name="Changes+to+Documentation-N1117D"></a>
+<a name="N11186"></a><a name="Changes+to+Documentation-N11186"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -3787,14 +3795,14 @@
         validated using these DTDs and OASIS Catalogs.
        Committed by DC. Thanks to <a href="mailto:stevenn.at.outerthought.org">Steven Noels</a>.</li>
 </ul>
-<a name="N111E6"></a><a name="Contributors+to+this+release-N111E6"></a>
+<a name="N111EF"></a><a name="Contributors+to+this+release-N111EF"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Bert Van Kets (BK), David Crossley (DC), Jeff Turner (JT), Nicola Ken Barozzi (NKB), Stefano Mazzocchi (SM), Steven Noels (SN).</p>
 <p>This is a list of other contributors:<br>Bert Van Kets, Bruno Dumon, Kevin Ross, Leo Simons, Marc Portier, Peter Donald, Steven Noels.</p>
 </div>
   
-<a name="N111F5"></a><a name="all-committers"></a>
+<a name="N111FE"></a><a name="all-committers"></a>
 <h2 class="underlined_10">All Committers</h2>
 <div class="section">
 <p>This is a list of all people who have ever participated

Modified: forrest/site/docs_0_70/changes.pdf
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/changes.pdf?rev=437048&r1=437047&r2=437048&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/docs_0_70/changes.rss
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/changes.rss?rev=437048&r1=437047&r2=437048&view=diff
==============================================================================
--- forrest/site/docs_0_70/changes.rss (original)
+++ forrest/site/docs_0_70/changes.rss Fri Aug 25 17:50:46 2006
@@ -60,6 +60,21 @@
         upgrading to v0.8
       </description></item>
 
+      <item><title>code fix
+          (bug FOR-448)
+        </title><link>changes.html</link><description>code fix
+        by
+        DC
+          (fixes bug FOR-448)
+        
+        :
+        
+        When using html as source, the "a" elements were not rendered properly if both
+        @href and @name attributes. A side-effect of this fix is that now all other
+        attributes such as @title or @target are copied over.
+        Also removed the automated generation of @id attributes from @name attributes,
+        which can lead to invalid IDs and other confusion.
+       Thanks to Jim Dixon.</description></item>
       <item><title>docs update</title><link>changes.html</link><description>docs update
         by
         TS
@@ -5551,7 +5566,21 @@
 
         Added document to facilitate
         upgrading to v0.8
-      </description></item><item><title>docs update</title><link>changes.html</link><description>docs update
+      </description></item><item><title>code fix
+          (bug FOR-448)
+        </title><link>changes.html</link><description>code fix
+        by
+        DC
+          (fixes bug FOR-448)
+        
+        :
+        
+        When using html as source, the "a" elements were not rendered properly if both
+        @href and @name attributes. A side-effect of this fix is that now all other
+        attributes such as @title or @target are copied over.
+        Also removed the automated generation of @id attributes from @name attributes,
+        which can lead to invalid IDs and other confusion.
+       Thanks to Jim Dixon.</description></item><item><title>docs update</title><link>changes.html</link><description>docs update
         by
         TS
         :

Modified: forrest/site/docs_0_70/changes.xml
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/changes.xml?rev=437048&r1=437047&r2=437048&view=diff
==============================================================================
--- forrest/site/docs_0_70/changes.xml (original)
+++ forrest/site/docs_0_70/changes.xml Fri Aug 25 17:50:46 2006
@@ -182,7 +182,13 @@
         See <link href="site:v0.80//locationmap">locationmap docs</link> for more information.
         Thanks to Unico Hommes for the original locationmap implementation which
         was added to Forrest long ago.
-       Committed by RDG.</li><li><icon alt="remove" src="../images/remove.jpg"/>
+       Committed by RDG.</li><li><icon alt="fix" src="../images/fix.jpg"/>
+        When using html as source, the "a" elements were not rendered properly if both
+        @href and @name attributes. A side-effect of this fix is that now all other
+        attributes such as @title or @target are copied over.
+        Also removed the automated generation of @id attributes from @name attributes,
+        which can lead to invalid IDs and other confusion.
+       Committed by DC. Thanks to Jim Dixon. See Issue <link href="http://issues.apache.org/jira/browse/FOR-448">FOR-448</link>.</li><li><icon alt="remove" src="../images/remove.jpg"/>
         Remove xconf support for plugins. Cocoon has moved away from this
         XConfToolTask xpatch technique.
         <link href="http://svn.apache.org/viewvc?rev=354749&amp;view=rev">Diff</link> 
@@ -465,7 +471,7 @@
         Clarify documentation for Forrestbot.
        Committed by DC. Thanks to Addison Berry. See Issue <link href="http://issues.apache.org/jira/browse/FOR-568">FOR-568</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Added information about 
         how to debug forrest java classes to the faq <link href="http://svn.apache.org/viewcvs.cgi?rev=291361&amp;view=rev">Diff</link> 
-         Committed by TS.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Antonio Gallardo (AG), Bertrand Delacretaz (BD), Cyriaque Dupoirieux (CD), David Crossley (DC), Diwaker Gupta (DG), Ferdinand Soethe (FSO), Juan Jose Pablos (JJP), Johannes Schaefer (JS), Ross Gardler (RDG), Thorsten Scherler (TS), Tim Williams (TWW).</p><p>This is a list of other contributors:<br/>Addison Berry, Alan Chandler, Anil Ramnanan, Brian Dube, Clay Leeds, Community, Dave Brosius, David Crossley, Gavin, Gavin McDonald, Jan Materne, Joachim Breitsprecher, Josias Thoeny, kevin, Mathieu Champlon, Paul Bolger, Paul Devine, Paul Kronenwetter, Phillip Evens, Pier Fumagalli, Rasik Pandey, Richard Calmbach, Ross Gardler, Sjur N. Moshagen, Steve Masover, Tom HANAX, Torsten Stolpmann.</p></section></section>
+         Committed by TS.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Antonio Gallardo (AG), Bertrand Delacretaz (BD), Cyriaque Dupoirieux (CD), David Crossley (DC), Diwaker Gupta (DG), Ferdinand Soethe (FSO), Juan Jose Pablos (JJP), Johannes Schaefer (JS), Ross Gardler (RDG), Thorsten Scherler (TS), Tim Williams (TWW).</p><p>This is a list of other contributors:<br/>Addison Berry, Alan Chandler, Anil Ramnanan, Brian Dube, Clay Leeds, Community, Dave Brosius, David Crossley, Gavin, Gavin McDonald, Jan Materne, Jim Dixon, Joachim Breitsprecher, Josias Thoeny, kevin, Mathieu Champlon, Paul Bolger, Paul Devine, Paul Kronenwetter, Phillip Evens, Pier Fumagalli, Rasik Pandey, Richard Calmbach, Ross Gardler, Sjur N. Moshagen, Steve Masover, Tom HANAX, Torsten Stolpmann.</p></section></section>
     <section id="version_0.7.1-dev"><title>Version 0.7.1-dev (not released)</title>
         <p>See each
           <link href="site:v0.70//plugins/index">plugin</link>