You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2005/11/25 05:50:21 UTC

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

Author: ferdinand
Date: Thu Nov 24 20:50:14 2005
New Revision: 348875

URL: http://svn.apache.org/viewcvs?rev=348875&view=rev
Log:
Adding documentation for changes.

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=348875&r1=348874&r2=348875&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Thu Nov 24 20:50:14 2005
@@ -131,6 +131,19 @@
         <link href="site:v0.80//upgrading_08">upgrading to v0.8</link>
       </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.