Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Aug 9, 2022
1 parent 29abb85 commit 36a7a3d
Show file tree
Hide file tree
Showing 2,023 changed files with 8,639 additions and 5,479 deletions.
7 changes: 6 additions & 1 deletion docs/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3808,6 +3808,11 @@

<h1 id="changelog">Changelog</h1>
<h2 id="1070-unreleased">10.7.0 (unreleased)</h2>
<ul>
<li>Use Jackcess to read Asta MDB and Microsoft Project MPD files. This allows these file to be read on platforms other than Windows.</li>
<li>Improve support for reading correctly typed values for enterprise custom fields from MPP files.</li>
<li>Improve array index validation when reading GUID values from MPP files.</li>
</ul>
<h2 id="1062-2022-06-29">10.6.2 (2022-06-29)</h2>
<ul>
<li>Ensure <code>ProjectCleanUtility</code> can load dictionary words from distribution jar.</li>
Expand All @@ -3829,7 +3834,7 @@ <h2 id="1060-2022-06-08">10.6.0 (2022-06-08)</h2>
<li>Improve reading predecessor lag values from Planner files.</li>
<li>Ensure calendar hierarchy is written correctly to Planner files.</li>
<li>Don't write null tasks to Planner files as Planner will not read files which contain them.</li>
<li>When writing Planner file, ignore constrainyt types which Planer can't represent.</li>
<li>When writing Planner file, ignore constraint types which Planner can't represent.</li>
<li>Don't write emply predecessor lists to Planner files.</li>
<li>Improve handling of lag duration when writing Planner files.</li>
<li>Improve ProjectCalendar start date calculation when we have long runs of non-working days.</li>
Expand Down
8 changes: 6 additions & 2 deletions docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (MPXJ 10.6.2 API)</title>
<title>All Classes (MPXJ 10.7.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -132,6 +132,10 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="net/sf/mpxj/asta/AstaDatabaseFileReader.html" title="class in net.sf.mpxj.asta" target="classFrame">AstaDatabaseFileReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaDatabaseReader.html" title="class in net.sf.mpxj.asta" target="classFrame">AstaDatabaseReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaFileReader.html" title="class in net.sf.mpxj.asta" target="classFrame">AstaFileReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaJdbcReader.html" title="class in net.sf.mpxj.asta" target="classFrame">AstaJdbcReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaMdbReader.html" title="class in net.sf.mpxj.asta" target="classFrame">AstaMdbReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaSqliteReader.html" title="class in net.sf.mpxj.asta" target="classFrame">AstaSqliteReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaTextFileReader.html" title="class in net.sf.mpxj.asta" target="classFrame">AstaTextFileReader</a></li>
<li><a href="net/sf/mpxj/common/AutoCloseableHelper.html" title="class in net.sf.mpxj.common" target="classFrame">AutoCloseableHelper</a></li>
<li><a href="net/sf/mpxj/Availability.html" title="class in net.sf.mpxj" target="classFrame">Availability</a></li>
<li><a href="net/sf/mpxj/AvailabilityTable.html" title="class in net.sf.mpxj" target="classFrame">AvailabilityTable</a></li>
Expand Down Expand Up @@ -431,8 +435,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="net/sf/mpxj/merlin/MerlinReader.html" title="class in net.sf.mpxj.merlin" target="classFrame">MerlinReader</a></li>
<li><a href="net/sf/mpxj/ruby/MethodGenerator.html" title="class in net.sf.mpxj.ruby" target="classFrame">MethodGenerator</a></li>
<li><a href="net/sf/mpxj/common/MicrosoftProjectConstants.html" title="class in net.sf.mpxj.common" target="classFrame">MicrosoftProjectConstants</a></li>
<li><a href="net/sf/mpxj/mpd/MPD9DatabaseReader.html" title="class in net.sf.mpxj.mpd" target="classFrame">MPD9DatabaseReader</a></li>
<li><a href="net/sf/mpxj/mpd/MPDDatabaseReader.html" title="class in net.sf.mpxj.mpd" target="classFrame">MPDDatabaseReader</a></li>
<li><a href="net/sf/mpxj/mpd/MPDFileReader.html" title="class in net.sf.mpxj.mpd" target="classFrame">MPDFileReader</a></li>
<li><a href="net/sf/mpxj/mpd/MPDUtility.html" title="class in net.sf.mpxj.mpd" target="classFrame">MPDUtility</a></li>
<li><a href="net/sf/mpxj/mpp/MPPAbstractTimephasedWorkNormaliser.html" title="class in net.sf.mpxj.mpp" target="classFrame">MPPAbstractTimephasedWorkNormaliser</a></li>
<li><a href="net/sf/mpxj/common/MPPAssignmentField.html" title="class in net.sf.mpxj.common" target="classFrame">MPPAssignmentField</a></li>
Expand Down
8 changes: 6 additions & 2 deletions docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (MPXJ 10.6.2 API)</title>
<title>All Classes (MPXJ 10.7.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -132,6 +132,10 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="net/sf/mpxj/asta/AstaDatabaseFileReader.html" title="class in net.sf.mpxj.asta">AstaDatabaseFileReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaDatabaseReader.html" title="class in net.sf.mpxj.asta">AstaDatabaseReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaFileReader.html" title="class in net.sf.mpxj.asta">AstaFileReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaJdbcReader.html" title="class in net.sf.mpxj.asta">AstaJdbcReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaMdbReader.html" title="class in net.sf.mpxj.asta">AstaMdbReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaSqliteReader.html" title="class in net.sf.mpxj.asta">AstaSqliteReader</a></li>
<li><a href="net/sf/mpxj/asta/AstaTextFileReader.html" title="class in net.sf.mpxj.asta">AstaTextFileReader</a></li>
<li><a href="net/sf/mpxj/common/AutoCloseableHelper.html" title="class in net.sf.mpxj.common">AutoCloseableHelper</a></li>
<li><a href="net/sf/mpxj/Availability.html" title="class in net.sf.mpxj">Availability</a></li>
<li><a href="net/sf/mpxj/AvailabilityTable.html" title="class in net.sf.mpxj">AvailabilityTable</a></li>
Expand Down Expand Up @@ -431,8 +435,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="net/sf/mpxj/merlin/MerlinReader.html" title="class in net.sf.mpxj.merlin">MerlinReader</a></li>
<li><a href="net/sf/mpxj/ruby/MethodGenerator.html" title="class in net.sf.mpxj.ruby">MethodGenerator</a></li>
<li><a href="net/sf/mpxj/common/MicrosoftProjectConstants.html" title="class in net.sf.mpxj.common">MicrosoftProjectConstants</a></li>
<li><a href="net/sf/mpxj/mpd/MPD9DatabaseReader.html" title="class in net.sf.mpxj.mpd">MPD9DatabaseReader</a></li>
<li><a href="net/sf/mpxj/mpd/MPDDatabaseReader.html" title="class in net.sf.mpxj.mpd">MPDDatabaseReader</a></li>
<li><a href="net/sf/mpxj/mpd/MPDFileReader.html" title="class in net.sf.mpxj.mpd">MPDFileReader</a></li>
<li><a href="net/sf/mpxj/mpd/MPDUtility.html" title="class in net.sf.mpxj.mpd">MPDUtility</a></li>
<li><a href="net/sf/mpxj/mpp/MPPAbstractTimephasedWorkNormaliser.html" title="class in net.sf.mpxj.mpp">MPPAbstractTimephasedWorkNormaliser</a></li>
<li><a href="net/sf/mpxj/common/MPPAssignmentField.html" title="class in net.sf.mpxj.common">MPPAssignmentField</a></li>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (MPXJ 10.6.2 API)</title>
<title>Constant Field Values (MPXJ 10.7.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (MPXJ 10.6.2 API)";
parent.document.title="Constant Field Values (MPXJ 10.7.0 API)";
}
}
catch(err) {
Expand Down
32 changes: 29 additions & 3 deletions docs/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (MPXJ 10.6.2 API)</title>
<title>Deprecated List (MPXJ 10.7.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (MPXJ 10.6.2 API)";
parent.document.title="Deprecated List (MPXJ 10.7.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -80,11 +80,37 @@
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#class">Deprecated Classes</a></li>
<li><a href="#method">Deprecated Methods</a></li>
<li><a href="#constructor">Deprecated Constructors</a></li>
</ul>
</div>
<div class="contentContainer"><a name="method">
<div class="contentContainer"><a name="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/asta/AstaDatabaseFileReader.html" title="class in net.sf.mpxj.asta">net.sf.mpxj.asta.AstaDatabaseFileReader</a>
<div class="block"><span class="deprecationComment">class renamed to AstaSqliteReader</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="net/sf/mpxj/asta/AstaDatabaseReader.html" title="class in net.sf.mpxj.asta">net.sf.mpxj.asta.AstaDatabaseReader</a>
<div class="block"><span class="deprecationComment">renamed to AstaJdbcReader</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method">
<!-- -->
</a>
<ul class="blockList">
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (MPXJ 10.6.2 API)</title>
<title>API Help (MPXJ 10.7.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (MPXJ 10.6.2 API)";
parent.document.title="API Help (MPXJ 10.7.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 36a7a3d

Please sign in to comment.