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="[EMAIL PROTECTED]"
id="RDG"/>
<person name="Thorsten Scherler" email="[EMAIL PROTECTED]" id="TS"/>
<person name="Rick Tessner" email="[EMAIL PROTECTED]"
id="RFT"/>
+ <person name="Ferdinand Soethe" email="[EMAIL PROTECTED]" id="FSO"/>
<person name="Volunteer needed" email="[email protected]"
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.