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/06/02 15:18:24 UTC

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

Author: crossley
Date: Fri Jun  2 06:18:24 2006
New Revision: 411152

URL: http://svn.apache.org/viewvc?rev=411152&view=rev
Log:
Add missing status entry:
Enable use of common character entities in skinconf.xml,
e.g accented characters and trademark symbols.
Contributed by: Paul Devine

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=411152&r1=411151&r2=411152&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Fri Jun  2 06:18:24 2006
@@ -191,6 +191,11 @@
         New skinconf parameter "disable-copyright-footer" (default=false)
         to not show the copyright notice in html page footer.
       </action>
+
+      <action context="code" type="update" dev="DC" due-to="Paul Devine">
+        Enable use of common character entities in skinconf.xml,
+        e.g accented characters and trademark symbols.
+      </action>
   
         <action dev="FSO" type="update" context="code">
             Changed handling of table elements with class-attributes in source:
@@ -249,7 +254,7 @@
         has been disabled. This was causing invalid HTML output.
       </action>
 
-      <action dev="RDG" type="add" context="code" due-to="Anil Ramnanan">
+      <action dev="RDG" type="update" context="code" due-to="Anil Ramnanan">
         Enhanced the initial Eclipse plugin for using Forrest via Eclipse.
         This work was enabled via a "Google Summer of Code" project.
         See <link href="site:tools/eclipse">docs</link>.