taskjuggler 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (613) hide show
  1. data/CHANGELOG +1144 -2047
  2. data/README +1 -1
  3. data/Rakefile +6 -6
  4. data/data/css/tjmanual.css +20 -0
  5. data/data/css/tjreport.css +7 -6
  6. data/doc/AppConfig.html +136 -130
  7. data/doc/Arguments.html +46 -40
  8. data/doc/CHANGELOG.html +1162 -2057
  9. data/doc/COPYING.html +8 -2
  10. data/doc/Object.html +205 -199
  11. data/doc/README.html +9 -3
  12. data/doc/RuntimeConfig.html +75 -69
  13. data/doc/String.html +69 -63
  14. data/doc/TaskJuggler.html +350 -291
  15. data/doc/TaskJuggler/Account.html +26 -20
  16. data/doc/TaskJuggler/AccountAttribute.html +24 -18
  17. data/doc/TaskJuggler/AccountScenario.html +24 -18
  18. data/doc/TaskJuggler/Allocation.html +74 -68
  19. data/doc/TaskJuggler/AllocationAttribute.html +54 -48
  20. data/doc/TaskJuggler/AttributeBase.html +172 -93
  21. data/doc/TaskJuggler/AttributeDefinition.html +22 -16
  22. data/doc/TaskJuggler/AttributeOverwrite.html +586 -0
  23. data/doc/TaskJuggler/BatchProcessor.html +263 -257
  24. data/doc/TaskJuggler/Booking.html +44 -38
  25. data/doc/TaskJuggler/BookingListAttribute.html +25 -21
  26. data/doc/TaskJuggler/BooleanAttribute.html +24 -18
  27. data/doc/TaskJuggler/CSVFile.html +193 -187
  28. data/doc/TaskJuggler/CellSettingPattern.html +13 -7
  29. data/doc/TaskJuggler/CellSettingPatternList.html +25 -19
  30. data/doc/TaskJuggler/Charge.html +49 -43
  31. data/doc/TaskJuggler/ChargeListAttribute.html +21 -15
  32. data/doc/TaskJuggler/ChargeSet.html +94 -88
  33. data/doc/TaskJuggler/ChargeSetListAttribute.html +29 -25
  34. data/doc/TaskJuggler/CollisionDetector.html +142 -136
  35. data/doc/TaskJuggler/ColumnListAttribute.html +21 -17
  36. data/doc/TaskJuggler/ColumnTable.html +50 -44
  37. data/doc/TaskJuggler/Daemon.html +71 -50
  38. data/doc/TaskJuggler/DataCache.html +110 -58
  39. data/doc/TaskJuggler/DataCacheEntry.html +22 -16
  40. data/doc/TaskJuggler/DateAttribute.html +24 -18
  41. data/doc/TaskJuggler/DefinitionListAttribute.html +12 -6
  42. data/doc/TaskJuggler/DependencyListAttribute.html +29 -25
  43. data/doc/TaskJuggler/DurationAttribute.html +25 -19
  44. data/doc/TaskJuggler/FileList.html +25 -19
  45. data/doc/TaskJuggler/FileRecord.html +17 -11
  46. data/doc/TaskJuggler/FixnumAttribute.html +16 -10
  47. data/doc/TaskJuggler/FlagListAttribute.html +25 -21
  48. data/doc/TaskJuggler/FloatAttribute.html +20 -14
  49. data/doc/TaskJuggler/FormatListAttribute.html +17 -11
  50. data/doc/TaskJuggler/GanttChart.html +242 -236
  51. data/doc/TaskJuggler/GanttContainer.html +71 -67
  52. data/doc/TaskJuggler/GanttHeader.html +113 -107
  53. data/doc/TaskJuggler/GanttHeaderScaleItem.html +26 -20
  54. data/doc/TaskJuggler/GanttLine.html +217 -210
  55. data/doc/TaskJuggler/GanttLoadStack.html +89 -83
  56. data/doc/TaskJuggler/GanttMilestone.html +11 -6
  57. data/doc/TaskJuggler/GanttRouter.html +194 -186
  58. data/doc/TaskJuggler/GanttTaskBar.html +41 -34
  59. data/doc/TaskJuggler/HTMLDocument.html +52 -46
  60. data/doc/TaskJuggler/HTMLGraphics.html +58 -52
  61. data/doc/TaskJuggler/Interval.html +90 -84
  62. data/doc/TaskJuggler/IntervalList.html +777 -0
  63. data/doc/TaskJuggler/IntervalListAttribute.html +29 -25
  64. data/doc/TaskJuggler/JobInfo.html +36 -30
  65. data/doc/TaskJuggler/Journal.html +188 -177
  66. data/doc/TaskJuggler/JournalEntry.html +36 -30
  67. data/doc/TaskJuggler/JournalEntryList.html +88 -82
  68. data/doc/TaskJuggler/KeywordArray.html +12 -6
  69. data/doc/TaskJuggler/KeywordDocumentation.html +512 -503
  70. data/doc/TaskJuggler/Limits.html +111 -105
  71. data/doc/TaskJuggler/Limits/Limit.html +71 -65
  72. data/doc/TaskJuggler/LimitsAttribute.html +21 -15
  73. data/doc/TaskJuggler/ListAttributeBase.html +16 -10
  74. data/doc/TaskJuggler/Log.html +111 -105
  75. data/doc/TaskJuggler/LogFile.html +54 -48
  76. data/doc/TaskJuggler/LogicalAttribute.html +35 -29
  77. data/doc/TaskJuggler/LogicalExpression.html +32 -26
  78. data/doc/TaskJuggler/LogicalExpressionAttribute.html +16 -10
  79. data/doc/TaskJuggler/LogicalExpressionListAttribute.html +671 -0
  80. data/doc/TaskJuggler/LogicalFlag.html +24 -18
  81. data/doc/TaskJuggler/LogicalFunction.html +164 -158
  82. data/doc/TaskJuggler/LogicalOperation.html +138 -132
  83. data/doc/TaskJuggler/Macro.html +14 -8
  84. data/doc/TaskJuggler/MacroTable.html +42 -36
  85. data/doc/TaskJuggler/ManagerResponsibilities.html +19 -13
  86. data/doc/TaskJuggler/ManagerStatusRecord.html +23 -17
  87. data/doc/TaskJuggler/Message.html +56 -50
  88. data/doc/TaskJuggler/MessageHandler.html +73 -67
  89. data/doc/TaskJuggler/Navigator.html +92 -86
  90. data/doc/TaskJuggler/NavigatorElement.html +88 -82
  91. data/doc/TaskJuggler/NikuProject.html +15 -9
  92. data/doc/TaskJuggler/NikuReport.html +405 -370
  93. data/doc/TaskJuggler/NikuResource.html +13 -7
  94. data/doc/TaskJuggler/NodeListAttribute.html +13 -9
  95. data/doc/TaskJuggler/PlaceHolderCell.html +22 -16
  96. data/doc/TaskJuggler/ProcessIntercom.html +116 -110
  97. data/doc/TaskJuggler/ProcessIntercomIface.html +39 -33
  98. data/doc/TaskJuggler/Project.html +1064 -895
  99. data/doc/TaskJuggler/ProjectBroker.html +439 -366
  100. data/doc/TaskJuggler/ProjectBrokerIface.html +63 -53
  101. data/doc/TaskJuggler/ProjectFileParser.html +329 -319
  102. data/doc/TaskJuggler/ProjectFileScanner.html +351 -345
  103. data/doc/TaskJuggler/ProjectRecord.html +66 -60
  104. data/doc/TaskJuggler/ProjectServer.html +287 -280
  105. data/doc/TaskJuggler/ProjectServerIface.html +43 -37
  106. data/doc/TaskJuggler/PropertyAttribute.html +16 -10
  107. data/doc/TaskJuggler/PropertyList.html +205 -199
  108. data/doc/TaskJuggler/PropertySet.html +264 -296
  109. data/doc/TaskJuggler/PropertyTreeNode.html +455 -505
  110. data/doc/TaskJuggler/Query.html +309 -524
  111. data/doc/TaskJuggler/RTFHandlers.html +17 -11
  112. data/doc/TaskJuggler/RTFNavigator.html +33 -27
  113. data/doc/TaskJuggler/RTFQuery.html +135 -129
  114. data/doc/TaskJuggler/RTFReport.html +63 -57
  115. data/doc/TaskJuggler/RTFReportLink.html +55 -49
  116. data/doc/TaskJuggler/RTFWithQuerySupport.html +17 -11
  117. data/doc/TaskJuggler/RealFormat.html +64 -58
  118. data/doc/TaskJuggler/RealFormatAttribute.html +12 -6
  119. data/doc/TaskJuggler/ReferenceAttribute.html +35 -29
  120. data/doc/TaskJuggler/Report.html +294 -249
  121. data/doc/TaskJuggler/ReportBase.html +229 -223
  122. data/doc/TaskJuggler/ReportContext.html +52 -46
  123. data/doc/TaskJuggler/ReportServer.html +143 -137
  124. data/doc/TaskJuggler/ReportServerIface.html +51 -43
  125. data/doc/TaskJuggler/ReportServerRecord.html +36 -30
  126. data/doc/TaskJuggler/ReportServlet.html +167 -140
  127. data/doc/TaskJuggler/ReportTable.html +137 -131
  128. data/doc/TaskJuggler/ReportTableCell.html +332 -292
  129. data/doc/TaskJuggler/ReportTableColumn.html +46 -40
  130. data/doc/TaskJuggler/ReportTableLegend.html +43 -38
  131. data/doc/TaskJuggler/ReportTableLine.html +66 -60
  132. data/doc/TaskJuggler/Resource.html +166 -160
  133. data/doc/TaskJuggler/ResourceListAttribute.html +54 -32
  134. data/doc/TaskJuggler/ResourceListRE.html +47 -41
  135. data/doc/TaskJuggler/ResourceScenario.html +671 -644
  136. data/doc/TaskJuggler/RichText.html +51 -45
  137. data/doc/TaskJuggler/RichTextAttribute.html +28 -22
  138. data/doc/TaskJuggler/RichTextDocument.html +96 -90
  139. data/doc/TaskJuggler/RichTextElement.html +503 -497
  140. data/doc/TaskJuggler/RichTextFunctionExample.html +41 -35
  141. data/doc/TaskJuggler/RichTextFunctionHandler.html +19 -13
  142. data/doc/TaskJuggler/RichTextImage.html +14 -8
  143. data/doc/TaskJuggler/RichTextIntermediate.html +86 -80
  144. data/doc/TaskJuggler/RichTextParser.html +59 -53
  145. data/doc/TaskJuggler/RichTextScanner.html +184 -178
  146. data/doc/TaskJuggler/RichTextSnip.html +69 -63
  147. data/doc/TaskJuggler/RichTextSyntaxRules.html +416 -410
  148. data/doc/TaskJuggler/Scenario.html +13 -7
  149. data/doc/TaskJuggler/ScenarioData.html +40 -34
  150. data/doc/TaskJuggler/ScenarioListAttribute.html +21 -15
  151. data/doc/TaskJuggler/Scoreboard.html +129 -107
  152. data/doc/TaskJuggler/SheetHandlerBase.html +245 -239
  153. data/doc/TaskJuggler/SheetReceiver.html +333 -327
  154. data/doc/TaskJuggler/SheetSender.html +227 -221
  155. data/doc/TaskJuggler/Shift.html +26 -20
  156. data/doc/TaskJuggler/ShiftAssignment.html +45 -39
  157. data/doc/TaskJuggler/ShiftAssignments.html +178 -172
  158. data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +21 -15
  159. data/doc/TaskJuggler/ShiftScenario.html +29 -23
  160. data/doc/TaskJuggler/SimpleQueryExpander.html +36 -30
  161. data/doc/TaskJuggler/SortListAttribute.html +17 -13
  162. data/doc/TaskJuggler/SourceFileInfo.html +19 -13
  163. data/doc/TaskJuggler/StatusSheetReceiver.html +31 -25
  164. data/doc/TaskJuggler/StatusSheetReport.html +166 -159
  165. data/doc/TaskJuggler/StatusSheetSender.html +80 -74
  166. data/doc/TaskJuggler/StringAttribute.html +20 -14
  167. data/doc/TaskJuggler/SymbolAttribute.html +16 -10
  168. data/doc/TaskJuggler/SyntaxReference.html +231 -225
  169. data/doc/TaskJuggler/TOCEntry.html +46 -40
  170. data/doc/TaskJuggler/TSResourceRecord.html +15 -9
  171. data/doc/TaskJuggler/TSTaskRecord.html +16 -10
  172. data/doc/TaskJuggler/TableColumnDefinition.html +84 -39
  173. data/doc/TaskJuggler/TableOfContents.html +28 -22
  174. data/doc/TaskJuggler/TableReport.html +906 -866
  175. data/doc/TaskJuggler/Task.html +99 -93
  176. data/doc/TaskJuggler/TaskDependency.html +24 -18
  177. data/doc/TaskJuggler/TaskListAttribute.html +29 -25
  178. data/doc/TaskJuggler/TaskListRE.html +46 -39
  179. data/doc/TaskJuggler/TaskScenario.html +2218 -1965
  180. data/doc/TaskJuggler/TextFormatter.html +154 -148
  181. data/doc/TaskJuggler/TextParser.html +362 -348
  182. data/doc/TaskJuggler/TextParser/Pattern.html +313 -307
  183. data/doc/TaskJuggler/TextParser/Rule.html +147 -141
  184. data/doc/TaskJuggler/TextParser/StackElement.html +58 -52
  185. data/doc/TaskJuggler/TextParser/State.html +88 -82
  186. data/doc/TaskJuggler/TextParser/StateTransition.html +42 -36
  187. data/doc/TaskJuggler/TextParser/TextParserResultArray.html +20 -14
  188. data/doc/TaskJuggler/TextParser/TokenDoc.html +19 -13
  189. data/doc/TaskJuggler/TextReport.html +80 -74
  190. data/doc/TaskJuggler/TextScanner.html +284 -272
  191. data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +14 -8
  192. data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +21 -15
  193. data/doc/TaskJuggler/TextScanner/MacroStackEntry.html +15 -9
  194. data/doc/TaskJuggler/TextScanner/StreamHandle.html +102 -96
  195. data/doc/TaskJuggler/TimeSheet.html +123 -117
  196. data/doc/TaskJuggler/TimeSheetReceiver.html +28 -22
  197. data/doc/TaskJuggler/TimeSheetRecord.html +212 -206
  198. data/doc/TaskJuggler/TimeSheetReport.html +206 -199
  199. data/doc/TaskJuggler/TimeSheetSender.html +27 -21
  200. data/doc/TaskJuggler/TimeSheetSummary.html +140 -134
  201. data/doc/TaskJuggler/TimeSheets.html +20 -14
  202. data/doc/TaskJuggler/Tj3AppBase.html +100 -94
  203. data/doc/TaskJuggler/Tj3Client.html +407 -483
  204. data/doc/TaskJuggler/Tj3Daemon.html +116 -107
  205. data/doc/TaskJuggler/Tj3SheetAppBase.html +45 -39
  206. data/doc/TaskJuggler/Tj3SsReceiver.html +31 -25
  207. data/doc/TaskJuggler/Tj3SsSender.html +64 -58
  208. data/doc/TaskJuggler/Tj3TsReceiver.html +31 -25
  209. data/doc/TaskJuggler/Tj3TsSender.html +51 -45
  210. data/doc/TaskJuggler/Tj3TsSummary.html +59 -53
  211. data/doc/TaskJuggler/TjException.html +13 -7
  212. data/doc/TaskJuggler/TjTime.html +444 -438
  213. data/doc/TaskJuggler/TjpExample.html +84 -78
  214. data/doc/TaskJuggler/TjpExportRE.html +356 -349
  215. data/doc/TaskJuggler/TjpSyntaxRules.html +4279 -4151
  216. data/doc/TaskJuggler/URLParameter.html +16 -10
  217. data/doc/TaskJuggler/UserManual.html +185 -179
  218. data/doc/TaskJuggler/VimSyntax.html +144 -138
  219. data/doc/TaskJuggler/WebServer.html +46 -39
  220. data/doc/TaskJuggler/WelcomePage.html +769 -0
  221. data/doc/TaskJuggler/WorkingHours.html +185 -179
  222. data/doc/TaskJuggler/WorkingHoursAttribute.html +42 -36
  223. data/doc/TaskJuggler/XMLBlob.html +21 -15
  224. data/doc/TaskJuggler/XMLComment.html +17 -11
  225. data/doc/TaskJuggler/XMLDocument.html +33 -27
  226. data/doc/TaskJuggler/XMLElement.html +97 -91
  227. data/doc/TaskJuggler/XMLNamedText.html +13 -7
  228. data/doc/TaskJuggler/XMLText.html +32 -26
  229. data/doc/index.html +601 -563
  230. data/doc/lib/AccountScenario_rb.html +5 -3
  231. data/doc/lib/Account_rb.html +5 -3
  232. data/doc/lib/Allocation_rb.html +5 -3
  233. data/doc/lib/AppConfig_rb.html +5 -3
  234. data/doc/lib/AttributeBase_rb.html +5 -3
  235. data/doc/lib/AttributeDefinition_rb.html +5 -3
  236. data/doc/lib/Attributes_rb.html +5 -3
  237. data/doc/lib/BatchProcessor_rb.html +5 -3
  238. data/doc/lib/Booking_rb.html +5 -3
  239. data/doc/lib/ChargeSet_rb.html +5 -3
  240. data/doc/lib/Charge_rb.html +5 -3
  241. data/doc/lib/DataCache_rb.html +5 -3
  242. data/doc/lib/FileList_rb.html +5 -3
  243. data/doc/lib/HTMLDocument_rb.html +5 -3
  244. data/doc/lib/IntervalList_rb.html +69 -0
  245. data/doc/lib/Interval_rb.html +5 -3
  246. data/doc/lib/Journal_rb.html +5 -3
  247. data/doc/lib/KeywordArray_rb.html +5 -3
  248. data/doc/lib/KeywordDocumentation_rb.html +5 -3
  249. data/doc/lib/Limits_rb.html +5 -3
  250. data/doc/lib/LogFile_rb.html +5 -3
  251. data/doc/lib/Log_rb.html +5 -3
  252. data/doc/lib/LogicalExpression_rb.html +5 -3
  253. data/doc/lib/LogicalFunction_rb.html +5 -3
  254. data/doc/lib/LogicalOperation_rb.html +5 -3
  255. data/doc/lib/MacroTable_rb.html +5 -3
  256. data/doc/lib/MessageHandler_rb.html +5 -3
  257. data/doc/lib/ProjectFileParser_rb.html +5 -3
  258. data/doc/lib/ProjectFileScanner_rb.html +5 -3
  259. data/doc/lib/Project_rb.html +5 -3
  260. data/doc/lib/PropertyList_rb.html +5 -3
  261. data/doc/lib/PropertySet_rb.html +5 -3
  262. data/doc/lib/PropertyTreeNode_rb.html +5 -3
  263. data/doc/lib/Query_rb.html +5 -3
  264. data/doc/lib/RTFHandlers_rb.html +5 -3
  265. data/doc/lib/RTFNavigator_rb.html +5 -3
  266. data/doc/lib/RTFQuery_rb.html +5 -3
  267. data/doc/lib/RTFReportLink_rb.html +5 -3
  268. data/doc/lib/RTFReport_rb.html +5 -3
  269. data/doc/lib/RTFWithQuerySupport_rb.html +5 -3
  270. data/doc/lib/RealFormat_rb.html +5 -3
  271. data/doc/lib/ResourceScenario_rb.html +5 -3
  272. data/doc/lib/Resource_rb.html +5 -3
  273. data/doc/lib/RichTextDocument_rb.html +5 -3
  274. data/doc/lib/RichTextElement_rb.html +5 -3
  275. data/doc/lib/RichTextFunctionExample_rb.html +5 -3
  276. data/doc/lib/RichTextFunctionHandler_rb.html +5 -3
  277. data/doc/lib/RichTextParser_rb.html +5 -3
  278. data/doc/lib/RichTextScanner_rb.html +5 -3
  279. data/doc/lib/RichTextSnip_rb.html +5 -3
  280. data/doc/lib/RichTextSyntaxRules_rb.html +5 -3
  281. data/doc/lib/RichText_rb.html +5 -3
  282. data/doc/lib/RuntimeConfig_rb.html +5 -3
  283. data/doc/lib/ScenarioData_rb.html +5 -3
  284. data/doc/lib/Scenario_rb.html +5 -3
  285. data/doc/lib/Scoreboard_rb.html +7 -3
  286. data/doc/lib/SheetHandlerBase_rb.html +5 -3
  287. data/doc/lib/SheetReceiver_rb.html +5 -3
  288. data/doc/lib/SheetSender_rb.html +5 -3
  289. data/doc/lib/ShiftAssignments_rb.html +5 -3
  290. data/doc/lib/ShiftScenario_rb.html +5 -3
  291. data/doc/lib/Shift_rb.html +5 -3
  292. data/doc/lib/SimpleQueryExpander_rb.html +5 -3
  293. data/doc/lib/SourceFileInfo_rb.html +5 -3
  294. data/doc/lib/StatusSheetReceiver_rb.html +5 -3
  295. data/doc/lib/StatusSheetSender_rb.html +5 -3
  296. data/doc/lib/SyntaxReference_rb.html +5 -3
  297. data/doc/lib/TOCEntry_rb.html +5 -3
  298. data/doc/lib/TableColumnDefinition_rb.html +5 -3
  299. data/doc/lib/TableOfContents_rb.html +5 -3
  300. data/doc/lib/TaskDependency_rb.html +5 -3
  301. data/doc/lib/TaskJuggler_rb.html +5 -3
  302. data/doc/lib/TaskScenario_rb.html +5 -3
  303. data/doc/lib/Task_rb.html +5 -3
  304. data/doc/lib/TextFormatter_rb.html +6 -4
  305. data/doc/lib/TextParser/Pattern_rb.html +5 -3
  306. data/doc/lib/TextParser/Rule_rb.html +5 -3
  307. data/doc/lib/TextParser/StackElement_rb.html +5 -3
  308. data/doc/lib/TextParser/State_rb.html +6 -4
  309. data/doc/lib/TextParser/TokenDoc_rb.html +5 -3
  310. data/doc/lib/TextParser_rb.html +5 -3
  311. data/doc/lib/TextScanner_rb.html +5 -3
  312. data/doc/lib/TimeSheetReceiver_rb.html +5 -3
  313. data/doc/lib/TimeSheetSender_rb.html +5 -3
  314. data/doc/lib/TimeSheetSummary_rb.html +6 -4
  315. data/doc/lib/TimeSheets_rb.html +5 -3
  316. data/doc/lib/Tj3AppBase_rb.html +5 -3
  317. data/doc/lib/Tj3Config_rb.html +5 -3
  318. data/doc/lib/Tj3SheetAppBase_rb.html +5 -3
  319. data/doc/lib/TjException_rb.html +5 -3
  320. data/doc/lib/TjTime_rb.html +5 -3
  321. data/doc/lib/TjpExample_rb.html +5 -3
  322. data/doc/lib/TjpSyntaxRules_rb.html +5 -3
  323. data/doc/lib/URLParameter_rb.html +5 -3
  324. data/doc/lib/UTF8String_rb.html +5 -3
  325. data/doc/lib/UserManual_rb.html +5 -3
  326. data/doc/lib/VimSyntax_rb.html +6 -4
  327. data/doc/lib/WorkingHours_rb.html +5 -3
  328. data/doc/lib/XMLDocument_rb.html +5 -3
  329. data/doc/lib/XMLElement_rb.html +5 -3
  330. data/doc/lib/daemon/Daemon_rb.html +5 -3
  331. data/doc/lib/daemon/ProcessIntercom_rb.html +7 -3
  332. data/doc/lib/daemon/ProjectBroker_rb.html +5 -3
  333. data/doc/lib/daemon/ProjectServer_rb.html +5 -3
  334. data/doc/lib/daemon/ReportServer_rb.html +5 -3
  335. data/doc/lib/daemon/ReportServlet_rb.html +69 -0
  336. data/doc/lib/daemon/WebServer_rb.html +9 -3
  337. data/doc/lib/daemon/WelcomePage_rb.html +71 -0
  338. data/doc/lib/deep_copy_rb.html +5 -3
  339. data/doc/lib/reports/CSVFile_rb.html +5 -3
  340. data/doc/lib/reports/CollisionDetector_rb.html +5 -3
  341. data/doc/lib/reports/ColumnTable_rb.html +5 -3
  342. data/doc/lib/reports/GanttChart_rb.html +5 -3
  343. data/doc/lib/reports/GanttContainer_rb.html +5 -3
  344. data/doc/lib/reports/GanttHeaderScaleItem_rb.html +5 -3
  345. data/doc/lib/reports/GanttHeader_rb.html +5 -3
  346. data/doc/lib/reports/GanttLine_rb.html +5 -3
  347. data/doc/lib/reports/GanttLoadStack_rb.html +5 -3
  348. data/doc/lib/reports/GanttMilestone_rb.html +5 -3
  349. data/doc/lib/reports/GanttRouter_rb.html +5 -3
  350. data/doc/lib/reports/GanttTaskBar_rb.html +5 -3
  351. data/doc/lib/reports/HTMLGraphics_rb.html +5 -3
  352. data/doc/lib/reports/Navigator_rb.html +5 -3
  353. data/doc/lib/reports/NikuReport_rb.html +5 -3
  354. data/doc/lib/reports/ReportBase_rb.html +5 -3
  355. data/doc/lib/reports/ReportContext_rb.html +5 -3
  356. data/doc/lib/reports/ReportTableCell_rb.html +5 -3
  357. data/doc/lib/reports/ReportTableColumn_rb.html +5 -3
  358. data/doc/lib/reports/ReportTableLegend_rb.html +5 -3
  359. data/doc/lib/reports/ReportTableLine_rb.html +5 -3
  360. data/doc/lib/reports/ReportTable_rb.html +5 -3
  361. data/doc/lib/reports/Report_rb.html +5 -3
  362. data/doc/lib/reports/ResourceListRE_rb.html +5 -3
  363. data/doc/lib/reports/StatusSheetReport_rb.html +5 -3
  364. data/doc/lib/reports/TableReport_rb.html +5 -3
  365. data/doc/lib/reports/TaskListRE_rb.html +5 -3
  366. data/doc/lib/reports/TextReport_rb.html +5 -3
  367. data/doc/lib/reports/TimeSheetReport_rb.html +5 -3
  368. data/doc/lib/reports/TjpExportRE_rb.html +5 -3
  369. data/doc/lib/{taskjuggler3_rb.html → tj3_rb.html} +7 -5
  370. data/doc/lib/tj3client_rb.html +5 -3
  371. data/doc/lib/tj3d_rb.html +6 -4
  372. data/doc/lib/tj3man_rb.html +5 -3
  373. data/doc/lib/tj3ss_receiver_rb.html +5 -3
  374. data/doc/lib/tj3ss_sender_rb.html +5 -3
  375. data/doc/lib/tj3ts_receiver_rb.html +5 -3
  376. data/doc/lib/tj3ts_sender_rb.html +5 -3
  377. data/doc/lib/tj3ts_summary_rb.html +5 -3
  378. data/examples/tutorial.tjp +13 -5
  379. data/gem_spec.rb +3 -0
  380. data/lib/Account.rb +2 -1
  381. data/lib/AccountScenario.rb +2 -1
  382. data/lib/Allocation.rb +2 -1
  383. data/lib/AppConfig.rb +2 -1
  384. data/lib/AttributeBase.rb +19 -5
  385. data/lib/AttributeDefinition.rb +2 -1
  386. data/lib/Attributes.rb +49 -38
  387. data/lib/BatchProcessor.rb +2 -1
  388. data/lib/Booking.rb +2 -1
  389. data/lib/Charge.rb +2 -1
  390. data/lib/ChargeSet.rb +2 -1
  391. data/lib/DataCache.rb +15 -1
  392. data/lib/FileList.rb +2 -1
  393. data/lib/HTMLDocument.rb +2 -1
  394. data/lib/Interval.rb +2 -1
  395. data/lib/IntervalList.rb +100 -0
  396. data/lib/Journal.rb +8 -2
  397. data/lib/KeywordArray.rb +2 -1
  398. data/lib/KeywordDocumentation.rb +10 -6
  399. data/lib/Limits.rb +2 -1
  400. data/lib/Log.rb +3 -2
  401. data/lib/LogFile.rb +2 -1
  402. data/lib/LogicalExpression.rb +2 -1
  403. data/lib/LogicalFunction.rb +2 -1
  404. data/lib/LogicalOperation.rb +2 -1
  405. data/lib/MacroTable.rb +2 -1
  406. data/lib/MessageHandler.rb +2 -1
  407. data/lib/Project.rb +92 -25
  408. data/lib/ProjectFileParser.rb +7 -2
  409. data/lib/ProjectFileScanner.rb +2 -1
  410. data/lib/PropertyList.rb +2 -1
  411. data/lib/PropertySet.rb +2 -6
  412. data/lib/PropertyTreeNode.rb +22 -44
  413. data/lib/Query.rb +32 -13
  414. data/lib/RTFHandlers.rb +2 -1
  415. data/lib/RTFNavigator.rb +2 -1
  416. data/lib/RTFQuery.rb +3 -2
  417. data/lib/RTFReport.rb +2 -1
  418. data/lib/RTFReportLink.rb +2 -1
  419. data/lib/RTFWithQuerySupport.rb +2 -1
  420. data/lib/RealFormat.rb +2 -1
  421. data/lib/Resource.rb +2 -1
  422. data/lib/ResourceScenario.rb +35 -14
  423. data/lib/RichText.rb +2 -1
  424. data/lib/RichTextDocument.rb +2 -1
  425. data/lib/RichTextElement.rb +2 -1
  426. data/lib/RichTextFunctionExample.rb +2 -1
  427. data/lib/RichTextFunctionHandler.rb +2 -1
  428. data/lib/RichTextParser.rb +2 -1
  429. data/lib/RichTextScanner.rb +2 -1
  430. data/lib/RichTextSnip.rb +2 -1
  431. data/lib/RichTextSyntaxRules.rb +2 -1
  432. data/lib/RuntimeConfig.rb +2 -1
  433. data/lib/Scenario.rb +2 -1
  434. data/lib/ScenarioData.rb +2 -1
  435. data/lib/Scoreboard.rb +27 -8
  436. data/lib/SheetHandlerBase.rb +2 -1
  437. data/lib/SheetReceiver.rb +2 -1
  438. data/lib/SheetSender.rb +2 -1
  439. data/lib/Shift.rb +2 -1
  440. data/lib/ShiftAssignments.rb +2 -1
  441. data/lib/ShiftScenario.rb +2 -1
  442. data/lib/SimpleQueryExpander.rb +2 -1
  443. data/lib/SourceFileInfo.rb +2 -1
  444. data/lib/StatusSheetReceiver.rb +2 -1
  445. data/lib/StatusSheetSender.rb +2 -1
  446. data/lib/SyntaxReference.rb +2 -1
  447. data/lib/TOCEntry.rb +2 -1
  448. data/lib/TableColumnDefinition.rb +9 -2
  449. data/lib/TableOfContents.rb +2 -1
  450. data/lib/Task.rb +2 -1
  451. data/lib/TaskDependency.rb +2 -1
  452. data/lib/TaskJuggler.rb +8 -6
  453. data/lib/TaskScenario.rb +337 -153
  454. data/lib/TextFormatter.rb +3 -2
  455. data/lib/TextParser.rb +7 -2
  456. data/lib/TextParser/Pattern.rb +2 -1
  457. data/lib/TextParser/Rule.rb +2 -1
  458. data/lib/TextParser/StackElement.rb +2 -1
  459. data/lib/TextParser/State.rb +3 -2
  460. data/lib/TextParser/TokenDoc.rb +2 -1
  461. data/lib/TextScanner.rb +12 -5
  462. data/lib/TimeSheetReceiver.rb +2 -1
  463. data/lib/TimeSheetSender.rb +2 -1
  464. data/lib/TimeSheetSummary.rb +3 -2
  465. data/lib/TimeSheets.rb +2 -1
  466. data/lib/Tj3AppBase.rb +6 -5
  467. data/lib/Tj3Config.rb +5 -4
  468. data/lib/Tj3SheetAppBase.rb +2 -1
  469. data/lib/TjException.rb +2 -1
  470. data/lib/TjTime.rb +2 -1
  471. data/lib/TjpExample.rb +2 -1
  472. data/lib/TjpSyntaxRules.rb +264 -65
  473. data/lib/URLParameter.rb +2 -1
  474. data/lib/UTF8String.rb +2 -1
  475. data/lib/UserManual.rb +2 -1
  476. data/lib/VimSyntax.rb +3 -2
  477. data/lib/WorkingHours.rb +2 -1
  478. data/lib/XMLDocument.rb +2 -1
  479. data/lib/XMLElement.rb +2 -1
  480. data/lib/daemon/Daemon.rb +3 -1
  481. data/lib/daemon/ProcessIntercom.rb +3 -1
  482. data/lib/daemon/ProjectBroker.rb +84 -32
  483. data/lib/daemon/ProjectServer.rb +5 -3
  484. data/lib/daemon/ReportServer.rb +8 -5
  485. data/lib/daemon/ReportServlet.rb +166 -0
  486. data/lib/daemon/WebServer.rb +6 -150
  487. data/lib/daemon/WelcomePage.rb +80 -0
  488. data/lib/deep_copy.rb +2 -1
  489. data/lib/reports/CSVFile.rb +2 -1
  490. data/lib/reports/CollisionDetector.rb +2 -1
  491. data/lib/reports/ColumnTable.rb +2 -1
  492. data/lib/reports/GanttChart.rb +2 -1
  493. data/lib/reports/GanttContainer.rb +3 -4
  494. data/lib/reports/GanttHeader.rb +2 -1
  495. data/lib/reports/GanttHeaderScaleItem.rb +2 -1
  496. data/lib/reports/GanttLine.rb +12 -10
  497. data/lib/reports/GanttLoadStack.rb +2 -1
  498. data/lib/reports/GanttMilestone.rb +3 -3
  499. data/lib/reports/GanttRouter.rb +4 -1
  500. data/lib/reports/GanttTaskBar.rb +9 -7
  501. data/lib/reports/HTMLGraphics.rb +2 -1
  502. data/lib/reports/Navigator.rb +2 -1
  503. data/lib/reports/NikuReport.rb +79 -49
  504. data/lib/reports/Report.rb +42 -10
  505. data/lib/reports/ReportBase.rb +2 -1
  506. data/lib/reports/ReportContext.rb +2 -1
  507. data/lib/reports/ReportTable.rb +2 -1
  508. data/lib/reports/ReportTableCell.rb +63 -28
  509. data/lib/reports/ReportTableColumn.rb +2 -1
  510. data/lib/reports/ReportTableLegend.rb +5 -5
  511. data/lib/reports/ReportTableLine.rb +2 -1
  512. data/lib/reports/ResourceListRE.rb +2 -1
  513. data/lib/reports/StatusSheetReport.rb +4 -2
  514. data/lib/reports/TableReport.rb +42 -38
  515. data/lib/reports/TaskListRE.rb +4 -2
  516. data/lib/reports/TextReport.rb +2 -1
  517. data/lib/reports/TimeSheetReport.rb +4 -2
  518. data/lib/reports/TjpExportRE.rb +4 -2
  519. data/lib/{taskjuggler3.rb → tj3.rb} +6 -5
  520. data/lib/tj3client.rb +19 -36
  521. data/lib/tj3d.rb +6 -2
  522. data/lib/tj3man.rb +4 -3
  523. data/lib/tj3ss_receiver.rb +2 -1
  524. data/lib/tj3ss_sender.rb +2 -1
  525. data/lib/tj3ts_receiver.rb +2 -1
  526. data/lib/tj3ts_sender.rb +2 -1
  527. data/lib/tj3ts_summary.rb +2 -1
  528. data/manual/Day_To_Day_Juggling +36 -0
  529. data/manual/How_To_Contribute +9 -4
  530. data/manual/Installation +10 -3
  531. data/manual/TaskJuggler_Internals +0 -2
  532. data/manual/Tutorial +25 -3
  533. data/prj_cfg.rb +4 -2
  534. data/spec/IntervalList_spec.rb +138 -0
  535. data/spec/ProjectBroker_spec.rb +133 -0
  536. data/tasks/changelog.rake +41 -24
  537. data/tasks/csts.rake +1 -0
  538. data/tasks/gem.rake +1 -0
  539. data/tasks/rcov.rake +1 -1
  540. data/tasks/spec.rake +7 -0
  541. data/tasks/test.rake +1 -0
  542. data/test/MessageChecker.rb +2 -1
  543. data/test/TestSuite/CSV-Reports/niku.tjp +70 -0
  544. data/test/TestSuite/CSV-Reports/{celltext-Reference.csv → refs/celltext.csv} +0 -0
  545. data/test/TestSuite/CSV-Reports/refs/niku.csv +5 -0
  546. data/test/TestSuite/CSV-Reports/{resourcereport-Reference.csv → refs/resourcereport.csv} +0 -0
  547. data/test/TestSuite/CSV-Reports/{resourcereport_with_tasks-Reference.csv → refs/resourcereport_with_tasks.csv} +0 -0
  548. data/test/TestSuite/CSV-Reports/{sortByTree-Reference.csv → refs/sortByTree.csv} +0 -0
  549. data/test/TestSuite/CSV-Reports/{sortBy_duration.down-Reference.csv → refs/sortBy_duration.down.csv} +0 -0
  550. data/test/TestSuite/CSV-Reports/{sortBy_effort.up-Reference.csv → refs/sortBy_effort.up.csv} +0 -0
  551. data/test/TestSuite/CSV-Reports/{sortBy_plan.start.down-Reference.csv → refs/sortBy_plan.start.down.csv} +0 -0
  552. data/test/TestSuite/CSV-Reports/{taskreport-Reference.csv → refs/taskreport.csv} +0 -0
  553. data/test/TestSuite/CSV-Reports/{taskreport_with_resources-Reference.csv → refs/taskreport_with_resources.csv} +0 -0
  554. data/test/TestSuite/CSV-Reports/{weekly-Reference.csv → refs/weekly.csv} +0 -0
  555. data/test/TestSuite/HTML-Reports/Alerts.tjp +12 -0
  556. data/test/TestSuite/Scheduler/Correct/Allocate.tjp +2 -2
  557. data/test/TestSuite/Scheduler/Correct/Container-2.tjp +1 -2
  558. data/test/TestSuite/Scheduler/Correct/InheritedAttributes.tjp +77 -0
  559. data/test/TestSuite/Scheduler/Correct/WeakDeps.tjp +40 -0
  560. data/test/TestSuite/Scheduler/Errors/loop_detected_12.tjp +2 -2
  561. data/test/TestSuite/Scheduler/Errors/loop_detected_13.tjp +3 -4
  562. data/test/TestSuite/Scheduler/Errors/loop_detected_3.tjp +2 -2
  563. data/test/TestSuite/Scheduler/Errors/loop_detected_6.tjp +8 -7
  564. data/test/TestSuite/Scheduler/Errors/onend_wrong_direction.tjp +19 -0
  565. data/test/TestSuite/Scheduler/Errors/onstart_wrong_direction.tjp +18 -0
  566. data/test/TestSuite/Scheduler/Errors/task_depend_multi.tjp +1 -2
  567. data/test/TestSuite/StatusSheets/StatusSheetTemplates/2002-03-02/boss_2002-03-02.tji +46 -0
  568. data/test/TestSuite/StatusSheets/StatusSheetTemplates/2002-03-02/dev2_2002-03-02.tji +22 -0
  569. data/test/TestSuite/StatusSheets/StatusSheetTemplates/2002-03-02/resources.yml +11 -0
  570. data/test/TestSuite/StatusSheets/StatusSheetTemplates/acceptable_intervals +1 -0
  571. data/test/TestSuite/StatusSheets/sender.log +256 -0
  572. data/test/TestSuite/StatusSheets/statussheets.log +9 -0
  573. data/test/TestSuite/StatusSheets/tj3d.log +395 -0
  574. data/test/TestSuite/Syntax/Correct/Limits-1.tjp +2 -0
  575. data/test/TestSuite/Syntax/Correct/Niku.tjp +6 -1
  576. data/test/TestSuite/Syntax/Correct/Scenario.tjp +4 -1
  577. data/test/TestSuite/Syntax/Correct/Supplement.tjp +12 -5
  578. data/test/TestSuite/Syntax/Correct/TaskPrefix.tji +3 -0
  579. data/test/TestSuite/Syntax/Correct/TaskPrefix.tjp +24 -0
  580. data/test/TestSuite/Syntax/Correct/css/tjreport.css +7 -2
  581. data/test/TestSuite/Syntax/Correct/tutorial.tjp +15 -5
  582. data/test/all.rb +2 -4
  583. data/test/test_BatchProcessor.rb +2 -1
  584. data/test/test_CSV-Reports.rb +34 -23
  585. data/test/test_CSVFile.rb +2 -1
  586. data/test/test_CollisionDetector.rb +3 -2
  587. data/test/test_Journal.rb +2 -1
  588. data/test/test_Limits.rb +2 -1
  589. data/test/test_LogicalExpression.rb +2 -1
  590. data/test/test_MacroTable.rb +2 -1
  591. data/test/test_Project.rb +3 -2
  592. data/test/test_ProjectFileScanner.rb +2 -1
  593. data/test/test_PropertySet.rb +2 -1
  594. data/test/test_Query.rb +2 -1
  595. data/test/test_RealFormat.rb +2 -1
  596. data/test/test_ReportGenerator.rb +2 -1
  597. data/test/test_RichText.rb +2 -1
  598. data/test/test_Scheduler.rb +2 -1
  599. data/test/test_ShiftAssignments.rb +2 -1
  600. data/test/test_SimpleQueryExpander.rb +2 -1
  601. data/test/test_Syntax.rb +2 -1
  602. data/test/test_TextFormatter.rb +3 -2
  603. data/test/test_TjTime.rb +2 -1
  604. data/test/test_TjpExample.rb +2 -1
  605. data/test/test_URLParameter.rb +2 -1
  606. data/test/test_UTF8String.rb +2 -1
  607. data/test/test_WorkingHours.rb +2 -1
  608. data/test/test_deep_copy.rb +2 -1
  609. metadata +74 -20
  610. data/doc/StringIO.html +0 -595
  611. data/test/TestSuite/Scheduler/Errors/loop_detected_7.tjp +0 -46
  612. data/test/TestSuite/Scheduler/Errors/loop_detected_8.tjp +0 -51
  613. data/test/TestSuite/Scheduler/Errors/multiple_durations.tjp +0 -11
data/CHANGELOG CHANGED
@@ -1,2365 +1,1462 @@
1
- = Release 0.0.2 (2009-03-04)
1
+ = Release 0.0.8 (2010-11-24)
2
2
 
3
- * Time for another alpha release.
3
+ * Bumping version to 0.0.8
4
+ * Update feature list.
5
+ * Fixing end of exported bookings.
4
6
 
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.
7
+ There was one time slot too much at the task end.
12
8
 
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.
9
+ Reported-by: Dimitri Pissarenko <dmitri.pissarenko@gmail.com>
10
+ * Fixing the booking example used in the reference manual.
11
+ * Adding 'resourceroot' and 'rollupresource' attributes.
12
+ * Make dependency loop error message more specific.
13
+ * Properly detect illegal tokens inside of patterns.
29
14
 
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.
15
+ This was only working for tokens at the end of a rule.
16
+ * Fixing the attributes and contexts info in the manual and tj3man
17
+ output.
18
+ * Fixing CSV reports with embedded tables.
19
+ * Reuse RichText parser for parsing all RichText input.
20
+ * Switch parser to use new state machine compiler.
21
+ * Fix merge conflict.
22
+ * Fix Ruby 1.8.x compatibility issue.
23
+ * Some more work on the state machine compiler.
24
+ * Adding a (still disabled) state machine compiler to the parser.
25
+ * Looking into pre-compiled states for the parser FSM.
26
+ * Clarifying the difference between ${now} and ${today}.
27
+ * Minor parser code tweaks.
28
+ * More parser code tweaking.
29
+ * Cleaning up some parser code.
30
+ * Moving the rule transition analysis into Rules.
31
+ * Some speed improvements for the parsers.
32
+ * Use more symbols and less Strings.
33
+ * Add a warning if no report was defined or no format was specified.
34
+ * Add more descriptive error message for start/gap conflict.
35
+ * Cleaned-up the GanttRounter and refactored the collision detector.
36
+ * Limiting the scoreboard iterations to actually used segments.
37
+ * Fix missing values in 'status' column
38
+ * More performance improvements for the report generator.
39
+ * Fix performance regressions for the 'resources' column.
40
+ * Substantial speed improvements for the report generator.
41
+ * Fixing a typo.
42
+ * Some cleanups of the DataCache.
43
+ * Adding a global data cache to speed up report generation.
41
44
 
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.
45
+ This is just a test implementation. It needs further fine tuning and
46
+ polishing.
47
+ * Another merge conflict
48
+ * Fix a merge conflict
49
+ * Adding simple performance profiling support to report server
50
+ * Performance improvements
53
51
 
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.
52
+ 'loadunit' now defaults to 'days' instead of 'shortauto'. 'shortauto'
53
+ is neat, but can slow down the report generation quite a bit.
54
+ * Show tried directories when TASKJUGGLER_DATA_PATH is not set properly.
55
+ * Improve parser performance by sharing Workinghours scoreboards.
67
56
 
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.
57
+ The scoreboards now use the copy-on-write scheme.
58
+ * Fixing several time zone related bugs in the context of working hours.
76
59
 
77
- This makes more sense and is compatible with TJ 2.x.
78
-
79
- * Fix basename computation.
60
+ This patch also adds much stricter error checking for time and date
61
+ values.
62
+ * Adding a new benchmark for report generation speed.
63
+ * Added a unit test for WorkingHours::timeOff?()
64
+ * Don't default time sheets that have been submitted after last tj3ts_summary.
65
+ * Include list of defaulters in the status report templates.
66
+
67
+ If tj3ts_summary has been used to generate the 'missing-reports' file,
68
+ this will now be included in the status sheet templates.
69
+ * Don't use tooltips to shorten table headers.
70
+ * Fix crashes when bad sorting criteria is used.
71
+ * Updating the install section with current dependencies.
80
72
 
81
- * Don't put -w in the shebang line.
73
+ = Release 0.0.7 (2010-09-08)
82
74
 
83
- * Various fixes for the test suite.
75
+ * Bumping version to 0.0.7
76
+ * Add section on tj3 web server.
77
+ * Fix crashes when using the underscore variants of some functions.
78
+ * Fix overflow of some HTML table cells.
79
+ * Add missing file.
80
+ * Document web server usage.
81
+ * Only check for modified files when the project has been loaded completely.
82
+ * Ruby 1.8 compatibility fixes.
83
+ * Adding some documentation on how to use the dynamic reports.
84
+ * Completing basic support for dynamic reports.
84
85
 
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.
86
+ By using sometink like <-reportlink id="foorep" attributes="hidetask
87
+ plan.id != \"<-id->\""-> you can now create parameterized reports that
88
+ the tj3d web server generates on demand.
89
+ * Adding a proper error message when webserver can't find data dirs.
89
90
 
90
- Added progress indicator.
91
-
92
- * Fix task shifts to be compatible with TJ 2.x.
91
+ Reported-by: AzenAlex <azenalex@gmail.com>
92
+ * Cleaned up test cases for RichText
93
+ * Clarify allocation shift documentation.
94
+ * Adding a test for allocation shifts.
95
+ * Add support for per allocation shifts.
96
+ * Warn user when CSV format is requested for textreport.
93
97
 
94
- Make sure all tests of the test suite work properly again.
95
-
96
- * Initialize the scoreboards only when the resource is actually used.
98
+ Reported-by: vijay <jahagirdar.vs@gmail.com>
99
+ * Use proper Exception class to catch encoding errors.
100
+ * Check mail encoding even before we pass it to 'mail'.
101
+ * Some more fixes for 'alertmessages' and 'alert' columns.
102
+ * Fix bug with incorrect end date or remaining work values in time sheet templates.
103
+ * Adding 'journal_sub' column to reports.
97
104
 
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.
105
+ It works like 'journal' but also includes the sub tasks.
106
+ * Don't crash in multi-CPU mode when no reports are provided.
107
+ * Only milestones are identified as 'targets'.
119
108
 
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.
109
+ This makes more sense than trying to use a date to limits the included
110
+ tasks.
111
+ * Don't send sheet summary emails in RichText syntax.
124
112
 
125
- This version still suffers many race conditions!
126
-
127
- * Support generation of the user manual with installed version.
113
+ Use proper text and HTML instead.
114
+ * Targets are now also listed for container tasks.
115
+ * Report completion degree for container tasks as well.
116
+ * Make sure we have a proper return value.
117
+ * Documenting image positioning attributes.
118
+ * Adding support for SVG files to [[File:...]] tag.
119
+ * More fixes for the *prefix attributes.
120
+ * Fixing a problem with the '*prefix' attributes of 'include'.
128
121
 
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.
122
+ Reported-by: Emanuele Cannizzaro <emanuele.cannizzaro@gmail.com>
123
+ * Allow daemon to copy data directories.
124
+ * Change some timeouts to retire server process more quickly.
125
+ * Make sure time sheet warnings/errors always have a source file info.
126
+ * Add a stylesheet to the HTML emails.
127
+ * Confirmation mail for time and status sheets now HTML and plain text
128
+ * Adding more debug infrastructure to the daemon.
129
+ * Fix another macro-in-string problem.
139
130
 
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.
131
+ Reported-by: Tomas <tomas.it@gmail.com>
132
+ * Fix problem with multiple macro calls inside a string
147
133
 
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.
134
+ Reported-by: Tomas <tomas.it@gmail.com>
135
+ * Some more fine tuning for the vim syntax file generator
136
+ * Fixing missing column header for 'freework' column.
181
137
 
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.
138
+ Reported-by: JohnZ <jza2602@googlemail.com>
139
+ * Fix some links in the user manual.
196
140
 
197
- Added more comments.
198
-
199
- * Revert "rcov rake task"
141
+ Reported-by: Emanuele Cannizzaro <emanuele.cannizzaro@gmail.com>
142
+ * Generator for Vim syntax highlighting files added.
143
+ * Support autoselecting the server port.
144
+ * Make BatchProcess handle forks in queue() and wait() blocks.
145
+ * Adding check for gap length/duration of dependencies.
200
146
 
201
- This reverts commit e7d3a424a91d2a01f7b625e7e1e0cdc619614f0d.
147
+ When the scheduling direction of a task points away from the
148
+ dependency gap, TJ cannot guarantee that the condition will be met.
149
+ But at least now an error is generated if the gap is too small.
150
+ * Fix handling of multi-line version of HREF tokens.
151
+ * Adding missing file FileList.rb.
152
+ * Adding 'update' command to tj3d
202
153
 
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"
154
+ The 'update' command will reload all projects that have files that
155
+ were modified after the project was loaded. A project that is
156
+ currently reloaded will not be loaded twice.
157
+ * Encoding check is now done in the TextScanner.
158
+ * Cleaning up the RichText scanner RegExps.
159
+ * Cleaning up the RichText tokens somewhat.
160
+ * Make RichText [[..]] tokens work with multiple lines.
161
+ * Refactor RichTextScanner to use TextScanner as well.
219
162
 
220
- This reverts commit 7ff85849b906c504a782c52921b2516d8988d00c.
163
+ Both scanners are now RegExp based. The error handling was cleaned up.
164
+ * Fixing syntax
165
+ * Revert "Avoid the duplicate entries in the status sheet confirmation mail."
221
166
 
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.
167
+ This reverts commit 84ca0e9e3767ca74ae92ed5d75bc37bdedac4dd5.
168
+ * list-reports command should show all report types
229
169
 
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.
170
+ Not just HTML reports.
171
+ * Avoid the duplicate entries in the status sheet confirmation mail.
246
172
 
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
173
+ When a status sheet was re-submitted, the old and the new entries were
174
+ listed in the confirmation mail.
258
175
 
259
- * Rakefile tasks : README, gem
176
+ = Release 0.0.6 (2010-07-05)
260
177
 
261
- * Add execution trace logger.
178
+ * Bumping version to 0.0.6.
262
179
 
263
- Put more classes into the TaskJuggler namespace.
264
-
265
- * Limits can now be resource specific.
180
+ Changelog added.
181
+ * Add CSV output format for NIKU reports.
182
+ * The project reference can be set a lot easier.
183
+ * Fix problem with macros in DQ Strings.
266
184
 
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!
185
+ Reported-by: Thomas <tomas.it@gmail.com>
186
+ * Some speed improvements for the parser.
187
+ * And make it work with Ruby 1.8 again.
188
+ * Fix bugs in CSV file generator and the 'precursors' column.
276
189
 
277
- Update copyright sections and removed some Ruby 1.9 warnings.
278
-
279
- * Replace dependency on Ruby library CSV class with own CSVFile class.
190
+ Reported-by: Frederic Dorodie <frederic.durodie@googlemail.com>
191
+ * Don't shut down a server while it's still connected to a client.
192
+ * Don't have the client disconnect the ReportServer from the ProjectServer.
280
193
 
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.
194
+ The client already sends the termination request to the ReportServer.
195
+ The ProjectServer can automatically detect (via pings) that the
196
+ ReportServer is no longer there and drop it.
197
+ * Make macro calls inside of numbers, IDs and strings work again.
198
+ * Fix Ruby 1.8 compatibility problem.
199
+ * Allow multi-line macro definition again.
294
200
 
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.
201
+ The macro expansion code is still broken. It needs to move into the stream
202
+ handler.
203
+ * Fix for Ruby 1.8.6.
204
+ * Switching TextScanner to a regexp based implementation.
205
+ * Ping twice a minute to avoid some spurious heartbeat losses.
206
+ * Fix multi-CPU mode again.
207
+ * Make report list more machine readable
208
+ * Clean up the TextStream API somewhat.
209
+ * Replacing some String comparisons with Fixnum comps.
304
210
 
305
- Bring the TextScanner test back.
306
-
307
- * Revert "Improve UTF-8 support in scanners."
211
+ This improves the parser speed somewhat.
212
+ * Use syntax based EOF check instead of hard-coded version.
213
+ * Adding a version with loop instead of recursion.
308
214
 
309
- This reverts commit f05aceac000314c380b7fc46cc6665bdf214a622.
310
-
311
- * Revert "Improved UTF8 testing."
215
+ It may scale better for large projects but it is 8% slower.
216
+ * Some performance improvements
217
+ * More precise error location reporting for the parser.
218
+ * Some speed improvements for the TextScanner.
219
+ * Eliminate the TextScanner callback again.
312
220
 
313
- This reverts commit 3209450c18a8087b9e023ae7130fe78bf47570b2.
314
-
315
- * Revert "More UTF-8 releated cleanups."
221
+ It's not precise enough when characters are pushed-back.
222
+ * Make handling of include files more robust.
223
+ * Using a call-back to signal end of included file.
224
+ * Move line number counting to StreamHandle classes.
225
+ * Eliminated sporadic problems with ObjectSpace._id2ref calls in Ruby 1.9
226
+ * Make status sheet receiver work again.
227
+ * Adapting tutorial to new syntax.
228
+ * Make export report less verbose by not using prefix for default scenario.
229
+ * Keep Task and Resource consistent.
230
+ * Syntax change: alertmessage -> journalmessages, alertsummary -> journalsummaries
316
231
 
317
- This reverts commit 88668b7980ed126c65919ac4a3d7c89ed7419be0.
318
-
319
- * Revert "Converted the String processing in the parser to more Ruby 1.9 compatible syntax."
232
+ This keyword renaming is necessary to avoid confusion with the new
233
+ 'alertmessages' and 'alertsummaries' keywords.
234
+ * Passing report attributes via reportlink.
320
235
 
321
- This reverts commit 5fbc96e02eab62d207598f355784a3b1d46acac4.
322
-
323
- * Revert "Some cleanup after the recent changes."
236
+ Improving the STRING documentation.
237
+ * Adding test for journal column.
238
+ * Some fixes to better support RichText in logical expressions.
239
+ * Don't use Array.find_index yet. We still support Ruby 1.8.6.
240
+ * Implement checking of reports against a known reference file.
241
+ * Fix task allocation for task with start and end dates.
324
242
 
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.
243
+ Reported-by: Thomas <tomas.it@gmail.com>
244
+ * Fixed crash when using deprecated allocation limits.
336
245
 
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.
246
+ Reported-by: Marcin Inkielman <marcin.inkielman@gmail.com>
247
+ * Write some data natively to CSV files to fix time sheets.
248
+ * Reworked CSVFile to make it RFC4180 compliant.
249
+ * Properly mark milestones in export reports.
344
250
 
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.
251
+ Reported-by: Guo-Rong Koh <guorong.koh@gmail.com>
252
+ * Try to accept properly encoded, but non UTF-8 mails as well.
253
+ * Add another test for the recent 'limits' fixes.
254
+ * Fixed a number of bugs in the limit handler.
359
255
 
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.
256
+ Reported-by: Marcin Inkielman <marcin.inkielman@gmail.com>
257
+ * Change tutorial to use built-in email attribute
258
+ * Fix a crash with computed attributes used for sorting.
387
259
 
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.
260
+ Reported-by: Guo-Rong Koh <guorong.koh@gmail.com>
261
+ * Generating a dynamic unique ID for report segments.
262
+ * Make rollup* attributes work again.
263
+ * Adding 'opennodes' attribute for reports.
403
264
 
404
- Get rid of some TJ2.x leftovers.
405
-
406
- * Fixed HTML load-stack generation.
265
+ This is for TJ internal use only.
266
+ * Don't compile a summary in reminder mode.
267
+ * Adding -w command line option to start web server.
268
+ * Add documentation for 'reportlink' RTF generator.
269
+ * Adding support for user-defined column alignments.
270
+ * Add RichText attribute to reference other reports.
271
+ * Add 'isfeatureof' logical function.
272
+ * Don't generate all output formats for nested reports.
273
+ * Don't try to copy auxilliary files for interactive reports.
274
+ * Show list of reports for a selected project on web server welcome
275
+ page.
276
+ * Make web server port configurable via command line.
277
+ * First working version of the web server mode.
407
278
 
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.
279
+ Still has many rough edges, but it does server interactively generated
280
+ reports.
281
+ * Fix crash when using some logical functions.
282
+ * Create file with the resource IDs of the missing reports.
283
+ * Update the 'export' documentation to reflect TJ3 features.
284
+ * Move list of missing reports to beginning of summary report.
285
+ * Make tj3 work for files in current directory again.
286
+ * Fix test suite for ruby 1.8.
287
+ * More code to support interactive HTML reports.
288
+ * Add check for recursively nested reports.
289
+ * Use explicite stack for ReportContext.
290
+ * Add references to sorting attributes.
291
+ * Make export reports less noisy by default.
292
+ * Some improvements for the CSV read from file.
293
+ * Try harder to send a reply to email sender.
294
+ * Need string interpolation to work.
295
+ * Use different subject for time and status sheets emails.
296
+ * Enable level4 bullet items and numbers for 'details' section.
297
+ * Don't use cut marks for attachements.
298
+ * Improving the documentation of some attributes.
299
+ * Fix manual generation.
300
+ * Adding runtime dependencies to GEM spec file.
301
+ * mail-2.2.1 changed the subject encoding again
302
+ * Adding support for one more level for RT titles, bullets and number
303
+ lists.
304
+ * Add check for valid UTF-8 encoding of submitted sheets.
305
+ * Make scenario.attribute notation more prominent in the doc.
306
+ * Fix spelling error.
307
+ * Make sure all files of the gem are readable.
308
+ * Allow space at begin of titles in RichText.
309
+ * Fix some time sheet related bugs dealing with personal notes.
310
+ * Fix personal messages after newtasks.
311
+ * Prevent crashed when parsing corrupted incoming mails
312
+ * Add commandline option for sheet interval duration.
313
+ * First code for built-in web server that can server dynamic reports.
314
+ * Support project loading at daemon start.
315
+ * Don't include override reports in time sheet summaries.
316
+ * Improved check for use of 'scheduled' attribute.
317
+ * Only allow 'scheduled' attribute for tasks that already have a start
318
+ and end date.
422
319
 
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.
320
+ Reported-by: Olaf Seidel <olaf.seidel@iscue.com>
321
+ * Allow macro calls within macro calls.
428
322
 
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.
323
+ I'm not sure why I blocked this, but I can't think of any good reason
324
+ anymore. Allowing it again.
434
325
 
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.
326
+ Reported-by: Olaf Seidel <olaf.seidel@iscue.com>
327
+ * Simplify algorithm to generate status report templates.
328
+ * Fix report sorting for 'id'.
329
+ * Add status section to 'newtask' template section.
330
+ * Don't include events at start date in status report templates.
331
+ * Get rid of spurious 'rake release' errors.
332
+ * Fix crash in parsing unterminated queries.
474
333
 
475
- All property attributes can now be queried via the same interface.
476
- The report generates use it already for dynamic attributes.
334
+ Reported-by: Cornelius Schumacher <cschum@suse.de>
335
+ * Make sure that 'scheduled' is only set when we really have a start and
336
+ end date.
477
337
 
478
- * Some comments added.
338
+ = Release 0.0.5 (2010-04-14)
479
339
 
480
- * Make logical functions with arguments work.
340
+ * Bumping version to 0.0.5.
341
+ * Some fixes for mail-2.2. It looks like this version fixes most open
342
+ bugs.
343
+ * Switch custom 'Email' attribute to built-in 'email'.
344
+ * Don't use message IDs as file names. Use a MD5 hash of them.
345
+ * Fixing problems with manual.
481
346
 
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.
347
+ Reported-by: JohnZ <jza2602@googlemail.com>
348
+ * Complete documentation of status sheet usage.
349
+ * Adding support for 'managers' attribute for resources.
350
+ * Use 127.0.0.1 instead of localhost to fix busy port detection.
351
+ * Completing support for user defined checks.
487
352
 
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.
353
+ Now errors and warnings are supported for resources and tasks.
354
+ * Fix resource allocation for duration tasks.
505
355
 
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.
356
+ Add new 'fail' attribute to support test case for this problem.
511
357
 
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.
358
+ Reported-by: Cornelius Schumacher <cschum@suse.de>
359
+ * Add method to disengage ReportServer from ProjectServer.
360
+ * Make TCP port configurable via command line option
361
+ * Fix the rendering of embedded Gantt charts that have scroll bars.
362
+ * Raise the probability of tasks leading up to milestones to get their
363
+ resources.
364
+ * Draw HTML triangles with partial div borders.
517
365
 
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.
366
+ This uses less divs to render triangles. This patch is based on a
367
+ suggestion from X Ryl. Thanks!
368
+ * Prevent ProjectServer from hanging in certain states.
369
+ * mail-2.1.5 contains a showstopper bug. Reverting back to 2.1.3.
370
+ * Make switch to mail-2.1.5.2 and later.
371
+ * Some spelling and language fixes.
372
+ * Describe the time sheet process in the manual.
373
+ * Starting to document the client/server and time sheet stuff
374
+ * Signal errors with TjException
375
+ * Send out reminder emails when time sheets were not submitted in time.
376
+ * Fix error message to report correct task.
377
+ * Add command to list reports to tj3client
378
+ * Adding hartbeat checks to the daemon
379
+ * Clean up of the tj3client code.
380
+ * Some code cleanups of the daemon code
381
+ * Fix performance problem when adding a project remotely.
382
+ * Replacing tj3 daemon mode with real daemon.
531
383
 
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.
384
+ This comes with some changes to the tj3client command line interface.
385
+ * Abstracting Tj3AppBase so it can be used for other apps as well.
386
+ * Add flag icons to task and resource journal reports.
387
+ * Support vertical alignment option for RichText images.
388
+ * Add support for images in RichText.
389
+ * Fix RichText internal reference to match MediaWiki syntax.
539
390
 
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.
391
+ [[foo bar baz]] must now be [[foo|bar baz]].
392
+ * Sort tasks by task ID in sheet templates.
393
+ * Spelling fixes.
394
+ * Fixing the default date of sheets.
395
+ * Fix warning for new tasks in time sheets.
396
+ * Status sheets headers need time period not just end date
545
397
 
546
- Users should use 'tree' instead.
547
-
548
- * Fix font-weight handling for reports.
549
-
550
- * Fix WBS sorting bug reported by bhoel.
398
+ This is needed to fix a problem that status sheet answer emails
399
+ contain only current dashboard entries.
400
+ * Adding additional header fields to emails.
401
+ * Fix test suite after recent code changes.
402
+ * Fix personal status note in time sheets.
403
+ * Add option to send individual reports as well.
404
+ * I don't think this warning is very helpful. Remove it.
405
+ * Add --force option to resend sheet templates.
406
+ * Fix a crash when export reports were used before other reports.
551
407
 
552
- Added some more comments.
553
-
554
- * Several fixes/improvements for the HTML calendar and chart.
555
-
556
- * Make calendar columns scrollable as well.
408
+ Reported-by: Eduardo Schoenknecht <eduardo.schoenknecht@gmail.com>
409
+ * Fix crash when using textreports without a header.
410
+ * Encode emails as quoted-printable
411
+ * Not including the minDate reports is probably more practical.
412
+ * Fix crash when trying to set workinghours for shifts or resources.
557
413
 
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.
414
+ Reported-by: Eduardo Schoenknecht <eduardo.schoenknecht@gmail.com>
415
+ * Adding journal reporting for Tasks.
416
+ * Add a link back to 'columns' from 'columnid'.
563
417
 
564
- More comments added to TjTime.rb.
565
-
566
- * Fix more bugs reported by bhoel.
418
+ Reported-by: Marcel <marcel@avigora.com>
419
+ * Don't include all old journal entries. Just the higher alerts.
420
+ * Fix reporting of new tasks for delta check.
421
+ * Check for garbage at end of sheet files.
422
+ * Some styling for the journal reports.
423
+ * Only warn once per mis-indented line.
424
+ * Fix crash when both calendar and chart columns were used.
567
425
 
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.
426
+ Reported-by: JohnZ <jza2602@googlemail.com>
427
+ * Make the automatic end date for sheets work.
428
+ * Add checks for default time sheet strings.
429
+ * Clear time sheets and journal info before checking a time sheet.
430
+ * Time sheets are due by default on Mondays, status sheets on Wednesday.
431
+ * Moved common code of start scripts into new Tj3AppBase class.
432
+ * Adding script to send out a summary of all time sheets.
433
+ * Use shortened cell texts only for height and width limited cells.
434
+ * Make sure that calendar columns always span their assigned width.
435
+ * RichText plain text can now be indented.
436
+ * Some bug fixes for the TextFormatter and more unit tests.
437
+ * Improved version of block text formatter.
438
+ * Adding commandline option for sheet tests to tj3.
439
+ * Add commandline option to limit the resource list for status reports.
440
+ * Started to improve the plain text output of RichText
441
+ * Update for TODO list based on recent feedback.
442
+ * Fix crash when reusing an extend ID.
585
443
 
586
- - Add support for load scaling.
587
- - Simpler form of ledgend.
588
- - Assorted fixes.
589
-
590
- * Some more polishing for the HTML Gantt chart.
444
+ Reported-by: John Franey <jjfraney@gmail.com>
445
+ * Add close button to tooltips so IE user can use CTRL-C to copy.
446
+ * Only include sheet in body if it was sent in body.
447
+ * Fix signature handling and CR/LF removal.
448
+ * Switch to quoted printable encoding for email body.
449
+ * Add outlook for next period to time sheet templates.
450
+ * Make email composition more robust.
451
+ * Make manual build again.
452
+ * Be more flexible with the detection of ->8-
453
+ * Improved error reporting for unterminated cut mark strings
454
+ * Save extracted sheets when they fail
455
+ * Require a paragraph break to start a RichText verbatim/pre section.
456
+ * Try to work around another encoding problem.
457
+ * Add simple test suite for status reports.
458
+ * Refactored common code of sheet senders into a base class.
459
+ * Refactored common code into receiver base class.
460
+ * Adding receiver for status reports.
461
+ * Add reported actuals as comments to status sheet templates.
462
+ * Some more improvements for the resource journal format.
463
+ * Add reported time sheet number to the resulting report.
464
+ * Make quote removal work for empty lines without trailing spaces.
465
+ * Add check for time sheets with broken encoding.
466
+ * Make percentage computation work for part-time employees too.
467
+ * Added support to send status sheet templates.
468
+ * Always store time sheets in UNIX text file format.
469
+ * Add warnings for requested changes in time sheets.
470
+ * Make time sheet receiver more flexible.
591
471
 
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.
472
+ It can deal with junk before and behind the time sheet and can ignore
473
+ email quote signs.
474
+ * Fix calculation of completion for effort based task.
475
+ * Don't include full sheet in error log.
476
+ * Add {} after include statements.
477
+ * Enable 'journal' column for reports.
600
478
 
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.
479
+ Currently only works for resources, not task.
480
+ * Fix SCM command for all.tji.
481
+ * Fix off-by-one bug that caused efforts to be one slot short.
482
+ * Some more bug fixes for the time sheet processor.
483
+ * Fix syntax.
484
+ * Add SCM support.
485
+ * Linewrapping support for RichText paragraphs in text mode.
486
+ * Try to send emails even for email delivery failures.
487
+ * Make CR and CR+LF work for buffers as well.
488
+ * Deal with CR/LF issues no matter where the file was created or is
489
+ read.
490
+ * Always generate the full list even when doing single send-outs.
491
+ * Add more logging and error handling.
492
+ * Adding simple test case for timesheet sender/receiver.
493
+ * Change some working of the time sheet related text messages.
494
+ * Don't send templates to resources on vacation.
495
+ * Generate tji files that include all timesheet tji files in the
496
+ directory.
497
+ * Support task independent status message in time sheets.
498
+ * Merge some common code into single base class.
499
+ * Add a ')' after section numbers in text mode.
500
+ * A slightly improved version of the race condition hack.
501
+ * Add command line option to send out just specific templates.
502
+ * Fix TJ2.x export section.
613
503
 
614
- Still lots more work to do but it is taking shape now.
615
-
616
- * First version of HTML Gantt chart.
504
+ A git checkout after 2.4.3 is required.
505
+ * Improved validation of time periods.
617
506
 
618
- This is just draft code to test browser compatibility.
619
-
620
- * Cleanup up report attributes.
507
+ Reported-by: petermp <pmprestesaeter@gmail.com>
508
+ * Allow timesheet syntax in body of email.
509
+ * Include warnings in answer email.
510
+ * Add --nomail option for tj3ts_receiver.
621
511
 
622
- Report line counting fixed.
623
- Alternating background colors fixed.
624
-
625
- * Report refactoring completed.
512
+ Switch from open3 to open4.
513
+ * Turn email sending on.
514
+ * Make -c option work for tj3ts_receiver
515
+ * Make tj3ts_receiver more configurable.
516
+ * Make sender/receiver scripts more robust.
517
+ * Added a script for the time sheet receiver.
626
518
 
627
- All lose ends connected again. Should work as good/bad as before the refactoring.
628
-
629
- * Complete refactoring of report classes.
519
+ Nicer formatting of the returned time sheet.
520
+ * Adding scripts to send and receive time sheets via email.
521
+ * Some improvements for the client/server interactions.
522
+ * Add examples for time sheet stuff to the manual.
523
+ * More error checking for time sheets.
524
+ * Add paragraph to generate proper HTML.
525
+ * More HTML layout fixes to work around IE8 bugs.
526
+ * Fixed a problem with inherited attributes in derived scenarios.
630
527
 
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.
528
+ Reported-by: Brendan Hyland <brendan.hyland@hylandqs.ca>
529
+ * More HTML code fixes for IE8.
530
+ * Again more tables for HTML layout to please IE8.
531
+ * Fixed a crash when using shift assignments.
650
532
 
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.
533
+ Reported-by: JohnZ <jza2602@googlemail.com>
534
+ * Use some common code for table frames.
535
+ * Going back to using HTML tables.
655
536
 
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.
537
+ There is just no way I can get the layout to work with divs on all
538
+ browsers.
539
+ * Some CSS fixes to make it work with Firefox and Opera.
663
540
 
664
- Various other bug fixes and speed improvements.
665
-
666
- * Make ShiftAssignments use shared Scoreboards.
541
+ IE8 will probably still not work.
542
+ * Some cleanups for the text report column layout.
543
+ * Switch tutorial to new columns.
544
+ * Fix textreport layout.
545
+ * Replace 'depends' and 'precedes' columns with 'precursors' and
546
+ 'followers'.
667
547
 
668
- This increases memory efficiency and performance for larger projects.
669
-
670
- * Make Shifts work for some more complicated test cases.
548
+ Also: Tooltips now show up on click, not hover.
549
+ * Make CSV tests work again.
550
+ * Make tooltips work for charts in HTML reports.
551
+ * Fix logical functions with trailing _.
671
552
 
672
- Cleanup of Workinghours.
673
- Fixed lots of bugs in ShiftAssignments.
674
-
675
- * First round of Shift support.
553
+ And some more HTML compliance fixes.
554
+ * Generated HTML files should be all W3C compliant again.
555
+ * Use a single function to generate all HTML head sections.
556
+ * Add missing content-type meta tag.
557
+ * Fix some HTML problems.
558
+ * It's time to switch to strict XHTML 1.0.
559
+ * Try to work around IE bugs.
560
+ * Use Query attributes more frequently during report generation.
676
561
 
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.
562
+ This is just a first step of a larger effort.
563
+ * Fix crash.
564
+ * Be more explicit about operator precedence in logical expressions.
565
+ * Make tooltips sticky.
690
566
 
691
- Fixed Rakefile and package generation script.
692
- Added more docs for syntax keywords.
693
-
694
- * More work on tj3man.
567
+ The icon of the name column now always has a tooltip with the ID.
568
+ * Swap symbol and label in HTML report legend.
569
+ * Properly handle self-closing XML tags.
570
+ * Replace some HTML tables with div constructs.
695
571
 
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.
572
+ Start to cleanup the stylesheet namespace.
573
+ * Add project ID to Niku report headers as well.
574
+ * Put 0.0 in XOG files, but not in HTML reports.
575
+ * Some more bug fixes for Clarity reporting.
576
+ * headline is now support for nikureports.
577
+ * Adding an HTML version for the Clarity reports.
739
578
 
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.
579
+ They are mostly useful for debugging right now.
580
+ * Improve readability of code sections in user manual.
581
+ * Adding an example for the Clarity XOG report.
582
+ * Some cleanups for the Clarity export file.
583
+ * Some cleanups for the Clarity exporter.
584
+ * First draft of a Clarity export report.
747
585
 
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.
586
+ Just a concept for testing right now.
587
+ * More work on the time sheet report generator.
770
588
 
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.
589
+ Currently hardcoded for percentage reporting.
590
+ * Adding TJ2 with TJ3 reports howto.
591
+ * Fix 'taskattributes' for export reports.
775
592
 
776
- Some hardining for reporting unfinished scheduling runs.
777
- The sorting stuff is completely untested.
593
+ Reported-by: Marcel <mbrouillet@triumemba.org>
594
+ * Add additional search path for Debian based distros.
778
595
 
779
- * Moved TJP syntax rules into separate file.
596
+ = Release 0.0.4 (2010-02-01)
780
597
 
781
- * More work done on the report generator.
598
+ * Some prep for signed gems. Not yet very user friendly.
599
+ * On our way to a 0.0.4 release.
600
+ * Don't crash on empty tooltips.
601
+ * More improvements for the installation description.
602
+ * Better documentation for the install procedure.
603
+ * More details on TJ2->TJ3 migration.
604
+ * It's 2010 now.
605
+ * Add support for 'today' built-in macro.
606
+ * First working version of client/server feature.
782
607
 
783
- We now have HTML task and resource reports that have a basic working
784
- feature set.
608
+ Still very basic code.
609
+ * Fix nested include files with taskprefix.
785
610
 
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
611
+ This patch also enforces a .tji extension for included files.
612
+ Reported-by: Christian Sunkel <christian@suenkel.de>
613
+ * Make timezone test work again on glibc 2.10 and later.
614
+ * More sketches for the client/server code.
615
+ * First parts of a report server.
616
+ * Make sure we always return an Array.
617
+ * Added support for an 'alerttrend' column.
618
+ * Use Query for LogicalExpressions.
790
619
 
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)
620
+ And some unrelated bug fixes.
621
+ * Added support for status sheets.
622
+ * Support multiple journal entries for same date.
623
+ * Show all task in taskreports by default.
624
+
625
+ Added isongoing() function to get old behavior back.
626
+ * Support for custom periods for columns.
627
+ * Make cell background color configurable.
628
+ * Add an expiration date to 'hasalert()'
629
+ * Get rid of empty tooltips.
630
+ * Add option to generate self contained HTML reports.
631
+ * Bug fix for ReferenceAttributes.
632
+ * Cleaning up the Query mechanism.
633
+ * Show name instead of id for 'responsible'.
634
+ * Some fixes for the time sheet handling.
635
+ * Remove scenario specification from time sheets.
636
+
637
+ It's a project setting now.
638
+ * Only use bold lines in tree mode.
639
+ * s/count/length/ for Ruby 1.8 compatibility.
640
+ * Make 'summary' and 'details' work in time sheets.
641
+ * First pieces of the time sheet report generator.
642
+
643
+ We can now generate time sheet templates and read the filled-out ones
644
+ back in again. Still a lot of plumbing missing though.
645
+ * Make the status part of time sheets work.
646
+ * First code for time sheet support.
647
+ * Make alertmessages work.
648
+ * Use more descriptive names for the journalentry attributes.
649
+ * Make 'loadunits' work again.
650
+
651
+ Reported-by: Guillaume DELVIT <guiguid@free.fr>
652
+ * Add check for feature limited RichText strings.
653
+
654
+ - More accurate error position reporting.
655
+ - Cleaned-up alarm level descriptions.
656
+ * Add support for 'alertnotice' column.
657
+ * Some bug fixes for the Query mechanism.
658
+ * hasalert function for LogicalExpressions added.
659
+ * Added support for statically computed dates.
660
+ * Some bug fixes for the report generator.
661
+ * Make LogicalExpressions work with dates.
662
+ * Make hyper link targets configurable.
663
+ * Put HTML stylesheets into separate files.
664
+ * Several bug fixes for the report generator.
665
+ * Make logical expressions work with strings.
666
+ * Added support for queries inside of HREF
667
+ * :w
668
+ * Update tutorial for new syntax.
669
+ * Major change of how the cell content is generated.
670
+
671
+ This commit changes the synatx in an incompatible way to earlier
672
+ versions!
673
+ * Initialize all RichStrings in reports for queries.
674
+ * Another fix for the cell generator.
675
+ * Fix manual build.
676
+ * Some fixes for last commits.
677
+ * Some cleanups for the cell text handling.
678
+ * Some refactoring of the RichText classes.
679
+
680
+ Generate proper intermediate objects so this stuff is re-entrant and
681
+ the Query objects can be attached.
682
+ * Project attributes can now be queried.
683
+ * Support nested properties for non-leaf properties in reports.
684
+
685
+ This is a major change to earlier versions. To get the old behavior
686
+ back, you need to replace
687
+
688
+ hideresource ~isleaf()
689
+
690
+ with
691
+
692
+ hideresource ~(isleaf() & isleaf_())
693
+
694
+ See manual for details what the function with _ suffix mean.
695
+ * Cleaned-up the query code somewhat.
696
+ * Queries now have a context.
697
+ * Don't drop parent tasks too early in the filter process.
698
+ * Make the != operator work for logical expressions.
699
+ * Fix column width handling for table columns.
700
+ * Don't delete manual dir.
701
+ * Fix sporious build fails for manual.
702
+ * Added support for alert level reporting.
703
+ * Always show a dot after one-level-only bullet items.
704
+ * Use tooltips for all fixed-width columns.
705
+ * Make sure the details icon is always visible.
706
+ * Get rid of empty tooltips.
707
+ * Added reportable attribute 'targets' for tasks.
708
+ * Improved handling of column width setting
709
+ * Fix UTF-8 issue with IE8.
710
+ * Started to turn list attributes into RichText cells
711
+ * Make HTML reports a bit nicer.
712
+
713
+ * Move copyright to page bottom.
714
+ * Highlight active navigator menu.
715
+ * Updated todo list.
716
+ * Handle RichText columns with tooltip windows if necessary.
717
+ * Cleaned up BatchProcessor to report a Ruby 1.9.x bug.
718
+ * Improved tree sorting code.
719
+ * Replace some clone() with dup() calls.
720
+
721
+ Will probably not affect performance much, but we really only need
722
+ dup() here.
723
+ * Fix Ruby 1.8 compatibility issue.
724
+ * Fix tree sorting.
725
+ * Make tree sorting work better.
726
+
727
+ The algorithm is still broken.
728
+ * Fix sorting for 'tree' + something lists.
729
+ * Fix isdependencyof.
730
+ * Fix free time reporting for resources.
731
+ * Make hidecelltext really work for standard cells.
732
+ * Move doc of logical functions to syntax reference.
733
+ * Make hidecelltext work with standard report cells.
734
+ * New section for manual.
735
+ * Added documentation of logical functions and other syntax elements.
736
+ * Fix a HTML render issue with Opera.
737
+ * Added isactive() LEXP function.
738
+ * I shall run the test suite before committing 'trivial' fixes...
739
+ * Some bug fixes.
740
+ * Fix a Ruby 1.8 compatibility issue.
741
+ * Added support for RichText function query.
742
+ * RichTextProtocol -> RichTextFunction
743
+ * Add hint that X.X.X needs to be replaced with current version.
744
+ * Fix some races in the BatchProcessor.
745
+ * Some more cleanup of the BatchProcessor.
746
+ * Navigator now matches the report structure.
747
+ * Call wait() block as soon as jobs have finished.
748
+
749
+ Don't wait until all jobs have completed.
750
+ * Assorted bug fixes.
751
+ * Make BatchProcessor more robust.
752
+ * Fix multithreaded report generation.
753
+
754
+ Also don't overwrite inherited report attributes.
755
+ * Improved handling of EOT within RichText tokens.
756
+ * Reports can now have a title that's used by the navigators.
757
+ * Accounts and reports can now be flagged.
758
+ * Fix missing bookings in export report.
759
+
760
+ Reported-by: Arlindo Carvalho <rdc02271@yahoo.com>
761
+ * 'effortdone' and 'effortleft' columns added.
762
+ * Fix manual generation.
763
+ * Add support for ']' inside macro definitions.
764
+ * Another attempt to fix the datadir problem.
765
+ * Add separate config variables for software name and package name.
766
+ * Some bug fixes.
767
+ * HTML reports now contain icons.
768
+ * Improved bug report guidelines.
769
+ * Fix crash on recursive macro calls.
770
+ * Fix resource load stack in Gantt charts.
771
+ * Added some more features for reports.
772
+ * Document 'formats' attribute more prominently.
840
773
 
841
- * It's time for a new release.
774
+ = Release 0.0.3 (2009-10-20)
842
775
 
776
+ * It's time for a new release.
843
777
  * Fix multi-char operators for LogicalExpressions.
844
-
845
778
  * Fix for last hidecellurl patch.
846
-
847
779
  * Add support for hidecellurl.
848
780
 
849
781
  Fix tutorial examples.
850
-
851
782
  * Only the first file must be a .tjp
852
-
853
783
  * Try fix for IE8.
854
-
855
784
  * 'Overview' looks nicer in the nagivation bar.
856
-
857
785
  * Update example.
858
-
859
786
  * Started update of tutorial with new report syntax.
860
-
861
787
  * Convert tutorial example references to new syntax.
862
-
863
788
  * Implemented block and inline generators for RichText.
864
789
 
865
790
  The new syntax replaces the previously used [[protocol:name]] syntax.
866
-
867
791
  * Fix Ruby 1.8 compatibility problem.
868
-
869
792
  * Various improvemens for the HTML reports.
870
-
871
793
  * Fix some rendering issues of the HTML reports.
872
-
873
794
  * Check for @value not being set.
874
795
 
875
796
  Fix suggested by msc.
876
-
877
797
  * Generate more descriptiv auto-IDs.
878
-
879
798
  * Fix display of reference URLs in reports.
880
799
 
881
800
  Bug reported by msc.
882
-
883
801
  * Some code refactoring to cleanup the mode handling.
884
-
885
802
  * Detect recursive inclusions.
886
-
887
803
  * Improved input file name validation.
888
-
889
804
  * --output-dir option added
890
805
 
891
806
  Generated reports will be put into this directory if specified.
892
-
893
807
  * Update manual to include optional IDs.
894
-
895
808
  * Make property IDs optional.
896
809
 
897
810
  ID and version for the project declaration are also optional now.
898
-
899
811
  * Improved test for weak deps problem.
900
812
 
901
813
  This is a forward port of the fix that Gregoire wrote for the weak
902
814
  dependency problem.
903
-
904
815
  * Added test case from Gregoire.
905
816
 
906
817
  No need to forward port this fix.
907
-
908
818
  * Don't inherit maxstart and minend.
909
-
910
819
  * Add support for 'scenario' column.
911
820
 
912
821
  Bug reported by garyo.
913
-
914
822
  * Some code cleanup.
915
-
916
823
  * More missing pieces of the the 'fix resourceprefix' commit.
917
-
918
824
  * Somehow this change was left out of the last commit.
919
-
920
825
  * Fix 'resourceprefix' handling.
921
826
 
922
827
  This fixes a problem reported by Beni.
923
-
924
828
  * Fixes for export report.
925
829
 
926
830
  Make inclusion of definitions user configurable.
927
831
  Add new '*' and '-' shortcut for keyword lists.
928
-
929
832
  * Some cleanup in the RichText generator.
930
833
 
931
834
  I need to find a clean solution to handle RTPs that expand into
932
835
  blocks. Right now they are enclosed in <p>..</p> and that's illegal in
933
836
  HTML.
934
-
935
837
  * Fix tutorial example again.
936
-
937
838
  * Avoid compatibility issue with 1.8.6.
938
-
939
839
  * Updating the tutorial with latest syntax changes.
940
-
941
840
  * Several fixes for the manual.
942
841
 
943
842
  * Added documentation for types.
944
843
  * Added documentation for new cut-mark-strings.
945
-
946
844
  * Nested reports: putting it all together
947
845
 
948
846
  * First working version of nested reports.
949
847
  * Added support for cut-mark-strings (-8<- for bar ->8-)
950
848
  * Scanner cleanups.
951
-
952
849
  * Explicitely use current dir for 'require'.
953
850
 
954
851
  Latest ruby 1.9.2 version seems to no longer include '.' in $:.
955
-
956
852
  * Fix suggested by Guillaume DELVIT.
957
-
958
853
  * More steps towards nested reports.
959
-
960
854
  * Update tutorial example.
961
-
962
855
  * Another fix for bookings.
963
-
964
856
  * More refactoring to prepare composable reports.
965
-
966
857
  * More bug fixes.
967
858
 
968
859
  Fix problems with reference attributes defaulting to 'true'.
969
860
  Fix WorkingHour dumping.
970
-
971
861
  * Don't change start/end date of scheduled tasks with bookings.
972
-
973
862
  * Make sure we always show the year in the header.
974
-
975
863
  * Respect the user provided report period.
976
-
977
864
  * Some bug fixes for report generator.
978
-
979
865
  * Started refactoring for composable reports.
980
866
 
981
867
  This is very much WIP right now. The report syntax will change again.
982
-
983
868
  * Fix scenario related problem reported by Jean-Yves.
984
869
 
985
870
  We need to treat inheritance from scenarios like initial assignments,
986
871
  not like inheritance from parent properties.
987
-
988
872
  * Eliminate dead code.
989
-
990
873
  * Handle duration task with bookings like TJ2.x.
991
-
992
874
  * Fixed link to example entry.
993
-
994
875
  * Added journaling support.
995
876
 
996
877
  No reporting support yet.
997
-
998
878
  * Be more clear on inheritance in syntax reference.
999
879
 
1000
880
  Attributes can be inherited from a parent property or a global
1001
881
  attribute. The syntax reference now clearly lists for which attributes
1002
882
  this is the case.
1003
-
1004
883
  * Fix tutorial example.
1005
-
1006
884
  * Added support for 'header' and 'footer' attributes.
1007
-
1008
885
  * Make menus more versatile.
1009
-
1010
886
  * Fix description of ID characters.
1011
-
1012
887
  * Use a well defined time zone for syntax tests.
1013
-
1014
888
  * Properly handle provided completion values.
1015
-
1016
889
  * Export report related fixes.
1017
-
1018
890
  * Older versions of zoneinfo use the English name.
1019
891
 
1020
892
  Pick a more static time zone that works with all systems.
1021
-
1022
893
  * Time zone related fixes.
1023
894
 
1024
895
  * Setting a global time zone works now.
1025
896
  * The timing resolution is limited based on the selected time zone.
1026
897
  * The test suite should work in all time zones now.
1027
-
1028
898
  * Added support for 'depends' and 'precedes' column.
1029
-
1030
899
  * Cosmetic changes to the report menu.
1031
-
1032
900
  * First shot at an autogenerated menu for reports.
1033
-
1034
901
  * Fix entry link for report.
1035
-
1036
902
  * Improve the bug report howto.
1037
-
1038
903
  * Don't always trust the ruby doc.
1039
-
1040
904
  * Testing the new ML archive.
1041
-
1042
905
  * Added item to TODO list.
1043
-
1044
906
  * Fix another link to the new forum page.
1045
-
1046
907
  * Set link to new forum entry page.
1047
-
1048
908
  * Set forum link to new forum page.
1049
-
1050
909
  * Updated TODO list.
1051
-
1052
910
  * Dropped support for old report definitions.
1053
911
 
1054
912
  The new format is now more in line with the TJP language and conflicts
1055
913
  with the old format. A legacy support is not possible.
1056
-
1057
914
  * Rewrote the deep_clone support.
1058
915
 
1059
916
  This method is a lot more robust.
1060
917
  The report syntax used in the tutorial is just a draft and will change
1061
918
  again.
1062
-
1063
919
  * Refactored Report class.
1064
920
 
1065
921
  Replaced ReportElement and ReportTableElement with ReportTableBase.
1066
-
1067
922
  * Clean up exception raises.
1068
923
 
1069
924
  Some more prep work for the upcoming report refactoring.
1070
-
1071
925
  * Turning Report attributes into TJ attributes.
1072
-
1073
926
  * Turning Report into a TJ property.
1074
927
 
1075
928
  That way we get attribute inheritance for reports and we can create a
1076
929
  structured tree of reports.
1077
930
 
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.
931
+ = Release 0.0.2 (2009-03-04)
1095
932
 
1096
- * First working version of client/server feature.
1097
-
1098
- Still very basic code.
1099
-
1100
- * Fix nested include files with taskprefix.
933
+ * Time for another alpha release.
1101
934
 
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.
935
+ Bump version to 0.0.2.
936
+ * Advertise proper encoding for all HTML files.
937
+ * Show off more features in the tutorial.
938
+ * Fix tutorial project.
1116
939
 
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.
940
+ Generate example/tutorial from the test case that is used for the
941
+ manual.
942
+ * Align custom attribute in report cells properly.
943
+ * Make export reports more TJ2.x compatible.
944
+ * Version without ruby-prof calls.
945
+ * This version needs ruby-prof and crashes ruby 1.9.
946
+ * Make sure the start date of intervals is smaller than the end date.
947
+ * Generate proper HTML code for reports.
948
+ * Added 'treelevel' logical function.
1124
949
 
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.
950
+ Started to work on colored text cells.
951
+ * Add commandline option to generate reports despite scheduling errors.
952
+ * Documented the BatchProcess class.
953
+ * Some fixes for the SMP support.
954
+ * Improving the tutorial for TJ3.
955
+ * Use multiple CPU cores for report generation.
1146
956
 
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.
957
+ First draft, not working yet.
958
+ * Ruby 1.9 has good UTF8 String support. Use the built-in functions.
959
+ * Use 'times' instead of '0.upto'.
960
+ * Open new window for external references in the manual.
961
+ * Some speed improvements and code cleanup.
962
+ * Cleaned-up progress information.
1156
963
 
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.
964
+ More source code comments.
965
+ * Some speed improvements by cached the onShift? result.
966
+ * A few more scheduler fixes.
967
+ * Code cleanup and comments.
968
+ * Some booking related fixes.
969
+ * Add check for project without tasks.
970
+ * Lots of cleanups and speed improvements in the scheduler.
1169
971
 
1170
- Reported-by: Guillaume DELVIT <guiguid@free.fr>
1171
-
1172
- * Add check for feature limited RichText strings.
972
+ Fixed manual generation.
973
+ More test cases.
974
+ * Bug fix and more test cases for allocations.
975
+ * Some speed improvements.
976
+ * Do milestone detection before inheriting start/end dates.
1173
977
 
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.
978
+ This makes more sense and is compatible with TJ 2.x.
979
+ * Fix basename computation.
980
+ * Don't put -w in the shebang line.
981
+ * Various fixes for the test suite.
1204
982
 
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.
983
+ rake19 is still failing with some obscure error message around id2ref
984
+ calls. But ruby19 all.rb works fine.
985
+ * Improving the scheduler performance.
1219
986
 
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.
987
+ Added progress indicator.
988
+ * Fix task shifts to be compatible with TJ 2.x.
1226
989
 
1227
- This is a major change to earlier versions. To get the old behavior
1228
- back, you need to replace
990
+ Make sure all tests of the test suite work properly again.
991
+ * Initialize the scoreboards only when the resource is actually used.
1229
992
 
1230
- hideresource ~isleaf()
993
+ This can drastically speed up the scheduling for projects with many
994
+ unused resources.
995
+ * Don't break when hitting an unscheduled task.
996
+ * Show all runaway task as warning first. Then abort.
997
+ * Task start or end dates can now be inherited from parent tasks or the
998
+ project time frame.
999
+ * 'rake release' does not work on Windows.
1000
+ * Finally fixed the output path in the manual task.
1001
+ * Don't include subdirs of manual in distribution.
1002
+ * Need to use hardcoded file name :(
1003
+ * Use variable instead of hardcoded path.
1004
+ * Using threads to get more performance is a dead-end with Ruby.
1231
1005
 
1232
- with
1006
+ The big VM lock kills any chance to use multiple CPUs. This makes Ruby
1007
+ really an anachronism in todays multi-CPU PC world.
1008
+ * First steps towards a multi-threaded scheduler.
1233
1009
 
1234
- hideresource ~(isleaf() & isleaf_())
1010
+ This version still suffers many race conditions!
1011
+ * Support generation of the user manual with installed version.
1235
1012
 
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.
1013
+ The package-time manual generation still works, but users can now use
1014
+ tj3man to generate their own copy of the HTML manual.
1015
+ * Don't generate the manual for packaging.
1016
+ * Completing the move of classes into the TaskJuggler namespace.
1017
+ * Again putting more classes into the TaskJugler namespace.
1018
+ * Some cleanups.
1271
1019
 
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.
1020
+ Build manual and rdoc for release.
1021
+ Don't include README.rb in rdoc documentation.
1022
+ Gem package should be called taskjuggler, not taskjuggler3.
1023
+ * HTMLDocument.rb does not belong in reports.
1024
+ * Moving report classes into reports directory.
1284
1025
 
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'.
1026
+ And putting them in the TaskJuggler namespace.
1027
+ * Combine all attribute classes into a single file.
1028
+ * Put more classes into the TaskJuggler namespace.
1029
+ * Hopefully the last one.
1030
+ * And another one.
1031
+ * More Ruby 1.8.6 compatibility fixes.
1032
+ * Fix compatibility issues with Ruby 1.8.6 and earlier.
1033
+ * fix README, gem, rdoc tasks, Rakefile handle load error
1034
+ * rcov task for ruby19, need small rcov patches
1035
+ * run_gem_test for ruby18
1036
+ * Some cleanups as a result of the new rake build system.
1037
+ * enable test individually
1038
+ * test rake task
1039
+ * manual rake task
1040
+ * fix rexml/formatters/pretty for rcov task
1041
+ * rcov rake task
1042
+ * Update makedist to make better use of rake.
1740
1043
 
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 _.
1044
+ This file will become obsolete once we have a rake task for the
1045
+ manual.
1046
+ * remove rcov rake task for ruby19
1047
+ * manual rake task
1048
+ * Cleaned up the new include syntax documentation.
1049
+ * fix rexml/formatters/pretty for rcov task
1050
+ * enable test individually
1051
+ * Remove redundant computation of transitiveOptional in Rule.
1748
1052
 
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.
1053
+ Added more comments.
1054
+ * Revert "rcov rake task"
1764
1055
 
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.
1056
+ This reverts commit e7d3a424a91d2a01f7b625e7e1e0cdc619614f0d.
1772
1057
 
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.
1058
+ [xpc:1] taskjuggler3> rake19 --trace
1059
+ (in /home/cs/src/taskjuggler/taskjuggler3)
1060
+ rake aborted!
1061
+ no such file to load -- rcov/rcovtask
1062
+ /home/cs/src/taskjuggler/taskjuggler3/tasks/rcov.rake:2:in `require'
1063
+ ...
1064
+ * stats rake task
1065
+ * rdoc rake task
1066
+ * rcov rake task
1067
+ * show rake task
1068
+ * Revert "test rake task"
1780
1069
 
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.
1070
+ This reverts commit 7ff85849b906c504a782c52921b2516d8988d00c.
1792
1071
 
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.
1072
+ This patch seem to remove the ability to run test cases individually.
1073
+ * test rake task
1074
+ * Rakefile tasks : README, gem
1075
+ * Don't break compatibility with Ruby 1.8.
1804
1076
 
1805
- Just a concept for testing right now.
1806
-
1807
- * More work on the time sheet report generator.
1077
+ I shall test ruby 1.8 before committing.
1078
+ I shall test ruby 1.8 before committing.
1079
+ I shall test ruby 1.8 before committing.
1080
+ I shall test ruby 1.8 before committing.
1081
+ I shall test ruby 1.8 before committing.
1082
+ ...
1083
+ * Improved the handling of file inclusion in the parser.
1084
+ * Get rid of ugly String operation.
1085
+ * Make parsers work with empty input strings when syntax permits.
1086
+ * Bug fix.
1087
+ * Cleaned up new Log class.
1808
1088
 
1809
- Currently hardcoded for percentage reporting.
1810
-
1811
- * Adding TJ2 with TJ3 reports howto.
1812
-
1813
- * Fix 'taskattributes' for export reports.
1089
+ Added basic structure of a propper ARGV parser.
1090
+ * stats rake task
1091
+ * rdoc rake task
1092
+ * rcov rake task
1093
+ * show rake task
1094
+ * test rake task
1095
+ * Rakefile tasks : README, gem
1096
+ * Add execution trace logger.
1814
1097
 
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.
1098
+ Put more classes into the TaskJuggler namespace.
1099
+ * Limits can now be resource specific.
1822
1100
 
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.
1101
+ This is helpful to map the deprecated allocation limits to.
1102
+ * Limits can now be restricted to certain time intervals.
1103
+ * First steps to introduce namespaces.
1104
+ * rakefile system setup and a few changes
1105
+ * It's 2009!
1830
1106
 
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.
1107
+ Update copyright sections and removed some Ruby 1.9 warnings.
1108
+ * Replace dependency on Ruby library CSV class with own CSVFile class.
1838
1109
 
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.
1110
+ CSV is a major compatibility nightmare between Ruby 1.8 and 1.9.
1111
+ Rather than plastering the code with version specific code snippets, I
1112
+ decided to implement my own CSV reader and writer.
1113
+ * Re-add UTF8 support files.
1114
+ * Merging ruby-1.9 changes back to master.
1115
+ * No longer needed.
1116
+ * Added some new benchmarks to compare ruby 1.8 and 1.9 performances.
1117
+ * Fix TjTime.sameTimeNextMonth bug reported by pauland.
1844
1118
 
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.
1119
+ http://www.taskjuggler.org/FUDforum2/index.php?t=msg&th=4003&start=0&rid=65&S=9d61c1a4a09e928b646920b7968d724c
1120
+ * Fix problem with latest ruby SVN.
1121
+ * Added a dash between dates to meet TJ 2.4.1 date interval syntax.
1122
+ * Finally a version that works with ruby 1.9 SVN.
1123
+ * Merge some selected patches back.
1854
1124
 
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.
1125
+ Bring the TextScanner test back.
1126
+ * Revert "Improve UTF-8 support in scanners."
1871
1127
 
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.
1128
+ This reverts commit f05aceac000314c380b7fc46cc6665bdf214a622.
1129
+ * Revert "Improved UTF8 testing."
1877
1130
 
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.
1131
+ This reverts commit 3209450c18a8087b9e023ae7130fe78bf47570b2.
1132
+ * Revert "More UTF-8 releated cleanups."
1887
1133
 
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
1134
+ This reverts commit 88668b7980ed126c65919ac4a3d7c89ed7419be0.
1135
+ * Revert "Converted the String processing in the parser to more Ruby 1.9 compatible syntax."
1907
1136
 
1908
- This keyword renaming is necessary to avoid confusion with the new
1909
- 'alertmessages' and 'alertsummaries' keywords.
1910
-
1911
- * Passing report attributes via reportlink.
1137
+ This reverts commit 5fbc96e02eab62d207598f355784a3b1d46acac4.
1138
+ * Revert "Some cleanup after the recent changes."
1912
1139
 
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.
1140
+ This reverts commit 64c4cb2e282da5195beeed6b488b28365131362e.
1141
+ * Some cleanup after the recent changes.
1142
+ * Converted the String processing in the parser to more Ruby 1.9 compatible syntax.
1143
+ * More UTF-8 releated cleanups.
1144
+ * Improved UTF8 testing.
1145
+ * Improve UTF-8 support in scanners.
1924
1146
 
1925
- Reported-by: Thomas <tomas.it@gmail.com>
1926
-
1927
- * Fixed crash when using deprecated allocation limits.
1147
+ This should also simplify a migration to Ruby 1.9.
1148
+ * Added test case and bug fixes for LogicalExpression.
1149
+ * Code cleanups and API documentation.
1150
+ * Test case for PropertySet added.
1928
1151
 
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.
1152
+ Still very rudimentary, but does check WBS indexing and node removal.
1153
+ Lots of related bug fixes.
1154
+ * Avoid to store derived data in the PropertySet data structure.
1936
1155
 
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.
1156
+ This will make PropertyTreeNode deletions from the set easier.
1157
+ * Add test for Project.rb.
1944
1158
 
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.
1159
+ Make TjTime constructor a bit more handy.
1160
+ * Fix syntax reference generation problem.
1161
+ * Fixes for the recently added example projects in the test suite.
1950
1162
 
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.
1163
+ Most of them involved 'limits'. They also triggered some bugs in tj3 which have been fixed as well.
1164
+ * Add examples for properties in manual.
1165
+ * Improved doc for 'supplement'.
1166
+ * Add example for 'booking' property.
1167
+ * Add example for 'credit' property.
1168
+ * Add example for 'complete' property.
1169
+ * Add example for 'copyright' property.
1170
+ * Add example for 'caption' property.
1171
+ * Fix problem with reference custom attributes.
1172
+ * Fix 'priority' attribute for tasks.
1173
+ * Clarify purge description.
1174
+ * Add description of purge and limits for allocate property.
1175
+ * Add support for 'hidecell' column attribute.
1176
+ * Make use of endIdx consistent with TjTime end objects.
1958
1177
 
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.
1178
+ Lots of bug fixes for the effort computation routines.
1179
+ * Several bug fixes for the effort and duration reporting functions.
1180
+ * Add support for ? prefix for dynamic macros to allow them to be undefined.
1181
+ * Some bug fixes.
1182
+ * Add support for cellurl column attribute.
1183
+ * Use nil instead of string constant for empty load stack elements.
1184
+ * Added support for celltext column attribute.
1185
+ * Clarify install and contribute section of the manual.
1983
1186
 
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.
1187
+ Get rid of some TJ2.x leftovers.
1188
+ * Fixed HTML load-stack generation.
1189
+
1190
+ Removed junk lines under ColumnTables.
1191
+ Don't include parent task for taskroot reports.
1192
+ * Another round of checks for the parser.
1193
+ * Complete TaskScenario.preScheduleCheck().
1194
+ * Adding accidently deleted patches again.
1195
+ * More parser error checks.
1196
+ * More error checking.
1197
+ * Properly handle rich text attributes in report columns.
2060
1198
 
2061
- Reported-by: Olaf Seidel <olaf.seidel@iscue.com>
2062
-
2063
- * Allow macro calls within macro calls.
1199
+ Make reports smaller by using more CSS attributes.
1200
+ * Port recent scheduler improvements from 2.x version.
1201
+ * Fixed runtime error reported by Susan.
2064
1202
 
2065
- I'm not sure why I blocked this, but I can't think of any good reason
2066
- anymore. Allowing it again.
1203
+ Error checking for report start and end dates added.
1204
+ * Started to support RichText columns in HTML reports.
1205
+ * Add protocol handlers for RichText.
2067
1206
 
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.
1207
+ The tutorial in the manual now includes code snippets from the Syntax/Correct directory files.
1208
+ * The reference manual can use example code again.
1209
+ * Improve doc for workinghours. Start TjpExample class.
1210
+ * Fix documentation for arguments that are documented, single pattern rules.
1211
+ * Handle white spaces in Rich Text explicitely.
1212
+ * Correct syntax examples as test cases added.
1213
+ * Include RichText elements in SyntaxReference in link checking.
1214
+ * Add link checker for RichTextDocuments.
1215
+ * Improved white space handling for RichText output generators.
1216
+ * Property report scenario specific and inheritable optional attributes.
1217
+ * Added 2008 to copyright header.
1218
+ * Document the top-level class and add a hint to it in the README.
1219
+ * Merged syntax reference into new user manual.
1220
+ * Add infrastructure to generate user manual from MediaWiki files.
1221
+ * Switched calendar report columns to use Query.
1222
+ * Test cases and fix for dynamic attribute sorting.
1223
+ * Dynamic Property attributes can now be sorted as well.
1224
+ * Add framework for CSV report unit tests.
1225
+ * Make 'include' work at start of project file.
1226
+ * Unified query infrastructure implemented.
2081
1227
 
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
-
2087
- = Release 0.0.7 (2010-09-08)
2088
-
2089
- * Bumping version to 0.0.7
2090
-
2091
- * Add section on tj3 web server.
2092
-
2093
- * Fix crashes when using the underscore variants of some functions.
2094
-
2095
- * Fix overflow of some HTML table cells.
2096
-
2097
- * Add missing file.
2098
-
2099
- * Document web server usage.
2100
-
2101
- * Only check for modified files when the project has been loaded completely.
2102
-
2103
- * Ruby 1.8 compatibility fixes.
2104
-
2105
- * Adding some documentation on how to use the dynamic reports.
2106
-
2107
- * Completing basic support for dynamic reports.
1228
+ All property attributes can now be queried via the same interface.
1229
+ The report generates use it already for dynamic attributes.
1230
+ * Some comments added.
1231
+ * Make logical functions with arguments work.
2108
1232
 
2109
- By using sometink like <-reportlink id="foorep" attributes="hidetask
2110
- plan.id != \"<-id->\""-> you can now create parameterized reports that
2111
- the tj3d web server generates on demand.
2112
-
2113
- * Adding a proper error message when webserver can't find data dirs.
1233
+ This fix includes various other bug fixes as well.
1234
+ * Add 'rake' as installation dependency.
1235
+ * Only use forward locking path for path criticalness.
2114
1236
 
2115
- Reported-by: AzenAlex <azenalex@gmail.com>
2116
-
2117
- * Cleaned up test cases for RichText
2118
-
2119
- * Clarify allocation shift documentation.
2120
-
2121
- * Adding a test for allocation shifts.
2122
-
2123
- * Add support for per allocation shifts.
2124
-
2125
- * Warn user when CSV format is requested for textreport.
1237
+ Port from 2.x.
1238
+ * Improved error handling.
1239
+ * Added support for CSV reports.
1240
+ * Fix multiple mandatoy allocations with overlapping resource sets.
1241
+ * Added support for one-time and duration dependent charges.
1242
+ * Work around for Firefox column width bug.
1243
+ * More work on the accounting features.
1244
+ * Many fixes so that TJ3 can read TJ2 exported projects properly.
1245
+ * Properly connect the error handlers of the RichText parser and the TJP parser.
2126
1246
 
2127
- Reported-by: vijay <jahagirdar.vs@gmail.com>
2128
-
2129
- * Use proper Exception class to catch encoding errors.
2130
-
2131
- * Check mail encoding even before we pass it to 'mail'.
2132
-
2133
- * Some more fixes for 'alertmessages' and 'alert' columns.
2134
-
2135
- * Fix bug with incorrect end date or remaining work values in time sheet templates.
2136
-
2137
- * Adding 'journal_sub' column to reports.
1247
+ RichText errors are now reported just like TJP errors with their proper in-file location.
1248
+ * Added support for RichText prologs and epilogs in reports.
1249
+ * Added support for some more MediaWiki markups.
2138
1250
 
2139
- It works like 'journal' but also includes the sub tasks.
2140
-
2141
- * Don't crash in multi-CPU mode when no reports are provided.
2142
-
2143
- * Only milestones are identified as 'targets'.
1251
+ Most RichText features are now used for the reference manual.
1252
+ * Cleaned up RichText classes and added unit tests.
1253
+ * Added simple rich text engine to better format the documentation.
2144
1254
 
2145
- This makes more sense than trying to use a date to limits the included
2146
- tasks.
2147
-
2148
- * Don't send sheet summary emails in RichText syntax.
1255
+ Still very crude and needs lots of comments.
1256
+ * Various fixes for the README and the reference manual.
1257
+ * Fix sorting order of keywords in reference manual.
1258
+ * Improved the intro page for the HTML manual.
1259
+ * Fix problem with label.
1260
+ * Updated README with better install description.
1261
+ * Added support for functions in logical expression.
2149
1262
 
2150
- Use proper text and HTML instead.
2151
-
2152
- * Targets are now also listed for container tasks.
2153
-
2154
- * Report completion degree for container tasks as well.
2155
-
2156
- * Make sure we have a proper return value.
2157
-
2158
- * Documenting image positioning attributes.
2159
-
2160
- * Adding support for SVG files to [[File:...]] tag.
2161
-
2162
- * More fixes for the *prefix attributes.
2163
-
2164
- * Fixing a problem with the '*prefix' attributes of 'include'.
1263
+ Right now only isLeaf() works.
1264
+ * Generate all legend elements on demand and show them only if used.
1265
+ * Use smaller start gap for Gantt chart dependency arrows.
1266
+ * First work on Account support.
2165
1267
 
2166
- Reported-by: Emanuele Cannizzaro <emanuele.cannizzaro@gmail.com>
2167
-
2168
- * Allow daemon to copy data directories.
2169
-
2170
- * Change some timeouts to retire server process more quickly.
2171
-
2172
- * Make sure time sheet warnings/errors always have a source file info.
2173
-
2174
- * Add a stylesheet to the HTML emails.
2175
-
2176
- * Confirmation mail for time and status sheets now HTML and plain text
2177
-
2178
- * Adding more debug infrastructure to the daemon.
2179
-
2180
- * Fix another macro-in-string problem.
1268
+ Not much there yet, but the parser already understands most of the syntax.
1269
+ * Replaced all relative font sizes with absolute ones.
1270
+ * Warn about using 'wbs' for sorting. It's produces unexpected results.
2181
1271
 
2182
- Reported-by: Tomas <tomas.it@gmail.com>
2183
-
2184
- * Fix problem with multiple macro calls inside a string
1272
+ Users should use 'tree' instead.
1273
+ * Fix font-weight handling for reports.
1274
+ * Fix WBS sorting bug reported by bhoel.
2185
1275
 
2186
- Reported-by: Tomas <tomas.it@gmail.com>
2187
-
2188
- * Some more fine tuning for the vim syntax file generator
2189
-
2190
- * Fixing missing column header for 'freework' column.
1276
+ Added some more comments.
1277
+ * Several fixes/improvements for the HTML calendar and chart.
1278
+ * Make calendar columns scrollable as well.
2191
1279
 
2192
- Reported-by: JohnZ <jza2602@googlemail.com>
2193
-
2194
- * Fix some links in the user manual.
1280
+ This patch still has many rough edges but is a first shot in the right direction.
1281
+ * Fix index link in reference manual HTML pages.
1282
+ * Fix 'TjTime.rb:113:in `local': argument out of range' error.
2195
1283
 
2196
- Reported-by: Emanuele Cannizzaro <emanuele.cannizzaro@gmail.com>
2197
-
2198
- * Generator for Vim syntax highlighting files added.
2199
-
2200
- * Support autoselecting the server port.
2201
-
2202
- * Make BatchProcess handle forks in queue() and wait() blocks.
2203
-
2204
- * Adding check for gap length/duration of dependencies.
1284
+ More comments added to TjTime.rb.
1285
+ * Fix more bugs reported by bhoel.
1286
+
1287
+ - WBS indexing fixed.
1288
+ - Add first set of checks to TaskScenario.preScheduleCheck to prevent containers with duration attributes.
1289
+ - Fix 'duration' column values.
1290
+ * Fix ReportElement.rb:376:in `[]': no implicit conversion from nil to integer bug.
1291
+ * Get rid of some Ruby warnings.
1292
+ * Complete support for 'loadunit' in reports.
1293
+ * Fix another cut/copy/paste-bug.
1294
+ * Fix bug reported by bhoel.
1295
+ * Fix bolding and indentation of container lines in reports.
1296
+ * Various fixes and improvements.
1297
+
1298
+ - Add support for load scaling.
1299
+ - Simpler form of ledgend.
1300
+ - Assorted fixes.
1301
+ * Some more polishing for the HTML Gantt chart.
1302
+
1303
+ Added now-line.
1304
+ Use larger padding for cells.
1305
+ * Improved the Gantt dependency line routing.
1306
+ * First draft of a dependency line router for the Gantt chart.
1307
+ * Added support for dependency arrows in HTML charts.
1308
+
1309
+ Very crude arrow routing right now. Will be fixed later.
1310
+ More comments added all over the place.
1311
+ * Make HTML Gantt chart scrollable.
1312
+ * Show time-off intervals in HTML Gantt charts.
1313
+ * Some cosmetics for the HTML reference manual.
1314
+ * Task and resource rendering in Gantt charts now works.
1315
+ * More work on the HTML Gantt chart.
1316
+
1317
+ Still lots more work to do but it is taking shape now.
1318
+ * First version of HTML Gantt chart.
1319
+
1320
+ This is just draft code to test browser compatibility.
1321
+ * Cleanup up report attributes.
1322
+
1323
+ Report line counting fixed.
1324
+ Alternating background colors fixed.
1325
+ * Report refactoring completed.
1326
+
1327
+ All lose ends connected again. Should work as good/bad as before the refactoring.
1328
+ * Complete refactoring of report classes.
1329
+
1330
+ This is just a snapshot with very many lose ends.
1331
+ * HTML documentation how has proper navigation bar.
1332
+ * Support HTML formatted syntax help for parser keywords.
1333
+ * Get rid of the Subversion tag in the header.
1334
+ * Hopefully final test.
1335
+ * Another test commit.
1336
+ * Just a test for post-receive.
1337
+ * Just a test commit.
1338
+ * Avoid multiple resets of unmodified Limits scoreboards.
1339
+ * Make parser rule definition easier.
2205
1340
 
2206
- When the scheduling direction of a task points away from the
2207
- dependency gap, TJ cannot guarantee that the condition will be met.
2208
- But at least now an error is generated if the gap is too small.
2209
-
2210
- * Fix handling of multi-line version of HREF tokens.
2211
-
2212
- * Adding missing file FileList.rb.
2213
-
2214
- * Adding 'update' command to tj3d
1341
+ Don't require the rule name to be entered twice.
1342
+ Make function names a bit more consistent.
1343
+ * Cleaned up all code that deals with resource allocations.
2215
1344
 
2216
- The 'update' command will reload all projects that have files that
2217
- were modified after the project was loaded. A project that is
2218
- currently reloaded will not be loaded twice.
2219
-
2220
- * Encoding check is now done in the TextScanner.
2221
-
2222
- * Cleaning up the RichText scanner RegExps.
2223
-
2224
- * Cleaning up the RichText tokens somewhat.
2225
-
2226
- * Make RichText [[..]] tokens work with multiple lines.
2227
-
2228
- * Refactor RichTextScanner to use TextScanner as well.
1345
+ Fixed a number of other bugs in related classes as well.
1346
+ * Support for limits for resource usage and task assignments added.
1347
+ * Various bug fixes and documentation improvements.
1348
+ * Make shifts work for task assignments.
2229
1349
 
2230
- Both scanners are now RegExp based. The error handling was cleaned up.
2231
-
2232
- * Fixing syntax
2233
-
2234
- * Revert "Avoid the duplicate entries in the status sheet confirmation mail."
1350
+ Various other bug fixes and speed improvements.
1351
+ * Make ShiftAssignments use shared Scoreboards.
2235
1352
 
2236
- This reverts commit 84ca0e9e3767ca74ae92ed5d75bc37bdedac4dd5.
2237
-
2238
- * list-reports command should show all report types
1353
+ This increases memory efficiency and performance for larger projects.
1354
+ * Make Shifts work for some more complicated test cases.
2239
1355
 
2240
- Not just HTML reports.
2241
-
2242
- * Avoid the duplicate entries in the status sheet confirmation mail.
1356
+ Cleanup of Workinghours.
1357
+ Fixed lots of bugs in ShiftAssignments.
1358
+ * First round of Shift support.
2243
1359
 
2244
- When a status sheet was re-submitted, the old and the new entries were
2245
- listed in the confirmation mail.
2246
-
2247
- = Release 0.0.8 (2010-11-24)
2248
-
2249
- * Bumping version to 0.0.8
2250
-
2251
- * Update feature list.
2252
-
2253
- * Fixing end of exported bookings.
1360
+ Far from complete, but resource shifts seem to work ok.
1361
+ * Make sure we have test cases for all syntax error messages.
1362
+ * Use less special cases in the syntax description.
1363
+ * Make tj3man work for 'allocate' and 'columns'.
1364
+ * Some cosmetics for the HTML reports.
1365
+ * Added more features to the export report.
1366
+ * More syntax documentation and build system improvements.
2254
1367
 
2255
- There was one time slot too much at the task end.
1368
+ Fixed Rakefile and package generation script.
1369
+ Added more docs for syntax keywords.
1370
+ * More work on tj3man.
2256
1371
 
2257
- Reported-by: Dimitri Pissarenko <dmitri.pissarenko@gmail.com>
2258
-
2259
- * Fixing the booking example used in the reference manual.
2260
-
2261
- * Adding 'resourceroot' and 'rollupresource' attributes.
2262
-
2263
- * Make dependency loop error message more specific.
2264
-
2265
- * Properly detect illegal tokens inside of patterns.
1372
+ Many more keywords have been documented.
1373
+ * Accept interger and float values.
1374
+ * More tj3man fixes. More syntax documentation.
1375
+ * More work on tj3man.
1376
+ * More work on auto-documenting parser.
1377
+ * First implementation of syntax manual tool tj3man.
1378
+ * Some bug fixes and scalability improvements.
1379
+ * Optimizer now properly uses path criticalness heuristic.
1380
+ * First implementation of path priority calculation.
1381
+ * More fixes for 'booking'.
1382
+ Make logical expressions work.
1383
+ * Added support for 'no' column.
1384
+ * More test for bookings and some bug fixes.
1385
+ * More work on bookings.
1386
+ * Some work on 'booking' support. Not yet complete.
1387
+ * Eliminate some code dumplication.
1388
+ * More test cases. More bug fixes.
1389
+ * Fix for loop detector.
1390
+ * Dependency loop checker added.
1391
+ * Fixed 'precedes' dependencies.
1392
+ * Implemented some ideas how to support start->start or end->end
1393
+ dependencies.
1394
+ * Assorted improvements.
2266
1395
 
2267
- This was only working for tokens at the end of a rule.
2268
-
2269
- * Fixing the attributes and contexts info in the manual and tj3man
2270
- output.
2271
-
2272
- * Fixing CSV reports with embedded tables.
2273
-
2274
- * Reuse RichText parser for parsing all RichText input.
2275
-
2276
- * Switch parser to use new state machine compiler.
2277
-
2278
- * Fix merge conflict.
2279
-
2280
- * Fix Ruby 1.8.x compatibility issue.
2281
-
2282
- * Some more work on the state machine compiler.
2283
-
2284
- * Adding a (still disabled) state machine compiler to the parser.
2285
-
2286
- * Looking into pre-compiled states for the parser FSM.
2287
-
2288
- * Clarifying the difference between ${now} and ${today}.
2289
-
2290
- * Minor parser code tweaks.
2291
-
2292
- * More parser code tweaking.
2293
-
2294
- * Cleaning up some parser code.
2295
-
2296
- * Moving the rule transition analysis into Rules.
2297
-
2298
- * Some speed improvements for the parsers.
2299
-
2300
- * Use more symbols and less Strings.
2301
-
2302
- * Add a warning if no report was defined or no format was specified.
2303
-
2304
- * Add more descriptive error message for start/gap conflict.
2305
-
2306
- * Cleaned-up the GanttRounter and refactored the collision detector.
2307
-
2308
- * Limiting the scoreboard iterations to actually used segments.
2309
-
2310
- * Fix missing values in 'status' column
2311
-
2312
- * More performance improvements for the report generator.
2313
-
2314
- * Fix performance regressions for the 'resources' column.
2315
-
2316
- * Substantial speed improvements for the report generator.
2317
-
2318
- * Fixing a typo.
2319
-
2320
- * Some cleanups of the DataCache.
2321
-
2322
- * Adding a global data cache to speed up report generation.
1396
+ Prepared dependency handling for start/start and end/end deps.
1397
+ HTML report beautifications.
1398
+ Scenario attribute support improved.
1399
+ * Cleaned up macro parser and added error checking.
1400
+ * Macro parser added to TextScanner.
2323
1401
 
2324
- This is just a test implementation. It needs further fine tuning and
2325
- polishing.
2326
-
2327
- * Another merge conflict
2328
-
2329
- * Fix a merge conflict
2330
-
2331
- * Adding simple performance profiling support to report server
2332
-
2333
- * Performance improvements
1402
+ Error checking is still missing but it seems to work with first
1403
+ simple tests.
1404
+ * Don't revconftrol HTML files in this dir.
1405
+ * More infrastructure for test suite added.
1406
+ * Added support for real project files in the test suite.
1407
+ * Extended Export report generator and TJP parser so that the parser can
1408
+ read a generated export report.
1409
+ * More work on Export report generator.
1410
+ * Cleanup TJP syntax rules by replacing repeated pattern with
1411
+ convenience functions.
1412
+ * User helper functions to setup syntax rules for similar rules.
1413
+ * Support for global and resource vacations added.
1414
+ * New color scheme for HTML reports.
2334
1415
 
2335
- 'loadunit' now defaults to 'days' instead of 'shortauto'. 'shortauto'
2336
- is neat, but can slow down the report generation quite a bit.
2337
-
2338
- * Show tried directories when TASKJUGGLER_DATA_PATH is not set properly.
2339
-
2340
- * Improve parser performance by sharing Workinghours scoreboards.
1416
+ Some more work to generate nicer looking HTML reports. A few bits and
1417
+ pieces are still missing.
1418
+ * Added support for task and resource sorting.
2341
1419
 
2342
- The scoreboards now use the copy-on-write scheme.
2343
-
2344
- * Fixing several time zone related bugs in the context of working hours.
1420
+ Some hardining for reporting unfinished scheduling runs.
1421
+ The sorting stuff is completely untested.
1422
+ * Moved TJP syntax rules into separate file.
1423
+ * More work done on the report generator.
2345
1424
 
2346
- This patch also adds much stricter error checking for time and date
2347
- values.
2348
-
2349
- * Adding a new benchmark for report generation speed.
2350
-
2351
- * Added a unit test for WorkingHours::timeOff?()
2352
-
2353
- * Don't default time sheets that have been submitted after last tj3ts_summary.
2354
-
2355
- * Include list of defaulters in the status report templates.
1425
+ We now have HTML task and resource reports that have a basic working
1426
+ feature set.
2356
1427
 
2357
- If tj3ts_summary has been used to generate the 'missing-reports' file,
2358
- this will now be included in the status sheet templates.
2359
-
2360
- * Don't use tooltips to shorten table headers.
2361
-
2362
- * Fix crashes when bad sorting criteria is used.
2363
-
2364
- * Updating the install section with current dependencies.
1428
+ Report columns may contain property fixed data values, computed values
1429
+ based on the property and report interval, as well as calendar charts.
1430
+ * More work on HTML task report
1431
+
1432
+ htmltaskreports are now somewhat complete. Resources are not yet
1433
+ supported.
1434
+ * - More work on HTML task report generation.
1435
+ * - Cleanup of task report generator.
1436
+ - Added lots of time manipulation functions.
1437
+ * - Scheduler fixes.
1438
+ * - Support for logical expressions added.
1439
+ - Multiple scenarios for HTML reports.
1440
+ * - Renaming some files to be more specific.
1441
+ - Some more comments.
1442
+ * - Add missing files from last checkin.
1443
+ * - Fix attribute inheritance.
1444
+ * - Nicer and more complete reports.
1445
+ * Added lots of new features:
1446
+ - Extended attributes
1447
+ - Hierachic tasks
1448
+ - post scheduling task checking
1449
+ - include file support
1450
+ * - Support for WorkingHours added.
1451
+ * - Added support for more keywords in the parser.
1452
+ * - Documented TextParser.
1453
+ - Debug support for TextParser.
1454
+ - Added more TJP language keywords to ProjectParser.
1455
+ - Added FLOAT token to scanner.
1456
+ * - Add proper header to all ruby files.
1457
+ - Make taskjuggler.rb the real main program.
1458
+ * - First shot of a parser added.
1459
+ * - Fix HTML report header.
1460
+ * initial import
1461
+ *
2365
1462