Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Jun 8, 2022
1 parent 05542d8 commit bd1a0cc
Show file tree
Hide file tree
Showing 2,011 changed files with 6,962 additions and 5,595 deletions.
42 changes: 36 additions & 6 deletions docs/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,15 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#1060-unreleased" class="md-nav__link">
10.6.0 (unreleased)
<a href="#1070-unreleased" class="md-nav__link">
10.7.0 (unreleased)
</a>

</li>

<li class="md-nav__item">
<a href="#1060-2022-06-08" class="md-nav__link">
10.6.0 (2022-06-08)
</a>

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

<li class="md-nav__item">
<a href="#1060-unreleased" class="md-nav__link">
10.6.0 (unreleased)
<a href="#1070-unreleased" class="md-nav__link">
10.7.0 (unreleased)
</a>

</li>

<li class="md-nav__item">
<a href="#1060-2022-06-08" class="md-nav__link">
10.6.0 (2022-06-08)
</a>

</li>
Expand Down Expand Up @@ -3692,10 +3706,26 @@


<h1 id="changelog">Changelog</h1>
<h2 id="1060-unreleased">10.6.0 (unreleased)</h2>
<h2 id="1070-unreleased">10.7.0 (unreleased)</h2>
<h2 id="1060-2022-06-08">10.6.0 (2022-06-08)</h2>
<ul>
<li>Added support for reading and writing the unique ID of P6 user defined fields via new <code>getUniqueID</code> and <code>setUniqueID</code> methods on `CustomField (based on a suggestion by Wes Lund).</li>
<li>Added support for reading and writing scope, scope ID, and sequence number attributes for activity codes (based on a suggestion by Wes Lund).</li>
<li>Added support for reading and writing sequence number and color attributes for activity code values (based on a suggestion by Wes Lund).</li>
<li>Added <code>isWorking</code> method to <code>ProjectCalendarException</code> to make it clearer how to determine if the exception changes the dates it is applied to into working or non-working days.</li>
<li>Improve reading task start from certain Planner files.</li>
<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>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>
<li>Performance enhancement for timephased data normalisation.</li>
</ul>
<h2 id="1050-2022-05-24">10.5.0 (2022-05-24)</h2>
<ul>
<li>The <code>ProjectCalendaWeek</code> methods <code>addCalendarHours()</code>, <code>attachHoursToDay</code>, <code>removeHoursFromDay</code> have been removed. Use <code>addCalendarHours(day)</code>, <code>removeCalendarHours(day)</code> instead. (Note: this will be a breaking change if you were using the original methods to create or modify a schedule)</li>
<li>The <code>ProjectCalendarWeek</code> methods <code>addCalendarHours()</code>, <code>attachHoursToDay</code>, <code>removeHoursFromDay</code> have been removed. Use <code>addCalendarHours(day)</code>, <code>removeCalendarHours(day)</code> instead. (Note: this will be a breaking change if you were using the original methods to create or modify a schedule)</li>
<li>The <code>ProjectCalendar</code> methods <code>attachHoursToDay</code> and <code>removeHoursFromDay</code> have been removed. Use the <code>addCalendarHours</code> and <code>removeCalendarHours</code> methods instead. (Note: this will be a breaking change if you were using the original methods to create or modify a schedule)</li>
<li>The class hierarchy for <code>ProjectCalendarHours</code> and <code>ProjectCalendarException</code> has been simplified, but there should be no impact for uses of these classes.</li>
<li>The <code>ProjectCalendarHours</code> class now implements the <code>List</code> interface. Methods in this class not part ofthe <code>List</code> interface have been deprecated in favour of the equivalent <code>List</code> methods.</li>
Expand Down
3 changes: 2 additions & 1 deletion 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.5.0 API)</title>
<title>All Classes (MPXJ 10.6.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 @@ -35,6 +35,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="net/sf/mpxj/ActivityCode.html" title="class in net.sf.mpxj" target="classFrame">ActivityCode</a></li>
<li><a href="net/sf/mpxj/primavera/schema/ActivityCodeAssignmentType.html" title="class in net.sf.mpxj.primavera.schema" target="classFrame">ActivityCodeAssignmentType</a></li>
<li><a href="net/sf/mpxj/ActivityCodeContainer.html" title="class in net.sf.mpxj" target="classFrame">ActivityCodeContainer</a></li>
<li><a href="net/sf/mpxj/ActivityCodeScope.html" title="enum in net.sf.mpxj" target="classFrame">ActivityCodeScope</a></li>
<li><a href="net/sf/mpxj/primavera/schema/ActivityCodeType.html" title="class in net.sf.mpxj.primavera.schema" target="classFrame">ActivityCodeType</a></li>
<li><a href="net/sf/mpxj/primavera/schema/ActivityCodeTypeType.html" title="class in net.sf.mpxj.primavera.schema" target="classFrame">ActivityCodeTypeType</a></li>
<li><a href="net/sf/mpxj/primavera/schema/ActivityCodeUpdateType.html" title="class in net.sf.mpxj.primavera.schema" target="classFrame">ActivityCodeUpdateType</a></li>
Expand Down
3 changes: 2 additions & 1 deletion 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.5.0 API)</title>
<title>All Classes (MPXJ 10.6.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 @@ -35,6 +35,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="net/sf/mpxj/ActivityCode.html" title="class in net.sf.mpxj">ActivityCode</a></li>
<li><a href="net/sf/mpxj/primavera/schema/ActivityCodeAssignmentType.html" title="class in net.sf.mpxj.primavera.schema">ActivityCodeAssignmentType</a></li>
<li><a href="net/sf/mpxj/ActivityCodeContainer.html" title="class in net.sf.mpxj">ActivityCodeContainer</a></li>
<li><a href="net/sf/mpxj/ActivityCodeScope.html" title="enum in net.sf.mpxj">ActivityCodeScope</a></li>
<li><a href="net/sf/mpxj/primavera/schema/ActivityCodeType.html" title="class in net.sf.mpxj.primavera.schema">ActivityCodeType</a></li>
<li><a href="net/sf/mpxj/primavera/schema/ActivityCodeTypeType.html" title="class in net.sf.mpxj.primavera.schema">ActivityCodeTypeType</a></li>
<li><a href="net/sf/mpxj/primavera/schema/ActivityCodeUpdateType.html" title="class in net.sf.mpxj.primavera.schema">ActivityCodeUpdateType</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.5.0 API)</title>
<title>Constant Field Values (MPXJ 10.6.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.5.0 API)";
parent.document.title="Constant Field Values (MPXJ 10.6.0 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 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.5.0 API)</title>
<title>Deprecated List (MPXJ 10.6.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.5.0 API)";
parent.document.title="Deprecated List (MPXJ 10.6.0 API)";
}
}
catch(err) {
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.5.0 API)</title>
<title>API Help (MPXJ 10.6.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.5.0 API)";
parent.document.title="API Help (MPXJ 10.6.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit bd1a0cc

Please sign in to comment.