doc/CHANGELOG.html in taskjuggler-0.0.6 vs doc/CHANGELOG.html in taskjuggler-0.0.7
- old
+ new
@@ -114,10 +114,14 @@
<li><a href="./TaskJuggler/DependencyListAttribute.html">TaskJuggler::DependencyListAttribute</a></li>
<li><a href="./TaskJuggler/DurationAttribute.html">TaskJuggler::DurationAttribute</a></li>
+ <li><a href="./TaskJuggler/FileList.html">TaskJuggler::FileList</a></li>
+
+ <li><a href="./TaskJuggler/FileRecord.html">TaskJuggler::FileRecord</a></li>
+
<li><a href="./TaskJuggler/FixnumAttribute.html">TaskJuggler::FixnumAttribute</a></li>
<li><a href="./TaskJuggler/FlagListAttribute.html">TaskJuggler::FlagListAttribute</a></li>
<li><a href="./TaskJuggler/FloatAttribute.html">TaskJuggler::FloatAttribute</a></li>
@@ -186,12 +190,10 @@
<li><a href="./TaskJuggler/LogicalOperation.html">TaskJuggler::LogicalOperation</a></li>
<li><a href="./TaskJuggler/Macro.html">TaskJuggler::Macro</a></li>
- <li><a href="./TaskJuggler/MacroParser.html">TaskJuggler::MacroParser</a></li>
-
<li><a href="./TaskJuggler/MacroTable.html">TaskJuggler::MacroTable</a></li>
<li><a href="./TaskJuggler/ManagerResponsibilities.html">TaskJuggler::ManagerResponsibilities</a></li>
<li><a href="./TaskJuggler/ManagerStatusRecord.html">TaskJuggler::ManagerStatusRecord</a></li>
@@ -252,10 +254,12 @@
<li><a href="./TaskJuggler/RTFReport.html">TaskJuggler::RTFReport</a></li>
<li><a href="./TaskJuggler/RTFReportLink.html">TaskJuggler::RTFReportLink</a></li>
+ <li><a href="./TaskJuggler/RTFWithQuerySupport.html">TaskJuggler::RTFWithQuerySupport</a></li>
+
<li><a href="./TaskJuggler/RealFormat.html">TaskJuggler::RealFormat</a></li>
<li><a href="./TaskJuggler/RealFormatAttribute.html">TaskJuggler::RealFormatAttribute</a></li>
<li><a href="./TaskJuggler/ReferenceAttribute.html">TaskJuggler::ReferenceAttribute</a></li>
@@ -298,12 +302,10 @@
<li><a href="./TaskJuggler/RichTextDocument.html">TaskJuggler::RichTextDocument</a></li>
<li><a href="./TaskJuggler/RichTextElement.html">TaskJuggler::RichTextElement</a></li>
- <li><a href="./TaskJuggler/RichTextException.html">TaskJuggler::RichTextException</a></li>
-
<li><a href="./TaskJuggler/RichTextFunctionExample.html">TaskJuggler::RichTextFunctionExample</a></li>
<li><a href="./TaskJuggler/RichTextFunctionHandler.html">TaskJuggler::RichTextFunctionHandler</a></li>
<li><a href="./TaskJuggler/RichTextImage.html">TaskJuggler::RichTextImage</a></li>
@@ -340,10 +342,12 @@
<li><a href="./TaskJuggler/ShiftAssignmentsAttribute.html">TaskJuggler::ShiftAssignmentsAttribute</a></li>
<li><a href="./TaskJuggler/ShiftScenario.html">TaskJuggler::ShiftScenario</a></li>
+ <li><a href="./TaskJuggler/SimpleQueryExpander.html">TaskJuggler::SimpleQueryExpander</a></li>
+
<li><a href="./TaskJuggler/SortListAttribute.html">TaskJuggler::SortListAttribute</a></li>
<li><a href="./TaskJuggler/SourceFileInfo.html">TaskJuggler::SourceFileInfo</a></li>
<li><a href="./TaskJuggler/StatusSheetReceiver.html">TaskJuggler::StatusSheetReceiver</a></li>
@@ -450,10 +454,12 @@
<li><a href="./TaskJuggler/URLParameter.html">TaskJuggler::URLParameter</a></li>
<li><a href="./TaskJuggler/UserManual.html">TaskJuggler::UserManual</a></li>
+ <li><a href="./TaskJuggler/VimSyntax.html">TaskJuggler::VimSyntax</a></li>
+
<li><a href="./TaskJuggler/WebServer.html">TaskJuggler::WebServer</a></li>
<li><a href="./TaskJuggler/WorkingHours.html">TaskJuggler::WorkingHours</a></li>
<li><a href="./TaskJuggler/WorkingHoursAttribute.html">TaskJuggler::WorkingHoursAttribute</a></li>
@@ -2571,10 +2577,170 @@
* Fix crash in parsing unterminated queries.
Reported-by: Cornelius Schumacher <cschum@suse.de>
* Make sure that 'scheduled' is only set when we really have a start and
- end date.</pre>
+ end date.
+</pre>
+<h1>Release 0.0.7 (2010-09-08)</h1>
+<pre>
+ * Bumping version to 0.0.7
+
+ * Add section on tj3 web server.
+
+ * Fix crashes when using the underscore variants of some functions.
+
+ * Fix overflow of some HTML table cells.
+
+ * Add missing file.
+
+ * Document web server usage.
+
+ * Only check for modified files when the project has been loaded completely.
+
+ * Ruby 1.8 compatibility fixes.
+
+ * Adding some documentation on how to use the dynamic reports.
+
+ * Completing basic support for dynamic reports.
+
+ By using sometink like <-reportlink id="foorep" attributes="hidetask
+ plan.id != \"<-id->\""-> you can now create parameterized reports that
+ the tj3d web server generates on demand.
+
+ * Adding a proper error message when webserver can't find data dirs.
+
+ Reported-by: AzenAlex <azenalex@gmail.com>
+
+ * Cleaned up test cases for RichText
+
+ * Clarify allocation shift documentation.
+
+ * Adding a test for allocation shifts.
+
+ * Add support for per allocation shifts.
+
+ * Warn user when CSV format is requested for textreport.
+
+ Reported-by: vijay <jahagirdar.vs@gmail.com>
+
+ * Use proper Exception class to catch encoding errors.
+
+ * Check mail encoding even before we pass it to 'mail'.
+
+ * Some more fixes for 'alertmessages' and 'alert' columns.
+
+ * Fix bug with incorrect end date or remaining work values in time sheet templates.
+
+ * Adding 'journal_sub' column to reports.
+
+ It works like 'journal' but also includes the sub tasks.
+
+ * Don't crash in multi-CPU mode when no reports are provided.
+
+ * Only milestones are identified as 'targets'.
+
+ This makes more sense than trying to use a date to limits the included
+ tasks.
+
+ * Don't send sheet summary emails in RichText syntax.
+
+ Use proper text and HTML instead.
+
+ * Targets are now also listed for container tasks.
+
+ * Report completion degree for container tasks as well.
+
+ * Make sure we have a proper return value.
+
+ * Documenting image positioning attributes.
+
+ * Adding support for SVG files to [[File:...]] tag.
+
+ * More fixes for the *prefix attributes.
+
+ * Fixing a problem with the '*prefix' attributes of 'include'.
+
+ Reported-by: Emanuele Cannizzaro <emanuele.cannizzaro@gmail.com>
+
+ * Allow daemon to copy data directories.
+
+ * Change some timeouts to retire server process more quickly.
+
+ * Make sure time sheet warnings/errors always have a source file info.
+
+ * Add a stylesheet to the HTML emails.
+
+ * Confirmation mail for time and status sheets now HTML and plain text
+
+ * Adding more debug infrastructure to the daemon.
+
+ * Fix another macro-in-string problem.
+
+ Reported-by: Tomas <tomas.it@gmail.com>
+
+ * Fix problem with multiple macro calls inside a string
+
+ Reported-by: Tomas <tomas.it@gmail.com>
+
+ * Some more fine tuning for the vim syntax file generator
+
+ * Fixing missing column header for 'freework' column.
+
+ Reported-by: JohnZ <jza2602@googlemail.com>
+
+ * Fix some links in the user manual.
+
+ Reported-by: Emanuele Cannizzaro <emanuele.cannizzaro@gmail.com>
+
+ * Generator for Vim syntax highlighting files added.
+
+ * Support autoselecting the server port.
+
+ * Make BatchProcess handle forks in queue() and wait() blocks.
+
+ * Adding check for gap length/duration of dependencies.
+
+ When the scheduling direction of a task points away from the
+ dependency gap, TJ cannot guarantee that the condition will be met.
+ But at least now an error is generated if the gap is too small.
+
+ * Fix handling of multi-line version of HREF tokens.
+
+ * Adding missing file FileList.rb.
+
+ * Adding 'update' command to tj3d
+
+ The 'update' command will reload all projects that have files that
+ were modified after the project was loaded. A project that is
+ currently reloaded will not be loaded twice.
+
+ * Encoding check is now done in the TextScanner.
+
+ * Cleaning up the RichText scanner RegExps.
+
+ * Cleaning up the RichText tokens somewhat.
+
+ * Make RichText [[..]] tokens work with multiple lines.
+
+ * Refactor RichTextScanner to use TextScanner as well.
+
+ Both scanners are now RegExp based. The error handling was cleaned up.
+
+ * Fixing syntax
+
+ * Revert "Avoid the duplicate entries in the status sheet confirmation mail."
+
+ This reverts commit 84ca0e9e3767ca74ae92ed5d75bc37bdedac4dd5.
+
+ * list-reports command should show all report types
+
+ Not just HTML reports.
+
+ * Avoid the duplicate entries in the status sheet confirmation mail.
+
+ When a status sheet was re-submitted, the old and the new entries were
+ listed in the confirmation mail.</pre>
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>