git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115070 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-04-28 03:36:51 +00:00
parent 49d274afe8
commit 007ae8a717

View File

@@ -25,6 +25,9 @@
</properties>
<body>
<release version="1.7-SNAPSHOT" date="in CVS">
<action dev="brett" type="fix" issue="MPXDOC-98" due-to="fabrizio giustina">Allow reports to be generated even if they aren't linked from the "project reports" section by giving an empty link attribute to the register report tag.</action>
<action dev="brett" type="fix" issue="MPXDOC-90" due-to="Corey Tripp">Only show "CVS Access Behind a Firewall" section if using CVS.</action>
<action dev="brett" type="fix" issue="MPXDOC-96" due-to="fabrizio giustina">wrong lists generated for not expandable menu items. Some changes in patch were already put in place by brett.</action>
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
<action dev="brett" type="fix" issue="MPXDOC-95" due-to="fabrizio giustina">jslToSite fix, escapeNameTokens improvement</action>
<action dev="brett" type="fix" issue="MPXDOC-63">make anchor tags not wrap text, but sit in front of it</action>
@@ -38,7 +41,18 @@
<action dev="dion" type="fix">Fix google search form flow issues</action>
</release>
<release version="1.5" date="2004-02-03">
<action dev="dion" type="update">Apply MPXDOC-77. - generated site is valid tableless XHTML with a fully css layout. - Html elements are now used properly: link lists are ul, titles are h1, h2, etc. - invalid html produced for sections "name" elements is now fixed, escaping unvalid chars (replaced by "_"). - Hrefs for local links (starting with "#") are fixed accordingly during transformation - whitespace in output has been dramatically reduced (only preserved in sensitive elements such as pre, script, style - fixes layout during loading in internet explorer: empty images in the nav bar are popping up with the default blue border and text is initially unstyled. - No empty images are used anymore ("handles" for nav bar are created using css) - xdoc:copy-user-resources also copies resource from maven.gen.docs and not only from maven.docs.src: this allows for reporting plugins to generate images without copying them directly to maven.docs.dest - users can add links _after_ the standard project info/project reports section setting the "type" attribute to "footer" for the menu element ($nav/body/menu[@type='footer']) - development process URL is not included if maven.xdoc.developmentProcessUrl is empty - xhtml fix: missing "alt" attribute for images (required in xhtml) is added automatically</action>
<action dev="dion" type="update">Apply MPXDOC-77.<ul>
<li>generated site is valid tableless XHTML with a fully css layout.</li>
<li>Html elements are now used properly: link lists are ul, titles are h1, h2, etc.</li>
<li>invalid html produced for sections "name" elements is now fixed, escaping unvalid chars (replaced by "_").</li>
<li>Hrefs for local links (starting with "#") are fixed accordingly during transformation</li>
<li>whitespace in output has been dramatically reduced (only preserved in sensitive elements such as pre, script, style</li>
<li>fixes layout during loading in internet explorer: empty images in the nav bar are popping up with the default blue border and text is initially unstyled.</li>
<li>No empty images are used anymore ("handles" for nav bar are created using css)</li>
<li>xdoc:copy-user-resources also copies resource from maven.gen.docs and not only from maven.docs.src: this allows for reporting plugins to generate images without copying them directly to maven.docs.dest</li>
<li>users can add links _after_ the standard project info/project reports section setting the "type" attribute to "footer" for the menu element ($nav/body/menu[@type='footer'])</li>
<li>development process URL is not included if maven.xdoc.developmentProcessUrl is empty</li>
<li>xhtml fix: missing "alt" attribute for images (required in xhtml) is added automatically</li></ul></action>
<action dev="jvanzyl" type="update">Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property.</action>
<action dev="dion" type="update">Removed unneeded ant and grant dependencies.</action>
<action dev="dion" type="update">Fix MAVEN-965. Document maven.xdoc.jsl.</action>