taskjuggler 0.0.5 → 0.0.6

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