Diff for Plans for DITA-OT 1.5
Fri, 2009-12-18 19:17 by robander | Tue, 2010-01-12 08:10 by leorab | ||
---|---|---|---|
Organized the list of changes for added clarity. (LB at Suite Solutions) | |||
< previous diff | next diff > | ||
Changes to Body | |||
Line 1 | Line 1 | ||
<h1 align="justify">DITA Open Toolkit version 1.5</h1>
| <h1 align="justify">DITA Open Toolkit version 1.5</h1>
| ||
<p>
| <p>
| ||
- | <em>Note: while the DITA Standard itself is owned and developed by
| + | <em>Note: while the DITA Standard itself is owned and developed by OASIS, the DITA Open Toolkit is an independent, open source implementation of the standard. </em>
|
- | OASIS, the DITA Open Toolkit is an independent, open source
| + | |
- | implementation of the standard. </em>
| + | |
</p>
| </p>
| ||
<p>
| <p>
| ||
Line 9 | Line 7 | ||
</p>
| </p>
| ||
<p>
| <p>
| ||
- | DITA-OT 1.5 contains full support for the
| + | DITA-OT 1.5 contains full support for the DITA 1.2 specification. Development of 1.5 took place as a series of 3-week iterations, with one or more significant item completed in each iteration. Each iteration ended with a milestone release available under the "test build" heading at the DITA-OT download page on SourceForge. The updates included with each milestone build are listed below.
|
- | DITA 1.2 specification. Development of 1.5 took place as a
| + | |
- | series of 3-week iterations, with one or more significant item completed in each
| + | |
- | iteration. Each iteration ended with a milestone release available under
| + | |
- | the "test build" heading at the DITA-OT download page on SourceForge. The updates included with each milestone build are listed below.
| + | |
</p>
| </p>
| ||
<p>
| <p>
| ||
The DITA-OT 1.5 package can be downloaded from <a href="http://sourceforge.net/projects/dita-ot/files/" target="_blank">SourceForge</a>. To determine which package you need, see [[DITA-OT Packages]].
| The DITA-OT 1.5 package can be downloaded from <a href="http://sourceforge.net/projects/dita-ot/files/" target="_blank">SourceForge</a>. To determine which package you need, see [[DITA-OT Packages]].
| ||
</p>
| </p>
| ||
- | <h3>Items available in the final DITA-OT 1.5 build </h3>
| + | <h3>Items available in the final DITA-OT 1.5 build </h3><strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Release Date: </span></strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">December 18, 2009</span>
|
- | The final build of DITA-OT 1.5 contains all of the fixes listed below for previous milestones, as well as a few new items related to the PDF transform. However, many additional updates were made to the PDF transform without being recorded at the time of release; those updates are listed here, but most initially appeared earlier in a milestone build:<br />
| + | <p style="margin: 0in 0in 0pt" class="MsoNoSpacing">
|
- | <br />
| + | <strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Compatible with</span></strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">:<span> </span>Dita 1.2 and XSLT 2</span>
|
+ | </p>
| ||
+ | <p style="margin: 0in 0in 0pt" class="MsoNoSpacing">
| ||
+ | <span style="font-family: 'Arial','sans-serif'; font-size: 9pt">The final build of DITA-OT 1.5 contains all of the fixes listed below for previous milestones, as well as a few new items related to the PDF transform. However, many additional updates were made to the PDF transform without being recorded at the time of release; those updates are listed here, but most initially appeared earlier in a milestone build:</span>
| ||
+ | </p>
| ||
+ | <p>
| ||
+ | <span style="font-family: Symbol; font-size: 9pt"><span><strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">XSLT Improvements</span></strong></span></span>
| ||
+ | </p>
| ||
+ | <ul>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Task elements are handled in separate XSL files. This makes them a little easier to find, and more importantly it corrects a slew of priority bugs</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">attr-set-reflection.xsl now actually works. It used to be that some attribute sets were "fakes" - topic.topic.title for example couldn't have <xsl:if> or <xsl:variable> in it. Now all attributes sets are "real" - they all support normal xsl behavior</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Most topics are generated via a common template: <xsl:apply-templates select="." mode="commonTopicProcessing"/>, which allows more sophisticated template matching if warranted.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">layout-masters.xsl replaces layout-masters.xml, allowing xsl templates and variables for simpler coding of layout masters</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt"><xref> text is done with a mode pattern match, which means that you don't have to override the whole huge template to change one type of xref.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Spacing was improved at the cost of a little fragility: The <indexterm>s in <prolog> now actually generate their anchors inside the title text, which prevents some strange spacing problems. However, this means that customizations that override the template that generates the title need to be updated.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">The TOC text is generated via pattern matches, so you can overwrite TOC text for one type of entry without changing the whole template.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Duplicate id values error fixed</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Convert named PDF templates to mode templates</span></span></span></li>
| ||
+ | </ul>
| ||
+ | <p>
| ||
+ | <span style="font-family: Symbol; font-size: 9pt"><span><strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Toolkit files</span></strong></span></span>
| ||
+ | </p>
| ||
+ | <ul>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">basic-settings.xsl - there's a new file that allows you to set margins </span></span></span><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">and page size and default font size and the side-column width (i.e. the indent of normal body text) without making tons of changes all over the place.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Organizing of dtd files </span></span></span></li>
| ||
+ | </ul>
| ||
+ | <p>
| ||
+ | <span style="font-family: Symbol; font-size: 9pt"></span><span style="font-family: Symbol; font-size: 9pt"><span><strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Content</span></strong></span></span>
| ||
+ | </p>
| ||
+ | <ul>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">The @scale attribute on images is supported as per the spec.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">The @pgwide attribute is supported on tables</span></span></span></li>
| ||
+ | </ul>
| ||
+ | <p>
| ||
+ | <span style="font-family: Symbol; font-size: 9pt"><span><strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Localization</span></strong></span></span>
| ||
+ | </p>
| ||
+ | <ul>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">xml:lang is supported. The first xml:lang sets the language for the whole document, unless the document.locale parameter is set. Additionally, xml:lang works on an element by element level for variable substitutions, which can be useful for example for a multilingual warnings section.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Some letters from the French index are fixed </span></span></span></li>
| ||
+ | </ul>
| ||
+ | <p>
| ||
+ | <span style="font-family: Symbol; font-size: 9pt"><span><strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Ant</span></strong></span></span>
| ||
+ | </p>
| ||
+ | <ul>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span></span></span><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Ant parameter args.chapter.layout or $chapterLayout='BASIC' removes the whole Mini-TOC at the start of each chapter.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Ant parameter retain.topic.fo set to any value will retain topic.fo for debugging.</span></span></span></li>
| ||
+ | </ul>
| ||
+ | <p>
| ||
+ | <span style="font-family: Symbol; font-size: 9pt"><span><strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Output</span></strong></span></span>
| ||
+ | </p>
| ||
+ | <ul>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Notices now appear before the TOC. (However, the bookmarks still appear after the TOC; this is a bug.)</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">The <strong>></strong> character is now the default in a menucascade instead of that arrow character that wasn't in anyone's fonts.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Short Description and abstract appear even in the first topic of a chapter, fixing an old bug.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">A step with importance="optional" now generates an Optional label on that step.</span><span style="font-family: Symbol; font-size: 9pt"><span>·<span style="font-family: 'Times New Roman'"> </span></span></span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Bookmarks default to collapsed, and there are both Ant and stylesheet parameters to change that.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Suppress data and data-about in PDF output</span></span></span></li>
| ||
+ | </ul>
| ||
+ | <p>
| ||
+ | <span style="font-family: Symbol; font-size: 9pt"><span><strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">PDF Formatters</span></strong></span></span>
| ||
+ | </p>
| ||
+ | <ul>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span></span></span><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">FOP support somewhat improved, but there's still no index until FOP starts supporting the necessary elements.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Out of the box Antenna House support - you only have to set the Ant parameter pdf.formatter=ah. You might want to check that the environment variable AXF_DIR is set to point to your Antenna House directory, but it's only necessary if it's in a non-standard place or it's newer than AH Formatter 5.1.</span></span></span></li>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">RenderX is still supported, as before, with pdf.formatter=xep. It's no longer the default, though. pdf.formatter=fop is the default.</span></span></span></li>
| ||
+ | </ul>
| ||
+ | <p>
| ||
+ | <span style="font-family: Symbol; font-size: 9pt"><span><strong><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">XSLT Engine</span></strong></span></span>
| ||
+ | </p>
| ||
+ | <ul>
| ||
+ | <li><span style="font-family: Symbol; font-size: 9pt"><span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Saxon 9 is the default, which means XSLT2 is supported.</span></span></span></li>
| ||
+ | </ul>
| ||
+ | <p>
| ||
+ | <span style="font-family: Symbol; font-size: 9pt"></span><strong><span style="font-family: 'Arial','sans-serif'; color: black; font-size: 9pt">Backwards incompatibilities</span></strong>
| ||
+ | </p>
| ||
<ul>
| <ul>
| ||
- | <li>Out of the box Antenna House support - you only have to set the Ant parameter pdf.formatter=ah. You might want to check that the environment variable AXF_DIR is set to point to your Antenna House directory, but it's only necessary if it's in a non-standard place or it's newer than AH Formatter 5.1.</li>
| + | <li><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">There is a backwards incompatibility in the next release if you have customized processTopicTitle</span><span style="font-family: Symbol; font-size: 9pt"><span>·<span style="font-family: 'Times New Roman'"> </span></span></span></li>
|
- | <li>Task elements are handled in separate XSL files. This makes them a little easier to find, but it also corrects a slew of priority bugs.</li>
| + | <li><span style="font-family: Symbol; font-size: 9pt"></span><span style="font-family: 'Arial','sans-serif'; font-size: 9pt">Munging is backwards incompatible if you use the IDs elsewhere.</span></li>
|
- | <li>The @scale attribute on images is supported as per the spec.</li>
| + | |
- | <li>xml:lang is supported. The first xml:lang sets the language for the whole document, unless the document.locale parameter is set. Additionally, xml:lang works on an element by element level for variable substitutions, which can be useful for example for a multilingual warnings section.</li>
| + | |
- | <li>Spacing was improved at the cost of a little fragility: The <indexterm>s in <prolog> now actually generate their anchors inside the title text, which prevents some strange spacing problems. However, this means that customizations that override the template that generates the title need to be updated.</li>
| + | |
- | <li>attr-set-reflection.xsl now actually works. It used to be that some attribute sets were "fakes" - topic.topic.title for example couldn't have <xsl:if> or <xsl:variable> in it. Now all attributes sets are "real" - they all support normal xsl behavior.</li>
| + | |
- | <li>basic-settings.xsl - there's a new file that allows you to set margins and page size and default font size and the side-column width (i.e. the indent of normal body text) without making tons of changes all over the place.</li>
| + | |
- | <li>Notices now appear before the TOC. However, the bookmarks still appear after the TOC; this is a bug.</li>
| + | |
- | <li>The > character is now the default in a menucascade instead of that arrow character that wasn't in anyone's fonts.</li>
| + | |
- | <li>shortdesc and abstract appear even in the first topic of a chapter, fixing an old bug.</li>
| + | |
- | <li>Most topics are generated via a common template: <xsl:apply-templates select="." mode="commonTopicProcessing"/>, which allows more sophisticated template matching if warranted.</li>
| + | |
- | <li>layout-masters.xsl replaces layout-masters.xml, allowing xsl templates and variables for simpler coding of layout masters.</li>
| + | |
- | <li><xref> text is done with a moded pattern match, which means that you don't have to override the whole huge template to change one type of xref.</li>
| + | |
- | <li>The TOC text is generated via pattern matches, so you can overwrite TOC text for one type of entry without changing the whole template.</li>
| + | |
- | <li>A step with importance="optional" now generates an Optional label on that step.</li>
| + | |
- | <li>Saxon 9 is the default, which means XSLT2 is supported.</li>
| + | |
- | <li>Existing classpath is no longer ignored.</li>
| + | |
- | <li>bookmarks default to collapsed, and there are both Ant and stylesheet parameters to change that.</li>
| + | |
- | <li>Ant parameter args.chapter.layout or $chapterLayout='BASIC' removes the whole Mini-TOC at the start of each chapter.</li>
| + | |
- | <li>Ant parameter retain.topic.fo set to any value will retain topic.fo for debugging.</li>
| + | |
- | <li>FOP support somewhat improved, but there's still no index until FOP starts supporting the necessary elements.</li>
| + | |
- | <li>@pgwide supported on tables</li>
| + | |
- | <li>Some letters was from the French index are fixed </li>
| + | |
</ul>
| </ul>
| ||
<h3>Items available in Milestone 24 (December 4, 2009)</h3>
| <h3>Items available in Milestone 24 (December 4, 2009)</h3>
| ||
<p>
| <p>
| ||
- | Milestone 24 was added to allow time for some final PDF fixes, which were delayed past the original Milestone 23 code freeze date. Many of the fixes added in M24 are collected with other previous fixes in the list above this item. In addition, the following updates are included:
| + | Milestone 24 was added to allow time for some final PDF fixes, which were delayed past the original Milestone 23 code freeze date. Many of the fixes added in M24 are collected with other previous fixes in the list above this item. In addition, the following updates are included:
|
</p>
| </p>
| ||
<ul>
| <ul>
| ||
Line 56 | Line 102 | ||
<li>Bug 1848313 <a href="http://sourceforge.net/tracker/?func=detail&aid=1848313&group_id=132728&atid=725074">ditaval file sent to XSLT not URL</a></li>
| <li>Bug 1848313 <a href="http://sourceforge.net/tracker/?func=detail&aid=1848313&group_id=132728&atid=725074">ditaval file sent to XSLT not URL</a></li>
| ||
<li>Bug 1897542 <a href="http://sourceforge.net/tracker/?func=detail&aid=1897542&group_id=132728&atid=725074">Chunk to-content may need to rewrite topic IDs</a></li>
| <li>Bug 1897542 <a href="http://sourceforge.net/tracker/?func=detail&aid=1897542&group_id=132728&atid=725074">Chunk to-content may need to rewrite topic IDs</a></li>
| ||
- | <li>Bug 2875946
| + | <li>Bug 2875946 <a href="http://sourceforge.net/tracker/?func=detail&aid=2875946&group_id=132728&atid=725074">PDF: table @pgwide semantics not implemented</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2875946&group_id=132728&atid=725074">PDF: table @pgwide semantics not implemented</a></li>
| + | <li>Bug 2893745 <a href="http://sourceforge.net/tracker/?func=detail&aid=2893745&group_id=132728&atid=725074">missing fop's file/directory in standard package</a></li>
|
- | <li>Bug 2893745
| + | <li>Bug 2900047 <a href="http://sourceforge.net/tracker/?func=detail&aid=2900047&group_id=132728&atid=725074">map2htmtoc.xsl doesn't allow for extension of root template</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2893745&group_id=132728&atid=725074">missing fop's file/directory in standard package</a></li>
| + | <li>Bug 2906957 <a href="http://sourceforge.net/tracker/?func=detail&aid=2906957&group_id=132728&atid=725074">Update Eclipse plugin DTDs and packaging</a></li>
|
- | <li>Bug 2900047
| + | |
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2900047&group_id=132728&atid=725074">map2htmtoc.xsl doesn't allow for extension of root template</a></li>
| + | |
- | <li>Bug 2906957
| + | |
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2906957&group_id=132728&atid=725074">Update Eclipse plugin DTDs and packaging</a></li>
| + | |
</ul>
| </ul>
| ||
<h3>Items available in Milestone 23 (November 22, 2009)<br />
| <h3>Items available in Milestone 23 (November 22, 2009)<br />
| ||
</h3>
| </h3>
| ||
<p>
| <p>
| ||
- | Milestone 23 contains the following enhancement and fixes:
| + | Milestone 23 contains the following enhancement and fixes:
|
</p>
| </p>
| ||
<ul>
| <ul>
| ||
<li>Sample Ant build script (samples/ant_sample/sample_xhtml_plus_css.xml), along with a small CSS file, used to demonstrate how to drastically change the look-and-feel of XHTML output with a small CSS override. This sample build also makes use of all current CSS related build parameters. </li>
| <li>Sample Ant build script (samples/ant_sample/sample_xhtml_plus_css.xml), along with a small CSS file, used to demonstrate how to drastically change the look-and-feel of XHTML output with a small CSS override. This sample build also makes use of all current CSS related build parameters. </li>
| ||
- | <li>RFE 2869784
| + | <li>RFE 2869784 <a href="http://sourceforge.net/tracker/?func=detail&aid=2869784&group_id=132728&atid=725077">New Java class to supply current OT version</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2869784&group_id=132728&atid=725077">New Java class to supply current OT version</a></li>
| + | <li>Bug 2887331 <a href="http://sourceforge.net/tracker/?func=detail&aid=2887331&group_id=132728&atid=725074">chunk="to-content" on a sub-map causes path error</a></li>
|
- | <li>Bug 2887331
| + | <li>Bug 2871017 <a href="http://sourceforge.net/tracker/?func=detail&aid=2871017&group_id=132728&atid=725074">eclipsehelp plugin.xml invalid in 1.5M20</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2887331&group_id=132728&atid=725074">chunk="to-content" on a sub-map causes path error</a></li>
| + | <li>Bug 2891736 <a href="http://sourceforge.net/tracker/?func=detail&aid=2891736&group_id=132728&atid=725074">indexterm in topicref level are copied into topic/prolog</a></li>
|
- | <li>Bug 2871017
| + | |
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2871017&group_id=132728&atid=725074">eclipsehelp plugin.xml invalid in 1.5M20</a></li>
| + | |
- | <li>Bug 2891736
| + | |
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2891736&group_id=132728&atid=725074">indexterm in topicref level are copied into topic/prolog</a></li>
| + | |
<li>Bug 2893316 <a href="http://sourceforge.net/tracker/?func=detail&aid=2893316&group_id=132728&atid=725074">Bug in the integrator.xml</a> (CDATA sections resolved incorrectly)</li>
| <li>Bug 2893316 <a href="http://sourceforge.net/tracker/?func=detail&aid=2893316&group_id=132728&atid=725074">Bug in the integrator.xml</a> (CDATA sections resolved incorrectly)</li>
| ||
- | <li>Bug 2893493
| + | <li>Bug 2893493 <a href="http://sourceforge.net/tracker/?func=detail&aid=2893493&group_id=132728&atid=725074">${clean.temp} is not set to true per documentation</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2893493&group_id=132728&atid=725074">${clean.temp} is not set to true per documentation</a></li>
| + | <li>Bug 2893664 <a href="http://sourceforge.net/tracker/?func=detail&aid=2893664&group_id=132728&atid=725074">ampersand entity with conref actions causes build to fail</a></li>
|
- | <li>Bug 2893664
| + | <li>Bug 2893745 <a href="http://sourceforge.net/tracker/?func=detail&aid=2893745&group_id=132728&atid=725074">missing fop's file/directory in standard package</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2893664&group_id=132728&atid=725074">ampersand entity with conref actions causes build to fail</a></li>
| + | <li>Bug 2893924 <a href="http://sourceforge.net/tracker/?func=detail&aid=2893924&group_id=132728&atid=725074">htmlhelp transtype requires video plugin</a></li>
|
- | <li>Bug 2893745
| + | |
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2893745&group_id=132728&atid=725074">missing fop's file/directory in standard package</a></li>
| + | |
- | <li>Bug 2893924
| + | |
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2893924&group_id=132728&atid=725074">htmlhelp transtype requires video plugin</a></li>
| + | |
</ul>
| </ul>
| ||
<h3><strong>Items available in Milestone 22 (October 30, 2009)<br />
| <h3><strong>Items available in Milestone 22 (October 30, 2009)<br />
| ||
</strong></h3>
| </strong></h3>
| ||
<p>
| <p>
| ||
- | Milestone 22 includes the following updates and fixes:
| + | Milestone 22 includes the following updates and fixes:
|
</p>
| </p>
| ||
<ul>
| <ul>
| ||
<li>Updated packages so that Saxon is only included in Full Easy Install (the version that also includes Ant, FOP, and other libraries)</li>
| <li>Updated packages so that Saxon is only included in Full Easy Install (the version that also includes Ant, FOP, and other libraries)</li>
| ||
- | <li>RFE 2881996
| + | <li>RFE 2881996 <a href="https://sourceforge.net/tracker/?func=detail&aid=2881996&group_id=132728&atid=725077">Make PDF plug-in extensible</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2881996&group_id=132728&atid=725077">Make PDF plug-in extensible</a></li>
| + | <li>RFE 2882072 <a href="https://sourceforge.net/tracker/?func=detail&aid=2882072&group_id=132728&atid=725077">Add parameter to control PDF bookmarks (default collapsed)</a></li>
|
- | <li>RFE 2882072
| + | <li>RFE 2860176 <a href="http://sourceforge.net/tracker/?func=detail&aid=2860176&group_id=132728&atid=725077">Expose topicpull parameters as Ant properties</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2882072&group_id=132728&atid=725077">Add parameter to control PDF bookmarks (default collapsed)</a></li>
| + | <li>RFE 2874200 <a href="https://sourceforge.net/tracker/?func=detail&aid=2874200&group_id=132728&atid=725077">Better handling of missing simpletable entries in PDF</a></li>
|
- | <li>RFE 2860176
| + | <li>RFE 2882103 <a href="https://sourceforge.net/tracker/?func=detail&aid=2882103&group_id=132728&atid=725077">Provide hook for specializations to add custom headers</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2860176&group_id=132728&atid=725077">Expose topicpull parameters as Ant properties</a></li>
| + | <li>RFE 2882109 <a href="https://sourceforge.net/tracker/?func=detail&aid=2882109&group_id=132728&atid=725077">Convert named PDF templates to mode templates</a></li>
|
- | <li>RFE 2874200
| + | <li>RFE 2882870 <a href="https://sourceforge.net/tracker/?func=detail&aid=2882870&group_id=132728&atid=725077">Add parameter to control PDF Chapter style</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2874200&group_id=132728&atid=725077">Better handling of missing simpletable entries in PDF</a></li>
| + | <li>RFE 2883406 <a href="https://sourceforge.net/tracker/?func=detail&aid=2883406&group_id=132728&atid=725077">Add extension point for modifying PDF link text</a></li>
|
- | <li>RFE 2882103
| + | <li>Patch 2559665 <a href="https://sourceforge.net/tracker/?func=detail&aid=2559665&group_id=132728&atid=725076">Recognize *.swf as image format</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2882103&group_id=132728&atid=725077">Provide hook for specializations to add custom headers</a></li>
| + | <li>Patch 2804311 <a href="https://sourceforge.net/tracker/?func=detail&aid=2804311&group_id=132728&atid=725076">Feature value trim test bug</a></li>
|
- | <li>RFE 2882109
| + | <li>Bug 1732205 <a href="https://sourceforge.net/tracker/?func=detail&aid=1732205&group_id=132728&atid=725074">Wrong encoding on RTF stylesheet</a> (non-Latin characters garbled)</li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2882109&group_id=132728&atid=725077">Convert named PDF templates to mode templates</a></li>
| + | <li>Bug 1880097 <a href="https://sourceforge.net/tracker/?func=detail&aid=1880097&group_id=132728&atid=725074">PDF2 ignores contents of <xref> elements</a></li>
|
- | <li>RFE 2882870
| + | <li>Bug 2661418 <a href="https://sourceforge.net/tracker/?func=detail&aid=2661418&group_id=132728&atid=725074">make the TOC in pdf2 output link to topics in pdf</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2882870&group_id=132728&atid=725077">Add parameter to control PDF Chapter style</a></li>
| + | <li>Bug 2866322 <a href="https://sourceforge.net/tracker/?func=detail&aid=2866322&group_id=132728&atid=725074">Generated links have bad URLs</a></li>
|
- | <li>RFE 2883406
| + | <li>Bug 2871326 <a href="http://sourceforge.net/tracker/?func=detail&aid=2871326&group_id=132728&atid=725074">Cannot use different TOC titles for same topic in PDF</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2883406&group_id=132728&atid=725077">Add extension point for modifying PDF link text</a></li>
| + | <li>Bug 2872988 <a href="https://sourceforge.net/tracker/?func=detail&aid=2872988&group_id=132728&atid=725074">Bad relcolwidth crashes PDF output</a></li>
|
- | <li>Patch 2559665
| + | <li>Bug 2873654 <a href="https://sourceforge.net/tracker/?func=detail&aid=2873654&group_id=132728&atid=725074">PDF missing rules for new DITA 1.2 content elements</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2559665&group_id=132728&atid=725076">Recognize *.swf as image format</a></li>
| + | <li>Bug 2879171 <a href="https://sourceforge.net/tracker/?func=detail&aid=2879171&group_id=132728&atid=725074">Shortdesc & Abstract formatting is incorrect for PDF</a></li>
|
- | <li>Patch 2804311
| + | <li>Bug 2882085 <a href="https://sourceforge.net/tracker/?func=detail&aid=2882085&group_id=132728&atid=725074">Obsolete code in PDF plug-in should be removed</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2804311&group_id=132728&atid=725076">Feature value trim test bug</a></li>
| + | <li>Bug 1629096 <a href="https://sourceforge.net/tracker/?func=detail&aid=1629096&group_id=132728&atid=725074">docbook creates invalid varlistentry</a></li>
|
- | <li>Bug 1732205
| + | <li>Bug 1815571 <a href="https://sourceforge.net/tracker/?func=detail&aid=1815571&group_id=132728&atid=725074">Invalid property in fo:table-body</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=1732205&group_id=132728&atid=725074">Wrong encoding on RTF stylesheet</a> (non-Latin characters garbled)</li>
| + | <li>Bug 2875373 <a href="https://sourceforge.net/tracker/?func=detail&aid=2875373&group_id=132728&atid=725074">tm in linktext is dropped</a></li>
|
- | <li>Bug 1880097
| + | <li>Bug 2870935 <a href="https://sourceforge.net/tracker/?func=detail&aid=2870935&group_id=132728&atid=725074">keyref within topics ignore @copy-to attributes</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=1880097&group_id=132728&atid=725074">PDF2 ignores contents of <xref> elements</a></li>
| + | <li>Bug 2873560 <a href="https://sourceforge.net/tracker/?func=detail&aid=2873560&group_id=132728&atid=725074">SWF flash not defined as resources to be copied</a></li>
|
- | <li>Bug 2661418
| + | <li>Bug 2872954 <a href="https://sourceforge.net/tracker/?func=detail&aid=2872954&group_id=132728&atid=725074">Conref push not working at map level</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2661418&group_id=132728&atid=725074">make the TOC in pdf2 output link to topics in pdf</a></li>
| + | <li>Bug 2871009 <a href="https://sourceforge.net/tracker/?func=detail&aid=2871009&group_id=132728&atid=725074">Temp directory leaves behind single directory and file</a></li>
|
- | <li>Bug 2866322
| + | <li>Bug 2866204 <a href="https://sourceforge.net/tracker/?func=detail&aid=2866204&group_id=132728&atid=725074">Topicref with keyref fails to produce output</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2866322&group_id=132728&atid=725074">Generated links have bad URLs</a></li>
| + | <li>Bug 2878446 <a href="https://sourceforge.net/tracker/?func=detail&aid=2878446&group_id=132728&atid=725074">Issue with ampersand in xrefs in attributes</a></li>
|
- | <li>Bug 2871326
| + | |
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2871326&group_id=132728&atid=725074">Cannot use different TOC titles for same topic in PDF</a></li>
| + | |
- | <li>Bug 2872988
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2872988&group_id=132728&atid=725074">Bad relcolwidth crashes PDF output</a></li>
| + | |
- | <li>Bug 2873654
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2873654&group_id=132728&atid=725074">PDF missing rules for new DITA 1.2 content elements</a></li>
| + | |
- | <li>Bug 2879171
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2879171&group_id=132728&atid=725074">Shortdesc & Abstract formatting is incorrect for PDF</a></li>
| + | |
- | <li>Bug 2882085
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2882085&group_id=132728&atid=725074">Obsolete code in PDF plug-in should be removed</a></li>
| + | |
- | <li>Bug 1629096
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=1629096&group_id=132728&atid=725074">docbook creates invalid varlistentry</a></li>
| + | |
- | <li>Bug 1815571
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=1815571&group_id=132728&atid=725074">Invalid property in fo:table-body</a></li>
| + | |
- | <li>Bug 2875373
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2875373&group_id=132728&atid=725074">tm in linktext is dropped</a></li>
| + | |
- | <li>Bug 2870935
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2870935&group_id=132728&atid=725074">keyref within topics ignore @copy-to attributes</a></li>
| + | |
- | <li>Bug 2873560
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2873560&group_id=132728&atid=725074">SWF flash not defined as resources to be copied</a></li>
| + | |
- | <li>Bug 2872954
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2872954&group_id=132728&atid=725074">Conref push not working at map level</a></li>
| + | |
- | <li>Bug 2871009
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2871009&group_id=132728&atid=725074">Temp directory leaves behind single directory and file</a></li>
| + | |
- | <li>Bug 2866204
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2866204&group_id=132728&atid=725074">Topicref with keyref fails to produce output</a></li>
| + | |
- | <li>Bug 2878446
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2878446&group_id=132728&atid=725074">Issue with ampersand in xrefs in attributes</a></li>
| + | |
</ul>
| </ul>
| ||
<h3>Items available in Milestone 21 (September 29, 2009) <br />
| <h3>Items available in Milestone 21 (September 29, 2009) <br />
| ||
</h3>
| </h3>
| ||
<ul>
| <ul>
| ||
- | <li>RFE 2859612
| + | <li>RFE 2859612 <a href="https://sourceforge.net/tracker/?func=detail&aid=2859612&group_id=132728&atid=725077">Add support for Serbian (Latin)</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2859612&group_id=132728&atid=725077">Add support for Serbian (Latin)</a></li>
| + | <li>RFE 2002857 <a href="https://sourceforge.net/tracker/?func=detail&aid=2002857&group_id=132728&atid=725077">homeID in javahelp .hs file is not set</a></li>
|
- | <li>RFE 2002857
| + | <li>RFE 2780998 <a href="http://sourceforge.net/tracker/?func=detail&aid=2780998&group_id=132728&atid=725077">startcmd.sh: Run the user's shell, not sh</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2002857&group_id=132728&atid=725077">homeID in javahelp .hs file is not set</a></li>
| + | <li>RFE 2120219 <a href="https://sourceforge.net/tracker/?func=detail&aid=2120219&group_id=132728&atid=725077">Add PDF to the supported image</a></li>
|
- | <li>RFE 2780998
| + | <li>RFE 1623246 <a href="https://sourceforge.net/tracker/?func=detail&aid=1623246&group_id=132728&atid=725077">Support RFC4646 language tags in Index modules</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2780998&group_id=132728&atid=725077">startcmd.sh: Run the user's shell, not sh</a></li>
| + | <li>Bug 1931457 <a href="https://sourceforge.net/tracker/?func=detail&aid=1931457&group_id=132728&atid=725074">Need to identify transtype during XHTML output step</a></li>
|
- | <li>RFE 2120219
| + | <li>Bug 2860433 <a href="https://sourceforge.net/tracker/?func=detail&aid=2860433&group_id=132728&atid=725074">Keyref on <image> fails to resolve</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2120219&group_id=132728&atid=725077">Add PDF to the supported image</a></li>
| + | <li>Bug 2860199 <a href="https://sourceforge.net/tracker/?func=detail&aid=2860199&group_id=132728&atid=725074">Chunk to-content in submap resulting in missing output</a></li>
|
- | <li>RFE 1623246
| + | <li>Bug 2860168 <a href="https://sourceforge.net/tracker/?func=detail&aid=2860168&group_id=132728&atid=725074">Suppress data and data-about in PDF output</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=1623246&group_id=132728&atid=725077">Support RFC4646 language tags in Index modules</a></li>
| + | <li>Bug 2856742 <a href="https://sourceforge.net/tracker/?func=detail&aid=2856742&group_id=132728&atid=725074">Problem of keys attribute in nested topicref elements</a></li>
|
- | <li>Bug 1931457
| + | <li>Bug 2857167 <a href="https://sourceforge.net/tracker/?func=detail&aid=2857167&group_id=132728&atid=725074">conrefImpl.xsl 1.6.4.13 has duplicate variable decls</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=1931457&group_id=132728&atid=725074">Need to identify transtype during XHTML output step</a></li>
| + | |
- | <li>Bug 2860433
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2860433&group_id=132728&atid=725074">Keyref on <image> fails to resolve</a></li>
| + | |
- | <li>Bug 2860199
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2860199&group_id=132728&atid=725074">Chunk to-content in submap resulting in missing output</a></li>
| + | |
- | <li>Bug 2860168
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2860168&group_id=132728&atid=725074">Suppress data and data-about in PDF output</a></li>
| + | |
- | <li>Bug 2856742
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2856742&group_id=132728&atid=725074">Problem of keys attribute in nested topicref elements</a></li>
| + | |
- | <li>Bug 2857167
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2857167&group_id=132728&atid=725074">conrefImpl.xsl 1.6.4.13 has duplicate variable decls</a></li>
| + | |
</ul>
| </ul>
| ||
<h3>Items available in Milestone 20 (September 14, 2009)</h3>
| <h3>Items available in Milestone 20 (September 14, 2009)</h3>
| ||
<ul>
| <ul>
| ||
<li>RFE <a rel="nofollow" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1725284&group_id=132728&atid=725077">1725284</a>: add support for headings for sections within task (XHTML only - finishes the implementation begun in Milestone 4).</li>
| <li>RFE <a rel="nofollow" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1725284&group_id=132728&atid=725077">1725284</a>: add support for headings for sections within task (XHTML only - finishes the implementation begun in Milestone 4).</li>
| ||
- | <li>RFE 2845278
| + | <li>RFE 2845278 <a href="https://sourceforge.net/tracker/?func=detail&aid=2845278&group_id=132728&atid=725077">Add Ant parameters for XSLT parameters</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2845278&group_id=132728&atid=725077">Add Ant parameters for XSLT parameters</a></li>
| + | <li>RFE 1367897 <a rel="nofollow" href="https://sourceforge.net/tracker/?func=detail&aid=1367897&group_id=132728&atid=725077">Xref content generation enforces formatting choices</a></li>
|
- | <li>RFE 1367897
| + | |
- | <a rel="nofollow" href="https://sourceforge.net/tracker/?func=detail&aid=1367897&group_id=132728&atid=725077">Xref content generation enforces formatting choices</a></li>
| + | |
<li>OASIS Item 12011: Support for the new DITA 1.2 element <stepsection></li>
| <li>OASIS Item 12011: Support for the new DITA 1.2 element <stepsection></li>
| ||
<li>OASIS Item 12055: Support for passing attributes through map references, as clarified by OASIS with DITA 1.2</li>
| <li>OASIS Item 12055: Support for passing attributes through map references, as clarified by OASIS with DITA 1.2</li>
| ||
- | <li>Bug 2854546
| + | <li>Bug 2854546 <a href="http://sourceforge.net/tracker/?func=detail&aid=2854546&group_id=132728&atid=725074">Peer xref leads to invalid destination error in PDF</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2854546&group_id=132728&atid=725074">Peer xref leads to invalid destination error in PDF</a></li>
| + | <li>Bug 2849200 <a rel="nofollow" href="https://sourceforge.net/tracker/?func=detail&aid=2849200&group_id=132728&atid=725074">Style on ditaval prop or revprop is ignored</a></li>
|
- | <li>Bug 2849200
| + | <li>Bug 2845598 <a rel="nofollow" href="https://sourceforge.net/tracker/?func=detail&aid=2845598&group_id=132728&atid=725074">1.5-M18-demo/fo/Customization pdf.formatter</a></li>
|
- | <a rel="nofollow" href="https://sourceforge.net/tracker/?func=detail&aid=2849200&group_id=132728&atid=725074">Style on ditaval prop or revprop is ignored</a></li>
| + | <li>Bug 2842753 <a rel="nofollow" href="https://sourceforge.net/tracker/?func=detail&aid=2842753&group_id=132728&atid=725074">catalog-dita.xml has invalid entries</a></li>
|
- | <li>Bug 2845598
| + | <li>Bug 2846111 <a href="http://sourceforge.net/tracker/?func=detail&aid=2846111&group_id=132728&atid=725074">Unnecessary text generated for external xref</a></li>
|
- | <a rel="nofollow" href="https://sourceforge.net/tracker/?func=detail&aid=2845598&group_id=132728&atid=725074">1.5-M18-demo/fo/Customization pdf.formatter</a></li>
| + | |
- | <li>Bug 2842753
| + | |
- | <a rel="nofollow" href="https://sourceforge.net/tracker/?func=detail&aid=2842753&group_id=132728&atid=725074">catalog-dita.xml has invalid entries</a></li>
| + | |
- | <li>Bug 2846111
| + | |
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2846111&group_id=132728&atid=725074">Unnecessary text generated for external xref</a></li>
| + | |
</ul>
| </ul>
| ||
<h3>Items available in Milestone 19 (August 24, 2009)</h3>
| <h3>Items available in Milestone 19 (August 24, 2009)</h3>
| ||
<p>
| <p>
| ||
- | Milestone 19 adds support for DITA 1.2 constraint validation into the conref processor. It also contains the following items from the SourceForge trackers:
| + | Milestone 19 adds support for DITA 1.2 constraint validation into the conref processor. It also contains the following items from the SourceForge trackers:
|
</p>
| </p>
| ||
<ul>
| <ul>
| ||
- | <li>Bug 2839035
| + | <li>Bug 2839035 <a href="http://sourceforge.net/tracker/?func=detail&aid=2839035&group_id=132728&atid=725074">Chunk code cannot parse xref with &</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2839035&group_id=132728&atid=725074">Chunk code cannot parse xref with &</a></li>
| + | <li>Bug 2829350 <a href="http://sourceforge.net/tracker/?func=detail&aid=2829350&group_id=132728&atid=725074">Build_demo.xml places files in incorrect directory</a></li>
|
- | <li>Bug 2829350
| + | <li>Bug 2832696 <a href="http://sourceforge.net/tracker/?func=detail&aid=2832696&group_id=132728&atid=725074">Move meta module pushes content into non-DITA file</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2829350&group_id=132728&atid=725074">Build_demo.xml places files in incorrect directory</a></li>
| + | |
- | <li>Bug 2832696
| + | |
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2832696&group_id=132728&atid=725074">Move meta module pushes content into non-DITA file</a></li>
| + | |
</ul>
| </ul>
| ||
<h3>Items available in Milestone 18 (August 3, 2009)</h3>
| <h3>Items available in Milestone 18 (August 3, 2009)</h3>
| ||
<p>
| <p>
| ||
- | Milestone 18 completes the initial implementation of Delayed Conref for Eclipse output. It also contains the following fixes and enhancements:
| + | Milestone 18 completes the initial implementation of Delayed Conref for Eclipse output. It also contains the following fixes and enhancements:
|
</p>
| </p>
| ||
<ul>
| <ul>
| ||
- | <li>RFE 2824371
| + | <li>RFE 2824371 <a href="http://sourceforge.net/tracker/?func=detail&aid=2824371&group_id=132728&atid=725077">Support Hindi and Urdu for XHTML output</a></li>
|
- | <a href="http://sourceforge.net/tracker/?func=detail&aid=2824371&group_id=132728&atid=725077">Support Hindi and Urdu for XHTML output</a></li>
| + | |
<li>Bug 2815485 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2815485&group_id=132728&atid=725074">Prolog indexterm not processed properly for PDF</a></li>
| <li>Bug 2815485 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2815485&group_id=132728&atid=725074">Prolog indexterm not processed properly for PDF</a></li>
| ||
<li>Bug 2815492 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2815492&group_id=132728&atid=725074">PDF: keep-with-next on shortdesc</a></li>
| <li>Bug 2815492 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2815492&group_id=132728&atid=725074">PDF: keep-with-next on shortdesc</a></li>
| ||
Line 227 | Line 211 | ||
<h3>Items available in Milestone 17 (July 10, 2009)</h3>
| <h3>Items available in Milestone 17 (July 10, 2009)</h3>
| ||
<p>
| <p>
| ||
- | Milestone 17 contains an initial implementation of the DITA 1.2
| + | Milestone 17 contains an initial implementation of the DITA 1.2 "Delayed Conref Resolution" function. This function will be completed for Eclipse XHTML output in a future milestone. The milestone also includes several bug fixes from the SourceForge bug tracker:
|
- | "Delayed Conref Resolution" function. This function will be completed
| + | |
- | for Eclipse XHTML output in a future milestone. The milestone also
| + | |
- | includes several bug fixes from the SourceForge bug tracker:
| + | |
</p>
| </p>
| ||
<ul>
| <ul>
| ||
- | <li>2811358 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2811358&group_id=132728&atid=725074">Incorrect entry@colname in middle file at PDF generation</a></li>
| + | <li>2811358 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2811358&group_id=132728&atid=725074">Incorrect entry@colname in middle file at PDF generation</a></li>
|
<li>2811980 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2811980&group_id=132728&atid=725074">pdf2: japanese translate for generated page number of a ref</a></li>
| <li>2811980 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2811980&group_id=132728&atid=725074">pdf2: japanese translate for generated page number of a ref</a></li>
| ||
<li>2813082 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2813082&group_id=132728&atid=725074">Eclipse help MANIFEST.MF filename wrong case, needs CRLF</a></li>
| <li>2813082 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2813082&group_id=132728&atid=725074">Eclipse help MANIFEST.MF filename wrong case, needs CRLF</a></li>
| ||
Line 240 | Line 221 | ||
<h3>Items available in Milestone 16 (June 23, 2009)</h3>
| <h3>Items available in Milestone 16 (June 23, 2009)</h3>
| ||
<p>
| <p>
| ||
- | Milestone 16 completes the initial implementation of the OASIS DITA
| + | Milestone 16 completes the initial implementation of the OASIS DITA 1.2 Controlled Values File. In addition, it contains the following items:
|
- | 1.2 Controlled Values File. In addition, it contains the following
| + | |
- | items:
| + | |
</p>
| </p>
| ||
<ul>
| <ul>
| ||
- | <li>RFE 2790755
| + | <li>RFE 2790755 <a href="https://sourceforge.net/tracker/?func=detail&aid=2790755&group_id=132728&atid=725077">Process in unique temp directories</a> (Designed to allow multiple builds to take place at once)</li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2790755&group_id=132728&atid=725077">Process in unique temp directories</a> (Designed to allow multiple builds to take place at once)</li>
| + | <li>Bug 2797030 <a href="https://sourceforge.net/tracker/?func=detail&aid=2797030&group_id=132728&atid=725074">Chunking fails with bookmap</a></li>
|
- | <li>Bug 2797030
| + | <li>Bug 2796614 <a href="https://sourceforge.net/tracker/?func=detail&aid=2796614&group_id=132728&atid=725074">Leading slash breaks PLUGINS_ROOT usage for Eclipse help</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2797030&group_id=132728&atid=725074">Chunking fails with bookmap</a></li>
| + | |
- | <li>Bug 2796614
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2796614&group_id=132728&atid=725074">Leading slash breaks PLUGINS_ROOT usage for Eclipse help</a></li>
| + | |
<li>Bug 2799543 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2799543&group_id=132728&atid=725074">Child links in HTML Help output are wrong</a></li>
| <li>Bug 2799543 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2799543&group_id=132728&atid=725074">Child links in HTML Help output are wrong</a></li>
| ||
<li>Bug 2804442 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2804442&group_id=132728&atid=725074">Bad param name in prereq-fmt template's call to sect-heading</a></li>
| <li>Bug 2804442 <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2804442&group_id=132728&atid=725074">Bad param name in prereq-fmt template's call to sect-heading</a></li>
| ||
Line 258 | Line 234 | ||
<h3>Items available in Milestone 15 (May 27, 2009)</h3>
| <h3>Items available in Milestone 15 (May 27, 2009)</h3>
| ||
<p>
| <p>
| ||
- | Milestone 15 includes support for filtering based on Controlled Values
| + | Milestone 15 includes support for filtering based on Controlled Values Files (a new map specialization that is part of DITA 1.2). In addition to that major new item, the Milestone contains the following updates from the SourceForge enhancement, patch, and bug trackers:
|
- | Files (a new map specialization that is part of DITA 1.2). In addition
| + | |
- | to that major new item, the Milestone contains the following updates
| + | |
- | from the SourceForge enhancement, patch, and bug trackers:
| + | |
</p>
| </p>
| ||
<ul>
| <ul>
| ||
- | <li>RFE 2698921
| + | <li>RFE 2698921 <a href="https://sourceforge.net/tracker/?func=detail&aid=2698921&group_id=132728&atid=725077">Add a way to set attributes on <body></a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2698921&group_id=132728&atid=725077">Add a way to set attributes on <body></a></li>
| + | <li>Patch 2778178 <a href="https://sourceforge.net/tracker/?func=detail&aid=2778178&group_id=132728&atid=725076">Flagging code duplicates XSL</a></li>
|
- | <li>Patch 2778178
| + | <li>Patch 2790337 <a href="https://sourceforge.net/tracker/?func=detail&aid=2790337&group_id=132728&atid=725076">Add extension points to related-links code</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2778178&group_id=132728&atid=725076">Flagging code duplicates XSL</a></li>
| + | <li>Bug 1629094 <a href="https://sourceforge.net/tracker/?func=detail&aid=1629094&group_id=132728&atid=725074">docbook creates empty simplelists</a></li>
|
- | <li>Patch 2790337
| + | <li>Bug 1628936 <a href="https://sourceforge.net/tracker/?func=detail&aid=1628936&group_id=132728&atid=725074">transtype=docbook does not handle publisher and copyright el</a>ement</li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2790337&group_id=132728&atid=725076">Add extension points to related-links code</a></li>
| + | <li>Bug 2748371 <a href="https://sourceforge.net/tracker/?func=detail&aid=2748371&group_id=132728&atid=725074">Revision + ID gives XSL error</a></li>
|
- | <li>Bug 1629094
| + | <li>Bug 2759964 <a href="https://sourceforge.net/tracker/?func=detail&aid=2759964&group_id=132728&atid=725074">HTML outputs filters conditional topics poorly</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=1629094&group_id=132728&atid=725074">docbook creates empty simplelists</a></li>
| + | <li>Bug 2774128 <a href="https://sourceforge.net/tracker/?func=detail&aid=2774128&group_id=132728&atid=725074">startcmd.sh is encoded with DOS line endings in v1.5 M13</a></li>
|
- | <li>Bug 1628936
| + | <li>Bug 2788069 <a href="https://sourceforge.net/tracker/?func=detail&aid=2788069&group_id=132728&atid=725074">Topicmerge does not handle copy-to properly</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=1628936&group_id=132728&atid=725074">transtype=docbook does not handle publisher and copyright el</a>ement</li>
| + | <li>Bug 2759964 <a href="https://sourceforge.net/tracker/?func=detail&aid=2759964&group_id=132728&atid=725074">HTML outputs filters conditional topics poorly</a></li>
|
- | <li>Bug 2748371
| + | <li>Bug 2696229 <a href="https://sourceforge.net/tracker/?func=detail&aid=2696229&group_id=132728&atid=725074">FO plugin code incompatible with Saxon 9 (OT1.4.3 default)</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2748371&group_id=132728&atid=725074">Revision + ID gives XSL error</a></li>
| + | <li>Bug 2696191 <a href="https://sourceforge.net/tracker/?func=detail&aid=2696191&group_id=132728&atid=725074">Java libraries missing from 1.4.3 distributions</a></li>
|
- | <li>Bug 2759964
| + | <li>Bug 2317681 <a href="https://sourceforge.net/tracker/?func=detail&aid=2317681&group_id=132728&atid=725074">Extra files generated when many topics are chunked to one</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2759964&group_id=132728&atid=725074">HTML outputs filters conditional topics poorly</a></li>
| + | <li>Bug 2724090 <a href="https://sourceforge.net/tracker/?func=detail&aid=2724090&group_id=132728&atid=725074">XHTML: conreffed by-reference footnotes break w/ chunking</a></li>
|
- | <li>Bug 2774128
| + | <li>Bug 2418932 <a href="https://sourceforge.net/tracker/?func=detail&aid=2418932&group_id=132728&atid=725074">toc attribute does not work for references to ditamaps</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2774128&group_id=132728&atid=725074">startcmd.sh is encoded with DOS line endings in v1.5 M13</a></li>
| + | <li>Bug 2317581 <a href="https://sourceforge.net/tracker/?func=detail&aid=2317581&group_id=132728&atid=725074">inline formatting in shortdesc </a></li>
|
- | <li>Bug 2788069
| + | <li>Bug 2788069 <a href="https://sourceforge.net/tracker/?func=detail&aid=2788069&group_id=132728&atid=725074">Topicmerge does not handle copy-to properly</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2788069&group_id=132728&atid=725074">Topicmerge does not handle copy-to properly</a></li>
| + | <li>Bug 2547437 <a href="https://sourceforge.net/tracker/?func=detail&aid=2547437&group_id=132728&atid=725074">zh_TW.properties and zh_CN.properties contents are mixed up</a></li>
|
- | <li>Bug 2759964
| + | <li>Bug 2791278 <a href="https://sourceforge.net/tracker/?func=detail&aid=2791278&group_id=132728&atid=725074">Keyref Resolution Fails for Non-Descendant Topics</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2759964&group_id=132728&atid=725074">HTML outputs filters conditional topics poorly</a></li>
| + | <li>Bug 2791345 <a href="https://sourceforge.net/tracker/?func=detail&aid=2791345&group_id=132728&atid=725074">Topicmeta searchtitles in map not used in topic</a></li>
|
- | <li>Bug 2696229
| + | <li>Bug 2790807 <a href="https://sourceforge.net/tracker/?func=detail&aid=2790807&group_id=132728&atid=725074">Demo code should use new PDF output</a></li>
|
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2696229&group_id=132728&atid=725074">FO plugin code incompatible with Saxon 9 (OT1.4.3 default)</a></li>
| + | |
- | <li>Bug 2696191
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2696191&group_id=132728&atid=725074">Java libraries missing from 1.4.3 distributions</a></li>
| + | |
- | <li>Bug 2317681
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2317681&group_id=132728&atid=725074">Extra files generated when many topics are chunked to one</a></li>
| + | |
- | <li>Bug 2724090
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2724090&group_id=132728&atid=725074">XHTML: conreffed by-reference footnotes break w/ chunking</a></li>
| + | |
- | <li>Bug 2418932
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2418932&group_id=132728&atid=725074">toc attribute does not work for references to ditamaps</a></li>
| + | |
- | <li>Bug 2317581
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2317581&group_id=132728&atid=725074">inline formatting in shortdesc </a></li>
| + | |
- | <li>Bug 2788069
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2788069&group_id=132728&atid=725074">Topicmerge does not handle copy-to properly</a></li>
| + | |
- | <li>Bug 2547437
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2547437&group_id=132728&atid=725074">zh_TW.properties and zh_CN.properties contents are mixed up</a></li>
| + | |
- | <li>Bug 2791278
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2791278&group_id=132728&atid=725074">Keyref Resolution Fails for Non-Descendant Topics</a></li>
| + | |
- | <li>Bug 2791345
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2791345&group_id=132728&atid=725074">Topicmeta searchtitles in map not used in topic</a></li>
| + | |
- | <li>Bug 2790807
| + | |
- | <a href="https://sourceforge.net/tracker/?func=detail&aid=2790807&group_id=132728&atid=725074">Demo code should use new PDF output</a></li>
| + | |
</ul>
| </ul>
| ||
<h3>Items available in Milestone 14 (April 29, 2009)</h3>
| <h3>Items available in Milestone 14 (April 29, 2009)</h3>
| ||
<p>
| <p>
| ||
- | Milestone 14 now uses the DITA 1.2 document types when processing,
| + | Milestone 14 now uses the DITA 1.2 document types when processing, without the need to reference those document types directly. It also includes support for the processing-role attribute in maps, which is the most recent addition to DITA 1.2 and allows a map to reference topics that will not generate output with other topics.
|
- | without the need to reference those document types directly. It also
| + | |
- | includes support for the processing-role attribute in maps, which is
| + | |
- | the most recent addition to DITA 1.2 and allows a map to reference
| + | |
- | topics that will not generate output with other topics.
| + | |
</p>
| </p>
| ||
<h3>Items available in Milestone 13 (April 9, 2009)</h3>
| <h3>Items available in Milestone 13 (April 9, 2009)</h3>
| ||
<p>
| <p>
| ||
- | Milestone 13 includes an update to metadata cascading within maps;
| + | Milestone 13 includes an update to metadata cascading within maps; previously, metadata would cascade from topicref to topicref and into the referenced topic, but the temporary map was not re-saved with the cascaded values. This is now fixed, so that additional processing may be done on the map without having to re-implement the cascade logic.
|
- | previously, metadata would cascade from topicref to topicref and into
| + | |
- | the referenced topic, but the temporary map was not re-saved with the
| + | |
- | cascaded values. This is now fixed, so that additional processing may
| + | |
- | be done on the map without having to re-implement the cascade logic.
| + | |
</p>
| </p>
| ||
<p>
| <p>
| ||
Line 327 | Line 271 | ||
</p>
| </p>
| ||
<ul>
| <ul>
| ||
- | <li>2739236 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2739236&group_id=132728&atid=725074">plus-allhtml-svgobject handles <alt> badly</a></li>
| + | <li>2739236 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2739236&group_id=132728&atid=725074">plus-allhtml-svgobject handles <alt> badly</a></li>
|
- | <li>2723928 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2723928&group_id=132728&atid=725074">gen-toc template not matching properly</a></li>
| + | <li>2723928 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2723928&group_id=132728&atid=725074">gen-toc template not matching properly</a></li>
|
- | <li>2723715 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2723715&group_id=132728&atid=725074">Itemgroup sets @id when element is not open</a></li>
| + | <li>2723715 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2723715&group_id=132728&atid=725074">Itemgroup sets @id when element is not open</a></li>
|
- | <li>2712074 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2712074&group_id=132728&atid=725074">XHTML: chunk=to-content on map breaks by-reference footnotes</a></li>
| + | <li>2712074 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2712074&group_id=132728&atid=725074">XHTML: chunk=to-content on map breaks by-reference footnotes</a></li>
|
- | <li>2706725 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2706725&group_id=132728&atid=725074">Single quote inserted in empty table cells in FO</a></li>
| + | <li>2706725 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2706725&group_id=132728&atid=725074">Single quote inserted in empty table cells in FO</a></li>
|
- | <li>2647292 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2647292&group_id=132728&atid=725074">HTML stylesheets should style <wintitle> and <filepath></a></li>
| + | <li>2647292 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2647292&group_id=132728&atid=725074">HTML stylesheets should style <wintitle> and <filepath></a></li>
|
- | <li>2629271 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2629271&group_id=132728&atid=725074">maplink: should not modify href if scope=external</a></li>
| + | <li>2629271 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2629271&group_id=132728&atid=725074">maplink: should not modify href if scope=external</a></li>
|
- | <li>2629256 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2629256&group_id=132728&atid=725074">mapref: should not modify href if scope=external</a></li>
| + | <li>2629256 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2629256&group_id=132728&atid=725074">mapref: should not modify href if scope=external</a></li>
|
- | <li>2573681 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2573681&group_id=132728&atid=725074">Move link module does extra processing</a></li>
| + | <li>2573681 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2573681&group_id=132728&atid=725074">Move link module does extra processing</a></li>
|
</ul>
| </ul>
| ||
<h3>Items available in Milestone 12 (March 18, 2009)</h3>
| <h3>Items available in Milestone 12 (March 18, 2009)</h3>
| ||
<p>
| <p>
| ||
- | Milestone 12 was released April 18, 2009. Due to delays in approval
| + | Milestone 12 was released April 18, 2009. Due to delays in approval of DITA 1.2, and consequential delays in the 1.2 based DITA-OT 1.5, milestone 12 also released as the official an official release in the 1.4.* series: [[DITA-OT 1.4.3 Release]]
|
- | of DITA 1.2, and consequential delays in the 1.2 based DITA-OT 1.5,
| + | |
- | milestone 12 also released as the official an official release in the
| + | |
- | 1.4.* series: [[DITA-OT 1.4.3 Release]]
| + | |
</p>
| </p>
| ||
<p>
| <p>
| ||
- | Milestone 12 includes the following updates over previous milestones:
| + | Milestone 12 includes the following updates over previous milestones:
|
</p>
| </p>
| ||
<ul>
| <ul>
| ||
Line 351 | Line 292 | ||
<li>Running a PDF transform now runs the PDF2 Plugin by default; select the transform type legacypdf to get the older code.</li>
| <li>Running a PDF transform now runs the PDF2 Plugin by default; select the transform type legacypdf to get the older code.</li>
| ||
<li>The PDF code now runs with updated versions of Saxon</li>
| <li>The PDF code now runs with updated versions of Saxon</li>
| ||
- | <li>RFE 2562718
| + | <li>RFE 2562718 <a rel="nofollow" href="https://sourceforge.net/tracker2/?func=detail&aid=2562718&group_id=132728&atid=725077">Rename the ant directory to avoid naming collisions with ant</a></li>
|
- | <a rel="nofollow" href="https://sourceforge.net/tracker2/?func=detail&aid=2562718&group_id=132728&atid=725077">Rename the ant directory to avoid naming collisions with ant</a></li>
| + | <li>RFE 2631145 <a rel="nofollow" href="https://sourceforge.net/tracker2/?func=detail&aid=2631145&group_id=132728&atid=725077">dita2htmlImpl.xsl should not define doctype</a></li>
|
- | <li>RFE 2631145
| + | |
- | <a rel="nofollow" href="https://sourceforge.net/tracker2/?func=detail&aid=2631145&group_id=132728&atid=725077">dita2htmlImpl.xsl should not define doctype</a></li>
| + | |
</ul>
| </ul>
| ||
<h3>Items available in Milestone 11 (February 25, 2009) </h3>
| <h3>Items available in Milestone 11 (February 25, 2009) </h3>
| ||
<ul>
| <ul>
| ||
- | <li> Maintenance fixes and updates<br />
| + | <li>Maintenance fixes and updates<br />
|
<ul>
| <ul>
| ||
<li><a href="https://sourceforge.net/tracker2/?func=detail&aid=2570118&group_id=132728&atid=725074">Xref without href drops content</a></li>
| <li><a href="https://sourceforge.net/tracker2/?func=detail&aid=2570118&group_id=132728&atid=725074">Xref without href drops content</a></li>
| ||
Line 365 | Line 304 | ||
</ul>
| </ul>
| ||
</li>
| </li>
| ||
- | <li>RFE 2314086
| + | <li>RFE 2314086 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2314086&group_id=132728&atid=725077"><!-- google_ad_section_start -->Let maplink generate <linklist> elements</a></li>
|
- | <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2314086&group_id=132728&atid=725077">
| + | <li>RFE 2258659 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2258659&group_id=132728&atid=725077"><!-- google_ad_section_start -->Extend integrator to allow addition of messages.</a></li>
|
- | <!-- google_ad_section_start -->Let maplink generate <linklist> elements</a></li>
| + | <li>RFE 2117337 <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2117337&group_id=132728&atid=725077"><!-- google_ad_section_start -->Customize Integrator to integrate custom directories</a></li>
|
- | <li>RFE 2258659
| + | |
- | <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2258659&group_id=132728&atid=725077">
| + | |
- | <!-- google_ad_section_start -->Extend integrator to allow addition of messages.</a></li>
| + | |
- | <li>RFE 2117337
| + | |
- | <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2117337&group_id=132728&atid=725077">
| + | |
- | <!-- google_ad_section_start -->Customize Integrator to integrate custom directories</a></li>
| + | |
<li>Upgraded to Ant 1.7</li>
| <li>Upgraded to Ant 1.7</li>
| ||
<li>Saxon is now bundled for use with PDF2</li>
| <li>Saxon is now bundled for use with PDF2</li>
| ||
Line 379 | Line 312 | ||
<li>Moldflow plugins now available (such as the plus-plugin)</li>
| <li>Moldflow plugins now available (such as the plus-plugin)</li>
| ||
</ul>
| </ul>
| ||
- | <h3>
| + | <h3>Items available in Milestone 10 (January 20, 2009)</h3>
|
- | Items available in Milestone 10 (January 20, 2009)</h3>
| + | |
<ul>
| <ul>
| ||
<li>Maintenance fixes (primarily for chunking) - [[Design for chunking enhancements]]</li>
| <li>Maintenance fixes (primarily for chunking) - [[Design for chunking enhancements]]</li>
| ||
<li>Updates to PDF2 processing</li>
| <li>Updates to PDF2 processing</li>
| ||
</ul>
| </ul>
| ||
- | <h3>
| + | <h3>Items available in Milestone 9 (December 17, 2008)</h3>
|
- | Items available in Milestone 9 (December 17, 2008)</h3>
| + | |
<ul>
| <ul>
| ||
<li>Improvements to support DITA 1.2 item 12050 (new linking attributes)</li>
| <li>Improvements to support DITA 1.2 item 12050 (new linking attributes)</li>
| ||
Line 392 | Line 323 | ||
<li>
| <li>
| ||
<p>
| <p>
| ||
- | "Full easy install" includes both the older and newer versions of FOP as we transition to embedded support of the PDF2 code
| + | "Full easy install" includes both the older and newer versions of FOP as we transition to embedded support of the PDF2 code
|
</p>
| </p>
| ||
</li>
| </li>
| ||
Line 399 | Line 330 | ||
<ul>
| <ul>
| ||
<li>Support for <coderef> (OASIS Item 12060)</li>
| <li>Support for <coderef> (OASIS Item 12060)</li>
| ||
- | <li>Improvements on OASIS Item 12026: New glossary type: processing to support
| + | <li>Improvements on OASIS Item 12026: New glossary type: processing to support surface form of acronyms when appropriate</li>
|
- | surface form of acronyms when appropriate</li>
| + | <li>Include latest PDF2 plugin in "full easy install", and migrate older PDF transform to demo directory; the older PDF transform is now called with the transform type "legacypdf"</li>
|
- | <li>Include
| + | |
- | latest PDF2 plugin in "full easy install", and migrate older PDF
| + | |
- | transform to demo directory; the older PDF transform is now called with
| + | |
- | the transform type "legacypdf"</li>
| + | |
</ul>
| </ul>
| ||
<h3>Items available in Milestone 7 (October 31, 2008)</h3>
| <h3>Items available in Milestone 7 (October 31, 2008)</h3>
| ||
<ul>
| <ul>
| ||
- | <li> OASIS Item 12026: New glossary type: processing to support
| + | <li>OASIS Item 12026: New glossary type: processing to support surface form of acronyms when appropriate ([[Design for implementing OASIS Item 12026]])</li>
|
- | surface form of acronyms when appropriate ([[Design for implementing
| + | |
- | OASIS Item 12026]])</li>
| + | |
<li>OASIS Item 12060: Support for new referencing element <coderef>([[Design for implementing OASIS Item 12060]])</li>
| <li>OASIS Item 12060: Support for new referencing element <coderef>([[Design for implementing OASIS Item 12060]])</li>
| ||
</ul>
| </ul>
| ||
<h3>Items available in Milestone 6 (September 27, 2008)</h3>
| <h3>Items available in Milestone 6 (September 27, 2008)</h3>
| ||
<ul>
| <ul>
| ||
- | <li>OASIS Item 12007: Keyref [[(Design for implementing OASIS Item 12007)]]
| + | <li>OASIS Item 12007: Keyref [[(Design for implementing OASIS Item 12007)]] - finish keyref support by turning non-linking items (term, keyword) into links</li>
|
- | - finish keyref support by turning non-linking items (term, keyword)
| + | <li>OASIS Item 12048: Add topic references to reltable headers to improve link management. [[Design for implementing OASIS Item 12048]]</li>
|
- | into links</li>
| + | |
- | <li>OASIS Item 12048: Add topic references to reltable headers to improve
| + | |
- | link management. [[Design for implementing OASIS Item 12048]]</li>
| + | |
<li>RFE 2074933 Update to Java Index processing to make it extensible for new index types</li>
| <li>RFE 2074933 Update to Java Index processing to make it extensible for new index types</li>
| ||
</ul>
| </ul>
| ||
Line 446 | Line 368 | ||
<h3>Items available in Milestone 3 (July 22, 2008)</h3>
| <h3>Items available in Milestone 3 (July 22, 2008)</h3>
| ||
<ul>
| <ul>
| ||
- | <li>OASIS Item 12015: Conref push (ready for design) [[Design for
| + | <li>OASIS Item 12015: Conref push (ready for design) [[Design for implementing 12015]] - initial implementation included in Milestone 3, more to come later</li>
|
- | implementing 12015]] - initial implementation included in Milestone 3,
| + | |
- | more to come later</li>
| + | |
<li>Chunking fixes [[Design for fixing chunking bugs]]
| <li>Chunking fixes [[Design for fixing chunking bugs]]
| ||
<ul>
| <ul>
| ||
Line 477 | Line 397 | ||
<ul>
| <ul>
| ||
<li>DITA 1.2: Include DITA 1.2 draft DTDs and Schemas (preserve DITA 1.1 modules for users that want a specific version)</li>
| <li>DITA 1.2: Include DITA 1.2 draft DTDs and Schemas (preserve DITA 1.1 modules for users that want a specific version)</li>
| ||
- | <li>DITA
| + | <li>DITA 1.2 OASIS Item 12017: Updated metadata in maps to match topics. Need update to code that pushes metadata into topics and pulls metadata from topics; need to update output processors that use this metadata. [[12017 design]]</li>
|
- | 1.2 OASIS Item 12017: Updated metadata in maps to match topics. Need
| + | <li>DITA 1.2 OASIS Item 12018: support for navtitle element (navtitle attribute is deprecated), possibly other elements. [[12018 design]]</li>
|
- | update to code that pushes metadata into topics and pulls metadata from
| + | |
- | topics; need to update output processors that use this metadata.
| + | |
- | [[12017 design]]</li>
| + | |
- | <li>DITA 1.2 OASIS Item 12018: support for
| + | |
- | navtitle element (navtitle attribute is deprecated), possibly other
| + | |
- | elements. [[12018 design]]</li>
| + | |
<li>RFE 1972537 Let users specify reloadstylesheet on xslt tasks</li>
| <li>RFE 1972537 Let users specify reloadstylesheet on xslt tasks</li>
| ||
<li>RFE 1796007 Refactor of related links HTML for specialized processing</li>
| <li>RFE 1796007 Refactor of related links HTML for specialized processing</li>
|
Plans for DITA-OT 1.5
DITA Open Toolkit version 1.5
Note: while the DITA Standard itself is owned and developed by OASIS, the DITA Open Toolkit is an independent, open source implementation of the standard.
The final DITA-OT 1.5 release is now available!
DITA-OT 1.5 contains full support for the DITA 1.2 specification. Development of 1.5 took place as a series of 3-week iterations, with one or more significant item completed in each iteration. Each iteration ended with a milestone release available under the "test build" heading at the DITA-OT download page on SourceForge. The updates included with each milestone build are listed below.
The DITA-OT 1.5 package can be downloaded from SourceForge. To determine which package you need, see DITA-OT Packages.
Items available in the final DITA-OT 1.5 build
Release Date: December 18, 2009Compatible with: Dita 1.2 and XSLT 2
The final build of DITA-OT 1.5 contains all of the fixes listed below for previous milestones, as well as a few new items related to the PDF transform. However, many additional updates were made to the PDF transform without being recorded at the time of release; those updates are listed here, but most initially appeared earlier in a milestone build:
XSLT Improvements
- Task elements are handled in separate XSL files. This makes them a little easier to find, and more importantly it corrects a slew of priority bugs
- attr-set-reflection.xsl now actually works. It used to be that some attribute sets were "fakes" - topic.topic.title for example couldn't have <xsl:if> or <xsl:variable> in it. Now all attributes sets are "real" - they all support normal xsl behavior
- Most topics are generated via a common template: <xsl:apply-templates select="." mode="commonTopicProcessing"/>, which allows more sophisticated template matching if warranted.
- layout-masters.xsl replaces layout-masters.xml, allowing xsl templates and variables for simpler coding of layout masters
- <xref> text is done with a mode pattern match, which means that you don't have to override the whole huge template to change one type of xref.
- Spacing was improved at the cost of a little fragility: The <indexterm>s in <prolog> now actually generate their anchors inside the title text, which prevents some strange spacing problems. However, this means that customizations that override the template that generates the title need to be updated.
- The TOC text is generated via pattern matches, so you can overwrite TOC text for one type of entry without changing the whole template.
- Duplicate id values error fixed
- Convert named PDF templates to mode templates
Toolkit files
- basic-settings.xsl - there's a new file that allows you to set margins and page size and default font size and the side-column width (i.e. the indent of normal body text) without making tons of changes all over the place.
- Organizing of dtd files
Content
- The @scale attribute on images is supported as per the spec.
- The @pgwide attribute is supported on tables
Localization
- xml:lang is supported. The first xml:lang sets the language for the whole document, unless the document.locale parameter is set. Additionally, xml:lang works on an element by element level for variable substitutions, which can be useful for example for a multilingual warnings section.
- Some letters from the French index are fixed
Ant
- Ant parameter args.chapter.layout or $chapterLayout='BASIC' removes the whole Mini-TOC at the start of each chapter.
- Ant parameter retain.topic.fo set to any value will retain topic.fo for debugging.
Output
- Notices now appear before the TOC. (However, the bookmarks still appear after the TOC; this is a bug.)
- The > character is now the default in a menucascade instead of that arrow character that wasn't in anyone's fonts.
- Short Description and abstract appear even in the first topic of a chapter, fixing an old bug.
- A step with importance="optional" now generates an Optional label on that step.· Bookmarks default to collapsed, and there are both Ant and stylesheet parameters to change that.
- Suppress data and data-about in PDF output
PDF Formatters
- FOP support somewhat improved, but there's still no index until FOP starts supporting the necessary elements.
- Out of the box Antenna House support - you only have to set the Ant parameter pdf.formatter=ah. You might want to check that the environment variable AXF_DIR is set to point to your Antenna House directory, but it's only necessary if it's in a non-standard place or it's newer than AH Formatter 5.1.
- RenderX is still supported, as before, with pdf.formatter=xep. It's no longer the default, though. pdf.formatter=fop is the default.
XSLT Engine
- Saxon 9 is the default, which means XSLT2 is supported.
Backwards incompatibilities
- There is a backwards incompatibility in the next release if you have customized processTopicTitle·
- Munging is backwards incompatible if you use the IDs elsewhere.
Items available in Milestone 24 (December 4, 2009)
Milestone 24 was added to allow time for some final PDF fixes, which were delayed past the original Milestone 23 code freeze date. Many of the fixes added in M24 are collected with other previous fixes in the list above this item. In addition, the following updates are included:
- Bug 1628937 Rename supportingboth.ditaand.xmlinaditamap.dita
- Bug 1771123 Inappropriate Message 018 On type= value
- Bug 1819660 Eclipse Help issue producing toc file.
- Bug 1848313 ditaval file sent to XSLT not URL
- Bug 1897542 Chunk to-content may need to rewrite topic IDs
- Bug 2875946 PDF: table @pgwide semantics not implemented
- Bug 2893745 missing fop's file/directory in standard package
- Bug 2900047 map2htmtoc.xsl doesn't allow for extension of root template
- Bug 2906957 Update Eclipse plugin DTDs and packaging
Items available in Milestone 23 (November 22, 2009)
Milestone 23 contains the following enhancement and fixes:
- Sample Ant build script (samples/ant_sample/sample_xhtml_plus_css.xml), along with a small CSS file, used to demonstrate how to drastically change the look-and-feel of XHTML output with a small CSS override. This sample build also makes use of all current CSS related build parameters.
- RFE 2869784 New Java class to supply current OT version
- Bug 2887331 chunk="to-content" on a sub-map causes path error
- Bug 2871017 eclipsehelp plugin.xml invalid in 1.5M20
- Bug 2891736 indexterm in topicref level are copied into topic/prolog
- Bug 2893316 Bug in the integrator.xml (CDATA sections resolved incorrectly)
- Bug 2893493 ${clean.temp} is not set to true per documentation
- Bug 2893664 ampersand entity with conref actions causes build to fail
- Bug 2893745 missing fop's file/directory in standard package
- Bug 2893924 htmlhelp transtype requires video plugin
Items available in Milestone 22 (October 30, 2009)
Milestone 22 includes the following updates and fixes:
- Updated packages so that Saxon is only included in Full Easy Install (the version that also includes Ant, FOP, and other libraries)
- RFE 2881996 Make PDF plug-in extensible
- RFE 2882072 Add parameter to control PDF bookmarks (default collapsed)
- RFE 2860176 Expose topicpull parameters as Ant properties
- RFE 2874200 Better handling of missing simpletable entries in PDF
- RFE 2882103 Provide hook for specializations to add custom headers
- RFE 2882109 Convert named PDF templates to mode templates
- RFE 2882870 Add parameter to control PDF Chapter style
- RFE 2883406 Add extension point for modifying PDF link text
- Patch 2559665 Recognize *.swf as image format
- Patch 2804311 Feature value trim test bug
- Bug 1732205 Wrong encoding on RTF stylesheet (non-Latin characters garbled)
- Bug 1880097 PDF2 ignores contents of <xref> elements
- Bug 2661418 make the TOC in pdf2 output link to topics in pdf
- Bug 2866322 Generated links have bad URLs
- Bug 2871326 Cannot use different TOC titles for same topic in PDF
- Bug 2872988 Bad relcolwidth crashes PDF output
- Bug 2873654 PDF missing rules for new DITA 1.2 content elements
- Bug 2879171 Shortdesc & Abstract formatting is incorrect for PDF
- Bug 2882085 Obsolete code in PDF plug-in should be removed
- Bug 1629096 docbook creates invalid varlistentry
- Bug 1815571 Invalid property in fo:table-body
- Bug 2875373 tm in linktext is dropped
- Bug 2870935 keyref within topics ignore @copy-to attributes
- Bug 2873560 SWF flash not defined as resources to be copied
- Bug 2872954 Conref push not working at map level
- Bug 2871009 Temp directory leaves behind single directory and file
- Bug 2866204 Topicref with keyref fails to produce output
- Bug 2878446 Issue with ampersand in xrefs in attributes
Items available in Milestone 21 (September 29, 2009)
- RFE 2859612 Add support for Serbian (Latin)
- RFE 2002857 homeID in javahelp .hs file is not set
- RFE 2780998 startcmd.sh: Run the user's shell, not sh
- RFE 2120219 Add PDF to the supported image
- RFE 1623246 Support RFC4646 language tags in Index modules
- Bug 1931457 Need to identify transtype during XHTML output step
- Bug 2860433 Keyref on <image> fails to resolve
- Bug 2860199 Chunk to-content in submap resulting in missing output
- Bug 2860168 Suppress data and data-about in PDF output
- Bug 2856742 Problem of keys attribute in nested topicref elements
- Bug 2857167 conrefImpl.xsl 1.6.4.13 has duplicate variable decls
Items available in Milestone 20 (September 14, 2009)
- RFE 1725284: add support for headings for sections within task (XHTML only - finishes the implementation begun in Milestone 4).
- RFE 2845278 Add Ant parameters for XSLT parameters
- RFE 1367897 Xref content generation enforces formatting choices
- OASIS Item 12011: Support for the new DITA 1.2 element <stepsection>
- OASIS Item 12055: Support for passing attributes through map references, as clarified by OASIS with DITA 1.2
- Bug 2854546 Peer xref leads to invalid destination error in PDF
- Bug 2849200 Style on ditaval prop or revprop is ignored
- Bug 2845598 1.5-M18-demo/fo/Customization pdf.formatter
- Bug 2842753 catalog-dita.xml has invalid entries
- Bug 2846111 Unnecessary text generated for external xref
Items available in Milestone 19 (August 24, 2009)
Milestone 19 adds support for DITA 1.2 constraint validation into the conref processor. It also contains the following items from the SourceForge trackers:
- Bug 2839035 Chunk code cannot parse xref with &
- Bug 2829350 Build_demo.xml places files in incorrect directory
- Bug 2832696 Move meta module pushes content into non-DITA file
Items available in Milestone 18 (August 3, 2009)
Milestone 18 completes the initial implementation of Delayed Conref for Eclipse output. It also contains the following fixes and enhancements:
- RFE 2824371 Support Hindi and Urdu for XHTML output
- Bug 2815485 Prolog indexterm not processed properly for PDF
- Bug 2815492 PDF: keep-with-next on shortdesc
- Bug 2819853 missing nested indexterm after 3rd
- Bug 2824907 1.5 M17 Bug - FileNotFoundException export.xml eclipsehelp
- Bug 2826143 Move meta module discards link text
Items available in Milestone 17 (July 10, 2009)
Milestone 17 contains an initial implementation of the DITA 1.2 "Delayed Conref Resolution" function. This function will be completed for Eclipse XHTML output in a future milestone. The milestone also includes several bug fixes from the SourceForge bug tracker:
- 2811358 Incorrect entry@colname in middle file at PDF generation
- 2811980 pdf2: japanese translate for generated page number of a ref
- 2813082 Eclipse help MANIFEST.MF filename wrong case, needs CRLF
- Use fileparameter in Ant 1.7 to replace processing instruction in intermediate dita files
Items available in Milestone 16 (June 23, 2009)
Milestone 16 completes the initial implementation of the OASIS DITA 1.2 Controlled Values File. In addition, it contains the following items:
- RFE 2790755 Process in unique temp directories (Designed to allow multiple builds to take place at once)
- Bug 2797030 Chunking fails with bookmap
- Bug 2796614 Leading slash breaks PLUGINS_ROOT usage for Eclipse help
- Bug 2799543 Child links in HTML Help output are wrong
- Bug 2804442 Bad param name in prereq-fmt template's call to sect-heading
- Bug 2782503 Extra space before bullet list in xhtml output DITA-OT 1.4.3
- Bug 2791696 reltable DITA 1.2 (#12048)
Items available in Milestone 15 (May 27, 2009)
Milestone 15 includes support for filtering based on Controlled Values Files (a new map specialization that is part of DITA 1.2). In addition to that major new item, the Milestone contains the following updates from the SourceForge enhancement, patch, and bug trackers:
- RFE 2698921 Add a way to set attributes on <body>
- Patch 2778178 Flagging code duplicates XSL
- Patch 2790337 Add extension points to related-links code
- Bug 1629094 docbook creates empty simplelists
- Bug 1628936 transtype=docbook does not handle publisher and copyright element
- Bug 2748371 Revision + ID gives XSL error
- Bug 2759964 HTML outputs filters conditional topics poorly
- Bug 2774128 startcmd.sh is encoded with DOS line endings in v1.5 M13
- Bug 2788069 Topicmerge does not handle copy-to properly
- Bug 2759964 HTML outputs filters conditional topics poorly
- Bug 2696229 FO plugin code incompatible with Saxon 9 (OT1.4.3 default)
- Bug 2696191 Java libraries missing from 1.4.3 distributions
- Bug 2317681 Extra files generated when many topics are chunked to one
- Bug 2724090 XHTML: conreffed by-reference footnotes break w/ chunking
- Bug 2418932 toc attribute does not work for references to ditamaps
- Bug 2317581 inline formatting in shortdesc
- Bug 2788069 Topicmerge does not handle copy-to properly
- Bug 2547437 zh_TW.properties and zh_CN.properties contents are mixed up
- Bug 2791278 Keyref Resolution Fails for Non-Descendant Topics
- Bug 2791345 Topicmeta searchtitles in map not used in topic
- Bug 2790807 Demo code should use new PDF output
Items available in Milestone 14 (April 29, 2009)
Milestone 14 now uses the DITA 1.2 document types when processing, without the need to reference those document types directly. It also includes support for the processing-role attribute in maps, which is the most recent addition to DITA 1.2 and allows a map to reference topics that will not generate output with other topics.
Items available in Milestone 13 (April 9, 2009)
Milestone 13 includes an update to metadata cascading within maps; previously, metadata would cascade from topicref to topicref and into the referenced topic, but the temporary map was not re-saved with the cascaded values. This is now fixed, so that additional processing may be done on the map without having to re-implement the cascade logic.
Milestone 13 also fixes several bugs reported at SourceForge:
- 2739236 plus-allhtml-svgobject handles <alt> badly
- 2723928 gen-toc template not matching properly
- 2723715 Itemgroup sets @id when element is not open
- 2712074 XHTML: chunk=to-content on map breaks by-reference footnotes
- 2706725 Single quote inserted in empty table cells in FO
- 2647292 HTML stylesheets should style <wintitle> and <filepath>
- 2629271 maplink: should not modify href if scope=external
- 2629256 mapref: should not modify href if scope=external
- 2573681 Move link module does extra processing
Items available in Milestone 12 (March 18, 2009)
Milestone 12 was released April 18, 2009. Due to delays in approval of DITA 1.2, and consequential delays in the 1.2 based DITA-OT 1.5, milestone 12 also released as the official an official release in the 1.4.* series: DITA-OT 1.4.3 Release
Milestone 12 includes the following updates over previous milestones:
- Upgraded versions of many libraries now bundled with the Easy Install package, including Saxon, Ant, and FOP
- Running a PDF transform now runs the PDF2 Plugin by default; select the transform type legacypdf to get the older code.
- The PDF code now runs with updated versions of Saxon
- RFE 2562718 Rename the ant directory to avoid naming collisions with ant
- RFE 2631145 dita2htmlImpl.xsl should not define doctype
Items available in Milestone 11 (February 25, 2009)
- Maintenance fixes and updates
- RFE 2314086 Let maplink generate <linklist> elements
- RFE 2258659 Extend integrator to allow addition of messages.
- RFE 2117337 Customize Integrator to integrate custom directories
- Upgraded to Ant 1.7
- Saxon is now bundled for use with PDF2
- PDF2 works with FOP (no requirement for a specific rendering engine)
- Moldflow plugins now available (such as the plus-plugin)
Items available in Milestone 10 (January 20, 2009)
- Maintenance fixes (primarily for chunking) - Design for chunking enhancements
- Updates to PDF2 processing
Items available in Milestone 9 (December 17, 2008)
- Improvements to support DITA 1.2 item 12050 (new linking attributes)
- Maintenance fixes (many related to chunking, others related to previous test builds)
-
"Full easy install" includes both the older and newer versions of FOP as we transition to embedded support of the PDF2 code
Items available in Milestone 8 (November 24, 2008)
- Support for <coderef> (OASIS Item 12060)
- Improvements on OASIS Item 12026: New glossary type: processing to support surface form of acronyms when appropriate
- Include latest PDF2 plugin in "full easy install", and migrate older PDF transform to demo directory; the older PDF transform is now called with the transform type "legacypdf"
Items available in Milestone 7 (October 31, 2008)
- OASIS Item 12026: New glossary type: processing to support surface form of acronyms when appropriate (Design for implementing OASIS Item 12026)
- OASIS Item 12060: Support for new referencing element <coderef>(Design for implementing OASIS Item 12060)
Items available in Milestone 6 (September 27, 2008)
- OASIS Item 12007: Keyref (Design for implementing OASIS Item 12007) - finish keyref support by turning non-linking items (term, keyword) into links
- OASIS Item 12048: Add topic references to reltable headers to improve link management. Design for implementing OASIS Item 12048
- RFE 2074933 Update to Java Index processing to make it extensible for new index types
Items available in Milestone 5 (September 2, 2008)
- OASIS DITA 1.2 Item 12007: Additional support for keyref (conkeyref, text insertion)
- OASIS DITA 1.2 Item 12043: Draft comment supported in shortdesc
- OASIS DITA 1.2 Item 12050a: support for new longdescref element
- Bug fix 2061301 Useless import of xslt4j stops dost.jar being built
Items available in Milestone 4 (August 8, 2008)
- OASIS Item 12007: Keyref (Design for implementing OASIS Item 12007) - including the following items:
- Resolve keyref values in a map (redirecting the href on a topicref)
- Resolve keyref values in a topic (redirecting the href on an xref or link)
- Improve implementation for OASIS Item 12015: Conref push
- Bug fix 2027170: maprefImpl.xsl removes part of class attr from topichead
- Bug fix 2027058: Topichead element stops map processing in ChunkMapReader
- RFE 1803199: allow ability to include class ancestry in XHTML class attribute
- RFE 1725284: add support for headings for sections within task. INCOMPLETE - translations added, output support not yet included.
Items available in Milestone 3 (July 22, 2008)
- OASIS Item 12015: Conref push (ready for design) Design for implementing 12015 - initial implementation included in Milestone 3, more to come later
- Chunking fixes Design for fixing chunking bugs
- Bug fix 2008294 End flag does not work in ditaval
- Bug fix 1999117 Ubuntu 8.04 | startcmd.sh doesn't work
- OASIS Item 12020: New text element, support with fallthrough as text
- OASIS Item 12021: sectiondiv and bodydiv: support two new block elements
- Bug fix 2004588 Image alt text needs space normalized
- Bug fix 1553905 Unkown XSL-FO property in dita2fo-calstable.xsl
- RFE 1996733 Structure Ant <pipeline> better
- Fix backslashes in $PATH2PROJ in XSLT
Items available in Milestone 2 (June 25, 2008)
- DITA 1.2 OASIS Item 12013: Conref range 12013 design
- RFE 1982567 Support for spaces in file and directory names RFE 1982567 design
- RFE 1995667 Add plugin extension points to preprocess pipeline
- Additional updates to OASIS Item 12017 (introduced in Milestone 1)
- Bug fix 2001268 DITA-OT documentation still asks for JDK 1.4
- Plugin enhancements to <require> in plugin.xml
Items available in Milestone 1 (May 30, 2008)
- DITA 1.2: Include DITA 1.2 draft DTDs and Schemas (preserve DITA 1.1 modules for users that want a specific version)
- DITA 1.2 OASIS Item 12017: Updated metadata in maps to match topics. Need update to code that pushes metadata into topics and pulls metadata from topics; need to update output processors that use this metadata. 12017 design
- DITA 1.2 OASIS Item 12018: support for navtitle element (navtitle attribute is deprecated), possibly other elements. 12018 design
- RFE 1972537 Let users specify reloadstylesheet on xslt tasks
- RFE 1796007 Refactor of related links HTML for specialized processing
- Bug fix 1955211 Footnotes-by-reference rendered naively
- Bug fix 1900429 Inconsistent stylesheets for topics and index files in XHTML
- Bug fix 1803199 XHTML: Add class to generated <pre>
Items for future DITA-OT 1.5 iterations:
The following DITA 1.2 items are still incomplete:
- OASIS Item 12043: draft-comment in shortdesc, body, conbody. Need to validate for PDF.
- OASIS Learning Subcommittee work: make plugin available
- OASIS Machine Industry work: make plugin available
New items for consideration, unrelated to OASIS
- Improved JavaDoc in source code
- Easier (possibly graphical) install
- Easy to use sample style overrides
- Common interfaces for calling builds, when for products that imbed the toolkit
- XSLT 2.0 support
- Simple interface for setting parameters when running a build