Author: gmcdonald
Date: Wed Mar 28 23:51:20 2007
New Revision: 523591
URL: http://svn.apache.org/viewvc?view=rev&rev=523591
Log:
Add more status entries, these are from Jira from September 2006 until now, not
all issues but most relevent.
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?view=diff&rev=523591&r1=523590&r2=523591
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Wed Mar 28 23:51:20 2007
@@ -43,6 +43,8 @@
<person name="Bertrand Delacretaz" email="[EMAIL PROTECTED]" id="BD"/>
<person name="Tim Williams" email="[EMAIL PROTECTED]" id="TWW"/>
<person name="Diwaker Gupta" email="[EMAIL PROTECTED]"
id="DG"/>
+ <person name="Gavin McDonald" email="[EMAIL PROTECTED]" id="GM"/>
+ <person name="Sjur N Moshagen" email="[EMAIL PROTECTED]"
ID="SM"/>
<person name="Volunteer needed" email="[email protected]"
id="open"/>
</developers>
@@ -140,6 +142,27 @@
<link href="site:upgrading_08">upgrading to v0.8</link>
</action>
<!--2007-03-->
+ <action dev="TS" type="fix" context="docs" fixes-bug="FOR-861">
+ Update docs to reflect locationmap naming conventions.
+ </action>
+ <action dev="RDG" type="fix" context="code" fixes-bug="FOR-735"
importance="high">
+ Thanks to Gunther Sablon for reporting this issue. Plugins were
not being
+ deployed to a Webapp WAR file correctly.
+ </action>
+ <action dev="RDG" type="add" context="code" fixes-bug="FOR-967"
due-to="Stuart Yeates">
+ Add RSS Handling capabilities to DOAP input filter"
+ </action>
+ <action dev="DC" type="fix" context="code" fixes-bug="FOR-963">
+ Hard coded URLs of versions causing maintenance issues, use a
parameter
+ instead to construct the URL per version.
+ </action>
+ <action dev="RDG" type="fix" context="docs" fixes-bug="FOR-959"
due-to="Randy Metcalfe">
+ Add a HowTo sample document to the fresh-site samples.
+ </action>
+ <action dev="RDG" type="fix" context="code" fixes-bug="FOR-958"
due-to="Vadim Gritsenko">
+ Fixes problem if contexts were not utilized in status.xml, an
incorrect changes document would be
+ generated.
+ </action>
<action dev="RDG" type="update" context="code" importance="high"
fixes-bug="FOR-735">
Rename webapp build target to run-webapp to distinguish the resulting
webapp from one suitable for deployment (use the war target for that)
@@ -153,8 +176,22 @@
<action dev="TS" type="add" context="code" importance="high">
Add initial Solr plugin to Whiteboard.
</action>
+ <action context="code" type="fix" dev="SM" fixes-bug="FOR-704"
due-to="Vronk Duat">
+ With comments & thanks also to Paul Kronenwetter, fixes a bug
+ where duplicate apply-templates was causing duplicate content with span
+ classes.
+ </action>
<!-- 2006-09 -->
- <action context="code" type="update" dev="TS" fixes-bug="FOR-924"
+ <action context="code" type="fix" dev="TWW" importance="high"
fixes-bug="FOR-732">
+ Fix caching problem that made a restart neccessary after
+ making a locationmap resource location change.
+ </action>
+
+ <action context="code" type="fix" dev="DC" importance="high"
fixes-bug="FOR-927">
+ After a 'Forrest Clean' , Forrest could not be run in offline
mode due to
+ not being able to retrieve plugin descriptor files.
+ </action>
+ <action context="code" type="update" dev="TS" importance="high"
fixes-bug="FOR-924"
due-to="Martin Stockhammer"> FOR-924 Readding the loading from
(default-)forrest.properties which got removed in r430588 when closing
FOR-916.
Thanks Martin Stockhammer for pointing it out, providing us with a
patch and for your