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:49:10 UTC

svn commit: r348874 - /forrest/branches/forrest_07_branch/site-author/status.xml

Author: ferdinand
Date: Thu Nov 24 20:49:02 2005
New Revision: 348874

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

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

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=348874&r1=348873&r2=348874&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/status.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/status.xml Thu Nov 24 20:49:02 2005
@@ -37,6 +37,7 @@
     <person name="Ross Gardler"         email="rgardler@apache.org"     id="RDG"/>
     <person name="Thorsten Scherler"    email="thorsten@apache.org"     id="TS"/>
     <person name="Rick Tessner"         email="rick@apache.org"         id="RFT"/>
+    <person name="Ferdinand Soethe"   email="ferdinand@forrest.apache.org" id="FSO"/>
 
     <person name="Volunteer needed"   email="dev@forrest.apache.org" id="open"/>
   </developers>
@@ -137,12 +138,25 @@
           <title>apache-forrest-0.7.1-dev</title>
           <p>Will only be released if absolutely necessary</p>
         </section>
+          
       </notes>
       <action dev="DC" type="add" context="docs">
+      
 <!-- Please keep this action at the top -->
         Added document to facilitate
         <link href="site:v0.70//upgrading_07">upgrading to v0.7</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.