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/03/31 01:45:19 UTC

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

Author: crossley
Date: Thu Mar 30 15:45:18 2006
New Revision: 390286

URL: http://svn.apache.org/viewcvs?rev=390286&view=rev
Log:
Copy some status notes from forrest_07_branch.

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

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/status.xml?rev=390286&r1=390285&r2=390286&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Thu Mar 30 15:45:18 2006
@@ -231,7 +231,7 @@
        normalize-space() the forrest:properties before parsing them to the pipe
       </action>
 
-      <action type="add" context="docs" fixes-bug="FOR-603"
+      <action dev="DC" type="add" context="docs" fixes-bug="FOR-603"
         due-to="Addison Berry">
         Added document to explain the process for
         <link href="site:getting-involved/committed">Becoming an Apache Forrest
@@ -294,6 +294,17 @@
         Forrestbot deploy.scp workstage now uses keyfile/passphrase in preference,
         then fallback to remote password.
       </action>
+        <action dev="FSO" type="update" context="code">
+            Changed handling of table elements with class-attributes in source:
+            Table elements w/o class elements will receive standard Forrest styling like before
+            (cellpadding="4" cellspacing="1" class="ForrestTable")
+            while elements that have class will pass unchanged.
+            Note: To style tables with class elements like before you have to add styling code
+            in the extra-css-section of skinconfig.
+        </action>
+        <action dev="FSO" type="update" context="code">
+            Fixed problems with disappearing of id-attributes in img-element and several others.    
+        </action>     
       <action dev="DC" type="update" context="code" importance="high">
         Added new "clean" targets. Doing 'forrest clean-site' will remove
         the contents of the project's generated documents directory.