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