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/05/01 09:25:56 UTC

svn commit: r398541 - in /forrest/branches/forrest_07_branch: main/webapp/forrest.xmap site-author/status.xml

Author: crossley
Date: Mon May  1 00:25:53 2006
New Revision: 398541

URL: http://svn.apache.org/viewcvs?rev=398541&view=rev
Log:
Added docv20-to-docv13 transformation for howto-v20 documents.
Howto-v20 now properly handles a/@class=fork etc. attribute to enable
links to open in a new browser window.
Issue: FOR-824
Suggested by: Steve Masover

Modified:
    forrest/branches/forrest_07_branch/main/webapp/forrest.xmap
    forrest/branches/forrest_07_branch/site-author/status.xml

Modified: forrest/branches/forrest_07_branch/main/webapp/forrest.xmap
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/main/webapp/forrest.xmap?rev=398541&r1=398540&r2=398541&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/main/webapp/forrest.xmap (original)
+++ forrest/branches/forrest_07_branch/main/webapp/forrest.xmap Mon May  1 00:25:53 2006
@@ -194,6 +194,7 @@
           </map:when>
           <map:when test="howto-v20">
             <map:transform src="{forrest:stylesheets}/howto2document.xsl" />
+            <map:transform src="{forrest:stylesheets}/docv20todocv13.xsl" />
           </map:when>
 
           <map:when test="todo-v10">

Modified: forrest/branches/forrest_07_branch/site-author/status.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/status.xml?rev=398541&r1=398540&r2=398541&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/status.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/status.xml Mon May  1 00:25:53 2006
@@ -146,6 +146,10 @@
         Added document to facilitate
         <link href="site:v0.70//upgrading_07">upgrading to v0.7</link>
       </action>
+      <action context="code" type="update" dev="DC" fix-for="FOR-824" due-to="Steve Masover">
+        Howto-v20 now properly handles a/@class=fork etc. attribute to enable
+        links to open in a new browser window.
+      </action>
       <action context="code" type="update" dev="DC" fix-for="FOR-818">
         Forrestbot deploy.scp workstage now uses keyfile/passphrase in preference,
         then fallback to remote password.