Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Sep 13, 2022
1 parent 743efb8 commit 4b95473
Show file tree
Hide file tree
Showing 2,028 changed files with 10,852 additions and 8,677 deletions.
40 changes: 35 additions & 5 deletions docs/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,15 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#10100-unreleased" class="md-nav__link">
10.10.0 (unreleased)
<a href="#10101-unreleased" class="md-nav__link">
10.10.1 (unreleased)
</a>

</li>

<li class="md-nav__item">
<a href="#10100-2022-09-13" class="md-nav__link">
10.10.0 (2022-09-13)
</a>

</li>
Expand Down Expand Up @@ -2452,8 +2459,15 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#10100-unreleased" class="md-nav__link">
10.10.0 (unreleased)
<a href="#10101-unreleased" class="md-nav__link">
10.10.1 (unreleased)
</a>

</li>

<li class="md-nav__item">
<a href="#10100-2022-09-13" class="md-nav__link">
10.10.0 (2022-09-13)
</a>

</li>
Expand Down Expand Up @@ -3863,7 +3877,23 @@


<h1 id="changelog">Changelog</h1>
<h2 id="10100-unreleased">10.10.0 (unreleased)</h2>
<h2 id="10101-unreleased">10.10.1 (unreleased)</h2>
<h2 id="10100-2022-09-13">10.10.0 (2022-09-13)</h2>
<ul>
<li>Add an option to import Phoenix schedules as a flat set of tasks with separate activity codes, rather than creating a hierarchy of tasks from the activity codes. Note the default is to disable this behavior so existing functionality is unchanged. (Contributed by Christopher Johns)</li>
<li>Add a <code>setProperties</code> method to reader classes to allow configuration to be supplied via a <code>Properties</code> instance rather than having to call setter methods. Properties passed to the <code>UniversalProjectReader</code> version of this method will be forwarded to the reader class <code>UniversalProjectReader</code> chooses to reader the supplied file. Properties for multiple reader classes can be included in the <code>Properties</code> instance, each reader class will ignore irrelevant properties.</li>
<li>Added the <code>get</code> method to <code>Task</code>, <code>Resource</code>, <code>ResourceAssignment</code> and <code>ProjectProperties</code> as a replacement for the <code>getCurrentValue</code> method. The new <code>get</code> method is paired with the existing <code>set</code> method to provide read and write access to attributes of these classes. This change is intended to improve the interfaces to these classes by making them more consistent, and thus easier to understand.</li>
<li>Deprecated the <code>getCurrentValue</code> method on the <code>Task</code>, <code>Resource</code>, <code>ResourceAssignment</code> and <code>ProjectProperties</code> classes. Use the new <code>get</code> method instead.</li>
<li>Add getter and setter methods for the Resource attributes Cost Center, Budget Cost, Budget Work, Baseline Budget Cost, Baseline Budget Work, Baseline Budget Cost 1-10, and Baseline Budget Work 1-10.</li>
<li>Add getter and setter methods for the Task attributes Response Pending, Scheduled Start, Scheduled Finish, Scheduled Duration, Budget Cost, Budget Work, Baseline Budget Cost, Baseline Budget Work, Baseline Budget Cost 1-10, and Baseline Budget Work 1-10.</li>
<li>Added support for the Resource Cost Centre attribute for MSPDI files.</li>
<li>Move MPP file-specific functionality for determining baseline values from the Task class into the MPP reader class.</li>
<li>Improve handling of the TaskMode attribute.</li>
<li>Don't set a Task's Critical attribute unless we have valid slack values.</li>
<li>Ensure <code>ResourceAssignment</code> calculated fields are returned correctly when using the <code>getCurrentValue</code> method.</li>
<li>Ensure <code>ProjectProperties</code> calculated fields are returned correctly when using the <code>getCurrentValue</code> method.</li>
<li>Updated to use jsoup 1.15.3</li>
</ul>
<h2 id="1091-2022-08-31">10.9.1 (2022-08-31)</h2>
<ul>
<li>Ensure monthly and yearly recurrences are calculated correctly when the supplied start date is the same as the first recurrence date (Contributed by Rohit Sinha).</li>
Expand Down
4 changes: 1 addition & 3 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.9.1 API)</title>
<title>All Classes (MPXJ 10.10.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 @@ -504,8 +504,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="net/sf/mpxj/PercentCompleteType.html" title="enum in net.sf.mpxj" target="classFrame">PercentCompleteType</a></li>
<li><a href="net/sf/mpxj/planner/schema/Phase.html" title="class in net.sf.mpxj.planner.schema" target="classFrame">Phase</a></li>
<li><a href="net/sf/mpxj/planner/schema/Phases.html" title="class in net.sf.mpxj.planner.schema" target="classFrame">Phases</a></li>
<li><a href="net/sf/mpxj/phoenix/Phoenix4Reader.html" title="class in net.sf.mpxj.phoenix" target="classFrame">Phoenix4Reader</a></li>
<li><a href="net/sf/mpxj/phoenix/Phoenix5Reader.html" title="class in net.sf.mpxj.phoenix" target="classFrame">Phoenix5Reader</a></li>
<li><a href="net/sf/mpxj/phoenix/PhoenixInputStream.html" title="class in net.sf.mpxj.phoenix" target="classFrame">PhoenixInputStream</a></li>
<li><a href="net/sf/mpxj/phoenix/PhoenixReader.html" title="class in net.sf.mpxj.phoenix" target="classFrame">PhoenixReader</a></li>
<li><a href="net/sf/mpxj/planner/PlannerReader.html" title="class in net.sf.mpxj.planner" target="classFrame">PlannerReader</a></li>
Expand Down
4 changes: 1 addition & 3 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.9.1 API)</title>
<title>All Classes (MPXJ 10.10.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 @@ -504,8 +504,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="net/sf/mpxj/PercentCompleteType.html" title="enum in net.sf.mpxj">PercentCompleteType</a></li>
<li><a href="net/sf/mpxj/planner/schema/Phase.html" title="class in net.sf.mpxj.planner.schema">Phase</a></li>
<li><a href="net/sf/mpxj/planner/schema/Phases.html" title="class in net.sf.mpxj.planner.schema">Phases</a></li>
<li><a href="net/sf/mpxj/phoenix/Phoenix4Reader.html" title="class in net.sf.mpxj.phoenix">Phoenix4Reader</a></li>
<li><a href="net/sf/mpxj/phoenix/Phoenix5Reader.html" title="class in net.sf.mpxj.phoenix">Phoenix5Reader</a></li>
<li><a href="net/sf/mpxj/phoenix/PhoenixInputStream.html" title="class in net.sf.mpxj.phoenix">PhoenixInputStream</a></li>
<li><a href="net/sf/mpxj/phoenix/PhoenixReader.html" title="class in net.sf.mpxj.phoenix">PhoenixReader</a></li>
<li><a href="net/sf/mpxj/planner/PlannerReader.html" title="class in net.sf.mpxj.planner">PlannerReader</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.9.1 API)</title>
<title>Constant Field Values (MPXJ 10.10.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.9.1 API)";
parent.document.title="Constant Field Values (MPXJ 10.10.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 4b95473

Please sign in to comment.