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 2011/01/02 02:15:11 UTC

svn commit: r1054338 - /forrest/trunk/site-author/status.xml

Author: crossley
Date: Sun Jan  2 01:15:11 2011
New Revision: 1054338

URL: http://svn.apache.org/viewvc?rev=1054338&view=rev
Log:
Add missing status entries for some past changes.
Issue: FOR-865

Modified:
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=1054338&r1=1054337&r2=1054338&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Sun Jan  2 01:15:11 2011
@@ -157,6 +157,9 @@
       <action context="code" type="update" dev="DC" due-to="Simon Pepping" fixes-bug="FOR-1205">
         Fix syntax errors for import of additional style sheets for "tigris" skin.
       </action>
+      <action context="docs" type="update" dev="DC" fixes-bug="FOR-1197">
+        Improve ASF Branding and trademark statements for Forrest websites.
+      </action>
 <!-- 2010-10 -->
       <action dev="DC" type="add" context="code">
         Add initial "Markdown" output plugin to Whiteboard.
@@ -176,6 +179,11 @@
         Update commons-io, commons-jxpath, commons-collections, commons-lang, and commons-cli
         to latest versions.
       </action>
+<!-- 2010-07 -->
+      <action context="docs" type="update" dev="DC" fixes-bug="FOR-855,FOR-857">
+        For packaged supporting products, we now refer to all licenses from our
+        top-level LICENSE.txt file.
+      </action>
 <!-- 2010-06 -->
       <action context="code" type="add" dev="DC">
         Added new search facility to ForrestBar to enable search for a mail
@@ -203,6 +211,9 @@
         starting with Forrest-0.9-dev
       </action>
 <!-- 2009-12 -->
+      <action context="code" type="update" dev="BMD">
+        For Howto docs, make use of generateId.xsl to resolve warnings in generated PDF.
+      </action>
       <action context="code" type="update" dev="DC" fixes-bug="FOR-1186">
         Improved SVG template for generating "project name" image.
         Make it wider and add small space at right-hand end.
@@ -211,11 +222,12 @@
         Changed XSLT import statements in skins to use the LocationMap.
       </action>
 <!-- 2009-11 -->
-      <action context="code" type="update" dev="TWW">
+      <action context="code" type="update" dev="TWW" fixes-bug="FOR-1031" importance="high">
         Replaced the custom caching implementation with EHCache in the
         LocationMap feature. Given how integral the LM has become, this gives
         us much better overall performance, concurrent behavior, and cache
         configuration options.
+        Added a default cache config file to main/webapp/WEB-INF/ehcache.xml
       </action>
 <!-- 2009-10 -->
       <action context="code" type="add" dev="SNM">
@@ -234,6 +246,13 @@
       <action context="code" type="add" dev="DC">
         Assist with xml debugging. Show list of catalog descriptors being used.
       </action>
+<!-- 2009-09 -->
+      <action context="docs" type="update" dev="DC">
+        Improve i18n FAQ.
+      </action>
+      <action context="code" type="add" dev="DC">
+        Enable our ASF mirrors system to present an xml listing of the client's closest mirrors.
+      </action>
 <!-- 2009-06 -->
      <action context="code" type="add" dev="DC" fixes-bug="FOR-1173" importance="high">
        Added a demonstration of using xml source documents without declaring a
@@ -241,7 +260,7 @@
      </action>
      <action context="code" type="add" dev="DC" fixes-bug="FOR-1172" importance="high">
        Added the ability to use RELAXNG to validate intermediate xml.
-       Do 'localhost:8888/index.validation.xml' for example.
+       Do 'localhost:8888/index.validation.xml' for example to validate the "index" page.
        Also see how to
        <link href="site:procedures/forrest-dev/validate-intermediate">validate intermediate</link>
        content for the whole site.
@@ -255,11 +274,35 @@
        The "class" attributes in the document-v13 and document-v20 DTDs
        now enable multiple space-separated class definitions.
      </action>
+     <action context="code" type="fix" dev="GM" due-to="Sina K. Heshmati" fixes-bug="FOR-1167">
+       Enable "class" attribute to be used for "body" element.
+     </action>
+<!-- 2009-04 -->
+     <action context="code" type="fix" dev="BMD" due-to="Andreas Lehmkuehler" fixes-bug="FOR-211">
+       Some improvements for the "whole-site" PDF ability.
+     </action>
+<!-- 2009-03 -->
+     <action context="docs" type="update" dev="GM" due-to="Thomas Witteriede" fixes-bug="FOR-707">
+       Improvements to documentation for i18n and example. See the "seed-sample" site.
+     </action>
+     <action context="docs" type="update" dev="GM" due-to="Thomas Emmel" fixes-bug="FOR-1160">
+       Improvements to documentation for <link href="site:locationmap">Locationmap</link>.
+     </action>
 <!-- 2009-01 -->
      <action context="code" type="fix" dev="TS" fixes-bug="FOR-1074"
         importance="high">
         There was a problem with plugins libs not being copied. Using
         the war task from ant fixes this issue.
+     </action>
+      <action context="code" type="fix" dev="DC" fixes-bug="FOR-1156" importance="high">
+        Enabled the output html serializer to be configurable to either xhtml or html.
+      </action>
+      <action context="docs" type="update" dev="DC">
+        Improved FAQ about reporting security issues and link to "ASF Security Team" new web site.
+      </action>
+<!-- 2008-12 -->
+      <action context="code" type="fix" dev="DC" due-to="Antoine ROBERT" fixes-bug="FOR-1136">
+        Remove extraneous quote in document-to-fo.xsl
       </action>
 <!-- 2008-11 -->
       <action context="code" type="update" dev="DC">
@@ -277,7 +320,7 @@
         Also jsch-0.1.28 to jsch-0.1.39 release.
       </action>
 <!-- 2008-09 -->
-      <action context="docs" type="add" dev="DC">
+      <action context="docs" type="add" dev="DC" importance="high">
         Added new documents: <link href="site:forrestbot-svn">How to deploy
         documentation with the Forrestbot "svn" workstage</link> which
         explains how the Apache Forrest project manages their project documentation,
@@ -351,7 +394,7 @@
       <action context="code" type="update" dev="RDG" due-to="Uwe Kreibaum" fixes-bug="FOR-640">
          Fix unkown font error in FO generation.
       </action>
-<!-- 2007-9 -->
+<!-- 2007-09 -->
 <!-- 2007-08 -->
 <!-- 2007-07 -->
 <!-- 2007-06 -->