taskjuggler 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (787) hide show
  1. data/CHANGELOG +115 -0
  2. data/README.rdoc +105 -0
  3. data/examples/tutorial.tjp +21 -16
  4. data/gem_spec.rb +1 -1
  5. data/lib/{Account.rb → taskjuggler/Account.rb} +2 -3
  6. data/lib/{AccountScenario.rb → taskjuggler/AccountScenario.rb} +1 -1
  7. data/lib/taskjuggler/AlgorithmDiff.rb +311 -0
  8. data/lib/{Allocation.rb → taskjuggler/Allocation.rb} +3 -3
  9. data/lib/{AppConfig.rb → taskjuggler/AppConfig.rb} +0 -1
  10. data/lib/{AttributeBase.rb → taskjuggler/AttributeBase.rb} +1 -1
  11. data/lib/{AttributeDefinition.rb → taskjuggler/AttributeDefinition.rb} +0 -0
  12. data/lib/{Attributes.rb → taskjuggler/Attributes.rb} +19 -9
  13. data/lib/{BatchProcessor.rb → taskjuggler/BatchProcessor.rb} +0 -0
  14. data/lib/{Booking.rb → taskjuggler/Booking.rb} +0 -0
  15. data/lib/{Charge.rb → taskjuggler/Charge.rb} +1 -1
  16. data/lib/{ChargeSet.rb → taskjuggler/ChargeSet.rb} +1 -1
  17. data/lib/{DataCache.rb → taskjuggler/DataCache.rb} +0 -0
  18. data/lib/{FileList.rb → taskjuggler/FileList.rb} +0 -0
  19. data/lib/{HTMLDocument.rb → taskjuggler/HTMLDocument.rb} +1 -1
  20. data/lib/{Interval.rb → taskjuggler/Interval.rb} +1 -1
  21. data/lib/{IntervalList.rb → taskjuggler/IntervalList.rb} +1 -1
  22. data/lib/{Journal.rb → taskjuggler/Journal.rb} +2 -2
  23. data/lib/{KeywordArray.rb → taskjuggler/KeywordArray.rb} +0 -0
  24. data/lib/{KeywordDocumentation.rb → taskjuggler/KeywordDocumentation.rb} +5 -5
  25. data/lib/{Limits.rb → taskjuggler/Limits.rb} +1 -1
  26. data/lib/{Log.rb → taskjuggler/Log.rb} +0 -0
  27. data/lib/{LogFile.rb → taskjuggler/LogFile.rb} +0 -0
  28. data/lib/{LogicalExpression.rb → taskjuggler/LogicalExpression.rb} +3 -3
  29. data/lib/{LogicalFunction.rb → taskjuggler/LogicalFunction.rb} +1 -1
  30. data/lib/{LogicalOperation.rb → taskjuggler/LogicalOperation.rb} +1 -1
  31. data/lib/{MessageHandler.rb → taskjuggler/MessageHandler.rb} +3 -1
  32. data/lib/{Project.rb → taskjuggler/Project.rb} +51 -48
  33. data/lib/{ProjectFileParser.rb → taskjuggler/ProjectFileParser.rb} +25 -9
  34. data/lib/{ProjectFileScanner.rb → taskjuggler/ProjectFileScanner.rb} +5 -5
  35. data/lib/{PropertyList.rb → taskjuggler/PropertyList.rb} +0 -0
  36. data/lib/{PropertySet.rb → taskjuggler/PropertySet.rb} +3 -4
  37. data/lib/{PropertyTreeNode.rb → taskjuggler/PropertyTreeNode.rb} +157 -11
  38. data/lib/{Query.rb → taskjuggler/Query.rb} +17 -7
  39. data/lib/{RealFormat.rb → taskjuggler/RealFormat.rb} +0 -0
  40. data/lib/{Resource.rb → taskjuggler/Resource.rb} +8 -6
  41. data/lib/{ResourceScenario.rb → taskjuggler/ResourceScenario.rb} +26 -65
  42. data/lib/{RichText.rb → taskjuggler/RichText.rb} +3 -3
  43. data/lib/{RichTextDocument.rb → taskjuggler/RichText/Document.rb} +3 -3
  44. data/lib/{RichTextElement.rb → taskjuggler/RichText/Element.rb} +10 -4
  45. data/lib/{RichTextFunctionExample.rb → taskjuggler/RichText/FunctionExample.rb} +3 -3
  46. data/lib/{RichTextFunctionHandler.rb → taskjuggler/RichText/FunctionHandler.rb} +0 -0
  47. data/lib/{RichTextParser.rb → taskjuggler/RichText/Parser.rb} +6 -4
  48. data/lib/{RTFHandlers.rb → taskjuggler/RichText/RTFHandlers.rb} +4 -4
  49. data/lib/{RTFNavigator.rb → taskjuggler/RichText/RTFNavigator.rb} +3 -3
  50. data/lib/{RTFQuery.rb → taskjuggler/RichText/RTFQuery.rb} +62 -39
  51. data/lib/{RTFReport.rb → taskjuggler/RichText/RTFReport.rb} +2 -2
  52. data/lib/{RTFReportLink.rb → taskjuggler/RichText/RTFReportLink.rb} +4 -4
  53. data/lib/{RTFWithQuerySupport.rb → taskjuggler/RichText/RTFWithQuerySupport.rb} +1 -1
  54. data/lib/{RichTextScanner.rb → taskjuggler/RichText/Scanner.rb} +18 -5
  55. data/lib/{RichTextSnip.rb → taskjuggler/RichText/Snip.rb} +2 -2
  56. data/lib/{RichTextSyntaxRules.rb → taskjuggler/RichText/SyntaxRules.rb} +14 -0
  57. data/lib/{TOCEntry.rb → taskjuggler/RichText/TOCEntry.rb} +2 -2
  58. data/lib/{TableOfContents.rb → taskjuggler/RichText/TableOfContents.rb} +2 -2
  59. data/lib/{RuntimeConfig.rb → taskjuggler/RuntimeConfig.rb} +18 -18
  60. data/lib/{Scenario.rb → taskjuggler/Scenario.rb} +1 -1
  61. data/lib/{ScenarioData.rb → taskjuggler/ScenarioData.rb} +2 -3
  62. data/lib/{Scoreboard.rb → taskjuggler/Scoreboard.rb} +4 -4
  63. data/lib/{SheetHandlerBase.rb → taskjuggler/SheetHandlerBase.rb} +3 -3
  64. data/lib/{SheetReceiver.rb → taskjuggler/SheetReceiver.rb} +2 -2
  65. data/lib/{SheetSender.rb → taskjuggler/SheetSender.rb} +5 -5
  66. data/lib/{Shift.rb → taskjuggler/Shift.rb} +2 -3
  67. data/lib/{ShiftAssignments.rb → taskjuggler/ShiftAssignments.rb} +1 -1
  68. data/lib/{ShiftScenario.rb → taskjuggler/ShiftScenario.rb} +1 -1
  69. data/lib/{SimpleQueryExpander.rb → taskjuggler/SimpleQueryExpander.rb} +0 -0
  70. data/lib/{StatusSheetReceiver.rb → taskjuggler/StatusSheetReceiver.rb} +1 -1
  71. data/lib/{StatusSheetSender.rb → taskjuggler/StatusSheetSender.rb} +1 -1
  72. data/lib/{SyntaxReference.rb → taskjuggler/SyntaxReference.rb} +4 -4
  73. data/lib/{TableColumnDefinition.rb → taskjuggler/TableColumnDefinition.rb} +0 -0
  74. data/lib/{Task.rb → taskjuggler/Task.rb} +2 -2
  75. data/lib/{TaskDependency.rb → taskjuggler/TaskDependency.rb} +8 -0
  76. data/lib/{TaskJuggler.rb → taskjuggler/TaskJuggler.rb} +6 -4
  77. data/lib/{TaskScenario.rb → taskjuggler/TaskScenario.rb} +211 -150
  78. data/lib/taskjuggler/TernarySearchTree.rb +203 -0
  79. data/lib/{TextFormatter.rb → taskjuggler/TextFormatter.rb} +1 -1
  80. data/lib/{TextParser.rb → taskjuggler/TextParser.rb} +6 -6
  81. data/lib/{MacroTable.rb → taskjuggler/TextParser/MacroTable.rb} +2 -12
  82. data/lib/{TextParser → taskjuggler/TextParser}/Pattern.rb +5 -2
  83. data/lib/{TextParser → taskjuggler/TextParser}/Rule.rb +1 -1
  84. data/lib/{TextScanner.rb → taskjuggler/TextParser/Scanner.rb} +34 -32
  85. data/lib/{SourceFileInfo.rb → taskjuggler/TextParser/SourceFileInfo.rb} +1 -1
  86. data/lib/{TextParser → taskjuggler/TextParser}/StackElement.rb +0 -2
  87. data/lib/{TextParser → taskjuggler/TextParser}/State.rb +0 -0
  88. data/lib/{TextParser → taskjuggler/TextParser}/TokenDoc.rb +0 -0
  89. data/lib/{TimeSheetReceiver.rb → taskjuggler/TimeSheetReceiver.rb} +1 -1
  90. data/lib/{TimeSheetSender.rb → taskjuggler/TimeSheetSender.rb} +1 -1
  91. data/lib/{TimeSheetSummary.rb → taskjuggler/TimeSheetSummary.rb} +1 -1
  92. data/lib/{TimeSheets.rb → taskjuggler/TimeSheets.rb} +23 -16
  93. data/lib/{Tj3AppBase.rb → taskjuggler/Tj3AppBase.rb} +19 -12
  94. data/lib/{Tj3Config.rb → taskjuggler/Tj3Config.rb} +3 -3
  95. data/lib/taskjuggler/Tj3Man.rb +78 -0
  96. data/lib/{Tj3SheetAppBase.rb → taskjuggler/Tj3SheetAppBase.rb} +2 -2
  97. data/lib/{TjException.rb → taskjuggler/TjException.rb} +0 -0
  98. data/lib/{TjTime.rb → taskjuggler/TjTime.rb} +279 -234
  99. data/lib/{TjpExample.rb → taskjuggler/TjpExample.rb} +0 -0
  100. data/lib/{TjpSyntaxRules.rb → taskjuggler/TjpSyntaxRules.rb} +253 -95
  101. data/lib/{URLParameter.rb → taskjuggler/URLParameter.rb} +0 -0
  102. data/lib/{UTF8String.rb → taskjuggler/UTF8String.rb} +0 -0
  103. data/lib/{UserManual.rb → taskjuggler/UserManual.rb} +6 -6
  104. data/lib/{VimSyntax.rb → taskjuggler/VimSyntax.rb} +6 -2
  105. data/lib/{WorkingHours.rb → taskjuggler/WorkingHours.rb} +14 -22
  106. data/lib/{XMLDocument.rb → taskjuggler/XMLDocument.rb} +1 -1
  107. data/lib/{XMLElement.rb → taskjuggler/XMLElement.rb} +1 -1
  108. data/lib/taskjuggler/apps/Tj3.rb +134 -0
  109. data/lib/taskjuggler/apps/Tj3Client.rb +467 -0
  110. data/lib/taskjuggler/apps/Tj3Daemon.rb +142 -0
  111. data/lib/taskjuggler/apps/Tj3SsReceiver.rb +56 -0
  112. data/lib/taskjuggler/apps/Tj3SsSender.rb +90 -0
  113. data/lib/taskjuggler/apps/Tj3TsReceiver.rb +59 -0
  114. data/lib/taskjuggler/apps/Tj3TsSender.rb +77 -0
  115. data/lib/taskjuggler/apps/Tj3TsSummary.rb +86 -0
  116. data/lib/{daemon → taskjuggler/daemon}/Daemon.rb +4 -3
  117. data/lib/{daemon → taskjuggler/daemon}/ProcessIntercom.rb +2 -2
  118. data/lib/{daemon → taskjuggler/daemon}/ProjectBroker.rb +5 -5
  119. data/lib/{daemon → taskjuggler/daemon}/ProjectServer.rb +16 -16
  120. data/lib/{daemon → taskjuggler/daemon}/ReportServer.rb +6 -6
  121. data/lib/{daemon → taskjuggler/daemon}/ReportServlet.rb +2 -2
  122. data/lib/{daemon → taskjuggler/daemon}/WebServer.rb +4 -4
  123. data/lib/{daemon → taskjuggler/daemon}/WelcomePage.rb +2 -1
  124. data/lib/{deep_copy.rb → taskjuggler/deep_copy.rb} +0 -0
  125. data/lib/{reports → taskjuggler/reports}/CSVFile.rb +2 -2
  126. data/lib/{reports → taskjuggler/reports}/CollisionDetector.rb +1 -1
  127. data/lib/{reports → taskjuggler/reports}/ColumnTable.rb +1 -1
  128. data/lib/{reports → taskjuggler/reports}/GanttChart.rb +4 -4
  129. data/lib/{reports → taskjuggler/reports}/GanttContainer.rb +1 -1
  130. data/lib/{reports → taskjuggler/reports}/GanttHeader.rb +1 -1
  131. data/lib/{reports → taskjuggler/reports}/GanttHeaderScaleItem.rb +0 -0
  132. data/lib/{reports → taskjuggler/reports}/GanttLine.rb +6 -6
  133. data/lib/{reports → taskjuggler/reports}/GanttLoadStack.rb +1 -1
  134. data/lib/{reports → taskjuggler/reports}/GanttMilestone.rb +1 -1
  135. data/lib/{reports → taskjuggler/reports}/GanttRouter.rb +1 -1
  136. data/lib/{reports → taskjuggler/reports}/GanttTaskBar.rb +1 -1
  137. data/lib/{reports → taskjuggler/reports}/HTMLGraphics.rb +0 -0
  138. data/lib/{reports → taskjuggler/reports}/Navigator.rb +1 -1
  139. data/lib/{reports → taskjuggler/reports}/NikuReport.rb +3 -6
  140. data/lib/{reports → taskjuggler/reports}/Report.rb +19 -14
  141. data/lib/{reports → taskjuggler/reports}/ReportBase.rb +0 -0
  142. data/lib/{reports → taskjuggler/reports}/ReportContext.rb +0 -0
  143. data/lib/{reports → taskjuggler/reports}/ReportTable.rb +2 -2
  144. data/lib/{reports → taskjuggler/reports}/ReportTableCell.rb +0 -0
  145. data/lib/{reports → taskjuggler/reports}/ReportTableColumn.rb +0 -0
  146. data/lib/{reports → taskjuggler/reports}/ReportTableLegend.rb +0 -0
  147. data/lib/{reports → taskjuggler/reports}/ReportTableLine.rb +1 -1
  148. data/lib/{reports → taskjuggler/reports}/ResourceListRE.rb +4 -4
  149. data/lib/{reports → taskjuggler/reports}/StatusSheetReport.rb +1 -1
  150. data/lib/{reports → taskjuggler/reports}/TableReport.rb +8 -7
  151. data/lib/{reports → taskjuggler/reports}/TaskListRE.rb +4 -4
  152. data/lib/{reports → taskjuggler/reports}/TextReport.rb +1 -1
  153. data/lib/{reports → taskjuggler/reports}/TimeSheetReport.rb +1 -1
  154. data/lib/{reports → taskjuggler/reports}/TjpExportRE.rb +87 -29
  155. data/lib/tj3.rb +2 -144
  156. data/lib/tj3client.rb +2 -442
  157. data/lib/tj3d.rb +1 -133
  158. data/lib/tj3man.rb +2 -75
  159. data/lib/tj3ss_receiver.rb +2 -42
  160. data/lib/tj3ss_sender.rb +1 -76
  161. data/lib/tj3ts_receiver.rb +1 -45
  162. data/lib/tj3ts_sender.rb +1 -63
  163. data/lib/tj3ts_summary.rb +1 -72
  164. data/manual/How_To_Contribute +19 -49
  165. data/manual/Installation +65 -6
  166. data/manual/Reporting_Bugs +6 -20
  167. data/manual/TaskJuggler_Internals +8 -1
  168. data/manual/Tutorial +16 -0
  169. data/prj_cfg.rb +2 -3
  170. data/spec/IntervalList_spec.rb +2 -1
  171. data/spec/ProjectBroker_spec.rb +1 -1
  172. data/spec/TernarySearchTree_spec.rb +131 -0
  173. data/spec/TimeSheets_spec.rb +129 -0
  174. data/spec/Tj3Daemon_spec.rb +51 -0
  175. data/spec/Tj3_spec.rb +36 -0
  176. data/spec/support/DaemonControl.rb +78 -0
  177. data/spec/support/StdIoWrapper.rb +43 -0
  178. data/spec/tj3client.log +23 -0
  179. data/tasks/changelog.rake +17 -2
  180. data/tasks/csts.rake +2 -2
  181. data/tasks/manual.rake +9 -5
  182. data/tasks/missing.rake +0 -4
  183. data/tasks/rdoc.rake +2 -2
  184. data/tasks/vim.rake +9 -0
  185. data/test/TestSuite/CSV-Reports/alert.tjp +9 -0
  186. data/test/TestSuite/CSV-Reports/celltext.tjp +1 -0
  187. data/test/TestSuite/CSV-Reports/inputs.tjp +19 -0
  188. data/test/TestSuite/CSV-Reports/project-1.tji +9 -0
  189. data/test/TestSuite/CSV-Reports/refs/alert.csv +15 -0
  190. data/test/TestSuite/CSV-Reports/refs/celltext.csv +1 -0
  191. data/test/TestSuite/CSV-Reports/refs/inputs.csv +6 -0
  192. data/test/TestSuite/CSV-Reports/refs/resourcereport.csv +4 -4
  193. data/test/TestSuite/CSV-Reports/refs/resourcereport_with_tasks.csv +22 -22
  194. data/test/TestSuite/CSV-Reports/refs/sortByTree.csv +1 -0
  195. data/test/TestSuite/CSV-Reports/refs/sortBy_duration.down.csv +1 -0
  196. data/test/TestSuite/CSV-Reports/refs/sortBy_effort.up.csv +1 -0
  197. data/test/TestSuite/CSV-Reports/refs/sortBy_plan.start.down.csv +14 -13
  198. data/test/TestSuite/CSV-Reports/refs/targets.csv +5 -0
  199. data/test/TestSuite/CSV-Reports/refs/taskreport.csv +15 -14
  200. data/test/TestSuite/CSV-Reports/refs/taskreport_with_resources.csv +33 -32
  201. data/test/TestSuite/CSV-Reports/resourcereport.tjp +1 -0
  202. data/test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp +1 -0
  203. data/test/TestSuite/CSV-Reports/sortByTree.tjp +1 -0
  204. data/test/TestSuite/CSV-Reports/sortBy_duration.down.tjp +1 -0
  205. data/test/TestSuite/CSV-Reports/sortBy_effort.up.tjp +1 -0
  206. data/test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp +2 -1
  207. data/test/TestSuite/CSV-Reports/targets.tjp +20 -0
  208. data/test/TestSuite/CSV-Reports/taskreport.tjp +2 -1
  209. data/test/TestSuite/CSV-Reports/taskreport_with_resources.tjp +2 -1
  210. data/test/TestSuite/CSV-Reports/weekly.tjp +5 -2
  211. data/test/TestSuite/Export-Reports/export.tji +6 -0
  212. data/test/TestSuite/Export-Reports/refs/Account.tjp +92 -0
  213. data/test/TestSuite/Export-Reports/refs/AdoptedTasks.tjp +38 -0
  214. data/test/TestSuite/Export-Reports/refs/Allocate-1.tjp +124 -0
  215. data/test/TestSuite/Export-Reports/refs/Alternative.tjp +50 -0
  216. data/test/TestSuite/Export-Reports/refs/AutoID.tjp +45 -0
  217. data/test/TestSuite/Export-Reports/refs/AutoMacros.tjp +18 -0
  218. data/test/TestSuite/Export-Reports/refs/Booking.tjp +48 -0
  219. data/test/TestSuite/Export-Reports/refs/Caption.tjp +65 -0
  220. data/test/TestSuite/Export-Reports/refs/Celltext.tjp +45 -0
  221. data/test/TestSuite/Export-Reports/refs/Comments.tjp +67 -0
  222. data/test/TestSuite/Export-Reports/refs/Complete.tjp +50 -0
  223. data/test/TestSuite/Export-Reports/refs/CriticalPath.tjp +41 -0
  224. data/test/TestSuite/Export-Reports/refs/Currencyformat.tjp +18 -0
  225. data/test/TestSuite/Export-Reports/refs/CustomAttributes.tjp +24 -0
  226. data/test/TestSuite/Export-Reports/refs/DST.tjp +89 -0
  227. data/test/TestSuite/Export-Reports/refs/Depends1.tjp +57 -0
  228. data/test/TestSuite/Export-Reports/refs/Durations.tjp +84 -0
  229. data/test/TestSuite/Export-Reports/refs/Efficiency.tjp +58 -0
  230. data/test/TestSuite/Export-Reports/refs/Flags.tjp +51 -0
  231. data/test/TestSuite/Export-Reports/refs/Gap.tjp +38 -0
  232. data/test/TestSuite/Export-Reports/refs/HtmlTaskReport.tjp +67 -0
  233. data/test/TestSuite/Export-Reports/refs/Include.tjp +58 -0
  234. data/test/TestSuite/Export-Reports/refs/Journal.tjp +28 -0
  235. data/test/TestSuite/Export-Reports/refs/Limits-1.tjp +283 -0
  236. data/test/TestSuite/Export-Reports/refs/LoadUnits.tjp +617 -0
  237. data/test/TestSuite/Export-Reports/refs/LogicalExpression.tjp +18 -0
  238. data/test/TestSuite/Export-Reports/refs/LogicalFunction.tjp +57 -0
  239. data/test/TestSuite/Export-Reports/refs/Macro-1.tjp +91 -0
  240. data/test/TestSuite/Export-Reports/refs/Macro-2.tjp +18 -0
  241. data/test/TestSuite/Export-Reports/refs/Macro-3.tjp +18 -0
  242. data/test/TestSuite/Export-Reports/refs/Manager.tjp +121 -0
  243. data/test/TestSuite/Export-Reports/refs/Mandatory.tjp +59 -0
  244. data/test/TestSuite/Export-Reports/refs/Milestone.tjp +27 -0
  245. data/test/TestSuite/Export-Reports/refs/MinMax.tjp +30 -0
  246. data/test/TestSuite/Export-Reports/refs/Niku.tjp +218 -0
  247. data/test/TestSuite/Export-Reports/refs/Numberformat.tjp +18 -0
  248. data/test/TestSuite/Export-Reports/refs/Period.tjp +25 -0
  249. data/test/TestSuite/Export-Reports/refs/Persistent.tjp +49 -0
  250. data/test/TestSuite/Export-Reports/refs/Precedes1.tjp +46 -0
  251. data/test/TestSuite/Export-Reports/refs/Priority.tjp +141 -0
  252. data/test/TestSuite/Export-Reports/refs/Project.tjp +18 -0
  253. data/test/TestSuite/Export-Reports/refs/ProjectIDs.tjp +36 -0
  254. data/test/TestSuite/Export-Reports/refs/Query.tjp +49 -0
  255. data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +79 -0
  256. data/test/TestSuite/Export-Reports/refs/Reports.tjp +130 -0
  257. data/test/TestSuite/Export-Reports/refs/Resource.tjp +59 -0
  258. data/test/TestSuite/Export-Reports/refs/ResourcePrefix.tjp +67 -0
  259. data/test/TestSuite/Export-Reports/refs/ResourceRoot.tjp +90 -0
  260. data/test/TestSuite/Export-Reports/refs/Responsible.tjp +50 -0
  261. data/test/TestSuite/Export-Reports/refs/RollupResource.tjp +90 -0
  262. data/test/TestSuite/Export-Reports/refs/Scenario.tjp +25 -0
  263. data/test/TestSuite/Export-Reports/refs/Scheduling.tjp +55 -0
  264. data/test/TestSuite/Export-Reports/refs/Select.tjp +89 -0
  265. data/test/TestSuite/Export-Reports/refs/Shift.tjp +39 -0
  266. data/test/TestSuite/Export-Reports/refs/Simple.tjp +67 -0
  267. data/test/TestSuite/Export-Reports/refs/StatusSheet.tjp +95 -0
  268. data/test/TestSuite/Export-Reports/refs/String.tjp +33 -0
  269. data/test/TestSuite/Export-Reports/refs/Supplement.tjp +41 -0
  270. data/test/TestSuite/Export-Reports/refs/TaskPrefix.tjp +49 -0
  271. data/test/TestSuite/Export-Reports/refs/TaskRoot.tjp +75 -0
  272. data/test/TestSuite/Export-Reports/refs/TimeFrame.tjp +51 -0
  273. data/test/TestSuite/Export-Reports/refs/TimeSheet1.tjp +81 -0
  274. data/test/TestSuite/Export-Reports/refs/Timezone.tjp +18 -0
  275. data/test/TestSuite/Export-Reports/refs/Vacation.tjp +69 -0
  276. data/test/TestSuite/Export-Reports/refs/tutorial.tjp +1061 -0
  277. data/test/TestSuite/Scheduler/Correct/Container-2.tjp +3 -1
  278. data/test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp +5 -3
  279. data/test/TestSuite/Scheduler/Correct/Precedes.tjp +19 -19
  280. data/test/TestSuite/Scheduler/Correct/PriorityInversion.tjp +32 -0
  281. data/test/TestSuite/Scheduler/Correct/Scenarios.tjp +19 -0
  282. data/test/TestSuite/Scheduler/Correct/TimeSheet2.tjp +11 -0
  283. data/test/TestSuite/Scheduler/Correct/WeakDeps.tjp +14 -14
  284. data/test/TestSuite/Scheduler/Correct/checks.tji +5 -0
  285. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +20 -0
  286. data/test/TestSuite/StatusSheets/boss_mail +1 -1
  287. data/test/TestSuite/StatusSheets/dev2_mail +1 -1
  288. data/test/TestSuite/StatusSheets/run +2 -3
  289. data/test/TestSuite/Syntax/Correct/Account.tjp +1 -0
  290. data/test/TestSuite/Syntax/Correct/AdoptedTasks.tjp +9 -0
  291. data/test/TestSuite/Syntax/Correct/Allocate-1.tjp +3 -1
  292. data/test/TestSuite/Syntax/Correct/Alternative.tjp +3 -1
  293. data/test/TestSuite/Syntax/Correct/AutoID.tjp +3 -1
  294. data/test/TestSuite/Syntax/Correct/Booking.tjp +1 -0
  295. data/test/TestSuite/Syntax/Correct/Caption.tjp +3 -1
  296. data/test/TestSuite/Syntax/Correct/Celltext.tjp +3 -1
  297. data/test/TestSuite/Syntax/Correct/Comments.tjp +3 -1
  298. data/test/TestSuite/Syntax/Correct/Complete.tjp +1 -0
  299. data/test/TestSuite/Syntax/Correct/CriticalPath.tjp +2 -1
  300. data/test/TestSuite/Syntax/Correct/Currencyformat.tjp +2 -1
  301. data/test/TestSuite/Syntax/Correct/CustomAttributes.tjp +3 -2
  302. data/test/TestSuite/Syntax/Correct/DST.tjp +11 -0
  303. data/test/TestSuite/Syntax/Correct/Depends1.tjp +6 -4
  304. data/test/TestSuite/Syntax/Correct/Durations.tjp +3 -1
  305. data/test/TestSuite/Syntax/Correct/Efficiency.tjp +4 -2
  306. data/test/TestSuite/Syntax/Correct/Export.tjp +6 -4
  307. data/test/TestSuite/Syntax/Correct/Flags.tjp +3 -1
  308. data/test/TestSuite/Syntax/Correct/Freeze.tjp +2 -2
  309. data/test/TestSuite/Syntax/Correct/Gap.tjp +3 -1
  310. data/test/TestSuite/Syntax/Correct/HtmlTaskReport.tjp +4 -2
  311. data/test/TestSuite/Syntax/Correct/Include.tjp +3 -1
  312. data/test/TestSuite/Syntax/Correct/Journal.tjp +2 -1
  313. data/test/TestSuite/Syntax/Correct/Limits-1.tjp +13 -9
  314. data/test/TestSuite/Syntax/Correct/LoadUnits.tjp +1 -0
  315. data/test/TestSuite/Syntax/Correct/LogicalExpression.tjp +3 -1
  316. data/test/TestSuite/Syntax/Correct/LogicalFunction.tjp +3 -1
  317. data/test/TestSuite/Syntax/Correct/Macro-1.tjp +3 -1
  318. data/test/TestSuite/Syntax/Correct/Macro-2.tjp +3 -1
  319. data/test/TestSuite/Syntax/Correct/Macro-3.tjp +1 -0
  320. data/test/TestSuite/Syntax/Correct/Manager.tjp +4 -2
  321. data/test/TestSuite/Syntax/Correct/Mandatory.tjp +3 -1
  322. data/test/TestSuite/Syntax/Correct/Milestone.tjp +3 -1
  323. data/test/TestSuite/Syntax/Correct/MinMax.tjp +3 -1
  324. data/test/TestSuite/Syntax/Correct/Niku.tjp +1 -0
  325. data/test/TestSuite/Syntax/Correct/Numberformat.tjp +3 -2
  326. data/test/TestSuite/Syntax/Correct/Period.tjp +1 -0
  327. data/test/TestSuite/Syntax/Correct/Persistent.tjp +3 -1
  328. data/test/TestSuite/Syntax/Correct/Precedes1.tjp +6 -4
  329. data/test/TestSuite/Syntax/Correct/Priority.tjp +4 -2
  330. data/test/TestSuite/Syntax/Correct/Project.tjp +5 -4
  331. data/test/TestSuite/Syntax/Correct/ProjectIDs.tjp +3 -2
  332. data/test/TestSuite/Syntax/Correct/Query.tjp +1 -0
  333. data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +3 -1
  334. data/test/TestSuite/Syntax/Correct/Reports.tjp +7 -5
  335. data/test/TestSuite/Syntax/Correct/Resource.tjp +4 -2
  336. data/test/TestSuite/Syntax/Correct/ResourcePrefix.tjp +4 -2
  337. data/test/TestSuite/Syntax/Correct/ResourceRoot.tjp +3 -1
  338. data/test/TestSuite/Syntax/Correct/Responsible.tjp +3 -1
  339. data/test/TestSuite/Syntax/Correct/RollupResource.tjp +3 -1
  340. data/test/TestSuite/Syntax/Correct/Scenario.tjp +2 -1
  341. data/test/TestSuite/Syntax/Correct/Scheduling.tjp +3 -1
  342. data/test/TestSuite/Syntax/Correct/Select.tjp +3 -1
  343. data/test/TestSuite/Syntax/Correct/Shift.tjp +4 -2
  344. data/test/TestSuite/Syntax/Correct/Simple.tjp +3 -1
  345. data/test/TestSuite/Syntax/Correct/StatusSheet.tjp +4 -2
  346. data/test/TestSuite/Syntax/Correct/String.tjp +3 -1
  347. data/test/TestSuite/Syntax/Correct/Supplement.tjp +3 -1
  348. data/test/TestSuite/Syntax/Correct/TaskPrefix.tjp +3 -2
  349. data/test/TestSuite/Syntax/Correct/TaskRoot.tjp +3 -1
  350. data/test/TestSuite/Syntax/Correct/TimeFrame.tjp +3 -1
  351. data/test/TestSuite/Syntax/Correct/TimeSheet1.tjp +4 -2
  352. data/test/TestSuite/Syntax/Correct/Vacation.tjp +5 -3
  353. data/test/TestSuite/Syntax/Correct/tutorial.tjp +23 -16
  354. data/test/TestSuite/Syntax/Errors/adopt_common_root.tjp +10 -0
  355. data/test/TestSuite/Syntax/Errors/adopt_duplicate_child.tjp +10 -0
  356. data/test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp +10 -0
  357. data/test/TestSuite/{Scheduler/Errors/milestone_duration.tjp → Syntax/Errors/multiple_durations.tjp} +1 -1
  358. data/test/TestSuite/Syntax/Errors/operand_unkn_scen.tjp +6 -4
  359. data/test/TestSuite/Syntax/Errors/sorting_crit_exptd1.tjp +5 -3
  360. data/test/TestSuite/TimeSheets/dev2_mail1 +1 -1
  361. data/test/TestSuite/TimeSheets/dev2_mail2 +1 -1
  362. data/test/TestSuite/TimeSheets/run +2 -2
  363. data/test/TestSuite/TimeSheets/uu.txt +29 -0
  364. data/test/test_AlgorithmDiff.rb +139 -0
  365. data/test/test_BatchProcessor.rb +2 -1
  366. data/test/test_CSV-Reports.rb +30 -19
  367. data/test/test_CSVFile.rb +2 -1
  368. data/test/test_CollisionDetector.rb +2 -1
  369. data/test/test_Export-Reports.rb +128 -0
  370. data/test/test_Journal.rb +2 -1
  371. data/test/test_Limits.rb +4 -3
  372. data/test/test_LogicalExpression.rb +2 -1
  373. data/test/test_MacroTable.rb +8 -6
  374. data/test/test_Project.rb +2 -1
  375. data/test/test_ProjectFileScanner.rb +4 -3
  376. data/test/test_PropertySet.rb +2 -1
  377. data/test/test_Query.rb +3 -2
  378. data/test/test_RealFormat.rb +2 -1
  379. data/test/test_ReportGenerator.rb +3 -2
  380. data/test/test_RichText.rb +14 -3
  381. data/test/test_Scheduler.rb +2 -1
  382. data/test/test_ShiftAssignments.rb +3 -1
  383. data/test/test_SimpleQueryExpander.rb +3 -2
  384. data/test/test_Syntax.rb +2 -1
  385. data/test/test_TextFormatter.rb +2 -1
  386. data/test/test_TjTime.rb +15 -14
  387. data/test/test_TjpExample.rb +2 -1
  388. data/test/test_URLParameter.rb +2 -1
  389. data/test/test_UTF8String.rb +2 -1
  390. data/test/test_WorkingHours.rb +3 -2
  391. data/test/test_deep_copy.rb +2 -1
  392. metadata +250 -541
  393. data/README +0 -31
  394. data/benchmarks/allocatedSlots.csv +0 -334
  395. data/benchmarks/profile.clt +0 -42974
  396. data/benchmarks/profile.html +0 -61128
  397. data/doc/AppConfig.html +0 -1471
  398. data/doc/Arguments.html +0 -720
  399. data/doc/CHANGELOG.html +0 -1987
  400. data/doc/COPYING.html +0 -879
  401. data/doc/Object.html +0 -1056
  402. data/doc/README.html +0 -565
  403. data/doc/RuntimeConfig.html +0 -804
  404. data/doc/String.html +0 -913
  405. data/doc/TaskJuggler.html +0 -2512
  406. data/doc/TaskJuggler/Account.html +0 -733
  407. data/doc/TaskJuggler/AccountAttribute.html +0 -749
  408. data/doc/TaskJuggler/AccountScenario.html +0 -692
  409. data/doc/TaskJuggler/Allocation.html +0 -943
  410. data/doc/TaskJuggler/AllocationAttribute.html +0 -779
  411. data/doc/TaskJuggler/AttributeBase.html +0 -1308
  412. data/doc/TaskJuggler/AttributeDefinition.html +0 -795
  413. data/doc/TaskJuggler/AttributeOverwrite.html +0 -586
  414. data/doc/TaskJuggler/BatchProcessor.html +0 -1158
  415. data/doc/TaskJuggler/Booking.html +0 -839
  416. data/doc/TaskJuggler/BookingListAttribute.html +0 -749
  417. data/doc/TaskJuggler/BooleanAttribute.html +0 -749
  418. data/doc/TaskJuggler/CSVFile.html +0 -1108
  419. data/doc/TaskJuggler/CellSettingPattern.html +0 -680
  420. data/doc/TaskJuggler/CellSettingPatternList.html +0 -729
  421. data/doc/TaskJuggler/Charge.html +0 -757
  422. data/doc/TaskJuggler/ChargeListAttribute.html +0 -713
  423. data/doc/TaskJuggler/ChargeSet.html +0 -929
  424. data/doc/TaskJuggler/ChargeSetListAttribute.html +0 -758
  425. data/doc/TaskJuggler/CollisionDetector.html +0 -1069
  426. data/doc/TaskJuggler/ColumnListAttribute.html +0 -713
  427. data/doc/TaskJuggler/ColumnTable.html +0 -743
  428. data/doc/TaskJuggler/Daemon.html +0 -798
  429. data/doc/TaskJuggler/DataCache.html +0 -930
  430. data/doc/TaskJuggler/DataCacheEntry.html +0 -717
  431. data/doc/TaskJuggler/DateAttribute.html +0 -717
  432. data/doc/TaskJuggler/DefinitionListAttribute.html +0 -635
  433. data/doc/TaskJuggler/DependencyListAttribute.html +0 -753
  434. data/doc/TaskJuggler/DurationAttribute.html +0 -750
  435. data/doc/TaskJuggler/FileList.html +0 -731
  436. data/doc/TaskJuggler/FileRecord.html +0 -682
  437. data/doc/TaskJuggler/FixnumAttribute.html +0 -671
  438. data/doc/TaskJuggler/FlagListAttribute.html +0 -749
  439. data/doc/TaskJuggler/FloatAttribute.html +0 -713
  440. data/doc/TaskJuggler/FormatListAttribute.html +0 -677
  441. data/doc/TaskJuggler/GanttChart.html +0 -1467
  442. data/doc/TaskJuggler/GanttContainer.html +0 -925
  443. data/doc/TaskJuggler/GanttHeader.html +0 -928
  444. data/doc/TaskJuggler/GanttHeaderScaleItem.html +0 -742
  445. data/doc/TaskJuggler/GanttLine.html +0 -1305
  446. data/doc/TaskJuggler/GanttLoadStack.html +0 -808
  447. data/doc/TaskJuggler/GanttMilestone.html +0 -906
  448. data/doc/TaskJuggler/GanttRouter.html +0 -1118
  449. data/doc/TaskJuggler/GanttTaskBar.html +0 -927
  450. data/doc/TaskJuggler/HTMLDocument.html +0 -761
  451. data/doc/TaskJuggler/HTMLGraphics.html +0 -817
  452. data/doc/TaskJuggler/Interval.html +0 -1056
  453. data/doc/TaskJuggler/IntervalList.html +0 -777
  454. data/doc/TaskJuggler/IntervalListAttribute.html +0 -753
  455. data/doc/TaskJuggler/JobInfo.html +0 -923
  456. data/doc/TaskJuggler/Journal.html +0 -1158
  457. data/doc/TaskJuggler/JournalEntry.html +0 -821
  458. data/doc/TaskJuggler/JournalEntryList.html +0 -1071
  459. data/doc/TaskJuggler/KeywordArray.html +0 -676
  460. data/doc/TaskJuggler/KeywordDocumentation.html +0 -1838
  461. data/doc/TaskJuggler/Limits.html +0 -1016
  462. data/doc/TaskJuggler/Limits/Limit.html +0 -927
  463. data/doc/TaskJuggler/LimitsAttribute.html +0 -714
  464. data/doc/TaskJuggler/ListAttributeBase.html +0 -683
  465. data/doc/TaskJuggler/Log.html +0 -1143
  466. data/doc/TaskJuggler/LogFile.html +0 -960
  467. data/doc/TaskJuggler/LogicalAttribute.html +0 -740
  468. data/doc/TaskJuggler/LogicalExpression.html +0 -781
  469. data/doc/TaskJuggler/LogicalExpressionAttribute.html +0 -671
  470. data/doc/TaskJuggler/LogicalExpressionListAttribute.html +0 -671
  471. data/doc/TaskJuggler/LogicalFlag.html +0 -723
  472. data/doc/TaskJuggler/LogicalFunction.html +0 -1306
  473. data/doc/TaskJuggler/LogicalOperation.html +0 -1124
  474. data/doc/TaskJuggler/Macro.html +0 -688
  475. data/doc/TaskJuggler/MacroTable.html +0 -852
  476. data/doc/TaskJuggler/ManagerResponsibilities.html +0 -716
  477. data/doc/TaskJuggler/ManagerStatusRecord.html +0 -720
  478. data/doc/TaskJuggler/Message.html +0 -817
  479. data/doc/TaskJuggler/MessageHandler.html +0 -1036
  480. data/doc/TaskJuggler/Navigator.html +0 -922
  481. data/doc/TaskJuggler/NavigatorElement.html +0 -974
  482. data/doc/TaskJuggler/NikuProject.html +0 -704
  483. data/doc/TaskJuggler/NikuReport.html +0 -1449
  484. data/doc/TaskJuggler/NikuResource.html +0 -674
  485. data/doc/TaskJuggler/NodeListAttribute.html +0 -635
  486. data/doc/TaskJuggler/PlaceHolderCell.html +0 -728
  487. data/doc/TaskJuggler/ProcessIntercom.html +0 -997
  488. data/doc/TaskJuggler/ProcessIntercomIface.html +0 -753
  489. data/doc/TaskJuggler/Project.html +0 -3333
  490. data/doc/TaskJuggler/ProjectBroker.html +0 -1656
  491. data/doc/TaskJuggler/ProjectBrokerIface.html +0 -831
  492. data/doc/TaskJuggler/ProjectFileParser.html +0 -2033
  493. data/doc/TaskJuggler/ProjectFileScanner.html +0 -1816
  494. data/doc/TaskJuggler/ProjectRecord.html +0 -958
  495. data/doc/TaskJuggler/ProjectServer.html +0 -1229
  496. data/doc/TaskJuggler/ProjectServerIface.html +0 -848
  497. data/doc/TaskJuggler/PropertyAttribute.html +0 -671
  498. data/doc/TaskJuggler/PropertyList.html +0 -1379
  499. data/doc/TaskJuggler/PropertySet.html +0 -1799
  500. data/doc/TaskJuggler/PropertyTreeNode.html +0 -2579
  501. data/doc/TaskJuggler/Query.html +0 -1663
  502. data/doc/TaskJuggler/RTFHandlers.html +0 -644
  503. data/doc/TaskJuggler/RTFNavigator.html +0 -772
  504. data/doc/TaskJuggler/RTFQuery.html +0 -1040
  505. data/doc/TaskJuggler/RTFReport.html +0 -800
  506. data/doc/TaskJuggler/RTFReportLink.html +0 -792
  507. data/doc/TaskJuggler/RTFWithQuerySupport.html +0 -682
  508. data/doc/TaskJuggler/RealFormat.html +0 -785
  509. data/doc/TaskJuggler/RealFormatAttribute.html +0 -635
  510. data/doc/TaskJuggler/ReferenceAttribute.html +0 -824
  511. data/doc/TaskJuggler/Report.html +0 -1477
  512. data/doc/TaskJuggler/ReportBase.html +0 -1246
  513. data/doc/TaskJuggler/ReportContext.html +0 -816
  514. data/doc/TaskJuggler/ReportServer.html +0 -1048
  515. data/doc/TaskJuggler/ReportServerIface.html +0 -882
  516. data/doc/TaskJuggler/ReportServerRecord.html +0 -761
  517. data/doc/TaskJuggler/ReportServlet.html +0 -1024
  518. data/doc/TaskJuggler/ReportTable.html +0 -1159
  519. data/doc/TaskJuggler/ReportTableCell.html +0 -1646
  520. data/doc/TaskJuggler/ReportTableColumn.html +0 -870
  521. data/doc/TaskJuggler/ReportTableLegend.html +0 -1040
  522. data/doc/TaskJuggler/ReportTableLine.html +0 -1047
  523. data/doc/TaskJuggler/Resource.html +0 -972
  524. data/doc/TaskJuggler/ResourceListAttribute.html +0 -810
  525. data/doc/TaskJuggler/ResourceListRE.html +0 -717
  526. data/doc/TaskJuggler/ResourceScenario.html +0 -2599
  527. data/doc/TaskJuggler/RichText.html +0 -859
  528. data/doc/TaskJuggler/RichTextAttribute.html +0 -785
  529. data/doc/TaskJuggler/RichTextDocument.html +0 -1018
  530. data/doc/TaskJuggler/RichTextElement.html +0 -1754
  531. data/doc/TaskJuggler/RichTextFunctionExample.html +0 -779
  532. data/doc/TaskJuggler/RichTextFunctionHandler.html +0 -730
  533. data/doc/TaskJuggler/RichTextImage.html +0 -692
  534. data/doc/TaskJuggler/RichTextIntermediate.html +0 -1265
  535. data/doc/TaskJuggler/RichTextParser.html +0 -847
  536. data/doc/TaskJuggler/RichTextScanner.html +0 -1469
  537. data/doc/TaskJuggler/RichTextSnip.html +0 -980
  538. data/doc/TaskJuggler/RichTextSyntaxRules.html +0 -2018
  539. data/doc/TaskJuggler/Scenario.html +0 -636
  540. data/doc/TaskJuggler/ScenarioData.html +0 -818
  541. data/doc/TaskJuggler/ScenarioListAttribute.html +0 -713
  542. data/doc/TaskJuggler/Scoreboard.html +0 -1181
  543. data/doc/TaskJuggler/SheetHandlerBase.html +0 -1275
  544. data/doc/TaskJuggler/SheetReceiver.html +0 -1368
  545. data/doc/TaskJuggler/SheetSender.html +0 -1134
  546. data/doc/TaskJuggler/Shift.html +0 -731
  547. data/doc/TaskJuggler/ShiftAssignment.html +0 -988
  548. data/doc/TaskJuggler/ShiftAssignments.html +0 -1393
  549. data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +0 -714
  550. data/doc/TaskJuggler/ShiftScenario.html +0 -762
  551. data/doc/TaskJuggler/SimpleQueryExpander.html +0 -713
  552. data/doc/TaskJuggler/SortListAttribute.html +0 -671
  553. data/doc/TaskJuggler/SourceFileInfo.html +0 -740
  554. data/doc/TaskJuggler/StatusSheetReceiver.html +0 -658
  555. data/doc/TaskJuggler/StatusSheetReport.html +0 -910
  556. data/doc/TaskJuggler/StatusSheetSender.html +0 -788
  557. data/doc/TaskJuggler/StringAttribute.html +0 -713
  558. data/doc/TaskJuggler/SymbolAttribute.html +0 -671
  559. data/doc/TaskJuggler/SyntaxReference.html +0 -1220
  560. data/doc/TaskJuggler/TOCEntry.html +0 -816
  561. data/doc/TaskJuggler/TSResourceRecord.html +0 -712
  562. data/doc/TaskJuggler/TSTaskRecord.html +0 -724
  563. data/doc/TaskJuggler/TableColumnDefinition.html +0 -928
  564. data/doc/TaskJuggler/TableOfContents.html +0 -770
  565. data/doc/TaskJuggler/TableReport.html +0 -2533
  566. data/doc/TaskJuggler/Task.html +0 -865
  567. data/doc/TaskJuggler/TaskDependency.html +0 -772
  568. data/doc/TaskJuggler/TaskListAttribute.html +0 -753
  569. data/doc/TaskJuggler/TaskListRE.html +0 -716
  570. data/doc/TaskJuggler/TaskScenario.html +0 -4959
  571. data/doc/TaskJuggler/TextFormatter.html +0 -953
  572. data/doc/TaskJuggler/TextParser.html +0 -1773
  573. data/doc/TaskJuggler/TextParser/Pattern.html +0 -1717
  574. data/doc/TaskJuggler/TextParser/Rule.html +0 -1399
  575. data/doc/TaskJuggler/TextParser/StackElement.html +0 -922
  576. data/doc/TaskJuggler/TextParser/State.html +0 -995
  577. data/doc/TaskJuggler/TextParser/StateTransition.html +0 -788
  578. data/doc/TaskJuggler/TextParser/TextParserResultArray.html +0 -691
  579. data/doc/TaskJuggler/TextParser/TokenDoc.html +0 -722
  580. data/doc/TaskJuggler/TextReport.html +0 -901
  581. data/doc/TaskJuggler/TextScanner.html +0 -1482
  582. data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +0 -641
  583. data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +0 -707
  584. data/doc/TaskJuggler/TextScanner/MacroStackEntry.html +0 -704
  585. data/doc/TaskJuggler/TextScanner/StreamHandle.html +0 -1036
  586. data/doc/TaskJuggler/TimeSheet.html +0 -1232
  587. data/doc/TaskJuggler/TimeSheetReceiver.html +0 -655
  588. data/doc/TaskJuggler/TimeSheetRecord.html +0 -1395
  589. data/doc/TaskJuggler/TimeSheetReport.html +0 -991
  590. data/doc/TaskJuggler/TimeSheetSender.html +0 -680
  591. data/doc/TaskJuggler/TimeSheetSummary.html +0 -935
  592. data/doc/TaskJuggler/TimeSheets.html +0 -716
  593. data/doc/TaskJuggler/Tj3AppBase.html +0 -831
  594. data/doc/TaskJuggler/Tj3Client.html +0 -1477
  595. data/doc/TaskJuggler/Tj3Daemon.html +0 -884
  596. data/doc/TaskJuggler/Tj3SheetAppBase.html +0 -738
  597. data/doc/TaskJuggler/Tj3SsReceiver.html +0 -724
  598. data/doc/TaskJuggler/Tj3SsSender.html +0 -757
  599. data/doc/TaskJuggler/Tj3TsReceiver.html +0 -724
  600. data/doc/TaskJuggler/Tj3TsSender.html +0 -744
  601. data/doc/TaskJuggler/Tj3TsSummary.html +0 -752
  602. data/doc/TaskJuggler/TjException.html +0 -672
  603. data/doc/TaskJuggler/TjTime.html +0 -2807
  604. data/doc/TaskJuggler/TjpExample.html +0 -877
  605. data/doc/TaskJuggler/TjpExportRE.html +0 -1598
  606. data/doc/TaskJuggler/TjpSyntaxRules.html +0 -13611
  607. data/doc/TaskJuggler/URLParameter.html +0 -671
  608. data/doc/TaskJuggler/UserManual.html +0 -1188
  609. data/doc/TaskJuggler/VimSyntax.html +0 -1044
  610. data/doc/TaskJuggler/WebServer.html +0 -737
  611. data/doc/TaskJuggler/WelcomePage.html +0 -769
  612. data/doc/TaskJuggler/WorkingHours.html +0 -1207
  613. data/doc/TaskJuggler/WorkingHoursAttribute.html +0 -736
  614. data/doc/TaskJuggler/XMLBlob.html +0 -687
  615. data/doc/TaskJuggler/XMLComment.html +0 -682
  616. data/doc/TaskJuggler/XMLDocument.html +0 -774
  617. data/doc/TaskJuggler/XMLElement.html +0 -942
  618. data/doc/TaskJuggler/XMLNamedText.html +0 -643
  619. data/doc/TaskJuggler/XMLText.html +0 -697
  620. data/doc/index.html +0 -4127
  621. data/doc/lib/AccountScenario_rb.html +0 -69
  622. data/doc/lib/Account_rb.html +0 -71
  623. data/doc/lib/Allocation_rb.html +0 -71
  624. data/doc/lib/AppConfig_rb.html +0 -71
  625. data/doc/lib/AttributeBase_rb.html +0 -69
  626. data/doc/lib/AttributeDefinition_rb.html +0 -67
  627. data/doc/lib/Attributes_rb.html +0 -83
  628. data/doc/lib/BatchProcessor_rb.html +0 -71
  629. data/doc/lib/Booking_rb.html +0 -67
  630. data/doc/lib/ChargeSet_rb.html +0 -69
  631. data/doc/lib/Charge_rb.html +0 -69
  632. data/doc/lib/DataCache_rb.html +0 -71
  633. data/doc/lib/FileList_rb.html +0 -67
  634. data/doc/lib/HTMLDocument_rb.html +0 -69
  635. data/doc/lib/IntervalList_rb.html +0 -69
  636. data/doc/lib/Interval_rb.html +0 -69
  637. data/doc/lib/Journal_rb.html +0 -67
  638. data/doc/lib/KeywordArray_rb.html +0 -67
  639. data/doc/lib/KeywordDocumentation_rb.html +0 -77
  640. data/doc/lib/Limits_rb.html +0 -69
  641. data/doc/lib/LogFile_rb.html +0 -69
  642. data/doc/lib/Log_rb.html +0 -71
  643. data/doc/lib/LogicalExpression_rb.html +0 -73
  644. data/doc/lib/LogicalFunction_rb.html +0 -69
  645. data/doc/lib/LogicalOperation_rb.html +0 -69
  646. data/doc/lib/MacroTable_rb.html +0 -73
  647. data/doc/lib/MessageHandler_rb.html +0 -67
  648. data/doc/lib/ProjectFileParser_rb.html +0 -77
  649. data/doc/lib/ProjectFileScanner_rb.html +0 -69
  650. data/doc/lib/Project_rb.html +0 -113
  651. data/doc/lib/PropertyList_rb.html +0 -67
  652. data/doc/lib/PropertySet_rb.html +0 -71
  653. data/doc/lib/PropertyTreeNode_rb.html +0 -67
  654. data/doc/lib/Query_rb.html +0 -69
  655. data/doc/lib/RTFHandlers_rb.html +0 -75
  656. data/doc/lib/RTFNavigator_rb.html +0 -73
  657. data/doc/lib/RTFQuery_rb.html +0 -73
  658. data/doc/lib/RTFReportLink_rb.html +0 -75
  659. data/doc/lib/RTFReport_rb.html +0 -71
  660. data/doc/lib/RTFWithQuerySupport_rb.html +0 -69
  661. data/doc/lib/RealFormat_rb.html +0 -67
  662. data/doc/lib/ResourceScenario_rb.html +0 -69
  663. data/doc/lib/Resource_rb.html +0 -71
  664. data/doc/lib/RichTextDocument_rb.html +0 -73
  665. data/doc/lib/RichTextElement_rb.html +0 -75
  666. data/doc/lib/RichTextFunctionExample_rb.html +0 -73
  667. data/doc/lib/RichTextFunctionHandler_rb.html +0 -67
  668. data/doc/lib/RichTextParser_rb.html +0 -73
  669. data/doc/lib/RichTextScanner_rb.html +0 -71
  670. data/doc/lib/RichTextSnip_rb.html +0 -71
  671. data/doc/lib/RichTextSyntaxRules_rb.html +0 -67
  672. data/doc/lib/RichText_rb.html +0 -73
  673. data/doc/lib/RuntimeConfig_rb.html +0 -69
  674. data/doc/lib/ScenarioData_rb.html +0 -71
  675. data/doc/lib/Scenario_rb.html +0 -69
  676. data/doc/lib/Scoreboard_rb.html +0 -69
  677. data/doc/lib/SheetHandlerBase_rb.html +0 -75
  678. data/doc/lib/SheetReceiver_rb.html +0 -79
  679. data/doc/lib/SheetSender_rb.html +0 -77
  680. data/doc/lib/ShiftAssignments_rb.html +0 -71
  681. data/doc/lib/ShiftScenario_rb.html +0 -69
  682. data/doc/lib/Shift_rb.html +0 -71
  683. data/doc/lib/SimpleQueryExpander_rb.html +0 -69
  684. data/doc/lib/SourceFileInfo_rb.html +0 -67
  685. data/doc/lib/StatusSheetReceiver_rb.html +0 -69
  686. data/doc/lib/StatusSheetSender_rb.html +0 -69
  687. data/doc/lib/SyntaxReference_rb.html +0 -75
  688. data/doc/lib/TOCEntry_rb.html +0 -71
  689. data/doc/lib/TableColumnDefinition_rb.html +0 -67
  690. data/doc/lib/TableOfContents_rb.html +0 -71
  691. data/doc/lib/TaskDependency_rb.html +0 -67
  692. data/doc/lib/TaskJuggler_rb.html +0 -75
  693. data/doc/lib/TaskScenario_rb.html +0 -71
  694. data/doc/lib/Task_rb.html +0 -71
  695. data/doc/lib/TextFormatter_rb.html +0 -69
  696. data/doc/lib/TextParser/Pattern_rb.html +0 -71
  697. data/doc/lib/TextParser/Rule_rb.html +0 -69
  698. data/doc/lib/TextParser/StackElement_rb.html +0 -69
  699. data/doc/lib/TextParser/State_rb.html +0 -67
  700. data/doc/lib/TextParser/TokenDoc_rb.html +0 -67
  701. data/doc/lib/TextParser_rb.html +0 -79
  702. data/doc/lib/TextScanner_rb.html +0 -83
  703. data/doc/lib/TimeSheetReceiver_rb.html +0 -69
  704. data/doc/lib/TimeSheetSender_rb.html +0 -69
  705. data/doc/lib/TimeSheetSummary_rb.html +0 -69
  706. data/doc/lib/TimeSheets_rb.html +0 -67
  707. data/doc/lib/Tj3AppBase_rb.html +0 -79
  708. data/doc/lib/Tj3Config_rb.html +0 -71
  709. data/doc/lib/Tj3SheetAppBase_rb.html +0 -69
  710. data/doc/lib/TjException_rb.html +0 -67
  711. data/doc/lib/TjTime_rb.html +0 -71
  712. data/doc/lib/TjpExample_rb.html +0 -69
  713. data/doc/lib/TjpSyntaxRules_rb.html +0 -67
  714. data/doc/lib/URLParameter_rb.html +0 -69
  715. data/doc/lib/UTF8String_rb.html +0 -67
  716. data/doc/lib/UserManual_rb.html +0 -79
  717. data/doc/lib/VimSyntax_rb.html +0 -69
  718. data/doc/lib/WorkingHours_rb.html +0 -71
  719. data/doc/lib/XMLDocument_rb.html +0 -69
  720. data/doc/lib/XMLElement_rb.html +0 -69
  721. data/doc/lib/daemon/Daemon_rb.html +0 -69
  722. data/doc/lib/daemon/ProcessIntercom_rb.html +0 -71
  723. data/doc/lib/daemon/ProjectBroker_rb.html +0 -83
  724. data/doc/lib/daemon/ProjectServer_rb.html +0 -85
  725. data/doc/lib/daemon/ReportServer_rb.html +0 -73
  726. data/doc/lib/daemon/ReportServlet_rb.html +0 -69
  727. data/doc/lib/daemon/WebServer_rb.html +0 -81
  728. data/doc/lib/daemon/WelcomePage_rb.html +0 -71
  729. data/doc/lib/deep_copy_rb.html +0 -67
  730. data/doc/lib/exchangebug_rb.html +0 -69
  731. data/doc/lib/reports/CSVFile_rb.html +0 -69
  732. data/doc/lib/reports/CollisionDetector_rb.html +0 -69
  733. data/doc/lib/reports/ColumnTable_rb.html +0 -69
  734. data/doc/lib/reports/GanttChart_rb.html +0 -75
  735. data/doc/lib/reports/GanttContainer_rb.html +0 -69
  736. data/doc/lib/reports/GanttHeaderScaleItem_rb.html +0 -67
  737. data/doc/lib/reports/GanttHeader_rb.html +0 -69
  738. data/doc/lib/reports/GanttLine_rb.html +0 -79
  739. data/doc/lib/reports/GanttLoadStack_rb.html +0 -69
  740. data/doc/lib/reports/GanttMilestone_rb.html +0 -69
  741. data/doc/lib/reports/GanttRouter_rb.html +0 -69
  742. data/doc/lib/reports/GanttTaskBar_rb.html +0 -69
  743. data/doc/lib/reports/HTMLGraphics_rb.html +0 -67
  744. data/doc/lib/reports/Navigator_rb.html +0 -69
  745. data/doc/lib/reports/NikuReport_rb.html +0 -71
  746. data/doc/lib/reports/ReportBase_rb.html +0 -67
  747. data/doc/lib/reports/ReportContext_rb.html +0 -67
  748. data/doc/lib/reports/ReportTableCell_rb.html +0 -67
  749. data/doc/lib/reports/ReportTableColumn_rb.html +0 -67
  750. data/doc/lib/reports/ReportTableLegend_rb.html +0 -67
  751. data/doc/lib/reports/ReportTableLine_rb.html +0 -69
  752. data/doc/lib/reports/ReportTable_rb.html +0 -71
  753. data/doc/lib/reports/Report_rb.html +0 -93
  754. data/doc/lib/reports/ResourceListRE_rb.html +0 -75
  755. data/doc/lib/reports/StatusSheetReport_rb.html +0 -69
  756. data/doc/lib/reports/TableReport_rb.html +0 -77
  757. data/doc/lib/reports/TaskListRE_rb.html +0 -75
  758. data/doc/lib/reports/TextReport_rb.html +0 -69
  759. data/doc/lib/reports/TimeSheetReport_rb.html +0 -69
  760. data/doc/lib/reports/TjpExportRE_rb.html +0 -69
  761. data/doc/lib/ruby-signal-bug_rb.html +0 -69
  762. data/doc/lib/test_rb.html +0 -73
  763. data/doc/lib/tj3_rb.html +0 -75
  764. data/doc/lib/tj3client_rb.html +0 -75
  765. data/doc/lib/tj3d_rb.html +0 -75
  766. data/doc/lib/tj3man_rb.html +0 -75
  767. data/doc/lib/tj3ss_receiver_rb.html +0 -71
  768. data/doc/lib/tj3ss_sender_rb.html +0 -71
  769. data/doc/lib/tj3ts_receiver_rb.html +0 -71
  770. data/doc/lib/tj3ts_sender_rb.html +0 -71
  771. data/doc/lib/tj3ts_summary_rb.html +0 -71
  772. data/doc/rdoc.css +0 -706
  773. data/lib/test.rb +0 -19
  774. data/setup.rb +0 -1585
  775. data/test/TestSuite/CSV-Reports/genrefs +0 -6
  776. data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -2922
  777. data/test/TestSuite/Scheduler/Correct/Booking2.html +0 -603
  778. data/test/TestSuite/Scheduler/Correct/Container.html +0 -513
  779. data/test/TestSuite/Scheduler/Correct/Precedes.html +0 -834
  780. data/test/TestSuite/Scheduler/Correct/Shift.html +0 -429
  781. data/test/TestSuite/Scheduler/Correct/Shift2.html +0 -476
  782. data/test/TestSuite/Scheduler/Correct/TimeSheet2.html +0 -108
  783. data/test/TestSuite/Scheduler/Errors/task_underspecified_2.tjp +0 -8
  784. data/test/TestSuite/Syntax/Correct/ReleasePlan.html +0 -160
  785. data/test/TestSuite/Syntax/Correct/ResourcePrefix.html +0 -32
  786. data/test/TestSuite/Syntax/Correct/ResourceRoot.html +0 -108
  787. data/test/TestSuite/Syntax/Correct/niku.html +0 -67
data/doc/CHANGELOG.html DELETED
@@ -1,1987 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>File: CHANGELOG [TaskJuggler III API documentation]</title>
10
-
11
- <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
12
-
13
- <script src="./js/jquery.js" type="text/javascript"
14
- charset="utf-8"></script>
15
- <script src="./js/thickbox-compressed.js" type="text/javascript"
16
- charset="utf-8"></script>
17
- <script src="./js/quicksearch.js" type="text/javascript"
18
- charset="utf-8"></script>
19
- <script src="./js/darkfish.js" type="text/javascript"
20
- charset="utf-8"></script>
21
- </head>
22
-
23
- <body class="file">
24
- <div id="metadata">
25
- <div id="home-metadata">
26
- <div id="home-section" class="section">
27
- <h3 class="section-header">
28
- <a href="./index.html">Home</a>
29
- <a href="./index.html#classes">Classes</a>
30
- <a href="./index.html#methods">Methods</a>
31
- </h3>
32
- </div>
33
- </div>
34
-
35
- <div id="project-metadata">
36
-
37
-
38
- <div id="fileindex-section" class="section project-section">
39
- <h3 class="section-header">Files</h3>
40
- <ul>
41
-
42
- <li class="file"><a href="./CHANGELOG.html">CHANGELOG</a></li>
43
-
44
- <li class="file"><a href="./COPYING.html">COPYING</a></li>
45
-
46
- <li class="file"><a href="./README.html">README</a></li>
47
-
48
- </ul>
49
- </div>
50
-
51
-
52
- <div id="classindex-section" class="section project-section">
53
- <h3 class="section-header">Class Index
54
- <span class="search-toggle"><img src="./images/find.png"
55
- height="16" width="16" alt="[+]"
56
- title="show/hide quicksearch" /></span></h3>
57
- <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
58
- <fieldset>
59
- <legend>Quicksearch</legend>
60
- <input type="text" name="quicksearch" value=""
61
- class="quicksearch-field" />
62
- </fieldset>
63
- </form>
64
-
65
- <ul class="link-list">
66
-
67
- <li><a href="./TaskJuggler.html">TaskJuggler</a></li>
68
-
69
- <li><a href="./TaskJuggler/Account.html">TaskJuggler::Account</a></li>
70
-
71
- <li><a href="./TaskJuggler/AccountAttribute.html">TaskJuggler::AccountAttribute</a></li>
72
-
73
- <li><a href="./TaskJuggler/AccountScenario.html">TaskJuggler::AccountScenario</a></li>
74
-
75
- <li><a href="./TaskJuggler/Allocation.html">TaskJuggler::Allocation</a></li>
76
-
77
- <li><a href="./TaskJuggler/AllocationAttribute.html">TaskJuggler::AllocationAttribute</a></li>
78
-
79
- <li><a href="./TaskJuggler/AttributeBase.html">TaskJuggler::AttributeBase</a></li>
80
-
81
- <li><a href="./TaskJuggler/AttributeDefinition.html">TaskJuggler::AttributeDefinition</a></li>
82
-
83
- <li><a href="./TaskJuggler/AttributeOverwrite.html">TaskJuggler::AttributeOverwrite</a></li>
84
-
85
- <li><a href="./TaskJuggler/BatchProcessor.html">TaskJuggler::BatchProcessor</a></li>
86
-
87
- <li><a href="./TaskJuggler/Booking.html">TaskJuggler::Booking</a></li>
88
-
89
- <li><a href="./TaskJuggler/BookingListAttribute.html">TaskJuggler::BookingListAttribute</a></li>
90
-
91
- <li><a href="./TaskJuggler/BooleanAttribute.html">TaskJuggler::BooleanAttribute</a></li>
92
-
93
- <li><a href="./TaskJuggler/CSVFile.html">TaskJuggler::CSVFile</a></li>
94
-
95
- <li><a href="./TaskJuggler/CellSettingPattern.html">TaskJuggler::CellSettingPattern</a></li>
96
-
97
- <li><a href="./TaskJuggler/CellSettingPatternList.html">TaskJuggler::CellSettingPatternList</a></li>
98
-
99
- <li><a href="./TaskJuggler/Charge.html">TaskJuggler::Charge</a></li>
100
-
101
- <li><a href="./TaskJuggler/ChargeListAttribute.html">TaskJuggler::ChargeListAttribute</a></li>
102
-
103
- <li><a href="./TaskJuggler/ChargeSet.html">TaskJuggler::ChargeSet</a></li>
104
-
105
- <li><a href="./TaskJuggler/ChargeSetListAttribute.html">TaskJuggler::ChargeSetListAttribute</a></li>
106
-
107
- <li><a href="./TaskJuggler/CollisionDetector.html">TaskJuggler::CollisionDetector</a></li>
108
-
109
- <li><a href="./TaskJuggler/ColumnListAttribute.html">TaskJuggler::ColumnListAttribute</a></li>
110
-
111
- <li><a href="./TaskJuggler/ColumnTable.html">TaskJuggler::ColumnTable</a></li>
112
-
113
- <li><a href="./TaskJuggler/Daemon.html">TaskJuggler::Daemon</a></li>
114
-
115
- <li><a href="./TaskJuggler/DataCache.html">TaskJuggler::DataCache</a></li>
116
-
117
- <li><a href="./TaskJuggler/DataCacheEntry.html">TaskJuggler::DataCacheEntry</a></li>
118
-
119
- <li><a href="./TaskJuggler/DateAttribute.html">TaskJuggler::DateAttribute</a></li>
120
-
121
- <li><a href="./TaskJuggler/DefinitionListAttribute.html">TaskJuggler::DefinitionListAttribute</a></li>
122
-
123
- <li><a href="./TaskJuggler/DependencyListAttribute.html">TaskJuggler::DependencyListAttribute</a></li>
124
-
125
- <li><a href="./TaskJuggler/DurationAttribute.html">TaskJuggler::DurationAttribute</a></li>
126
-
127
- <li><a href="./TaskJuggler/FileList.html">TaskJuggler::FileList</a></li>
128
-
129
- <li><a href="./TaskJuggler/FileRecord.html">TaskJuggler::FileRecord</a></li>
130
-
131
- <li><a href="./TaskJuggler/FixnumAttribute.html">TaskJuggler::FixnumAttribute</a></li>
132
-
133
- <li><a href="./TaskJuggler/FlagListAttribute.html">TaskJuggler::FlagListAttribute</a></li>
134
-
135
- <li><a href="./TaskJuggler/FloatAttribute.html">TaskJuggler::FloatAttribute</a></li>
136
-
137
- <li><a href="./TaskJuggler/FormatListAttribute.html">TaskJuggler::FormatListAttribute</a></li>
138
-
139
- <li><a href="./TaskJuggler/GanttChart.html">TaskJuggler::GanttChart</a></li>
140
-
141
- <li><a href="./TaskJuggler/GanttContainer.html">TaskJuggler::GanttContainer</a></li>
142
-
143
- <li><a href="./TaskJuggler/GanttHeader.html">TaskJuggler::GanttHeader</a></li>
144
-
145
- <li><a href="./TaskJuggler/GanttHeaderScaleItem.html">TaskJuggler::GanttHeaderScaleItem</a></li>
146
-
147
- <li><a href="./TaskJuggler/GanttLine.html">TaskJuggler::GanttLine</a></li>
148
-
149
- <li><a href="./TaskJuggler/GanttLoadStack.html">TaskJuggler::GanttLoadStack</a></li>
150
-
151
- <li><a href="./TaskJuggler/GanttMilestone.html">TaskJuggler::GanttMilestone</a></li>
152
-
153
- <li><a href="./TaskJuggler/GanttRouter.html">TaskJuggler::GanttRouter</a></li>
154
-
155
- <li><a href="./TaskJuggler/GanttTaskBar.html">TaskJuggler::GanttTaskBar</a></li>
156
-
157
- <li><a href="./TaskJuggler/HTMLDocument.html">TaskJuggler::HTMLDocument</a></li>
158
-
159
- <li><a href="./TaskJuggler/HTMLGraphics.html">TaskJuggler::HTMLGraphics</a></li>
160
-
161
- <li><a href="./TaskJuggler/Interval.html">TaskJuggler::Interval</a></li>
162
-
163
- <li><a href="./TaskJuggler/IntervalList.html">TaskJuggler::IntervalList</a></li>
164
-
165
- <li><a href="./TaskJuggler/IntervalListAttribute.html">TaskJuggler::IntervalListAttribute</a></li>
166
-
167
- <li><a href="./TaskJuggler/JobInfo.html">TaskJuggler::JobInfo</a></li>
168
-
169
- <li><a href="./TaskJuggler/Journal.html">TaskJuggler::Journal</a></li>
170
-
171
- <li><a href="./TaskJuggler/JournalEntry.html">TaskJuggler::JournalEntry</a></li>
172
-
173
- <li><a href="./TaskJuggler/JournalEntryList.html">TaskJuggler::JournalEntryList</a></li>
174
-
175
- <li><a href="./TaskJuggler/KeywordArray.html">TaskJuggler::KeywordArray</a></li>
176
-
177
- <li><a href="./TaskJuggler/KeywordDocumentation.html">TaskJuggler::KeywordDocumentation</a></li>
178
-
179
- <li><a href="./TaskJuggler/Limits.html">TaskJuggler::Limits</a></li>
180
-
181
- <li><a href="./TaskJuggler/Limits/Limit.html">TaskJuggler::Limits::Limit</a></li>
182
-
183
- <li><a href="./TaskJuggler/LimitsAttribute.html">TaskJuggler::LimitsAttribute</a></li>
184
-
185
- <li><a href="./TaskJuggler/ListAttributeBase.html">TaskJuggler::ListAttributeBase</a></li>
186
-
187
- <li><a href="./TaskJuggler/Log.html">TaskJuggler::Log</a></li>
188
-
189
- <li><a href="./TaskJuggler/LogFile.html">TaskJuggler::LogFile</a></li>
190
-
191
- <li><a href="./TaskJuggler/LogicalAttribute.html">TaskJuggler::LogicalAttribute</a></li>
192
-
193
- <li><a href="./TaskJuggler/LogicalExpression.html">TaskJuggler::LogicalExpression</a></li>
194
-
195
- <li><a href="./TaskJuggler/LogicalExpressionAttribute.html">TaskJuggler::LogicalExpressionAttribute</a></li>
196
-
197
- <li><a href="./TaskJuggler/LogicalExpressionListAttribute.html">TaskJuggler::LogicalExpressionListAttribute</a></li>
198
-
199
- <li><a href="./TaskJuggler/LogicalFlag.html">TaskJuggler::LogicalFlag</a></li>
200
-
201
- <li><a href="./TaskJuggler/LogicalFunction.html">TaskJuggler::LogicalFunction</a></li>
202
-
203
- <li><a href="./TaskJuggler/LogicalOperation.html">TaskJuggler::LogicalOperation</a></li>
204
-
205
- <li><a href="./TaskJuggler/Macro.html">TaskJuggler::Macro</a></li>
206
-
207
- <li><a href="./TaskJuggler/MacroTable.html">TaskJuggler::MacroTable</a></li>
208
-
209
- <li><a href="./TaskJuggler/ManagerResponsibilities.html">TaskJuggler::ManagerResponsibilities</a></li>
210
-
211
- <li><a href="./TaskJuggler/ManagerStatusRecord.html">TaskJuggler::ManagerStatusRecord</a></li>
212
-
213
- <li><a href="./TaskJuggler/Message.html">TaskJuggler::Message</a></li>
214
-
215
- <li><a href="./TaskJuggler/MessageHandler.html">TaskJuggler::MessageHandler</a></li>
216
-
217
- <li><a href="./TaskJuggler/Navigator.html">TaskJuggler::Navigator</a></li>
218
-
219
- <li><a href="./TaskJuggler/NavigatorElement.html">TaskJuggler::NavigatorElement</a></li>
220
-
221
- <li><a href="./TaskJuggler/NikuProject.html">TaskJuggler::NikuProject</a></li>
222
-
223
- <li><a href="./TaskJuggler/NikuReport.html">TaskJuggler::NikuReport</a></li>
224
-
225
- <li><a href="./TaskJuggler/NikuResource.html">TaskJuggler::NikuResource</a></li>
226
-
227
- <li><a href="./TaskJuggler/NodeListAttribute.html">TaskJuggler::NodeListAttribute</a></li>
228
-
229
- <li><a href="./TaskJuggler/PlaceHolderCell.html">TaskJuggler::PlaceHolderCell</a></li>
230
-
231
- <li><a href="./TaskJuggler/ProcessIntercom.html">TaskJuggler::ProcessIntercom</a></li>
232
-
233
- <li><a href="./TaskJuggler/ProcessIntercomIface.html">TaskJuggler::ProcessIntercomIface</a></li>
234
-
235
- <li><a href="./TaskJuggler/Project.html">TaskJuggler::Project</a></li>
236
-
237
- <li><a href="./TaskJuggler/ProjectBroker.html">TaskJuggler::ProjectBroker</a></li>
238
-
239
- <li><a href="./TaskJuggler/ProjectBrokerIface.html">TaskJuggler::ProjectBrokerIface</a></li>
240
-
241
- <li><a href="./TaskJuggler/ProjectFileParser.html">TaskJuggler::ProjectFileParser</a></li>
242
-
243
- <li><a href="./TaskJuggler/ProjectFileScanner.html">TaskJuggler::ProjectFileScanner</a></li>
244
-
245
- <li><a href="./TaskJuggler/ProjectRecord.html">TaskJuggler::ProjectRecord</a></li>
246
-
247
- <li><a href="./TaskJuggler/ProjectServer.html">TaskJuggler::ProjectServer</a></li>
248
-
249
- <li><a href="./TaskJuggler/ProjectServerIface.html">TaskJuggler::ProjectServerIface</a></li>
250
-
251
- <li><a href="./TaskJuggler/PropertyAttribute.html">TaskJuggler::PropertyAttribute</a></li>
252
-
253
- <li><a href="./TaskJuggler/PropertyList.html">TaskJuggler::PropertyList</a></li>
254
-
255
- <li><a href="./TaskJuggler/PropertySet.html">TaskJuggler::PropertySet</a></li>
256
-
257
- <li><a href="./TaskJuggler/PropertyTreeNode.html">TaskJuggler::PropertyTreeNode</a></li>
258
-
259
- <li><a href="./TaskJuggler/Query.html">TaskJuggler::Query</a></li>
260
-
261
- <li><a href="./TaskJuggler/RTFHandlers.html">TaskJuggler::RTFHandlers</a></li>
262
-
263
- <li><a href="./TaskJuggler/RTFNavigator.html">TaskJuggler::RTFNavigator</a></li>
264
-
265
- <li><a href="./TaskJuggler/RTFQuery.html">TaskJuggler::RTFQuery</a></li>
266
-
267
- <li><a href="./TaskJuggler/RTFReport.html">TaskJuggler::RTFReport</a></li>
268
-
269
- <li><a href="./TaskJuggler/RTFReportLink.html">TaskJuggler::RTFReportLink</a></li>
270
-
271
- <li><a href="./TaskJuggler/RTFWithQuerySupport.html">TaskJuggler::RTFWithQuerySupport</a></li>
272
-
273
- <li><a href="./TaskJuggler/RealFormat.html">TaskJuggler::RealFormat</a></li>
274
-
275
- <li><a href="./TaskJuggler/RealFormatAttribute.html">TaskJuggler::RealFormatAttribute</a></li>
276
-
277
- <li><a href="./TaskJuggler/ReferenceAttribute.html">TaskJuggler::ReferenceAttribute</a></li>
278
-
279
- <li><a href="./TaskJuggler/Report.html">TaskJuggler::Report</a></li>
280
-
281
- <li><a href="./TaskJuggler/ReportBase.html">TaskJuggler::ReportBase</a></li>
282
-
283
- <li><a href="./TaskJuggler/ReportContext.html">TaskJuggler::ReportContext</a></li>
284
-
285
- <li><a href="./TaskJuggler/ReportServer.html">TaskJuggler::ReportServer</a></li>
286
-
287
- <li><a href="./TaskJuggler/ReportServerIface.html">TaskJuggler::ReportServerIface</a></li>
288
-
289
- <li><a href="./TaskJuggler/ReportServerRecord.html">TaskJuggler::ReportServerRecord</a></li>
290
-
291
- <li><a href="./TaskJuggler/ReportServlet.html">TaskJuggler::ReportServlet</a></li>
292
-
293
- <li><a href="./TaskJuggler/ReportTable.html">TaskJuggler::ReportTable</a></li>
294
-
295
- <li><a href="./TaskJuggler/ReportTableCell.html">TaskJuggler::ReportTableCell</a></li>
296
-
297
- <li><a href="./TaskJuggler/ReportTableColumn.html">TaskJuggler::ReportTableColumn</a></li>
298
-
299
- <li><a href="./TaskJuggler/ReportTableLegend.html">TaskJuggler::ReportTableLegend</a></li>
300
-
301
- <li><a href="./TaskJuggler/ReportTableLine.html">TaskJuggler::ReportTableLine</a></li>
302
-
303
- <li><a href="./TaskJuggler/Resource.html">TaskJuggler::Resource</a></li>
304
-
305
- <li><a href="./TaskJuggler/ResourceListAttribute.html">TaskJuggler::ResourceListAttribute</a></li>
306
-
307
- <li><a href="./TaskJuggler/ResourceListRE.html">TaskJuggler::ResourceListRE</a></li>
308
-
309
- <li><a href="./TaskJuggler/ResourceScenario.html">TaskJuggler::ResourceScenario</a></li>
310
-
311
- <li><a href="./TaskJuggler/RichText.html">TaskJuggler::RichText</a></li>
312
-
313
- <li><a href="./TaskJuggler/RichTextAttribute.html">TaskJuggler::RichTextAttribute</a></li>
314
-
315
- <li><a href="./TaskJuggler/RichTextDocument.html">TaskJuggler::RichTextDocument</a></li>
316
-
317
- <li><a href="./TaskJuggler/RichTextElement.html">TaskJuggler::RichTextElement</a></li>
318
-
319
- <li><a href="./TaskJuggler/RichTextFunctionExample.html">TaskJuggler::RichTextFunctionExample</a></li>
320
-
321
- <li><a href="./TaskJuggler/RichTextFunctionHandler.html">TaskJuggler::RichTextFunctionHandler</a></li>
322
-
323
- <li><a href="./TaskJuggler/RichTextImage.html">TaskJuggler::RichTextImage</a></li>
324
-
325
- <li><a href="./TaskJuggler/RichTextIntermediate.html">TaskJuggler::RichTextIntermediate</a></li>
326
-
327
- <li><a href="./TaskJuggler/RichTextParser.html">TaskJuggler::RichTextParser</a></li>
328
-
329
- <li><a href="./TaskJuggler/RichTextScanner.html">TaskJuggler::RichTextScanner</a></li>
330
-
331
- <li><a href="./TaskJuggler/RichTextSnip.html">TaskJuggler::RichTextSnip</a></li>
332
-
333
- <li><a href="./TaskJuggler/RichTextSyntaxRules.html">TaskJuggler::RichTextSyntaxRules</a></li>
334
-
335
- <li><a href="./TaskJuggler/Scenario.html">TaskJuggler::Scenario</a></li>
336
-
337
- <li><a href="./TaskJuggler/ScenarioData.html">TaskJuggler::ScenarioData</a></li>
338
-
339
- <li><a href="./TaskJuggler/ScenarioListAttribute.html">TaskJuggler::ScenarioListAttribute</a></li>
340
-
341
- <li><a href="./TaskJuggler/Scoreboard.html">TaskJuggler::Scoreboard</a></li>
342
-
343
- <li><a href="./TaskJuggler/SheetHandlerBase.html">TaskJuggler::SheetHandlerBase</a></li>
344
-
345
- <li><a href="./TaskJuggler/SheetReceiver.html">TaskJuggler::SheetReceiver</a></li>
346
-
347
- <li><a href="./TaskJuggler/SheetSender.html">TaskJuggler::SheetSender</a></li>
348
-
349
- <li><a href="./TaskJuggler/Shift.html">TaskJuggler::Shift</a></li>
350
-
351
- <li><a href="./TaskJuggler/ShiftAssignment.html">TaskJuggler::ShiftAssignment</a></li>
352
-
353
- <li><a href="./TaskJuggler/ShiftAssignments.html">TaskJuggler::ShiftAssignments</a></li>
354
-
355
- <li><a href="./TaskJuggler/ShiftAssignmentsAttribute.html">TaskJuggler::ShiftAssignmentsAttribute</a></li>
356
-
357
- <li><a href="./TaskJuggler/ShiftScenario.html">TaskJuggler::ShiftScenario</a></li>
358
-
359
- <li><a href="./TaskJuggler/SimpleQueryExpander.html">TaskJuggler::SimpleQueryExpander</a></li>
360
-
361
- <li><a href="./TaskJuggler/SortListAttribute.html">TaskJuggler::SortListAttribute</a></li>
362
-
363
- <li><a href="./TaskJuggler/SourceFileInfo.html">TaskJuggler::SourceFileInfo</a></li>
364
-
365
- <li><a href="./TaskJuggler/StatusSheetReceiver.html">TaskJuggler::StatusSheetReceiver</a></li>
366
-
367
- <li><a href="./TaskJuggler/StatusSheetReport.html">TaskJuggler::StatusSheetReport</a></li>
368
-
369
- <li><a href="./TaskJuggler/StatusSheetSender.html">TaskJuggler::StatusSheetSender</a></li>
370
-
371
- <li><a href="./TaskJuggler/StringAttribute.html">TaskJuggler::StringAttribute</a></li>
372
-
373
- <li><a href="./TaskJuggler/SymbolAttribute.html">TaskJuggler::SymbolAttribute</a></li>
374
-
375
- <li><a href="./TaskJuggler/SyntaxReference.html">TaskJuggler::SyntaxReference</a></li>
376
-
377
- <li><a href="./TaskJuggler/TOCEntry.html">TaskJuggler::TOCEntry</a></li>
378
-
379
- <li><a href="./TaskJuggler/TSResourceRecord.html">TaskJuggler::TSResourceRecord</a></li>
380
-
381
- <li><a href="./TaskJuggler/TSTaskRecord.html">TaskJuggler::TSTaskRecord</a></li>
382
-
383
- <li><a href="./TaskJuggler/TableColumnDefinition.html">TaskJuggler::TableColumnDefinition</a></li>
384
-
385
- <li><a href="./TaskJuggler/TableOfContents.html">TaskJuggler::TableOfContents</a></li>
386
-
387
- <li><a href="./TaskJuggler/TableReport.html">TaskJuggler::TableReport</a></li>
388
-
389
- <li><a href="./TaskJuggler/Task.html">TaskJuggler::Task</a></li>
390
-
391
- <li><a href="./TaskJuggler/TaskDependency.html">TaskJuggler::TaskDependency</a></li>
392
-
393
- <li><a href="./TaskJuggler/TaskListAttribute.html">TaskJuggler::TaskListAttribute</a></li>
394
-
395
- <li><a href="./TaskJuggler/TaskListRE.html">TaskJuggler::TaskListRE</a></li>
396
-
397
- <li><a href="./TaskJuggler/TaskScenario.html">TaskJuggler::TaskScenario</a></li>
398
-
399
- <li><a href="./TaskJuggler/TextFormatter.html">TaskJuggler::TextFormatter</a></li>
400
-
401
- <li><a href="./TaskJuggler/TextParser.html">TaskJuggler::TextParser</a></li>
402
-
403
- <li><a href="./TaskJuggler/TextParser/Pattern.html">TaskJuggler::TextParser::Pattern</a></li>
404
-
405
- <li><a href="./TaskJuggler/TextParser/Rule.html">TaskJuggler::TextParser::Rule</a></li>
406
-
407
- <li><a href="./TaskJuggler/TextParser/StackElement.html">TaskJuggler::TextParser::StackElement</a></li>
408
-
409
- <li><a href="./TaskJuggler/TextParser/State.html">TaskJuggler::TextParser::State</a></li>
410
-
411
- <li><a href="./TaskJuggler/TextParser/StateTransition.html">TaskJuggler::TextParser::StateTransition</a></li>
412
-
413
- <li><a href="./TaskJuggler/TextParser/TextParserResultArray.html">TaskJuggler::TextParser::TextParserResultArray</a></li>
414
-
415
- <li><a href="./TaskJuggler/TextParser/TokenDoc.html">TaskJuggler::TextParser::TokenDoc</a></li>
416
-
417
- <li><a href="./TaskJuggler/TextReport.html">TaskJuggler::TextReport</a></li>
418
-
419
- <li><a href="./TaskJuggler/TextScanner.html">TaskJuggler::TextScanner</a></li>
420
-
421
- <li><a href="./TaskJuggler/TextScanner/BufferStreamHandle.html">TaskJuggler::TextScanner::BufferStreamHandle</a></li>
422
-
423
- <li><a href="./TaskJuggler/TextScanner/FileStreamHandle.html">TaskJuggler::TextScanner::FileStreamHandle</a></li>
424
-
425
- <li><a href="./TaskJuggler/TextScanner/MacroStackEntry.html">TaskJuggler::TextScanner::MacroStackEntry</a></li>
426
-
427
- <li><a href="./TaskJuggler/TextScanner/StreamHandle.html">TaskJuggler::TextScanner::StreamHandle</a></li>
428
-
429
- <li><a href="./TaskJuggler/TimeSheet.html">TaskJuggler::TimeSheet</a></li>
430
-
431
- <li><a href="./TaskJuggler/TimeSheetReceiver.html">TaskJuggler::TimeSheetReceiver</a></li>
432
-
433
- <li><a href="./TaskJuggler/TimeSheetRecord.html">TaskJuggler::TimeSheetRecord</a></li>
434
-
435
- <li><a href="./TaskJuggler/TimeSheetReport.html">TaskJuggler::TimeSheetReport</a></li>
436
-
437
- <li><a href="./TaskJuggler/TimeSheetSender.html">TaskJuggler::TimeSheetSender</a></li>
438
-
439
- <li><a href="./TaskJuggler/TimeSheetSummary.html">TaskJuggler::TimeSheetSummary</a></li>
440
-
441
- <li><a href="./TaskJuggler/TimeSheets.html">TaskJuggler::TimeSheets</a></li>
442
-
443
- <li><a href="./TaskJuggler/Tj3AppBase.html">TaskJuggler::Tj3AppBase</a></li>
444
-
445
- <li><a href="./TaskJuggler/Tj3Client.html">TaskJuggler::Tj3Client</a></li>
446
-
447
- <li><a href="./TaskJuggler/Tj3Daemon.html">TaskJuggler::Tj3Daemon</a></li>
448
-
449
- <li><a href="./TaskJuggler/Tj3SheetAppBase.html">TaskJuggler::Tj3SheetAppBase</a></li>
450
-
451
- <li><a href="./TaskJuggler/Tj3SsReceiver.html">TaskJuggler::Tj3SsReceiver</a></li>
452
-
453
- <li><a href="./TaskJuggler/Tj3SsSender.html">TaskJuggler::Tj3SsSender</a></li>
454
-
455
- <li><a href="./TaskJuggler/Tj3TsReceiver.html">TaskJuggler::Tj3TsReceiver</a></li>
456
-
457
- <li><a href="./TaskJuggler/Tj3TsSender.html">TaskJuggler::Tj3TsSender</a></li>
458
-
459
- <li><a href="./TaskJuggler/Tj3TsSummary.html">TaskJuggler::Tj3TsSummary</a></li>
460
-
461
- <li><a href="./TaskJuggler/TjException.html">TaskJuggler::TjException</a></li>
462
-
463
- <li><a href="./TaskJuggler/TjTime.html">TaskJuggler::TjTime</a></li>
464
-
465
- <li><a href="./TaskJuggler/TjpExample.html">TaskJuggler::TjpExample</a></li>
466
-
467
- <li><a href="./TaskJuggler/TjpExportRE.html">TaskJuggler::TjpExportRE</a></li>
468
-
469
- <li><a href="./TaskJuggler/TjpSyntaxRules.html">TaskJuggler::TjpSyntaxRules</a></li>
470
-
471
- <li><a href="./TaskJuggler/URLParameter.html">TaskJuggler::URLParameter</a></li>
472
-
473
- <li><a href="./TaskJuggler/UserManual.html">TaskJuggler::UserManual</a></li>
474
-
475
- <li><a href="./TaskJuggler/VimSyntax.html">TaskJuggler::VimSyntax</a></li>
476
-
477
- <li><a href="./TaskJuggler/WebServer.html">TaskJuggler::WebServer</a></li>
478
-
479
- <li><a href="./TaskJuggler/WelcomePage.html">TaskJuggler::WelcomePage</a></li>
480
-
481
- <li><a href="./TaskJuggler/WorkingHours.html">TaskJuggler::WorkingHours</a></li>
482
-
483
- <li><a href="./TaskJuggler/WorkingHoursAttribute.html">TaskJuggler::WorkingHoursAttribute</a></li>
484
-
485
- <li><a href="./TaskJuggler/XMLBlob.html">TaskJuggler::XMLBlob</a></li>
486
-
487
- <li><a href="./TaskJuggler/XMLComment.html">TaskJuggler::XMLComment</a></li>
488
-
489
- <li><a href="./TaskJuggler/XMLDocument.html">TaskJuggler::XMLDocument</a></li>
490
-
491
- <li><a href="./TaskJuggler/XMLElement.html">TaskJuggler::XMLElement</a></li>
492
-
493
- <li><a href="./TaskJuggler/XMLNamedText.html">TaskJuggler::XMLNamedText</a></li>
494
-
495
- <li><a href="./TaskJuggler/XMLText.html">TaskJuggler::XMLText</a></li>
496
-
497
- <li><a href="./AppConfig.html">AppConfig</a></li>
498
-
499
- <li><a href="./Arguments.html">Arguments</a></li>
500
-
501
- <li><a href="./Object.html">Object</a></li>
502
-
503
- <li><a href="./RuntimeConfig.html">RuntimeConfig</a></li>
504
-
505
- <li><a href="./String.html">String</a></li>
506
-
507
- </ul>
508
- <div id="no-class-search-results" style="display: none;">No matching classes.</div>
509
- </div>
510
-
511
-
512
- </div>
513
- </div>
514
-
515
- <div id="documentation">
516
- <h1>Release 0.0.8 (2010-11-24)</h1>
517
- <pre>
518
- * Bumping version to 0.0.8
519
- * Update feature list.
520
- * Fixing end of exported bookings.
521
-
522
- There was one time slot too much at the task end.
523
-
524
- Reported-by: Dimitri Pissarenko &lt;dmitri.pissarenko@gmail.com&gt;
525
- * Fixing the booking example used in the reference manual.
526
- * Adding 'resourceroot' and 'rollupresource' attributes.
527
- * Make dependency loop error message more specific.
528
- * Properly detect illegal tokens inside of patterns.
529
-
530
- This was only working for tokens at the end of a rule.
531
- * Fixing the attributes and contexts info in the manual and tj3man
532
- output.
533
- * Fixing CSV reports with embedded tables.
534
- * Reuse RichText parser for parsing all RichText input.
535
- * Switch parser to use new state machine compiler.
536
- * Fix merge conflict.
537
- * Fix Ruby 1.8.x compatibility issue.
538
- * Some more work on the state machine compiler.
539
- * Adding a (still disabled) state machine compiler to the parser.
540
- * Looking into pre-compiled states for the parser FSM.
541
- * Clarifying the difference between ${now} and ${today}.
542
- * Minor parser code tweaks.
543
- * More parser code tweaking.
544
- * Cleaning up some parser code.
545
- * Moving the rule transition analysis into Rules.
546
- * Some speed improvements for the parsers.
547
- * Use more symbols and less Strings.
548
- * Add a warning if no report was defined or no format was specified.
549
- * Add more descriptive error message for start/gap conflict.
550
- * Cleaned-up the GanttRounter and refactored the collision detector.
551
- * Limiting the scoreboard iterations to actually used segments.
552
- * Fix missing values in 'status' column
553
- * More performance improvements for the report generator.
554
- * Fix performance regressions for the 'resources' column.
555
- * Substantial speed improvements for the report generator.
556
- * Fixing a typo.
557
- * Some cleanups of the DataCache.
558
- * Adding a global data cache to speed up report generation.
559
-
560
- This is just a test implementation. It needs further fine tuning and
561
- polishing.
562
- * Another merge conflict
563
- * Fix a merge conflict
564
- * Adding simple performance profiling support to report server
565
- * Performance improvements
566
-
567
- 'loadunit' now defaults to 'days' instead of 'shortauto'. 'shortauto'
568
- is neat, but can slow down the report generation quite a bit.
569
- * Show tried directories when TASKJUGGLER_DATA_PATH is not set properly.
570
- * Improve parser performance by sharing Workinghours scoreboards.
571
-
572
- The scoreboards now use the copy-on-write scheme.
573
- * Fixing several time zone related bugs in the context of working hours.
574
-
575
- This patch also adds much stricter error checking for time and date
576
- values.
577
- * Adding a new benchmark for report generation speed.
578
- * Added a unit test for WorkingHours::timeOff?()
579
- * Don't default time sheets that have been submitted after last tj3ts_summary.
580
- * Include list of defaulters in the status report templates.
581
-
582
- If tj3ts_summary has been used to generate the 'missing-reports' file,
583
- this will now be included in the status sheet templates.
584
- * Don't use tooltips to shorten table headers.
585
- * Fix crashes when bad sorting criteria is used.
586
- * Updating the install section with current dependencies.
587
- </pre>
588
- <h1>Release 0.0.7 (2010-09-08)</h1>
589
- <pre>
590
- * Bumping version to 0.0.7
591
- * Add section on tj3 web server.
592
- * Fix crashes when using the underscore variants of some functions.
593
- * Fix overflow of some HTML table cells.
594
- * Add missing file.
595
- * Document web server usage.
596
- * Only check for modified files when the project has been loaded completely.
597
- * Ruby 1.8 compatibility fixes.
598
- * Adding some documentation on how to use the dynamic reports.
599
- * Completing basic support for dynamic reports.
600
-
601
- By using sometink like &lt;-reportlink id=&quot;foorep&quot; attributes=&quot;hidetask
602
- plan.id != \&quot;&lt;-id-&gt;\&quot;&quot;-&gt; you can now create parameterized reports that
603
- the tj3d web server generates on demand.
604
- * Adding a proper error message when webserver can't find data dirs.
605
-
606
- Reported-by: AzenAlex &lt;azenalex@gmail.com&gt;
607
- * Cleaned up test cases for RichText
608
- * Clarify allocation shift documentation.
609
- * Adding a test for allocation shifts.
610
- * Add support for per allocation shifts.
611
- * Warn user when CSV format is requested for textreport.
612
-
613
- Reported-by: vijay &lt;jahagirdar.vs@gmail.com&gt;
614
- * Use proper Exception class to catch encoding errors.
615
- * Check mail encoding even before we pass it to 'mail'.
616
- * Some more fixes for 'alertmessages' and 'alert' columns.
617
- * Fix bug with incorrect end date or remaining work values in time sheet templates.
618
- * Adding 'journal_sub' column to reports.
619
-
620
- It works like 'journal' but also includes the sub tasks.
621
- * Don't crash in multi-CPU mode when no reports are provided.
622
- * Only milestones are identified as 'targets'.
623
-
624
- This makes more sense than trying to use a date to limits the included
625
- tasks.
626
- * Don't send sheet summary emails in RichText syntax.
627
-
628
- Use proper text and HTML instead.
629
- * Targets are now also listed for container tasks.
630
- * Report completion degree for container tasks as well.
631
- * Make sure we have a proper return value.
632
- * Documenting image positioning attributes.
633
- * Adding support for SVG files to [[File:...]] tag.
634
- * More fixes for the *prefix attributes.
635
- * Fixing a problem with the '*prefix' attributes of 'include'.
636
-
637
- Reported-by: Emanuele Cannizzaro &lt;emanuele.cannizzaro@gmail.com&gt;
638
- * Allow daemon to copy data directories.
639
- * Change some timeouts to retire server process more quickly.
640
- * Make sure time sheet warnings/errors always have a source file info.
641
- * Add a stylesheet to the HTML emails.
642
- * Confirmation mail for time and status sheets now HTML and plain text
643
- * Adding more debug infrastructure to the daemon.
644
- * Fix another macro-in-string problem.
645
-
646
- Reported-by: Tomas &lt;tomas.it@gmail.com&gt;
647
- * Fix problem with multiple macro calls inside a string
648
-
649
- Reported-by: Tomas &lt;tomas.it@gmail.com&gt;
650
- * Some more fine tuning for the vim syntax file generator
651
- * Fixing missing column header for 'freework' column.
652
-
653
- Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
654
- * Fix some links in the user manual.
655
-
656
- Reported-by: Emanuele Cannizzaro &lt;emanuele.cannizzaro@gmail.com&gt;
657
- * Generator for Vim syntax highlighting files added.
658
- * Support autoselecting the server port.
659
- * Make BatchProcess handle forks in queue() and wait() blocks.
660
- * Adding check for gap length/duration of dependencies.
661
-
662
- When the scheduling direction of a task points away from the
663
- dependency gap, TJ cannot guarantee that the condition will be met.
664
- But at least now an error is generated if the gap is too small.
665
- * Fix handling of multi-line version of HREF tokens.
666
- * Adding missing file FileList.rb.
667
- * Adding 'update' command to tj3d
668
-
669
- The 'update' command will reload all projects that have files that
670
- were modified after the project was loaded. A project that is
671
- currently reloaded will not be loaded twice.
672
- * Encoding check is now done in the TextScanner.
673
- * Cleaning up the RichText scanner RegExps.
674
- * Cleaning up the RichText tokens somewhat.
675
- * Make RichText [[..]] tokens work with multiple lines.
676
- * Refactor RichTextScanner to use TextScanner as well.
677
-
678
- Both scanners are now RegExp based. The error handling was cleaned up.
679
- * Fixing syntax
680
- * Revert &quot;Avoid the duplicate entries in the status sheet confirmation mail.&quot;
681
-
682
- This reverts commit 84ca0e9e3767ca74ae92ed5d75bc37bdedac4dd5.
683
- * list-reports command should show all report types
684
-
685
- Not just HTML reports.
686
- * Avoid the duplicate entries in the status sheet confirmation mail.
687
-
688
- When a status sheet was re-submitted, the old and the new entries were
689
- listed in the confirmation mail.
690
- </pre>
691
- <h1>Release 0.0.6 (2010-07-05)</h1>
692
- <pre>
693
- * Bumping version to 0.0.6.
694
-
695
- Changelog added.
696
- * Add CSV output format for NIKU reports.
697
- * The project reference can be set a lot easier.
698
- * Fix problem with macros in DQ Strings.
699
-
700
- Reported-by: Thomas &lt;tomas.it@gmail.com&gt;
701
- * Some speed improvements for the parser.
702
- * And make it work with Ruby 1.8 again.
703
- * Fix bugs in CSV file generator and the 'precursors' column.
704
-
705
- Reported-by: Frederic Dorodie &lt;frederic.durodie@googlemail.com&gt;
706
- * Don't shut down a server while it's still connected to a client.
707
- * Don't have the client disconnect the ReportServer from the ProjectServer.
708
-
709
- The client already sends the termination request to the ReportServer.
710
- The ProjectServer can automatically detect (via pings) that the
711
- ReportServer is no longer there and drop it.
712
- * Make macro calls inside of numbers, IDs and strings work again.
713
- * Fix Ruby 1.8 compatibility problem.
714
- * Allow multi-line macro definition again.
715
-
716
- The macro expansion code is still broken. It needs to move into the stream
717
- handler.
718
- * Fix for Ruby 1.8.6.
719
- * Switching TextScanner to a regexp based implementation.
720
- * Ping twice a minute to avoid some spurious heartbeat losses.
721
- * Fix multi-CPU mode again.
722
- * Make report list more machine readable
723
- * Clean up the TextStream API somewhat.
724
- * Replacing some String comparisons with Fixnum comps.
725
-
726
- This improves the parser speed somewhat.
727
- * Use syntax based EOF check instead of hard-coded version.
728
- * Adding a version with loop instead of recursion.
729
-
730
- It may scale better for large projects but it is 8% slower.
731
- * Some performance improvements
732
- * More precise error location reporting for the parser.
733
- * Some speed improvements for the TextScanner.
734
- * Eliminate the TextScanner callback again.
735
-
736
- It's not precise enough when characters are pushed-back.
737
- * Make handling of include files more robust.
738
- * Using a call-back to signal end of included file.
739
- * Move line number counting to StreamHandle classes.
740
- * Eliminated sporadic problems with ObjectSpace._id2ref calls in Ruby 1.9
741
- * Make status sheet receiver work again.
742
- * Adapting tutorial to new syntax.
743
- * Make export report less verbose by not using prefix for default scenario.
744
- * Keep Task and Resource consistent.
745
- * Syntax change: alertmessage -&gt; journalmessages, alertsummary -&gt; journalsummaries
746
-
747
- This keyword renaming is necessary to avoid confusion with the new
748
- 'alertmessages' and 'alertsummaries' keywords.
749
- * Passing report attributes via reportlink.
750
-
751
- Improving the STRING documentation.
752
- * Adding test for journal column.
753
- * Some fixes to better support RichText in logical expressions.
754
- * Don't use Array.find_index yet. We still support Ruby 1.8.6.
755
- * Implement checking of reports against a known reference file.
756
- * Fix task allocation for task with start and end dates.
757
-
758
- Reported-by: Thomas &lt;tomas.it@gmail.com&gt;
759
- * Fixed crash when using deprecated allocation limits.
760
-
761
- Reported-by: Marcin Inkielman &lt;marcin.inkielman@gmail.com&gt;
762
- * Write some data natively to CSV files to fix time sheets.
763
- * Reworked CSVFile to make it RFC4180 compliant.
764
- * Properly mark milestones in export reports.
765
-
766
- Reported-by: Guo-Rong Koh &lt;guorong.koh@gmail.com&gt;
767
- * Try to accept properly encoded, but non UTF-8 mails as well.
768
- * Add another test for the recent 'limits' fixes.
769
- * Fixed a number of bugs in the limit handler.
770
-
771
- Reported-by: Marcin Inkielman &lt;marcin.inkielman@gmail.com&gt;
772
- * Change tutorial to use built-in email attribute
773
- * Fix a crash with computed attributes used for sorting.
774
-
775
- Reported-by: Guo-Rong Koh &lt;guorong.koh@gmail.com&gt;
776
- * Generating a dynamic unique ID for report segments.
777
- * Make rollup* attributes work again.
778
- * Adding 'opennodes' attribute for reports.
779
-
780
- This is for TJ internal use only.
781
- * Don't compile a summary in reminder mode.
782
- * Adding -w command line option to start web server.
783
- * Add documentation for 'reportlink' RTF generator.
784
- * Adding support for user-defined column alignments.
785
- * Add RichText attribute to reference other reports.
786
- * Add 'isfeatureof' logical function.
787
- * Don't generate all output formats for nested reports.
788
- * Don't try to copy auxilliary files for interactive reports.
789
- * Show list of reports for a selected project on web server welcome
790
- page.
791
- * Make web server port configurable via command line.
792
- * First working version of the web server mode.
793
-
794
- Still has many rough edges, but it does server interactively generated
795
- reports.
796
- * Fix crash when using some logical functions.
797
- * Create file with the resource IDs of the missing reports.
798
- * Update the 'export' documentation to reflect TJ3 features.
799
- * Move list of missing reports to beginning of summary report.
800
- * Make tj3 work for files in current directory again.
801
- * Fix test suite for ruby 1.8.
802
- * More code to support interactive HTML reports.
803
- * Add check for recursively nested reports.
804
- * Use explicite stack for ReportContext.
805
- * Add references to sorting attributes.
806
- * Make export reports less noisy by default.
807
- * Some improvements for the CSV read from file.
808
- * Try harder to send a reply to email sender.
809
- * Need string interpolation to work.
810
- * Use different subject for time and status sheets emails.
811
- * Enable level4 bullet items and numbers for 'details' section.
812
- * Don't use cut marks for attachements.
813
- * Improving the documentation of some attributes.
814
- * Fix manual generation.
815
- * Adding runtime dependencies to GEM spec file.
816
- * mail-2.2.1 changed the subject encoding again
817
- * Adding support for one more level for RT titles, bullets and number
818
- lists.
819
- * Add check for valid UTF-8 encoding of submitted sheets.
820
- * Make scenario.attribute notation more prominent in the doc.
821
- * Fix spelling error.
822
- * Make sure all files of the gem are readable.
823
- * Allow space at begin of titles in RichText.
824
- * Fix some time sheet related bugs dealing with personal notes.
825
- * Fix personal messages after newtasks.
826
- * Prevent crashed when parsing corrupted incoming mails
827
- * Add commandline option for sheet interval duration.
828
- * First code for built-in web server that can server dynamic reports.
829
- * Support project loading at daemon start.
830
- * Don't include override reports in time sheet summaries.
831
- * Improved check for use of 'scheduled' attribute.
832
- * Only allow 'scheduled' attribute for tasks that already have a start
833
- and end date.
834
-
835
- Reported-by: Olaf Seidel &lt;olaf.seidel@iscue.com&gt;
836
- * Allow macro calls within macro calls.
837
-
838
- I'm not sure why I blocked this, but I can't think of any good reason
839
- anymore. Allowing it again.
840
-
841
- Reported-by: Olaf Seidel &lt;olaf.seidel@iscue.com&gt;
842
- * Simplify algorithm to generate status report templates.
843
- * Fix report sorting for 'id'.
844
- * Add status section to 'newtask' template section.
845
- * Don't include events at start date in status report templates.
846
- * Get rid of spurious 'rake release' errors.
847
- * Fix crash in parsing unterminated queries.
848
-
849
- Reported-by: Cornelius Schumacher &lt;cschum@suse.de&gt;
850
- * Make sure that 'scheduled' is only set when we really have a start and
851
- end date.
852
- </pre>
853
- <h1>Release 0.0.5 (2010-04-14)</h1>
854
- <pre>
855
- * Bumping version to 0.0.5.
856
- * Some fixes for mail-2.2. It looks like this version fixes most open
857
- bugs.
858
- * Switch custom 'Email' attribute to built-in 'email'.
859
- * Don't use message IDs as file names. Use a MD5 hash of them.
860
- * Fixing problems with manual.
861
-
862
- Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
863
- * Complete documentation of status sheet usage.
864
- * Adding support for 'managers' attribute for resources.
865
- * Use 127.0.0.1 instead of localhost to fix busy port detection.
866
- * Completing support for user defined checks.
867
-
868
- Now errors and warnings are supported for resources and tasks.
869
- * Fix resource allocation for duration tasks.
870
-
871
- Add new 'fail' attribute to support test case for this problem.
872
-
873
- Reported-by: Cornelius Schumacher &lt;cschum@suse.de&gt;
874
- * Add method to disengage ReportServer from ProjectServer.
875
- * Make TCP port configurable via command line option
876
- * Fix the rendering of embedded Gantt charts that have scroll bars.
877
- * Raise the probability of tasks leading up to milestones to get their
878
- resources.
879
- * Draw HTML triangles with partial div borders.
880
-
881
- This uses less divs to render triangles. This patch is based on a
882
- suggestion from X Ryl. Thanks!
883
- * Prevent ProjectServer from hanging in certain states.
884
- * mail-2.1.5 contains a showstopper bug. Reverting back to 2.1.3.
885
- * Make switch to mail-2.1.5.2 and later.
886
- * Some spelling and language fixes.
887
- * Describe the time sheet process in the manual.
888
- * Starting to document the client/server and time sheet stuff
889
- * Signal errors with TjException
890
- * Send out reminder emails when time sheets were not submitted in time.
891
- * Fix error message to report correct task.
892
- * Add command to list reports to tj3client
893
- * Adding hartbeat checks to the daemon
894
- * Clean up of the tj3client code.
895
- * Some code cleanups of the daemon code
896
- * Fix performance problem when adding a project remotely.
897
- * Replacing tj3 daemon mode with real daemon.
898
-
899
- This comes with some changes to the tj3client command line interface.
900
- * Abstracting Tj3AppBase so it can be used for other apps as well.
901
- * Add flag icons to task and resource journal reports.
902
- * Support vertical alignment option for RichText images.
903
- * Add support for images in RichText.
904
- * Fix RichText internal reference to match MediaWiki syntax.
905
-
906
- [[foo bar baz]] must now be [[foo|bar baz]].
907
- * Sort tasks by task ID in sheet templates.
908
- * Spelling fixes.
909
- * Fixing the default date of sheets.
910
- * Fix warning for new tasks in time sheets.
911
- * Status sheets headers need time period not just end date
912
-
913
- This is needed to fix a problem that status sheet answer emails
914
- contain only current dashboard entries.
915
- * Adding additional header fields to emails.
916
- * Fix test suite after recent code changes.
917
- * Fix personal status note in time sheets.
918
- * Add option to send individual reports as well.
919
- * I don't think this warning is very helpful. Remove it.
920
- * Add --force option to resend sheet templates.
921
- * Fix a crash when export reports were used before other reports.
922
-
923
- Reported-by: Eduardo Schoenknecht &lt;eduardo.schoenknecht@gmail.com&gt;
924
- * Fix crash when using textreports without a header.
925
- * Encode emails as quoted-printable
926
- * Not including the minDate reports is probably more practical.
927
- * Fix crash when trying to set workinghours for shifts or resources.
928
-
929
- Reported-by: Eduardo Schoenknecht &lt;eduardo.schoenknecht@gmail.com&gt;
930
- * Adding journal reporting for Tasks.
931
- * Add a link back to 'columns' from 'columnid'.
932
-
933
- Reported-by: Marcel &lt;marcel@avigora.com&gt;
934
- * Don't include all old journal entries. Just the higher alerts.
935
- * Fix reporting of new tasks for delta check.
936
- * Check for garbage at end of sheet files.
937
- * Some styling for the journal reports.
938
- * Only warn once per mis-indented line.
939
- * Fix crash when both calendar and chart columns were used.
940
-
941
- Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
942
- * Make the automatic end date for sheets work.
943
- * Add checks for default time sheet strings.
944
- * Clear time sheets and journal info before checking a time sheet.
945
- * Time sheets are due by default on Mondays, status sheets on Wednesday.
946
- * Moved common code of start scripts into new Tj3AppBase class.
947
- * Adding script to send out a summary of all time sheets.
948
- * Use shortened cell texts only for height and width limited cells.
949
- * Make sure that calendar columns always span their assigned width.
950
- * RichText plain text can now be indented.
951
- * Some bug fixes for the TextFormatter and more unit tests.
952
- * Improved version of block text formatter.
953
- * Adding commandline option for sheet tests to tj3.
954
- * Add commandline option to limit the resource list for status reports.
955
- * Started to improve the plain text output of RichText
956
- * Update for TODO list based on recent feedback.
957
- * Fix crash when reusing an extend ID.
958
-
959
- Reported-by: John Franey &lt;jjfraney@gmail.com&gt;
960
- * Add close button to tooltips so IE user can use CTRL-C to copy.
961
- * Only include sheet in body if it was sent in body.
962
- * Fix signature handling and CR/LF removal.
963
- * Switch to quoted printable encoding for email body.
964
- * Add outlook for next period to time sheet templates.
965
- * Make email composition more robust.
966
- * Make manual build again.
967
- * Be more flexible with the detection of -&gt;8-
968
- * Improved error reporting for unterminated cut mark strings
969
- * Save extracted sheets when they fail
970
- * Require a paragraph break to start a RichText verbatim/pre section.
971
- * Try to work around another encoding problem.
972
- * Add simple test suite for status reports.
973
- * Refactored common code of sheet senders into a base class.
974
- * Refactored common code into receiver base class.
975
- * Adding receiver for status reports.
976
- * Add reported actuals as comments to status sheet templates.
977
- * Some more improvements for the resource journal format.
978
- * Add reported time sheet number to the resulting report.
979
- * Make quote removal work for empty lines without trailing spaces.
980
- * Add check for time sheets with broken encoding.
981
- * Make percentage computation work for part-time employees too.
982
- * Added support to send status sheet templates.
983
- * Always store time sheets in UNIX text file format.
984
- * Add warnings for requested changes in time sheets.
985
- * Make time sheet receiver more flexible.
986
-
987
- It can deal with junk before and behind the time sheet and can ignore
988
- email quote signs.
989
- * Fix calculation of completion for effort based task.
990
- * Don't include full sheet in error log.
991
- * Add {} after include statements.
992
- * Enable 'journal' column for reports.
993
-
994
- Currently only works for resources, not task.
995
- * Fix SCM command for all.tji.
996
- * Fix off-by-one bug that caused efforts to be one slot short.
997
- * Some more bug fixes for the time sheet processor.
998
- * Fix syntax.
999
- * Add SCM support.
1000
- * Linewrapping support for RichText paragraphs in text mode.
1001
- * Try to send emails even for email delivery failures.
1002
- * Make CR and CR+LF work for buffers as well.
1003
- * Deal with CR/LF issues no matter where the file was created or is
1004
- read.
1005
- * Always generate the full list even when doing single send-outs.
1006
- * Add more logging and error handling.
1007
- * Adding simple test case for timesheet sender/receiver.
1008
- * Change some working of the time sheet related text messages.
1009
- * Don't send templates to resources on vacation.
1010
- * Generate tji files that include all timesheet tji files in the
1011
- directory.
1012
- * Support task independent status message in time sheets.
1013
- * Merge some common code into single base class.
1014
- * Add a ')' after section numbers in text mode.
1015
- * A slightly improved version of the race condition hack.
1016
- * Add command line option to send out just specific templates.
1017
- * Fix TJ2.x export section.
1018
-
1019
- A git checkout after 2.4.3 is required.
1020
- * Improved validation of time periods.
1021
-
1022
- Reported-by: petermp &lt;pmprestesaeter@gmail.com&gt;
1023
- * Allow timesheet syntax in body of email.
1024
- * Include warnings in answer email.
1025
- * Add --nomail option for tj3ts_receiver.
1026
-
1027
- Switch from open3 to open4.
1028
- * Turn email sending on.
1029
- * Make -c option work for tj3ts_receiver
1030
- * Make tj3ts_receiver more configurable.
1031
- * Make sender/receiver scripts more robust.
1032
- * Added a script for the time sheet receiver.
1033
-
1034
- Nicer formatting of the returned time sheet.
1035
- * Adding scripts to send and receive time sheets via email.
1036
- * Some improvements for the client/server interactions.
1037
- * Add examples for time sheet stuff to the manual.
1038
- * More error checking for time sheets.
1039
- * Add paragraph to generate proper HTML.
1040
- * More HTML layout fixes to work around IE8 bugs.
1041
- * Fixed a problem with inherited attributes in derived scenarios.
1042
-
1043
- Reported-by: Brendan Hyland &lt;brendan.hyland@hylandqs.ca&gt;
1044
- * More HTML code fixes for IE8.
1045
- * Again more tables for HTML layout to please IE8.
1046
- * Fixed a crash when using shift assignments.
1047
-
1048
- Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
1049
- * Use some common code for table frames.
1050
- * Going back to using HTML tables.
1051
-
1052
- There is just no way I can get the layout to work with divs on all
1053
- browsers.
1054
- * Some CSS fixes to make it work with Firefox and Opera.
1055
-
1056
- IE8 will probably still not work.
1057
- * Some cleanups for the text report column layout.
1058
- * Switch tutorial to new columns.
1059
- * Fix textreport layout.
1060
- * Replace 'depends' and 'precedes' columns with 'precursors' and
1061
- 'followers'.
1062
-
1063
- Also: Tooltips now show up on click, not hover.
1064
- * Make CSV tests work again.
1065
- * Make tooltips work for charts in HTML reports.
1066
- * Fix logical functions with trailing _.
1067
-
1068
- And some more HTML compliance fixes.
1069
- * Generated HTML files should be all W3C compliant again.
1070
- * Use a single function to generate all HTML head sections.
1071
- * Add missing content-type meta tag.
1072
- * Fix some HTML problems.
1073
- * It's time to switch to strict XHTML 1.0.
1074
- * Try to work around IE bugs.
1075
- * Use Query attributes more frequently during report generation.
1076
-
1077
- This is just a first step of a larger effort.
1078
- * Fix crash.
1079
- * Be more explicit about operator precedence in logical expressions.
1080
- * Make tooltips sticky.
1081
-
1082
- The icon of the name column now always has a tooltip with the ID.
1083
- * Swap symbol and label in HTML report legend.
1084
- * Properly handle self-closing XML tags.
1085
- * Replace some HTML tables with div constructs.
1086
-
1087
- Start to cleanup the stylesheet namespace.
1088
- * Add project ID to Niku report headers as well.
1089
- * Put 0.0 in XOG files, but not in HTML reports.
1090
- * Some more bug fixes for Clarity reporting.
1091
- * headline is now support for nikureports.
1092
- * Adding an HTML version for the Clarity reports.
1093
-
1094
- They are mostly useful for debugging right now.
1095
- * Improve readability of code sections in user manual.
1096
- * Adding an example for the Clarity XOG report.
1097
- * Some cleanups for the Clarity export file.
1098
- * Some cleanups for the Clarity exporter.
1099
- * First draft of a Clarity export report.
1100
-
1101
- Just a concept for testing right now.
1102
- * More work on the time sheet report generator.
1103
-
1104
- Currently hardcoded for percentage reporting.
1105
- * Adding TJ2 with TJ3 reports howto.
1106
- * Fix 'taskattributes' for export reports.
1107
-
1108
- Reported-by: Marcel &lt;mbrouillet@triumemba.org&gt;
1109
- * Add additional search path for Debian based distros.
1110
- </pre>
1111
- <h1>Release 0.0.4 (2010-02-01)</h1>
1112
- <pre>
1113
- * Some prep for signed gems. Not yet very user friendly.
1114
- * On our way to a 0.0.4 release.
1115
- * Don't crash on empty tooltips.
1116
- * More improvements for the installation description.
1117
- * Better documentation for the install procedure.
1118
- * More details on TJ2-&gt;TJ3 migration.
1119
- * It's 2010 now.
1120
- * Add support for 'today' built-in macro.
1121
- * First working version of client/server feature.
1122
-
1123
- Still very basic code.
1124
- * Fix nested include files with taskprefix.
1125
-
1126
- This patch also enforces a .tji extension for included files.
1127
- Reported-by: Christian Sunkel &lt;christian@suenkel.de&gt;
1128
- * Make timezone test work again on glibc 2.10 and later.
1129
- * More sketches for the client/server code.
1130
- * First parts of a report server.
1131
- * Make sure we always return an Array.
1132
- * Added support for an 'alerttrend' column.
1133
- * Use Query for LogicalExpressions.
1134
-
1135
- And some unrelated bug fixes.
1136
- * Added support for status sheets.
1137
- * Support multiple journal entries for same date.
1138
- * Show all task in taskreports by default.
1139
-
1140
- Added isongoing() function to get old behavior back.
1141
- * Support for custom periods for columns.
1142
- * Make cell background color configurable.
1143
- * Add an expiration date to 'hasalert()'
1144
- * Get rid of empty tooltips.
1145
- * Add option to generate self contained HTML reports.
1146
- * Bug fix for ReferenceAttributes.
1147
- * Cleaning up the Query mechanism.
1148
- * Show name instead of id for 'responsible'.
1149
- * Some fixes for the time sheet handling.
1150
- * Remove scenario specification from time sheets.
1151
-
1152
- It's a project setting now.
1153
- * Only use bold lines in tree mode.
1154
- * s/count/length/ for Ruby 1.8 compatibility.
1155
- * Make 'summary' and 'details' work in time sheets.
1156
- * First pieces of the time sheet report generator.
1157
-
1158
- We can now generate time sheet templates and read the filled-out ones
1159
- back in again. Still a lot of plumbing missing though.
1160
- * Make the status part of time sheets work.
1161
- * First code for time sheet support.
1162
- * Make alertmessages work.
1163
- * Use more descriptive names for the journalentry attributes.
1164
- * Make 'loadunits' work again.
1165
-
1166
- Reported-by: Guillaume DELVIT &lt;guiguid@free.fr&gt;
1167
- * Add check for feature limited RichText strings.
1168
-
1169
- * More accurate error position reporting.
1170
- * Cleaned-up alarm level descriptions.
1171
- * Add support for 'alertnotice' column.
1172
- * Some bug fixes for the Query mechanism.
1173
- * hasalert function for LogicalExpressions added.
1174
- * Added support for statically computed dates.
1175
- * Some bug fixes for the report generator.
1176
- * Make LogicalExpressions work with dates.
1177
- * Make hyper link targets configurable.
1178
- * Put HTML stylesheets into separate files.
1179
- * Several bug fixes for the report generator.
1180
- * Make logical expressions work with strings.
1181
- * Added support for queries inside of HREF
1182
- * :w
1183
- * Update tutorial for new syntax.
1184
- * Major change of how the cell content is generated.
1185
-
1186
- This commit changes the synatx in an incompatible way to earlier
1187
- versions!
1188
- * Initialize all RichStrings in reports for queries.
1189
- * Another fix for the cell generator.
1190
- * Fix manual build.
1191
- * Some fixes for last commits.
1192
- * Some cleanups for the cell text handling.
1193
- * Some refactoring of the RichText classes.
1194
-
1195
- Generate proper intermediate objects so this stuff is re-entrant and
1196
- the Query objects can be attached.
1197
- * Project attributes can now be queried.
1198
- * Support nested properties for non-leaf properties in reports.
1199
-
1200
- This is a major change to earlier versions. To get the old behavior
1201
- back, you need to replace
1202
-
1203
- hideresource ~isleaf()
1204
-
1205
- with
1206
-
1207
- hideresource ~(isleaf() &amp; isleaf_())
1208
-
1209
- See manual for details what the function with _ suffix mean.
1210
- * Cleaned-up the query code somewhat.
1211
- * Queries now have a context.
1212
- * Don't drop parent tasks too early in the filter process.
1213
- * Make the != operator work for logical expressions.
1214
- * Fix column width handling for table columns.
1215
- * Don't delete manual dir.
1216
- * Fix sporious build fails for manual.
1217
- * Added support for alert level reporting.
1218
- * Always show a dot after one-level-only bullet items.
1219
- * Use tooltips for all fixed-width columns.
1220
- * Make sure the details icon is always visible.
1221
- * Get rid of empty tooltips.
1222
- * Added reportable attribute 'targets' for tasks.
1223
- * Improved handling of column width setting
1224
- * Fix UTF-8 issue with IE8.
1225
- * Started to turn list attributes into RichText cells
1226
- * Make HTML reports a bit nicer.
1227
-
1228
- * Move copyright to page bottom.
1229
- * Highlight active navigator menu.
1230
- * Updated todo list.
1231
- * Handle RichText columns with tooltip windows if necessary.
1232
- * Cleaned up BatchProcessor to report a Ruby 1.9.x bug.
1233
- * Improved tree sorting code.
1234
- * Replace some clone() with dup() calls.
1235
-
1236
- Will probably not affect performance much, but we really only need
1237
- dup() here.
1238
- * Fix Ruby 1.8 compatibility issue.
1239
- * Fix tree sorting.
1240
- * Make tree sorting work better.
1241
-
1242
- The algorithm is still broken.
1243
- * Fix sorting for 'tree' + something lists.
1244
- * Fix isdependencyof.
1245
- * Fix free time reporting for resources.
1246
- * Make hidecelltext really work for standard cells.
1247
- * Move doc of logical functions to syntax reference.
1248
- * Make hidecelltext work with standard report cells.
1249
- * New section for manual.
1250
- * Added documentation of logical functions and other syntax elements.
1251
- * Fix a HTML render issue with Opera.
1252
- * Added isactive() LEXP function.
1253
- * I shall run the test suite before committing 'trivial' fixes...
1254
- * Some bug fixes.
1255
- * Fix a Ruby 1.8 compatibility issue.
1256
- * Added support for RichText function query.
1257
- * RichTextProtocol -&gt; RichTextFunction
1258
- * Add hint that X.X.X needs to be replaced with current version.
1259
- * Fix some races in the BatchProcessor.
1260
- * Some more cleanup of the BatchProcessor.
1261
- * Navigator now matches the report structure.
1262
- * Call wait() block as soon as jobs have finished.
1263
-
1264
- Don't wait until all jobs have completed.
1265
- * Assorted bug fixes.
1266
- * Make BatchProcessor more robust.
1267
- * Fix multithreaded report generation.
1268
-
1269
- Also don't overwrite inherited report attributes.
1270
- * Improved handling of EOT within RichText tokens.
1271
- * Reports can now have a title that's used by the navigators.
1272
- * Accounts and reports can now be flagged.
1273
- * Fix missing bookings in export report.
1274
-
1275
- Reported-by: Arlindo Carvalho &lt;rdc02271@yahoo.com&gt;
1276
- * 'effortdone' and 'effortleft' columns added.
1277
- * Fix manual generation.
1278
- * Add support for ']' inside macro definitions.
1279
- * Another attempt to fix the datadir problem.
1280
- * Add separate config variables for software name and package name.
1281
- * Some bug fixes.
1282
- * HTML reports now contain icons.
1283
- * Improved bug report guidelines.
1284
- * Fix crash on recursive macro calls.
1285
- * Fix resource load stack in Gantt charts.
1286
- * Added some more features for reports.
1287
- * Document 'formats' attribute more prominently.
1288
- </pre>
1289
- <h1>Release 0.0.3 (2009-10-20)</h1>
1290
- <pre>
1291
- * It's time for a new release.
1292
- * Fix multi-char operators for LogicalExpressions.
1293
- * Fix for last hidecellurl patch.
1294
- * Add support for hidecellurl.
1295
-
1296
- Fix tutorial examples.
1297
- * Only the first file must be a .tjp
1298
- * Try fix for IE8.
1299
- * 'Overview' looks nicer in the nagivation bar.
1300
- * Update example.
1301
- * Started update of tutorial with new report syntax.
1302
- * Convert tutorial example references to new syntax.
1303
- * Implemented block and inline generators for RichText.
1304
-
1305
- The new syntax replaces the previously used [[protocol:name]] syntax.
1306
- * Fix Ruby 1.8 compatibility problem.
1307
- * Various improvemens for the HTML reports.
1308
- * Fix some rendering issues of the HTML reports.
1309
- * Check for @value not being set.
1310
-
1311
- Fix suggested by msc.
1312
- * Generate more descriptiv auto-IDs.
1313
- * Fix display of reference URLs in reports.
1314
-
1315
- Bug reported by msc.
1316
- * Some code refactoring to cleanup the mode handling.
1317
- * Detect recursive inclusions.
1318
- * Improved input file name validation.
1319
- * --output-dir option added
1320
-
1321
- Generated reports will be put into this directory if specified.
1322
- * Update manual to include optional IDs.
1323
- * Make property IDs optional.
1324
-
1325
- ID and version for the project declaration are also optional now.
1326
- * Improved test for weak deps problem.
1327
-
1328
- This is a forward port of the fix that Gregoire wrote for the weak
1329
- dependency problem.
1330
- * Added test case from Gregoire.
1331
-
1332
- No need to forward port this fix.
1333
- * Don't inherit maxstart and minend.
1334
- * Add support for 'scenario' column.
1335
-
1336
- Bug reported by garyo.
1337
- * Some code cleanup.
1338
- * More missing pieces of the the 'fix resourceprefix' commit.
1339
- * Somehow this change was left out of the last commit.
1340
- * Fix 'resourceprefix' handling.
1341
-
1342
- This fixes a problem reported by Beni.
1343
- * Fixes for export report.
1344
-
1345
- Make inclusion of definitions user configurable.
1346
- Add new '*' and '-' shortcut for keyword lists.
1347
- * Some cleanup in the RichText generator.
1348
-
1349
- I need to find a clean solution to handle RTPs that expand into
1350
- blocks. Right now they are enclosed in &lt;p&gt;..&lt;/p&gt; and that's illegal in
1351
- HTML.
1352
- * Fix tutorial example again.
1353
- * Avoid compatibility issue with 1.8.6.
1354
- * Updating the tutorial with latest syntax changes.
1355
- * Several fixes for the manual.
1356
-
1357
- * Added documentation for types.
1358
- * Added documentation for new cut-mark-strings.
1359
- * Nested reports: putting it all together
1360
-
1361
- * First working version of nested reports.
1362
- * Added support for cut-mark-strings (-8&lt;- for bar -&gt;8-)
1363
- * Scanner cleanups.
1364
- * Explicitely use current dir for 'require'.
1365
-
1366
- Latest ruby 1.9.2 version seems to no longer include '.' in $:.
1367
- * Fix suggested by Guillaume DELVIT.
1368
- * More steps towards nested reports.
1369
- * Update tutorial example.
1370
- * Another fix for bookings.
1371
- * More refactoring to prepare composable reports.
1372
- * More bug fixes.
1373
-
1374
- Fix problems with reference attributes defaulting to 'true'.
1375
- Fix WorkingHour dumping.
1376
- * Don't change start/end date of scheduled tasks with bookings.
1377
- * Make sure we always show the year in the header.
1378
- * Respect the user provided report period.
1379
- * Some bug fixes for report generator.
1380
- * Started refactoring for composable reports.
1381
-
1382
- This is very much WIP right now. The report syntax will change again.
1383
- * Fix scenario related problem reported by Jean-Yves.
1384
-
1385
- We need to treat inheritance from scenarios like initial assignments,
1386
- not like inheritance from parent properties.
1387
- * Eliminate dead code.
1388
- * Handle duration task with bookings like TJ2.x.
1389
- * Fixed link to example entry.
1390
- * Added journaling support.
1391
-
1392
- No reporting support yet.
1393
- * Be more clear on inheritance in syntax reference.
1394
-
1395
- Attributes can be inherited from a parent property or a global
1396
- attribute. The syntax reference now clearly lists for which attributes
1397
- this is the case.
1398
- * Fix tutorial example.
1399
- * Added support for 'header' and 'footer' attributes.
1400
- * Make menus more versatile.
1401
- * Fix description of ID characters.
1402
- * Use a well defined time zone for syntax tests.
1403
- * Properly handle provided completion values.
1404
- * Export report related fixes.
1405
- * Older versions of zoneinfo use the English name.
1406
-
1407
- Pick a more static time zone that works with all systems.
1408
- * Time zone related fixes.
1409
-
1410
- * Setting a global time zone works now.
1411
- * The timing resolution is limited based on the selected time zone.
1412
- * The test suite should work in all time zones now.
1413
- * Added support for 'depends' and 'precedes' column.
1414
- * Cosmetic changes to the report menu.
1415
- * First shot at an autogenerated menu for reports.
1416
- * Fix entry link for report.
1417
- * Improve the bug report howto.
1418
- * Don't always trust the ruby doc.
1419
- * Testing the new ML archive.
1420
- * Added item to TODO list.
1421
- * Fix another link to the new forum page.
1422
- * Set link to new forum entry page.
1423
- * Set forum link to new forum page.
1424
- * Updated TODO list.
1425
- * Dropped support for old report definitions.
1426
-
1427
- The new format is now more in line with the TJP language and conflicts
1428
- with the old format. A legacy support is not possible.
1429
- * Rewrote the deep_clone support.
1430
-
1431
- This method is a lot more robust.
1432
- The report syntax used in the tutorial is just a draft and will change
1433
- again.
1434
- * Refactored Report class.
1435
-
1436
- Replaced ReportElement and ReportTableElement with ReportTableBase.
1437
- * Clean up exception raises.
1438
-
1439
- Some more prep work for the upcoming report refactoring.
1440
- * Turning Report attributes into TJ attributes.
1441
- * Turning Report into a TJ property.
1442
-
1443
- That way we get attribute inheritance for reports and we can create a
1444
- structured tree of reports.
1445
- </pre>
1446
- <h1>Release 0.0.2 (2009-03-04)</h1>
1447
- <pre>
1448
- * Time for another alpha release.
1449
-
1450
- Bump version to 0.0.2.
1451
- * Advertise proper encoding for all HTML files.
1452
- * Show off more features in the tutorial.
1453
- * Fix tutorial project.
1454
-
1455
- Generate example/tutorial from the test case that is used for the
1456
- manual.
1457
- * Align custom attribute in report cells properly.
1458
- * Make export reports more TJ2.x compatible.
1459
- * Version without ruby-prof calls.
1460
- * This version needs ruby-prof and crashes ruby 1.9.
1461
- * Make sure the start date of intervals is smaller than the end date.
1462
- * Generate proper HTML code for reports.
1463
- * Added 'treelevel' logical function.
1464
-
1465
- Started to work on colored text cells.
1466
- * Add commandline option to generate reports despite scheduling errors.
1467
- * Documented the BatchProcess class.
1468
- * Some fixes for the SMP support.
1469
- * Improving the tutorial for TJ3.
1470
- * Use multiple CPU cores for report generation.
1471
-
1472
- First draft, not working yet.
1473
- * Ruby 1.9 has good UTF8 String support. Use the built-in functions.
1474
- * Use 'times' instead of '0.upto'.
1475
- * Open new window for external references in the manual.
1476
- * Some speed improvements and code cleanup.
1477
- * Cleaned-up progress information.
1478
-
1479
- More source code comments.
1480
- * Some speed improvements by cached the onShift? result.
1481
- * A few more scheduler fixes.
1482
- * Code cleanup and comments.
1483
- * Some booking related fixes.
1484
- * Add check for project without tasks.
1485
- * Lots of cleanups and speed improvements in the scheduler.
1486
-
1487
- Fixed manual generation.
1488
- More test cases.
1489
- * Bug fix and more test cases for allocations.
1490
- * Some speed improvements.
1491
- * Do milestone detection before inheriting start/end dates.
1492
-
1493
- This makes more sense and is compatible with TJ 2.x.
1494
- * Fix basename computation.
1495
- * Don't put -w in the shebang line.
1496
- * Various fixes for the test suite.
1497
-
1498
- rake19 is still failing with some obscure error message around id2ref
1499
- calls. But ruby19 all.rb works fine.
1500
- * Improving the scheduler performance.
1501
-
1502
- Added progress indicator.
1503
- * Fix task shifts to be compatible with TJ 2.x.
1504
-
1505
- Make sure all tests of the test suite work properly again.
1506
- * Initialize the scoreboards only when the resource is actually used.
1507
-
1508
- This can drastically speed up the scheduling for projects with many
1509
- unused resources.
1510
- * Don't break when hitting an unscheduled task.
1511
- * Show all runaway task as warning first. Then abort.
1512
- * Task start or end dates can now be inherited from parent tasks or the
1513
- project time frame.
1514
- * 'rake release' does not work on Windows.
1515
- * Finally fixed the output path in the manual task.
1516
- * Don't include subdirs of manual in distribution.
1517
- * Need to use hardcoded file name :(
1518
- * Use variable instead of hardcoded path.
1519
- * Using threads to get more performance is a dead-end with Ruby.
1520
-
1521
- The big VM lock kills any chance to use multiple CPUs. This makes Ruby
1522
- really an anachronism in todays multi-CPU PC world.
1523
- * First steps towards a multi-threaded scheduler.
1524
-
1525
- This version still suffers many race conditions!
1526
- * Support generation of the user manual with installed version.
1527
-
1528
- The package-time manual generation still works, but users can now use
1529
- tj3man to generate their own copy of the HTML manual.
1530
- * Don't generate the manual for packaging.
1531
- * Completing the move of classes into the TaskJuggler namespace.
1532
- * Again putting more classes into the TaskJugler namespace.
1533
- * Some cleanups.
1534
-
1535
- Build manual and rdoc for release.
1536
- Don't include README.rb in rdoc documentation.
1537
- Gem package should be called taskjuggler, not taskjuggler3.
1538
- * HTMLDocument.rb does not belong in reports.
1539
- * Moving report classes into reports directory.
1540
-
1541
- And putting them in the TaskJuggler namespace.
1542
- * Combine all attribute classes into a single file.
1543
- * Put more classes into the TaskJuggler namespace.
1544
- * Hopefully the last one.
1545
- * And another one.
1546
- * More Ruby 1.8.6 compatibility fixes.
1547
- * Fix compatibility issues with Ruby 1.8.6 and earlier.
1548
- * fix README, gem, rdoc tasks, Rakefile handle load error
1549
- * rcov task for ruby19, need small rcov patches
1550
- * run_gem_test for ruby18
1551
- * Some cleanups as a result of the new rake build system.
1552
- * enable test individually
1553
- * test rake task
1554
- * manual rake task
1555
- * fix rexml/formatters/pretty for rcov task
1556
- * rcov rake task
1557
- * Update makedist to make better use of rake.
1558
-
1559
- This file will become obsolete once we have a rake task for the
1560
- manual.
1561
- * remove rcov rake task for ruby19
1562
- * manual rake task
1563
- * Cleaned up the new include syntax documentation.
1564
- * fix rexml/formatters/pretty for rcov task
1565
- * enable test individually
1566
- * Remove redundant computation of transitiveOptional in Rule.
1567
-
1568
- Added more comments.
1569
- * Revert &quot;rcov rake task&quot;
1570
-
1571
- This reverts commit e7d3a424a91d2a01f7b625e7e1e0cdc619614f0d.
1572
-
1573
- [xpc:1] taskjuggler3&gt; rake19 --trace
1574
- (in /home/cs/src/taskjuggler/taskjuggler3)
1575
- rake aborted!
1576
- no such file to load -- rcov/rcovtask
1577
- /home/cs/src/taskjuggler/taskjuggler3/tasks/rcov.rake:2:in `require'
1578
- ...
1579
- * stats rake task
1580
- * rdoc rake task
1581
- * rcov rake task
1582
- * show rake task
1583
- * Revert &quot;test rake task&quot;
1584
-
1585
- This reverts commit 7ff85849b906c504a782c52921b2516d8988d00c.
1586
-
1587
- This patch seem to remove the ability to run test cases individually.
1588
- * test rake task
1589
- * Rakefile tasks : README, gem
1590
- * Don't break compatibility with Ruby 1.8.
1591
-
1592
- I shall test ruby 1.8 before committing.
1593
- I shall test ruby 1.8 before committing.
1594
- I shall test ruby 1.8 before committing.
1595
- I shall test ruby 1.8 before committing.
1596
- I shall test ruby 1.8 before committing.
1597
- ...
1598
- * Improved the handling of file inclusion in the parser.
1599
- * Get rid of ugly String operation.
1600
- * Make parsers work with empty input strings when syntax permits.
1601
- * Bug fix.
1602
- * Cleaned up new Log class.
1603
-
1604
- Added basic structure of a propper ARGV parser.
1605
- * stats rake task
1606
- * rdoc rake task
1607
- * rcov rake task
1608
- * show rake task
1609
- * test rake task
1610
- * Rakefile tasks : README, gem
1611
- * Add execution trace logger.
1612
-
1613
- Put more classes into the TaskJuggler namespace.
1614
- * Limits can now be resource specific.
1615
-
1616
- This is helpful to map the deprecated allocation limits to.
1617
- * Limits can now be restricted to certain time intervals.
1618
- * First steps to introduce namespaces.
1619
- * rakefile system setup and a few changes
1620
- * It's 2009!
1621
-
1622
- Update copyright sections and removed some Ruby 1.9 warnings.
1623
- * Replace dependency on Ruby library CSV class with own CSVFile class.
1624
-
1625
- CSV is a major compatibility nightmare between Ruby 1.8 and 1.9.
1626
- Rather than plastering the code with version specific code snippets, I
1627
- decided to implement my own CSV reader and writer.
1628
- * Re-add UTF8 support files.
1629
- * Merging ruby-1.9 changes back to master.
1630
- * No longer needed.
1631
- * Added some new benchmarks to compare ruby 1.8 and 1.9 performances.
1632
- * Fix TjTime.sameTimeNextMonth bug reported by pauland.
1633
-
1634
- http://www.taskjuggler.org/FUDforum2/index.php?t=msg&amp;th=4003&amp;start=0&amp;rid=65&amp;S=9d61c1a4a09e928b646920b7968d724c
1635
- * Fix problem with latest ruby SVN.
1636
- * Added a dash between dates to meet TJ 2.4.1 date interval syntax.
1637
- * Finally a version that works with ruby 1.9 SVN.
1638
- * Merge some selected patches back.
1639
-
1640
- Bring the TextScanner test back.
1641
- * Revert &quot;Improve UTF-8 support in scanners.&quot;
1642
-
1643
- This reverts commit f05aceac000314c380b7fc46cc6665bdf214a622.
1644
- * Revert &quot;Improved UTF8 testing.&quot;
1645
-
1646
- This reverts commit 3209450c18a8087b9e023ae7130fe78bf47570b2.
1647
- * Revert &quot;More UTF-8 releated cleanups.&quot;
1648
-
1649
- This reverts commit 88668b7980ed126c65919ac4a3d7c89ed7419be0.
1650
- * Revert &quot;Converted the String processing in the parser to more Ruby 1.9 compatible syntax.&quot;
1651
-
1652
- This reverts commit 5fbc96e02eab62d207598f355784a3b1d46acac4.
1653
- * Revert &quot;Some cleanup after the recent changes.&quot;
1654
-
1655
- This reverts commit 64c4cb2e282da5195beeed6b488b28365131362e.
1656
- * Some cleanup after the recent changes.
1657
- * Converted the String processing in the parser to more Ruby 1.9 compatible syntax.
1658
- * More UTF-8 releated cleanups.
1659
- * Improved UTF8 testing.
1660
- * Improve UTF-8 support in scanners.
1661
-
1662
- This should also simplify a migration to Ruby 1.9.
1663
- * Added test case and bug fixes for LogicalExpression.
1664
- * Code cleanups and API documentation.
1665
- * Test case for PropertySet added.
1666
-
1667
- Still very rudimentary, but does check WBS indexing and node removal.
1668
- Lots of related bug fixes.
1669
- * Avoid to store derived data in the PropertySet data structure.
1670
-
1671
- This will make PropertyTreeNode deletions from the set easier.
1672
- * Add test for Project.rb.
1673
-
1674
- Make TjTime constructor a bit more handy.
1675
- * Fix syntax reference generation problem.
1676
- * Fixes for the recently added example projects in the test suite.
1677
-
1678
- Most of them involved 'limits'. They also triggered some bugs in tj3 which have been fixed as well.
1679
- * Add examples for properties in manual.
1680
- * Improved doc for 'supplement'.
1681
- * Add example for 'booking' property.
1682
- * Add example for 'credit' property.
1683
- * Add example for 'complete' property.
1684
- * Add example for 'copyright' property.
1685
- * Add example for 'caption' property.
1686
- * Fix problem with reference custom attributes.
1687
- * Fix 'priority' attribute for tasks.
1688
- * Clarify purge description.
1689
- * Add description of purge and limits for allocate property.
1690
- * Add support for 'hidecell' column attribute.
1691
- * Make use of endIdx consistent with TjTime end objects.
1692
-
1693
- Lots of bug fixes for the effort computation routines.
1694
- * Several bug fixes for the effort and duration reporting functions.
1695
- * Add support for ? prefix for dynamic macros to allow them to be undefined.
1696
- * Some bug fixes.
1697
- * Add support for cellurl column attribute.
1698
- * Use nil instead of string constant for empty load stack elements.
1699
- * Added support for celltext column attribute.
1700
- * Clarify install and contribute section of the manual.
1701
-
1702
- Get rid of some TJ2.x leftovers.
1703
- * Fixed HTML load-stack generation.
1704
-
1705
- Removed junk lines under ColumnTables.
1706
- Don't include parent task for taskroot reports.
1707
- * Another round of checks for the parser.
1708
- * Complete TaskScenario.preScheduleCheck().
1709
- * Adding accidently deleted patches again.
1710
- * More parser error checks.
1711
- * More error checking.
1712
- * Properly handle rich text attributes in report columns.
1713
-
1714
- Make reports smaller by using more CSS attributes.
1715
- * Port recent scheduler improvements from 2.x version.
1716
- * Fixed runtime error reported by Susan.
1717
-
1718
- Error checking for report start and end dates added.
1719
- * Started to support RichText columns in HTML reports.
1720
- * Add protocol handlers for RichText.
1721
-
1722
- The tutorial in the manual now includes code snippets from the Syntax/Correct directory files.
1723
- * The reference manual can use example code again.
1724
- * Improve doc for workinghours. Start TjpExample class.
1725
- * Fix documentation for arguments that are documented, single pattern rules.
1726
- * Handle white spaces in Rich Text explicitely.
1727
- * Correct syntax examples as test cases added.
1728
- * Include RichText elements in SyntaxReference in link checking.
1729
- * Add link checker for RichTextDocuments.
1730
- * Improved white space handling for RichText output generators.
1731
- * Property report scenario specific and inheritable optional attributes.
1732
- * Added 2008 to copyright header.
1733
- * Document the top-level class and add a hint to it in the README.
1734
- * Merged syntax reference into new user manual.
1735
- * Add infrastructure to generate user manual from MediaWiki files.
1736
- * Switched calendar report columns to use Query.
1737
- * Test cases and fix for dynamic attribute sorting.
1738
- * Dynamic Property attributes can now be sorted as well.
1739
- * Add framework for CSV report unit tests.
1740
- * Make 'include' work at start of project file.
1741
- * Unified query infrastructure implemented.
1742
-
1743
- All property attributes can now be queried via the same interface.
1744
- The report generates use it already for dynamic attributes.
1745
- * Some comments added.
1746
- * Make logical functions with arguments work.
1747
-
1748
- This fix includes various other bug fixes as well.
1749
- * Add 'rake' as installation dependency.
1750
- * Only use forward locking path for path criticalness.
1751
-
1752
- Port from 2.x.
1753
- * Improved error handling.
1754
- * Added support for CSV reports.
1755
- * Fix multiple mandatoy allocations with overlapping resource sets.
1756
- * Added support for one-time and duration dependent charges.
1757
- * Work around for Firefox column width bug.
1758
- * More work on the accounting features.
1759
- * Many fixes so that TJ3 can read TJ2 exported projects properly.
1760
- * Properly connect the error handlers of the RichText parser and the TJP parser.
1761
-
1762
- RichText errors are now reported just like TJP errors with their proper in-file location.
1763
- * Added support for RichText prologs and epilogs in reports.
1764
- * Added support for some more MediaWiki markups.
1765
-
1766
- Most RichText features are now used for the reference manual.
1767
- * Cleaned up RichText classes and added unit tests.
1768
- * Added simple rich text engine to better format the documentation.
1769
-
1770
- Still very crude and needs lots of comments.
1771
- * Various fixes for the README and the reference manual.
1772
- * Fix sorting order of keywords in reference manual.
1773
- * Improved the intro page for the HTML manual.
1774
- * Fix problem with label.
1775
- * Updated README with better install description.
1776
- * Added support for functions in logical expression.
1777
-
1778
- Right now only isLeaf() works.
1779
- * Generate all legend elements on demand and show them only if used.
1780
- * Use smaller start gap for Gantt chart dependency arrows.
1781
- * First work on Account support.
1782
-
1783
- Not much there yet, but the parser already understands most of the syntax.
1784
- * Replaced all relative font sizes with absolute ones.
1785
- * Warn about using 'wbs' for sorting. It's produces unexpected results.
1786
-
1787
- Users should use 'tree' instead.
1788
- * Fix font-weight handling for reports.
1789
- * Fix WBS sorting bug reported by bhoel.
1790
-
1791
- Added some more comments.
1792
- * Several fixes/improvements for the HTML calendar and chart.
1793
- * Make calendar columns scrollable as well.
1794
-
1795
- This patch still has many rough edges but is a first shot in the right direction.
1796
- * Fix index link in reference manual HTML pages.
1797
- * Fix 'TjTime.rb:113:in `local': argument out of range' error.
1798
-
1799
- More comments added to TjTime.rb.
1800
- * Fix more bugs reported by bhoel.
1801
-
1802
- * WBS indexing fixed.
1803
- * Add first set of checks to TaskScenario.preScheduleCheck to prevent containers with duration attributes.
1804
- * Fix 'duration' column values.
1805
- * Fix ReportElement.rb:376:in `[]': no implicit conversion from nil to integer bug.
1806
- * Get rid of some Ruby warnings.
1807
- * Complete support for 'loadunit' in reports.
1808
- * Fix another cut/copy/paste-bug.
1809
- * Fix bug reported by bhoel.
1810
- * Fix bolding and indentation of container lines in reports.
1811
- * Various fixes and improvements.
1812
-
1813
- * Add support for load scaling.
1814
- * Simpler form of ledgend.
1815
- * Assorted fixes.
1816
- * Some more polishing for the HTML Gantt chart.
1817
-
1818
- Added now-line.
1819
- Use larger padding for cells.
1820
- * Improved the Gantt dependency line routing.
1821
- * First draft of a dependency line router for the Gantt chart.
1822
- * Added support for dependency arrows in HTML charts.
1823
-
1824
- Very crude arrow routing right now. Will be fixed later.
1825
- More comments added all over the place.
1826
- * Make HTML Gantt chart scrollable.
1827
- * Show time-off intervals in HTML Gantt charts.
1828
- * Some cosmetics for the HTML reference manual.
1829
- * Task and resource rendering in Gantt charts now works.
1830
- * More work on the HTML Gantt chart.
1831
-
1832
- Still lots more work to do but it is taking shape now.
1833
- * First version of HTML Gantt chart.
1834
-
1835
- This is just draft code to test browser compatibility.
1836
- * Cleanup up report attributes.
1837
-
1838
- Report line counting fixed.
1839
- Alternating background colors fixed.
1840
- * Report refactoring completed.
1841
-
1842
- All lose ends connected again. Should work as good/bad as before the refactoring.
1843
- * Complete refactoring of report classes.
1844
-
1845
- This is just a snapshot with very many lose ends.
1846
- * HTML documentation how has proper navigation bar.
1847
- * Support HTML formatted syntax help for parser keywords.
1848
- * Get rid of the Subversion tag in the header.
1849
- * Hopefully final test.
1850
- * Another test commit.
1851
- * Just a test for post-receive.
1852
- * Just a test commit.
1853
- * Avoid multiple resets of unmodified Limits scoreboards.
1854
- * Make parser rule definition easier.
1855
-
1856
- Don't require the rule name to be entered twice.
1857
- Make function names a bit more consistent.
1858
- * Cleaned up all code that deals with resource allocations.
1859
-
1860
- Fixed a number of other bugs in related classes as well.
1861
- * Support for limits for resource usage and task assignments added.
1862
- * Various bug fixes and documentation improvements.
1863
- * Make shifts work for task assignments.
1864
-
1865
- Various other bug fixes and speed improvements.
1866
- * Make ShiftAssignments use shared Scoreboards.
1867
-
1868
- This increases memory efficiency and performance for larger projects.
1869
- * Make Shifts work for some more complicated test cases.
1870
-
1871
- Cleanup of Workinghours.
1872
- Fixed lots of bugs in ShiftAssignments.
1873
- * First round of Shift support.
1874
-
1875
- Far from complete, but resource shifts seem to work ok.
1876
- * Make sure we have test cases for all syntax error messages.
1877
- * Use less special cases in the syntax description.
1878
- * Make tj3man work for 'allocate' and 'columns'.
1879
- * Some cosmetics for the HTML reports.
1880
- * Added more features to the export report.
1881
- * More syntax documentation and build system improvements.
1882
-
1883
- Fixed Rakefile and package generation script.
1884
- Added more docs for syntax keywords.
1885
- * More work on tj3man.
1886
-
1887
- Many more keywords have been documented.
1888
- * Accept interger and float values.
1889
- * More tj3man fixes. More syntax documentation.
1890
- * More work on tj3man.
1891
- * More work on auto-documenting parser.
1892
- * First implementation of syntax manual tool tj3man.
1893
- * Some bug fixes and scalability improvements.
1894
- * Optimizer now properly uses path criticalness heuristic.
1895
- * First implementation of path priority calculation.
1896
- * More fixes for 'booking'.
1897
- Make logical expressions work.
1898
- * Added support for 'no' column.
1899
- * More test for bookings and some bug fixes.
1900
- * More work on bookings.
1901
- * Some work on 'booking' support. Not yet complete.
1902
- * Eliminate some code dumplication.
1903
- * More test cases. More bug fixes.
1904
- * Fix for loop detector.
1905
- * Dependency loop checker added.
1906
- * Fixed 'precedes' dependencies.
1907
- * Implemented some ideas how to support start-&gt;start or end-&gt;end
1908
- dependencies.
1909
- * Assorted improvements.
1910
-
1911
- Prepared dependency handling for start/start and end/end deps.
1912
- HTML report beautifications.
1913
- Scenario attribute support improved.
1914
- * Cleaned up macro parser and added error checking.
1915
- * Macro parser added to TextScanner.
1916
-
1917
- Error checking is still missing but it seems to work with first
1918
- simple tests.
1919
- * Don't revconftrol HTML files in this dir.
1920
- * More infrastructure for test suite added.
1921
- * Added support for real project files in the test suite.
1922
- * Extended Export report generator and TJP parser so that the parser can
1923
- read a generated export report.
1924
- * More work on Export report generator.
1925
- * Cleanup TJP syntax rules by replacing repeated pattern with
1926
- convenience functions.
1927
- * User helper functions to setup syntax rules for similar rules.
1928
- * Support for global and resource vacations added.
1929
- * New color scheme for HTML reports.
1930
-
1931
- Some more work to generate nicer looking HTML reports. A few bits and
1932
- pieces are still missing.
1933
- * Added support for task and resource sorting.
1934
-
1935
- Some hardining for reporting unfinished scheduling runs.
1936
- The sorting stuff is completely untested.
1937
- * Moved TJP syntax rules into separate file.
1938
- * More work done on the report generator.
1939
-
1940
- We now have HTML task and resource reports that have a basic working
1941
- feature set.
1942
-
1943
- Report columns may contain property fixed data values, computed values
1944
- based on the property and report interval, as well as calendar charts.
1945
- * More work on HTML task report
1946
-
1947
- htmltaskreports are now somewhat complete. Resources are not yet
1948
- supported.
1949
- * * More work on HTML task report generation.
1950
- * * Cleanup of task report generator.
1951
- * Added lots of time manipulation functions.
1952
- * * Scheduler fixes.
1953
- * * Support for logical expressions added.
1954
- * Multiple scenarios for HTML reports.
1955
- * * Renaming some files to be more specific.
1956
- * Some more comments.
1957
- * * Add missing files from last checkin.
1958
- * * Fix attribute inheritance.
1959
- * * Nicer and more complete reports.
1960
- * Added lots of new features:
1961
- * Extended attributes
1962
- * Hierachic tasks
1963
- * post scheduling task checking
1964
- * include file support
1965
- * * Support for WorkingHours added.
1966
- * * Added support for more keywords in the parser.
1967
- * * Documented TextParser.
1968
- * Debug support for TextParser.
1969
- * Added more TJP language keywords to ProjectParser.
1970
- * Added FLOAT token to scanner.
1971
- * * Add proper header to all ruby files.
1972
- * Make taskjuggler.rb the real main program.
1973
- * * First shot of a parser added.
1974
- * * Fix HTML report header.
1975
- * initial import
1976
- * </pre>
1977
-
1978
- </div>
1979
-
1980
- <div id="validator-badges">
1981
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
1982
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
1983
- Rdoc Generator</a> 1.1.6</small>.</p>
1984
- </div>
1985
- </body>
1986
- </html>
1987
-