@@ -540,8 +540,16 @@ document.write("Last Published: " + docu
required
starting with Forrest-0.9-dev
Committed by GM.
+
+
+ The preparation of the set of xmlcatalogs is better done in our "validation-props" ant target.
+ Committed by DC. Thanks to Thomas Emmel. See Issue FOR-1131, FOR-1020.
+
+
+ A better way to report the set of xmlcatalog files being used.
+ Committed by DC.
+ Enable our ASF mirrors system to present an xml listing of the client's closest mirrors.
+ Committed by DC.
+
+
Added a demonstration of using xml source documents without declaring a
DTD. See example "no-dtd" in the 'forrest seed-sample' site.
Committed by DC. See Issue FOR-1173.
Added the ability to use RELAXNG to validate intermediate xml.
- Do 'localhost:8888/index.validation.xml' for example.
+ Do 'localhost:8888/index.validation.xml' for example to validate the "index" page.
Also see how to
validate intermediate
content for the whole site.
@@ -600,6 +612,37 @@ document.write("Last Published: " + docu
Committed by DC. See Issue FOR-1071.
+ Added initial whiteboard input plugin "baetle".
+ Handle Baetle, the RDF vocabulary to describe the content of bug databases.
+ Committed by GM. Thanks to Sina K. Heshmati. See Issue FOR-1038.
+
+
+ Added input plugin "uk.ac.osswatch.forrest.input.sourceforge".
+ Extracts data from sourceforge.net
+ Committed by RDG.
+
+
+ Added input plugin "uk.ac.osswatch.forrest.input.ohloh".
+ Extracts data from OhLoh.net using their API.
+ Committed by RDG.
+
+
+ Added input plugin "uk.ac.osswatch.forrest.input.features".
+ Allow project features to be recorded and rendered as part of a content object.
+ This plugin is particularly useful when used in conjunction with the DOAP plugin.
+ Committed by RDG.
+
+
+ Added initial whiteboard input plugin "doac".
+ Handle Description-Of-A-Career (DOAC) data in forrest content objects.
+ Committed by GM. Thanks to Oshani Senevira. See Issue FOR-1039.
+
+
+ Added output plugin "uk.ac.osswatch.forrest.themes".
+ A theme used by the Simal project.
+ Committed by RDG.
+
+
Added initial whiteboard input plugin "skos". Handles input documents
as Simple Knowledge Organisation Systems (SKOS),
a set of specifications to support the representation of thesauri,
@@ -627,9 +670,25 @@ document.write("Last Published: " + docu
Committed by DC. Thanks to Brolin Empey.
+ Enable "class" attribute to be used for "body" element.
+ Committed by GM. Thanks to Sina K. Heshmati. See Issue FOR-1167.
+
+
+ Some improvements for the "whole-site" PDF ability.
+ Committed by BMD. Thanks to Andreas Lehmkuehler. See Issue FOR-211.
+
+
There was a problem with plugins libs not being copied. Using
the war task from ant fixes this issue.
- Committed by TS. See Issue FOR-1074.
+
+ Enabled the output html serializer to be configurable to either xhtml or html.
+ Committed by DC. See Issue FOR-1156.
+
+
+ Remove extraneous quote in document-to-fo.xsl
+ Committed by DC. Thanks to Antoine ROBERT. See Issue FOR-1136.
There was a partially implemented xml catalog with missing project symbols file.
@@ -637,6 +696,19 @@ document.write("Last Published: " + docu
See notes in upgrading to v0.9
Committed by DC. See Issue FOR-1075.
+
+ Fixed the "forrest" command to cope with recent Cygwin changes with expanding pathnames.
+ Committed by RGD. Thanks to Mark Eggers. See Issue FOR-905.
+
+
+ The "faq" documents were missing generated Table-of-Contents.
+ Committed by TS.
+
+
+ Fixed bug regarding logging and Servlet Container when using Forrest as a WAR archive.
+ In web.xml use context parameters instead of init-param.
+ Committed by TS. See Issue FOR-1049.
+
Fix syntax errors for import of additional style sheets for "tigris" skin.
Committed by DC. Thanks to Simon Pepping. See Issue FOR-1205.
@@ -665,6 +737,10 @@ document.write("Last Published: " + docu
Committed by TWW. See Issue FOR-1177.
+ For Howto docs, make use of generateId.xsl to resolve warnings in generated PDF.
+ Committed by BMD.
+
+
Improved SVG template for generating "project name" image.
Make it wider and add small space at right-hand end.
Committed by DC. See Issue FOR-1186.
@@ -678,7 +754,8 @@ document.write("Last Published: " + docu
LocationMap feature. Given how integral the LM has become, this gives
us much better overall performance, concurrent behavior, and cache
configuration options.
- Committed by TWW.
+ Added a default cache config file to main/webapp/WEB-INF/ehcache.xml
+ Committed by TWW. See Issue FOR-1031.
Forrestbot deploy.scp workstage now reports which files were transferred.
@@ -697,6 +774,10 @@ document.write("Last Published: " + docu
Committed by DC.
+ Added a 'forrest diagnostics' target which reports our Ant's diagnostics.
+ Committed by DC.
+
+
Our packaged version of Apache Cocoon has been upgraded to use the
latest version of their stable 2.1 branch. This is a major step forward
for Forrest. It enables us to use a reliable and up-to-date Cocoon.
@@ -714,6 +795,10 @@ document.write("Last Published: " + docu
Committed by TS. See Issue FOR-1103.
+ Upgraded Apache FOP to version 0.95
+ Committed by JM.
+
+
Added ability to use XInclude to the document-v20 xdoc DTD.
See an example in a 'forrest seed-sample' site.
Committed by DC. See Issue FOR-1032.
@@ -741,6 +826,15 @@ document.write("Last Published: " + docu
Committed by RDG. Thanks to Uwe Kreibaum. See Issue FOR-640.
+ Utilise the source document/header/link if available.
+ Suggested by Oshani Seneviratne and various previous people.
+ Committed by DC.
+
+
+ In SourceTypeAction, RDF files need to check the namespace of more than just the root element.
+ Committed by DC. Thanks to Sina K. Heshmati. See Issue FOR-1018.
+
+
Added method to make URLs absolute in PDF via skinconf.xml.
Committed by BMD. Thanks to Patrick Ohly. See Issue FOR-1013.
@@ -748,7 +842,7 @@ document.write("Last Published: " + docu
Added method to disable table of contents in PDF via skinconf.xml.
Committed by BMD. Thanks to Patrick Ohly. See Issue FOR-355.
-
+
Changes to Documentation
@@ -777,16 +871,54 @@ document.write("Last Published: " + docu
Added example of using XInclude to the 'forrest seed-sample' site.
Committed by DC. Thanks to Carlos Tejo. See Issue FOR-814.
+
+ Added documentation about using the "Debian update-alternatives system".
+ Committed by GM. Thanks to Steven Coco. See Issue FOR-1047.
+
+
+ Added FAQ for "Windows gets confused about which Java version to use".
+ Thanks to Ron Blaschke and Ross Gardler.
+ Committed by DC. Thanks to Ron Blaschke.
+
Fixed docs in several places to work with fop94 upgrade.
Committed by FSO.
+
+ Fix some menu items, links and version labels.
+ Committed by TS. Thanks to Bart Molenkamp.
+
+
+ Improve ASF Branding and trademark statements for Forrest websites.
+ Committed by DC. See Issue FOR-1197.
+ For packaged supporting products, we now refer to all licenses from our
+ top-level LICENSE.txt file.
+ Committed by DC. See Issue FOR-855, FOR-857.
+
+
+ Improve i18n FAQ.
+ Committed by DC.
+
+
+ Improvements to documentation for i18n and example. See the "seed-sample" site.
+ Committed by GM. Thanks to Thomas Witteriede. See Issue FOR-707.
+
+
+ Improvements to documentation for Locationmap.
+ Committed by GM. Thanks to Thomas Emmel. See Issue FOR-1160.
+
+
+ Improved FAQ about reporting security issues and link to "ASF Security Team" new web site.
+ Committed by DC.
+
+
Added demonstration of more xdoc elements to the sample document-v20
Committed by DC. Thanks to Carlos Tejo. See Issue FOR-1062.
@@ -808,18 +940,24 @@ document.write("Last Published: " + docu
Add explanation of ForrestBar menu items.
Committed by CD.
+
+
+ Add more entries to glossary to explain
+ some Apache Cocoon terminology and link to relevant docs.
+ Also add some more Forrest terminology.
+ Committed by DC.
-
+
Contributors to this release
We thank the following people for their contributions to this release.
-
This is a list of all people who participated as committers: Brian M. Dube (BMD), Cyriaque Dupoirieux (CD), David Crossley (DC), (DC,TWW), Ferdinand Soethe (FSO), Gavin McDonald (GM), Ross Gardler (RDG), Sjur N Moshagen (SNM), Thorsten Scherler (TS), (TS, DC), Tim Williams (TWW).
-
This is a list of other contributors: Andreas Lehmkuehler, Brolin Empey, Carlos Tejo, Oshani Senevira, Patrick Ohly, Ron Blaschke, Simon Pepping, Sina K. Heshmati, Uwe Kreibaum.
+
This is a list of all people who participated as committers: Brian M. Dube (BMD), Cyriaque Dupoirieux (CD), David Crossley (DC), (DC,TWW), Ferdinand Soethe (FSO), Gavin McDonald (GM), Jeremias Maerki (JM), Ross Gardler (RDG), (RGD), Sjur N Moshagen (SNM), Thorsten Scherler (TS), (TS, DC), Tim Williams (TWW).
+
This is a list of other contributors: Andreas Lehmkuehler, Antoine ROBERT, Bart Molenkamp, Brolin Empey, Carlos Tejo, Mark Eggers, Oshani Senevira, Patrick Ohly, Ron Blaschke, Simon Pepping, Sina K. Heshmati, Steven Coco, Thomas Emmel, Thomas Witteriede, Uwe Kreibaum.
-
+
Version 0.8 (2007-04-18)
-
+
Changes to Build
@@ -827,7 +965,7 @@ document.write("Last Published: " + docu
Add new build target "clean-build".
Committed by CD.
-
+
Changes to the Code Base
@@ -1436,7 +1574,7 @@ document.write("Last Published: " + docu
forrest site fails resume dtd validation Diff
Committed by TS. Thanks to kevin. See Issue FOR-670.
-
+
Changes to Documentation
@@ -1672,21 +1810,21 @@ document.write("Last Published: " + docu
how to debug forrest java classes to the faq Diff
Committed by TS.
-
+
Contributors to this release
We thank the following people for their contributions to this release.
This is a list of all people who participated as committers: Antonio Gallardo (AG), Bertrand Delacretaz (BD), Cyriaque Dupoirieux (CD), David Crossley (DC), Diwaker Gupta (DG), Ferdinand Soethe (FSO), Juan Jose Pablos (JJP), Johannes Schaefer (JS), Ross Gardler (RDG), Sjur N Moshagen (SNM), Thorsten Scherler (TS), Tim Williams (TWW).
This is a list of other contributors: Addison Berry, Alan Chandler, Anil Ramnanan, Brian Dube, Clay Leeds, Community, Dave Brosius, David Crossley, Gavin McDonald, Jan Materne, Jim Dixon, Joachim Breitsprecher, Josias Thoeny, kevin, Martin Stockhammer, Mathieu Champlon, Paul Devine, Paul Kronenwetter, Phillip Evens, Pier Fumagalli, Randy Metcalfe, Rasik Pandey, Richard Calmbach, Ross Gardler, Sjur N. Moshagen, Steve Masover, Tom HANAX, Torsten Stolpmann, Vadim Gritsenko, Vronk Duat.
@@ -1754,7 +1892,7 @@ document.write("Last Published: " + docu
Added testing facilities to plugins to facilitate integration testing.
Committed by RDG.
-
+
Changes to Build
@@ -1764,7 +1902,7 @@ document.write("Last Published: " + docu
Ant "import" task.
Committed by DC.
-
+
Changes to the Code Base
@@ -2052,7 +2190,7 @@ document.write("Last Published: " + docu
starting with Forrest-0.7-dev
Committed by DC.
-
+
Changes to Documentation
@@ -2142,17 +2280,17 @@ document.write("Last Published: " + docu
tab to create subject-specific aggregated documents.
Committed by TS.
-
+
Contributors to this release
We thank the following people for their contributions to this release.
This is a list of all people who participated as committers: Antonio Gallardo (AG), Dave Brondsema (DB), David Crossley (DC), Juan Jose Pablos (JJP), Ross Gardler (RDG), Rick Tessner (RFT), Thorsten Scherler (TS).
This is a list of other contributors: Cyriaque Dupoirieux, Ferdinand Soethe, Florian G. Haas, Gary Feldman, Ian P. Springer, Joao Ferreira, Johannes Schaefer, Jörg Werner, Kevin, Mark Eggers, Ron Blaschke, Sjur N. Moshagen, Stephan E. Schlierf, Tamara Harpster, Upayavira.
-
+
Version 0.6 (2004-10-15)
-
+
Changes to Project Administration
@@ -2163,7 +2301,7 @@ document.write("Last Published: " + docu
OpenSymphony's OSUser for flexible authentication.
Committed by DB.
-
+
Changes to Build
@@ -2187,7 +2325,7 @@ document.write("Last Published: " + docu
Add more descriptions to forrest targets. Highlight the most common ones.
Committed by DB. See Issue FOR-216.
-
+
Changes to the Code Base
@@ -2922,7 +3060,7 @@ document.write("Last Published: " + docu
Sort action types order to "add","remove","update","fix".
Committed by JJP.
We thank the following people for their contributions to this release.
This is a list of all people who participated as committers: Antonio Gallardo (AG), Dave Brondsema (DB), David Crossley (DC), Juan Jose Pablos (JJP), Nicola Ken Barozzi (NKB), Ross Gardler (RDG), Reinhard Pötz (RP), Thorsten Scherler (TS).
This is a list of other contributors: Apache Infrastructure, Arturo Vazquez, Eric Burghard, Eric BURGHARD, Fabio Rinaldi, Florian G. Haas, Jan Materne, Johannes Schaefer, Juan Jose Pablos, Nick Chalko, Pierrick Brihaye, Ramón Prades, Rick Tessner, Rob Exley, Ross Gardler, Sebastian Bergmann, Stephan E. Schlierf, Unico Hommes.
-
+
Version 0.5.1 (2003-10-06)
-
+
Changes to Build
@@ -2997,7 +3135,7 @@ document.write("Last Published: " + docu
forrest.antproxy.xml script now properly fails when Cocoon fails
Committed by JT.
-
+
Changes to the Code Base
@@ -3034,16 +3172,16 @@ document.write("Last Published: " + docu
~/.antrc, which solves problems on some *nix distributions.
Committed by JT.
-
+
Contributors to this release
We thank the following people for their contributions to this release.
This is a list of all people who participated as committers: Jeff Turner (JT).
-
+
Version 0.5 (2003-09-13)
-
+
Changes to the Code Base
@@ -3421,7 +3559,7 @@ document.write("Last Published: " + docu
the xinclude, linkrewriter, and idgen steps.
Committed by NKB.
-
+
Changes to Documentation
@@ -3430,17 +3568,17 @@ document.write("Last Published: " + docu
upgrading to v0.5
Committed by JT.
-
+
Contributors to this release
We thank the following people for their contributions to this release.
This is a list of all people who participated as committers: David Crossley (DC), Juan Jose Pablos (JJP), Jeff Turner (JT), Nicola Ken Barozzi (NKB), Steven Noels (SN).
This is a list of other contributors: Dave Brondsema, Eirik Bjørsnøs, Frederic Robesyn, J.Pietschmann, Joerg Heinicke, Juan Jose Pablos, Ralf Hauser, Ramón Prades, Ringo de Smet, Ross Gardler, Stefan Bodewig.
-
+
Version 0.4 (2003-02-12)
-
+
Changes to the Code Base
@@ -3517,7 +3655,7 @@ document.write("Last Published: " + docu
Switched all loglevels to ERROR.
Committed by NKB.
-
+
Changes to Documentation
@@ -3526,17 +3664,17 @@ document.write("Last Published: " + docu
to the forrestbar.xpi generated by Gump every day.
Committed by NKB.
-
+
Contributors to this release
We thank the following people for their contributions to this release.
This is a list of all people who participated as committers: Jeff Turner (JT), Marc Portier (MP), Nicola Ken Barozzi (NKB).
This is a list of other contributors: Berin Loritsch, Bernhard Brandmair, Cathy Zura.
-
+
Version 0.3 (2003-01-30)
-
+
Changes to Build
@@ -3551,7 +3689,7 @@ document.write("Last Published: " + docu
instead of Cocoon + Centipede logos.
Committed by JT.
-
+
Changes to the Code Base
@@ -3781,7 +3919,7 @@ document.write("Last Published: " + docu
We need icons for the new buttons.
Committed by NKB.
-
+
Changes to Documentation
@@ -3791,17 +3929,17 @@ document.write("Last Published: " + docu
Stylesheets not yet done.
Committed by NKB.
-
+
Contributors to this release
We thank the following people for their contributions to this release.
This is a list of all people who participated as committers: David Crossley (DC), Jeff Turner (JT), Nicola Ken Barozzi (NKB).
This is a list of other contributors: Nick Chalko, Omar Belhaj, Stefan Michels.
-
+
Version 0.2 (2002-11-16)
-
+
Changes to the Code Base
@@ -3820,16 +3958,16 @@ document.write("Last Published: " + docu
Webapp now works under JDK 1.3 (parsers weren't being copied)
Committed by JT.
-
+
Contributors to this release
We thank the following people for their contributions to this release.
This is a list of all people who participated as committers: David Crossley (DC), Jeff Turner (JT).
-
+
Version 0.2rc1 (2002-11-13)
-
+
Changes to Project Administration
@@ -3837,7 +3975,7 @@ document.write("Last Published: " + docu
Initial Import
Committed by SM.
@@ -4083,7 +4221,7 @@ document.write("Last Published: " + docu
Put the internal matches in a separate pipeline with internal-only="true".
Committed by NKB.
@@ -4180,14 +4318,14 @@ document.write("Last Published: " + docu
validated using these DTDs and OASIS Catalogs.
Committed by DC. Thanks to Steven Noels.
-
+
Contributors to this release
We thank the following people for their contributions to this release.
This is a list of all people who participated as committers: Bert Van Kets (BK), David Crossley (DC), Jeff Turner (JT), Nicola Ken Barozzi (NKB), Stefano Mazzocchi (SM), Steven Noels (SN).
This is a list of other contributors: Bert Van Kets, Bruno Dumon, Kevin Ross, Leo Simons, Marc Portier, Peter Donald, Steven Noels.
-
+
All Committers
This is a list of all people who have ever participated
@@ -4240,7 +4378,7 @@ document.write("Last Published: " + docu