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/doc/Arguments.html CHANGED
@@ -127,6 +127,8 @@
127
127
 
128
128
  <li><a href="./TaskJuggler/AttributeDefinition.html">TaskJuggler::AttributeDefinition</a></li>
129
129
 
130
+ <li><a href="./TaskJuggler/AttributeOverwrite.html">TaskJuggler::AttributeOverwrite</a></li>
131
+
130
132
  <li><a href="./TaskJuggler/BatchProcessor.html">TaskJuggler::BatchProcessor</a></li>
131
133
 
132
134
  <li><a href="./TaskJuggler/Booking.html">TaskJuggler::Booking</a></li>
@@ -205,6 +207,8 @@
205
207
 
206
208
  <li><a href="./TaskJuggler/Interval.html">TaskJuggler::Interval</a></li>
207
209
 
210
+ <li><a href="./TaskJuggler/IntervalList.html">TaskJuggler::IntervalList</a></li>
211
+
208
212
  <li><a href="./TaskJuggler/IntervalListAttribute.html">TaskJuggler::IntervalListAttribute</a></li>
209
213
 
210
214
  <li><a href="./TaskJuggler/JobInfo.html">TaskJuggler::JobInfo</a></li>
@@ -237,6 +241,8 @@
237
241
 
238
242
  <li><a href="./TaskJuggler/LogicalExpressionAttribute.html">TaskJuggler::LogicalExpressionAttribute</a></li>
239
243
 
244
+ <li><a href="./TaskJuggler/LogicalExpressionListAttribute.html">TaskJuggler::LogicalExpressionListAttribute</a></li>
245
+
240
246
  <li><a href="./TaskJuggler/LogicalFlag.html">TaskJuggler::LogicalFlag</a></li>
241
247
 
242
248
  <li><a href="./TaskJuggler/LogicalFunction.html">TaskJuggler::LogicalFunction</a></li>
@@ -517,6 +523,8 @@
517
523
 
518
524
  <li><a href="./TaskJuggler/WebServer.html">TaskJuggler::WebServer</a></li>
519
525
 
526
+ <li><a href="./TaskJuggler/WelcomePage.html">TaskJuggler::WelcomePage</a></li>
527
+
520
528
  <li><a href="./TaskJuggler/WorkingHours.html">TaskJuggler::WorkingHours</a></li>
521
529
 
522
530
  <li><a href="./TaskJuggler/WorkingHoursAttribute.html">TaskJuggler::WorkingHoursAttribute</a></li>
@@ -543,8 +551,6 @@
543
551
 
544
552
  <li><a href="./String.html">String</a></li>
545
553
 
546
- <li><a href="./StringIO.html">StringIO</a></li>
547
-
548
554
  </ul>
549
555
  <div id="no-class-search-results" style="display: none;">No matching classes.</div>
550
556
  </div>
@@ -643,44 +649,44 @@
643
649
  <div class="method-source-code"
644
650
  id="new-source">
645
651
  <pre>
646
- <span class="ruby-comment cmt"># File lib/tj3man.rb, line 24</span>
647
- 24: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">argv</span>)
648
- 25: <span class="ruby-ivar">@keywords</span> = []
649
- 26: <span class="ruby-ivar">@directory</span> = <span class="ruby-value str">'./'</span>
650
- 27: <span class="ruby-ivar">@manual</span> = <span class="ruby-keyword kw">false</span>
651
- 28:
652
- 29: <span class="ruby-identifier">opts</span> = <span class="ruby-constant">OptionParser</span>.<span class="ruby-identifier">new</span>
653
- 30: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">banner</span> = <span class="ruby-node">&quot;#{AppConfig.softwareName} v#{AppConfig.version} - &quot;</span> <span class="ruby-operator">+</span>
654
- 31: <span class="ruby-node">&quot;#{AppConfig.packageInfo}\n\n&quot;</span> <span class="ruby-operator">+</span>
655
- 32: <span class="ruby-node">&quot;Copyright (c) #{AppConfig.copyright.join(', ')}&quot;</span> <span class="ruby-operator">+</span>
656
- 33: <span class="ruby-node">&quot; by #{AppConfig.authors.join(', ')}\n\n&quot;</span> <span class="ruby-operator">+</span>
657
- 34: <span class="ruby-node">&quot;#{AppConfig.license}\n&quot;</span> <span class="ruby-operator">+</span>
658
- 35: <span class="ruby-node">&quot;For more info about #{AppConfig.softwareName} see &quot;</span> <span class="ruby-operator">+</span>
659
- 36: <span class="ruby-node">&quot;#{AppConfig.contact}\n&quot;</span>
660
- 37: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">separator</span> <span class="ruby-value str">''</span>
661
- 38: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">separator</span> <span class="ruby-node">&quot;Usage: #{AppConfig.appName} [options] [&lt;keyword&gt; ...]&quot;</span>
662
- 39: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">separator</span> <span class="ruby-value str">'Options:'</span>
663
- 40:
664
- 41: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">on</span>(<span class="ruby-value str">'-d'</span>, <span class="ruby-value str">'--dir &lt;directory&gt;'</span>, <span class="ruby-constant">String</span>,
665
- 42: <span class="ruby-value str">'directory to put the manual'</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">dir</span><span class="ruby-operator">|</span>
666
- 43: <span class="ruby-ivar">@directory</span> = <span class="ruby-identifier">dir</span>
667
- 44: <span class="ruby-keyword kw">end</span>
668
- 45: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">on</span>(<span class="ruby-value str">'-m'</span>, <span class="ruby-value str">'--manual'</span>,
669
- 46: <span class="ruby-value str">'Generate the user manual into the current directory or '</span> <span class="ruby-operator">+</span>
670
- 47: <span class="ruby-value str">'the directory specified with the -d option.'</span>) <span class="ruby-keyword kw">do</span>
671
- 48: <span class="ruby-ivar">@manual</span> = <span class="ruby-keyword kw">true</span>
672
- 49: <span class="ruby-keyword kw">end</span>
673
- 50: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">on_tail</span>(<span class="ruby-value str">'-h'</span>, <span class="ruby-value str">'--help'</span>, <span class="ruby-value str">'Show this message.'</span>) <span class="ruby-keyword kw">do</span>
674
- 51: <span class="ruby-identifier">puts</span> <span class="ruby-identifier">opts</span>
675
- 52: <span class="ruby-identifier">exit</span>
676
- 53: <span class="ruby-keyword kw">end</span>
677
- 54: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">on_tail</span>(<span class="ruby-value str">'--version'</span>, <span class="ruby-value str">'Show version number.'</span>) <span class="ruby-keyword kw">do</span>
678
- 55: <span class="ruby-identifier">puts</span> <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">banner</span>
679
- 56: <span class="ruby-identifier">exit</span>
680
- 57: <span class="ruby-keyword kw">end</span>
681
- 58:
682
- 59: <span class="ruby-ivar">@keywords</span> = <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">argv</span>)
683
- 60: <span class="ruby-keyword kw">end</span></pre>
652
+ <span class="ruby-comment cmt"># File lib/tj3man.rb, line 25</span>
653
+ 25: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">argv</span>)
654
+ 26: <span class="ruby-ivar">@keywords</span> = []
655
+ 27: <span class="ruby-ivar">@directory</span> = <span class="ruby-value str">'./'</span>
656
+ 28: <span class="ruby-ivar">@manual</span> = <span class="ruby-keyword kw">false</span>
657
+ 29:
658
+ 30: <span class="ruby-identifier">opts</span> = <span class="ruby-constant">OptionParser</span>.<span class="ruby-identifier">new</span>
659
+ 31: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">banner</span> = <span class="ruby-node">&quot;#{AppConfig.softwareName} v#{AppConfig.version} - &quot;</span> <span class="ruby-operator">+</span>
660
+ 32: <span class="ruby-node">&quot;#{AppConfig.packageInfo}\n\n&quot;</span> <span class="ruby-operator">+</span>
661
+ 33: <span class="ruby-node">&quot;Copyright (c) #{AppConfig.copyright.join(', ')}\n&quot;</span> <span class="ruby-operator">+</span>
662
+ 34: <span class="ruby-node">&quot; by #{AppConfig.authors.join(', ')}\n\n&quot;</span> <span class="ruby-operator">+</span>
663
+ 35: <span class="ruby-node">&quot;#{AppConfig.license}\n&quot;</span> <span class="ruby-operator">+</span>
664
+ 36: <span class="ruby-node">&quot;For more info about #{AppConfig.softwareName} see &quot;</span> <span class="ruby-operator">+</span>
665
+ 37: <span class="ruby-node">&quot;#{AppConfig.contact}\n&quot;</span>
666
+ 38: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">separator</span> <span class="ruby-value str">''</span>
667
+ 39: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">separator</span> <span class="ruby-node">&quot;Usage: #{AppConfig.appName} [options] [&lt;keyword&gt; ...]&quot;</span>
668
+ 40: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">separator</span> <span class="ruby-value str">'Options:'</span>
669
+ 41:
670
+ 42: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">on</span>(<span class="ruby-value str">'-d'</span>, <span class="ruby-value str">'--dir &lt;directory&gt;'</span>, <span class="ruby-constant">String</span>,
671
+ 43: <span class="ruby-value str">'directory to put the manual'</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">dir</span><span class="ruby-operator">|</span>
672
+ 44: <span class="ruby-ivar">@directory</span> = <span class="ruby-identifier">dir</span>
673
+ 45: <span class="ruby-keyword kw">end</span>
674
+ 46: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">on</span>(<span class="ruby-value str">'-m'</span>, <span class="ruby-value str">'--manual'</span>,
675
+ 47: <span class="ruby-value str">'Generate the user manual into the current directory or '</span> <span class="ruby-operator">+</span>
676
+ 48: <span class="ruby-value str">'the directory specified with the -d option.'</span>) <span class="ruby-keyword kw">do</span>
677
+ 49: <span class="ruby-ivar">@manual</span> = <span class="ruby-keyword kw">true</span>
678
+ 50: <span class="ruby-keyword kw">end</span>
679
+ 51: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">on_tail</span>(<span class="ruby-value str">'-h'</span>, <span class="ruby-value str">'--help'</span>, <span class="ruby-value str">'Show this message.'</span>) <span class="ruby-keyword kw">do</span>
680
+ 52: <span class="ruby-identifier">puts</span> <span class="ruby-identifier">opts</span>
681
+ 53: <span class="ruby-identifier">exit</span>
682
+ 54: <span class="ruby-keyword kw">end</span>
683
+ 55: <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">on_tail</span>(<span class="ruby-value str">'--version'</span>, <span class="ruby-value str">'Show version number.'</span>) <span class="ruby-keyword kw">do</span>
684
+ 56: <span class="ruby-identifier">puts</span> <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">banner</span>
685
+ 57: <span class="ruby-identifier">exit</span>
686
+ 58: <span class="ruby-keyword kw">end</span>
687
+ 59:
688
+ 60: <span class="ruby-ivar">@keywords</span> = <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">argv</span>)
689
+ 61: <span class="ruby-keyword kw">end</span></pre>
684
690
  </div>
685
691
 
686
692
  </div>
data/doc/CHANGELOG.html CHANGED
@@ -80,6 +80,8 @@
80
80
 
81
81
  <li><a href="./TaskJuggler/AttributeDefinition.html">TaskJuggler::AttributeDefinition</a></li>
82
82
 
83
+ <li><a href="./TaskJuggler/AttributeOverwrite.html">TaskJuggler::AttributeOverwrite</a></li>
84
+
83
85
  <li><a href="./TaskJuggler/BatchProcessor.html">TaskJuggler::BatchProcessor</a></li>
84
86
 
85
87
  <li><a href="./TaskJuggler/Booking.html">TaskJuggler::Booking</a></li>
@@ -158,6 +160,8 @@
158
160
 
159
161
  <li><a href="./TaskJuggler/Interval.html">TaskJuggler::Interval</a></li>
160
162
 
163
+ <li><a href="./TaskJuggler/IntervalList.html">TaskJuggler::IntervalList</a></li>
164
+
161
165
  <li><a href="./TaskJuggler/IntervalListAttribute.html">TaskJuggler::IntervalListAttribute</a></li>
162
166
 
163
167
  <li><a href="./TaskJuggler/JobInfo.html">TaskJuggler::JobInfo</a></li>
@@ -190,6 +194,8 @@
190
194
 
191
195
  <li><a href="./TaskJuggler/LogicalExpressionAttribute.html">TaskJuggler::LogicalExpressionAttribute</a></li>
192
196
 
197
+ <li><a href="./TaskJuggler/LogicalExpressionListAttribute.html">TaskJuggler::LogicalExpressionListAttribute</a></li>
198
+
193
199
  <li><a href="./TaskJuggler/LogicalFlag.html">TaskJuggler::LogicalFlag</a></li>
194
200
 
195
201
  <li><a href="./TaskJuggler/LogicalFunction.html">TaskJuggler::LogicalFunction</a></li>
@@ -470,6 +476,8 @@
470
476
 
471
477
  <li><a href="./TaskJuggler/WebServer.html">TaskJuggler::WebServer</a></li>
472
478
 
479
+ <li><a href="./TaskJuggler/WelcomePage.html">TaskJuggler::WelcomePage</a></li>
480
+
473
481
  <li><a href="./TaskJuggler/WorkingHours.html">TaskJuggler::WorkingHours</a></li>
474
482
 
475
483
  <li><a href="./TaskJuggler/WorkingHoursAttribute.html">TaskJuggler::WorkingHoursAttribute</a></li>
@@ -496,8 +504,6 @@
496
504
 
497
505
  <li><a href="./String.html">String</a></li>
498
506
 
499
- <li><a href="./StringIO.html">StringIO</a></li>
500
-
501
507
  </ul>
502
508
  <div id="no-class-search-results" style="display: none;">No matching classes.</div>
503
509
  </div>
@@ -507,2368 +513,1467 @@
507
513
  </div>
508
514
 
509
515
  <div id="documentation">
510
- <h1>Release 0.0.2 (2009-03-04)</h1>
516
+ <h1>Release 0.0.8 (2010-11-24)</h1>
511
517
  <pre>
512
- * Time for another alpha release.
518
+ * Bumping version to 0.0.8
519
+ * Update feature list.
520
+ * Fixing end of exported bookings.
513
521
 
514
- Bump version to 0.0.2.
515
-
516
- * Advertise proper encoding for all HTML files.
517
-
518
- * Show off more features in the tutorial.
519
-
520
- * Fix tutorial project.
522
+ There was one time slot too much at the task end.
521
523
 
522
- Generate example/tutorial from the test case that is used for the
523
- manual.
524
-
525
- * Align custom attribute in report cells properly.
526
-
527
- * Make export reports more TJ2.x compatible.
528
-
529
- * Version without ruby-prof calls.
530
-
531
- * This version needs ruby-prof and crashes ruby 1.9.
532
-
533
- * Make sure the start date of intervals is smaller than the end date.
534
-
535
- * Generate proper HTML code for reports.
536
-
537
- * Added 'treelevel' logical function.
524
+ Reported-by: Dimitri Pissarenko &lt;dmitri.pissarenko@gmail.com&gt;
525
+ * Fixing the booking example used in the reference manual.
526
+ * Adding 'resourceroot' and 'rollupresource' attributes.
527
+ * Make dependency loop error message more specific.
528
+ * Properly detect illegal tokens inside of patterns.
538
529
 
539
- Started to work on colored text cells.
540
-
541
- * Add commandline option to generate reports despite scheduling errors.
542
-
543
- * Documented the BatchProcess class.
544
-
545
- * Some fixes for the SMP support.
546
-
547
- * Improving the tutorial for TJ3.
548
-
549
- * Use multiple CPU cores for report generation.
530
+ This was only working for tokens at the end of a rule.
531
+ * Fixing the attributes and contexts info in the manual and tj3man
532
+ output.
533
+ * Fixing CSV reports with embedded tables.
534
+ * Reuse RichText parser for parsing all RichText input.
535
+ * Switch parser to use new state machine compiler.
536
+ * Fix merge conflict.
537
+ * Fix Ruby 1.8.x compatibility issue.
538
+ * Some more work on the state machine compiler.
539
+ * Adding a (still disabled) state machine compiler to the parser.
540
+ * Looking into pre-compiled states for the parser FSM.
541
+ * Clarifying the difference between ${now} and ${today}.
542
+ * Minor parser code tweaks.
543
+ * More parser code tweaking.
544
+ * Cleaning up some parser code.
545
+ * Moving the rule transition analysis into Rules.
546
+ * Some speed improvements for the parsers.
547
+ * Use more symbols and less Strings.
548
+ * Add a warning if no report was defined or no format was specified.
549
+ * Add more descriptive error message for start/gap conflict.
550
+ * Cleaned-up the GanttRounter and refactored the collision detector.
551
+ * Limiting the scoreboard iterations to actually used segments.
552
+ * Fix missing values in 'status' column
553
+ * More performance improvements for the report generator.
554
+ * Fix performance regressions for the 'resources' column.
555
+ * Substantial speed improvements for the report generator.
556
+ * Fixing a typo.
557
+ * Some cleanups of the DataCache.
558
+ * Adding a global data cache to speed up report generation.
550
559
 
551
- First draft, not working yet.
552
-
553
- * Ruby 1.9 has good UTF8 String support. Use the built-in functions.
554
-
555
- * Use 'times' instead of '0.upto'.
556
-
557
- * Open new window for external references in the manual.
558
-
559
- * Some speed improvements and code cleanup.
560
-
561
- * Cleaned-up progress information.
560
+ This is just a test implementation. It needs further fine tuning and
561
+ polishing.
562
+ * Another merge conflict
563
+ * Fix a merge conflict
564
+ * Adding simple performance profiling support to report server
565
+ * Performance improvements
562
566
 
563
- More source code comments.
564
-
565
- * Some speed improvements by cached the onShift? result.
566
-
567
- * A few more scheduler fixes.
568
-
569
- * Code cleanup and comments.
570
-
571
- * Some booking related fixes.
572
-
573
- * Add check for project without tasks.
574
-
575
- * Lots of cleanups and speed improvements in the scheduler.
567
+ 'loadunit' now defaults to 'days' instead of 'shortauto'. 'shortauto'
568
+ is neat, but can slow down the report generation quite a bit.
569
+ * Show tried directories when TASKJUGGLER_DATA_PATH is not set properly.
570
+ * Improve parser performance by sharing Workinghours scoreboards.
576
571
 
577
- Fixed manual generation.
578
- More test cases.
579
-
580
- * Bug fix and more test cases for allocations.
581
-
582
- * Some speed improvements.
583
-
584
- * Do milestone detection before inheriting start/end dates.
572
+ The scoreboards now use the copy-on-write scheme.
573
+ * Fixing several time zone related bugs in the context of working hours.
585
574
 
586
- This makes more sense and is compatible with TJ 2.x.
587
-
588
- * Fix basename computation.
589
-
590
- * Don't put -w in the shebang line.
591
-
592
- * Various fixes for the test suite.
575
+ This patch also adds much stricter error checking for time and date
576
+ values.
577
+ * Adding a new benchmark for report generation speed.
578
+ * Added a unit test for WorkingHours::timeOff?()
579
+ * Don't default time sheets that have been submitted after last tj3ts_summary.
580
+ * Include list of defaulters in the status report templates.
593
581
 
594
- rake19 is still failing with some obscure error message around id2ref
595
- calls. But ruby19 all.rb works fine.
596
-
597
- * Improving the scheduler performance.
582
+ If tj3ts_summary has been used to generate the 'missing-reports' file,
583
+ this will now be included in the status sheet templates.
584
+ * Don't use tooltips to shorten table headers.
585
+ * Fix crashes when bad sorting criteria is used.
586
+ * Updating the install section with current dependencies.
587
+ </pre>
588
+ <h1>Release 0.0.7 (2010-09-08)</h1>
589
+ <pre>
590
+ * Bumping version to 0.0.7
591
+ * Add section on tj3 web server.
592
+ * Fix crashes when using the underscore variants of some functions.
593
+ * Fix overflow of some HTML table cells.
594
+ * Add missing file.
595
+ * Document web server usage.
596
+ * Only check for modified files when the project has been loaded completely.
597
+ * Ruby 1.8 compatibility fixes.
598
+ * Adding some documentation on how to use the dynamic reports.
599
+ * Completing basic support for dynamic reports.
598
600
 
599
- Added progress indicator.
600
-
601
- * Fix task shifts to be compatible with TJ 2.x.
601
+ By using sometink like &lt;-reportlink id=&quot;foorep&quot; attributes=&quot;hidetask
602
+ plan.id != \&quot;&lt;-id-&gt;\&quot;&quot;-&gt; you can now create parameterized reports that
603
+ the tj3d web server generates on demand.
604
+ * Adding a proper error message when webserver can't find data dirs.
602
605
 
603
- Make sure all tests of the test suite work properly again.
604
-
605
- * Initialize the scoreboards only when the resource is actually used.
606
+ Reported-by: AzenAlex &lt;azenalex@gmail.com&gt;
607
+ * Cleaned up test cases for RichText
608
+ * Clarify allocation shift documentation.
609
+ * Adding a test for allocation shifts.
610
+ * Add support for per allocation shifts.
611
+ * Warn user when CSV format is requested for textreport.
606
612
 
607
- This can drastically speed up the scheduling for projects with many
608
- unused resources.
609
-
610
- * Don't break when hitting an unscheduled task.
611
-
612
- * Show all runaway task as warning first. Then abort.
613
-
614
- * Task start or end dates can now be inherited from parent tasks or the
615
- project time frame.
616
-
617
- * 'rake release' does not work on Windows.
618
-
619
- * Finally fixed the output path in the manual task.
620
-
621
- * Don't include subdirs of manual in distribution.
622
-
623
- * Need to use hardcoded file name :(
624
-
625
- * Use variable instead of hardcoded path.
626
-
627
- * Using threads to get more performance is a dead-end with Ruby.
613
+ Reported-by: vijay &lt;jahagirdar.vs@gmail.com&gt;
614
+ * Use proper Exception class to catch encoding errors.
615
+ * Check mail encoding even before we pass it to 'mail'.
616
+ * Some more fixes for 'alertmessages' and 'alert' columns.
617
+ * Fix bug with incorrect end date or remaining work values in time sheet templates.
618
+ * Adding 'journal_sub' column to reports.
628
619
 
629
- The big VM lock kills any chance to use multiple CPUs. This makes Ruby
630
- really an anachronism in todays multi-CPU PC world.
631
-
632
- * First steps towards a multi-threaded scheduler.
620
+ It works like 'journal' but also includes the sub tasks.
621
+ * Don't crash in multi-CPU mode when no reports are provided.
622
+ * Only milestones are identified as 'targets'.
633
623
 
634
- This version still suffers many race conditions!
635
-
636
- * Support generation of the user manual with installed version.
624
+ This makes more sense than trying to use a date to limits the included
625
+ tasks.
626
+ * Don't send sheet summary emails in RichText syntax.
637
627
 
638
- The package-time manual generation still works, but users can now use
639
- tj3man to generate their own copy of the HTML manual.
640
-
641
- * Don't generate the manual for packaging.
642
-
643
- * Completing the move of classes into the TaskJuggler namespace.
644
-
645
- * Again putting more classes into the TaskJugler namespace.
646
-
647
- * Some cleanups.
628
+ Use proper text and HTML instead.
629
+ * Targets are now also listed for container tasks.
630
+ * Report completion degree for container tasks as well.
631
+ * Make sure we have a proper return value.
632
+ * Documenting image positioning attributes.
633
+ * Adding support for SVG files to [[File:...]] tag.
634
+ * More fixes for the *prefix attributes.
635
+ * Fixing a problem with the '*prefix' attributes of 'include'.
648
636
 
649
- Build manual and rdoc for release.
650
- Don't include README.rb in rdoc documentation.
651
- Gem package should be called taskjuggler, not taskjuggler3.
652
-
653
- * HTMLDocument.rb does not belong in reports.
654
-
655
- * Moving report classes into reports directory.
637
+ Reported-by: Emanuele Cannizzaro &lt;emanuele.cannizzaro@gmail.com&gt;
638
+ * Allow daemon to copy data directories.
639
+ * Change some timeouts to retire server process more quickly.
640
+ * Make sure time sheet warnings/errors always have a source file info.
641
+ * Add a stylesheet to the HTML emails.
642
+ * Confirmation mail for time and status sheets now HTML and plain text
643
+ * Adding more debug infrastructure to the daemon.
644
+ * Fix another macro-in-string problem.
656
645
 
657
- And putting them in the TaskJuggler namespace.
658
-
659
- * Combine all attribute classes into a single file.
660
-
661
- * Put more classes into the TaskJuggler namespace.
662
-
663
- * Hopefully the last one.
664
-
665
- * And another one.
666
-
667
- * More Ruby 1.8.6 compatibility fixes.
668
-
669
- * Fix compatibility issues with Ruby 1.8.6 and earlier.
670
-
671
- * fix README, gem, rdoc tasks, Rakefile handle load error
672
-
673
- * rcov task for ruby19, need small rcov patches
674
-
675
- * run_gem_test for ruby18
676
-
677
- * Some cleanups as a result of the new rake build system.
678
-
679
- * enable test individually
680
-
681
- * test rake task
682
-
683
- * manual rake task
684
-
685
- * fix rexml/formatters/pretty for rcov task
686
-
687
- * rcov rake task
688
-
689
- * Update makedist to make better use of rake.
646
+ Reported-by: Tomas &lt;tomas.it@gmail.com&gt;
647
+ * Fix problem with multiple macro calls inside a string
690
648
 
691
- This file will become obsolete once we have a rake task for the
692
- manual.
693
-
694
- * remove rcov rake task for ruby19
695
-
696
- * manual rake task
697
-
698
- * Cleaned up the new include syntax documentation.
699
-
700
- * fix rexml/formatters/pretty for rcov task
701
-
702
- * enable test individually
703
-
704
- * Remove redundant computation of transitiveOptional in Rule.
649
+ Reported-by: Tomas &lt;tomas.it@gmail.com&gt;
650
+ * Some more fine tuning for the vim syntax file generator
651
+ * Fixing missing column header for 'freework' column.
705
652
 
706
- Added more comments.
707
-
708
- * Revert &quot;rcov rake task&quot;
653
+ Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
654
+ * Fix some links in the user manual.
709
655
 
710
- This reverts commit e7d3a424a91d2a01f7b625e7e1e0cdc619614f0d.
656
+ Reported-by: Emanuele Cannizzaro &lt;emanuele.cannizzaro@gmail.com&gt;
657
+ * Generator for Vim syntax highlighting files added.
658
+ * Support autoselecting the server port.
659
+ * Make BatchProcess handle forks in queue() and wait() blocks.
660
+ * Adding check for gap length/duration of dependencies.
711
661
 
712
- [xpc:1] taskjuggler3&gt; rake19 --trace
713
- (in /home/cs/src/taskjuggler/taskjuggler3)
714
- rake aborted!
715
- no such file to load -- rcov/rcovtask
716
- /home/cs/src/taskjuggler/taskjuggler3/tasks/rcov.rake:2:in `require'
717
- ...
718
-
719
- * stats rake task
720
-
721
- * rdoc rake task
722
-
723
- * rcov rake task
724
-
725
- * show rake task
726
-
727
- * Revert &quot;test rake task&quot;
662
+ When the scheduling direction of a task points away from the
663
+ dependency gap, TJ cannot guarantee that the condition will be met.
664
+ But at least now an error is generated if the gap is too small.
665
+ * Fix handling of multi-line version of HREF tokens.
666
+ * Adding missing file FileList.rb.
667
+ * Adding 'update' command to tj3d
728
668
 
729
- This reverts commit 7ff85849b906c504a782c52921b2516d8988d00c.
669
+ The 'update' command will reload all projects that have files that
670
+ were modified after the project was loaded. A project that is
671
+ currently reloaded will not be loaded twice.
672
+ * Encoding check is now done in the TextScanner.
673
+ * Cleaning up the RichText scanner RegExps.
674
+ * Cleaning up the RichText tokens somewhat.
675
+ * Make RichText [[..]] tokens work with multiple lines.
676
+ * Refactor RichTextScanner to use TextScanner as well.
730
677
 
731
- This patch seem to remove the ability to run test cases individually.
732
-
733
- * test rake task
734
-
735
- * Rakefile tasks : README, gem
736
-
737
- * Don't break compatibility with Ruby 1.8.
678
+ Both scanners are now RegExp based. The error handling was cleaned up.
679
+ * Fixing syntax
680
+ * Revert &quot;Avoid the duplicate entries in the status sheet confirmation mail.&quot;
738
681
 
739
- I shall test ruby 1.8 before committing.
740
- I shall test ruby 1.8 before committing.
741
- I shall test ruby 1.8 before committing.
742
- I shall test ruby 1.8 before committing.
743
- I shall test ruby 1.8 before committing.
744
- ...
745
-
746
- * Improved the handling of file inclusion in the parser.
747
-
748
- * Get rid of ugly String operation.
749
-
750
- * Make parsers work with empty input strings when syntax permits.
751
-
752
- * Bug fix.
753
-
754
- * Cleaned up new Log class.
682
+ This reverts commit 84ca0e9e3767ca74ae92ed5d75bc37bdedac4dd5.
683
+ * list-reports command should show all report types
755
684
 
756
- Added basic structure of a propper ARGV parser.
757
-
758
- * stats rake task
759
-
760
- * rdoc rake task
761
-
762
- * rcov rake task
763
-
764
- * show rake task
765
-
766
- * test rake task
767
-
768
- * Rakefile tasks : README, gem
769
-
770
- * Add execution trace logger.
685
+ Not just HTML reports.
686
+ * Avoid the duplicate entries in the status sheet confirmation mail.
771
687
 
772
- Put more classes into the TaskJuggler namespace.
773
-
774
- * Limits can now be resource specific.
688
+ When a status sheet was re-submitted, the old and the new entries were
689
+ listed in the confirmation mail.
690
+ </pre>
691
+ <h1>Release 0.0.6 (2010-07-05)</h1>
692
+ <pre>
693
+ * Bumping version to 0.0.6.
775
694
 
776
- This is helpful to map the deprecated allocation limits to.
777
-
778
- * Limits can now be restricted to certain time intervals.
779
-
780
- * First steps to introduce namespaces.
781
-
782
- * rakefile system setup and a few changes
783
-
784
- * It's 2009!
695
+ Changelog added.
696
+ * Add CSV output format for NIKU reports.
697
+ * The project reference can be set a lot easier.
698
+ * Fix problem with macros in DQ Strings.
785
699
 
786
- Update copyright sections and removed some Ruby 1.9 warnings.
787
-
788
- * Replace dependency on Ruby library CSV class with own CSVFile class.
700
+ Reported-by: Thomas &lt;tomas.it@gmail.com&gt;
701
+ * Some speed improvements for the parser.
702
+ * And make it work with Ruby 1.8 again.
703
+ * Fix bugs in CSV file generator and the 'precursors' column.
789
704
 
790
- CSV is a major compatibility nightmare between Ruby 1.8 and 1.9.
791
- Rather than plastering the code with version specific code snippets, I
792
- decided to implement my own CSV reader and writer.
793
-
794
- * Re-add UTF8 support files.
795
-
796
- * Merging ruby-1.9 changes back to master.
797
-
798
- * No longer needed.
799
-
800
- * Added some new benchmarks to compare ruby 1.8 and 1.9 performances.
801
-
802
- * Fix TjTime.sameTimeNextMonth bug reported by pauland.
705
+ Reported-by: Frederic Dorodie &lt;frederic.durodie@googlemail.com&gt;
706
+ * Don't shut down a server while it's still connected to a client.
707
+ * Don't have the client disconnect the ReportServer from the ProjectServer.
803
708
 
804
- http://www.taskjuggler.org/FUDforum2/index.php?t=msg&amp;th=4003&amp;start=0&amp;rid=65&amp;S=9d61c1a4a09e928b646920b7968d724c
805
-
806
- * Fix problem with latest ruby SVN.
807
-
808
- * Added a dash between dates to meet TJ 2.4.1 date interval syntax.
809
-
810
- * Finally a version that works with ruby 1.9 SVN.
811
-
812
- * Merge some selected patches back.
709
+ The client already sends the termination request to the ReportServer.
710
+ The ProjectServer can automatically detect (via pings) that the
711
+ ReportServer is no longer there and drop it.
712
+ * Make macro calls inside of numbers, IDs and strings work again.
713
+ * Fix Ruby 1.8 compatibility problem.
714
+ * Allow multi-line macro definition again.
813
715
 
814
- Bring the TextScanner test back.
815
-
816
- * Revert &quot;Improve UTF-8 support in scanners.&quot;
716
+ The macro expansion code is still broken. It needs to move into the stream
717
+ handler.
718
+ * Fix for Ruby 1.8.6.
719
+ * Switching TextScanner to a regexp based implementation.
720
+ * Ping twice a minute to avoid some spurious heartbeat losses.
721
+ * Fix multi-CPU mode again.
722
+ * Make report list more machine readable
723
+ * Clean up the TextStream API somewhat.
724
+ * Replacing some String comparisons with Fixnum comps.
817
725
 
818
- This reverts commit f05aceac000314c380b7fc46cc6665bdf214a622.
819
-
820
- * Revert &quot;Improved UTF8 testing.&quot;
726
+ This improves the parser speed somewhat.
727
+ * Use syntax based EOF check instead of hard-coded version.
728
+ * Adding a version with loop instead of recursion.
821
729
 
822
- This reverts commit 3209450c18a8087b9e023ae7130fe78bf47570b2.
823
-
824
- * Revert &quot;More UTF-8 releated cleanups.&quot;
730
+ It may scale better for large projects but it is 8% slower.
731
+ * Some performance improvements
732
+ * More precise error location reporting for the parser.
733
+ * Some speed improvements for the TextScanner.
734
+ * Eliminate the TextScanner callback again.
825
735
 
826
- This reverts commit 88668b7980ed126c65919ac4a3d7c89ed7419be0.
827
-
828
- * Revert &quot;Converted the String processing in the parser to more Ruby 1.9 compatible syntax.&quot;
736
+ It's not precise enough when characters are pushed-back.
737
+ * Make handling of include files more robust.
738
+ * Using a call-back to signal end of included file.
739
+ * Move line number counting to StreamHandle classes.
740
+ * Eliminated sporadic problems with ObjectSpace._id2ref calls in Ruby 1.9
741
+ * Make status sheet receiver work again.
742
+ * Adapting tutorial to new syntax.
743
+ * Make export report less verbose by not using prefix for default scenario.
744
+ * Keep Task and Resource consistent.
745
+ * Syntax change: alertmessage -&gt; journalmessages, alertsummary -&gt; journalsummaries
829
746
 
830
- This reverts commit 5fbc96e02eab62d207598f355784a3b1d46acac4.
831
-
832
- * Revert &quot;Some cleanup after the recent changes.&quot;
747
+ This keyword renaming is necessary to avoid confusion with the new
748
+ 'alertmessages' and 'alertsummaries' keywords.
749
+ * Passing report attributes via reportlink.
833
750
 
834
- This reverts commit 64c4cb2e282da5195beeed6b488b28365131362e.
835
-
836
- * Some cleanup after the recent changes.
837
-
838
- * Converted the String processing in the parser to more Ruby 1.9 compatible syntax.
839
-
840
- * More UTF-8 releated cleanups.
841
-
842
- * Improved UTF8 testing.
843
-
844
- * Improve UTF-8 support in scanners.
751
+ Improving the STRING documentation.
752
+ * Adding test for journal column.
753
+ * Some fixes to better support RichText in logical expressions.
754
+ * Don't use Array.find_index yet. We still support Ruby 1.8.6.
755
+ * Implement checking of reports against a known reference file.
756
+ * Fix task allocation for task with start and end dates.
845
757
 
846
- This should also simplify a migration to Ruby 1.9.
847
-
848
- * Added test case and bug fixes for LogicalExpression.
849
-
850
- * Code cleanups and API documentation.
851
-
852
- * Test case for PropertySet added.
853
-
854
- Still very rudimentary, but does check WBS indexing and node removal.
855
- Lots of related bug fixes.
856
-
857
- * Avoid to store derived data in the PropertySet data structure.
758
+ Reported-by: Thomas &lt;tomas.it@gmail.com&gt;
759
+ * Fixed crash when using deprecated allocation limits.
858
760
 
859
- This will make PropertyTreeNode deletions from the set easier.
860
-
861
- * Add test for Project.rb.
761
+ Reported-by: Marcin Inkielman &lt;marcin.inkielman@gmail.com&gt;
762
+ * Write some data natively to CSV files to fix time sheets.
763
+ * Reworked CSVFile to make it RFC4180 compliant.
764
+ * Properly mark milestones in export reports.
862
765
 
863
- Make TjTime constructor a bit more handy.
864
-
865
- * Fix syntax reference generation problem.
866
-
867
- * Fixes for the recently added example projects in the test suite.
766
+ Reported-by: Guo-Rong Koh &lt;guorong.koh@gmail.com&gt;
767
+ * Try to accept properly encoded, but non UTF-8 mails as well.
768
+ * Add another test for the recent 'limits' fixes.
769
+ * Fixed a number of bugs in the limit handler.
868
770
 
869
- Most of them involved 'limits'. They also triggered some bugs in tj3 which have been fixed as well.
870
-
871
- * Add examples for properties in manual.
872
-
873
- * Improved doc for 'supplement'.
874
-
875
- * Add example for 'booking' property.
876
-
877
- * Add example for 'credit' property.
878
-
879
- * Add example for 'complete' property.
880
-
881
- * Add example for 'copyright' property.
882
-
883
- * Add example for 'caption' property.
884
-
885
- * Fix problem with reference custom attributes.
886
-
887
- * Fix 'priority' attribute for tasks.
888
-
889
- * Clarify purge description.
890
-
891
- * Add description of purge and limits for allocate property.
892
-
893
- * Add support for 'hidecell' column attribute.
894
-
895
- * Make use of endIdx consistent with TjTime end objects.
771
+ Reported-by: Marcin Inkielman &lt;marcin.inkielman@gmail.com&gt;
772
+ * Change tutorial to use built-in email attribute
773
+ * Fix a crash with computed attributes used for sorting.
896
774
 
897
- Lots of bug fixes for the effort computation routines.
898
-
899
- * Several bug fixes for the effort and duration reporting functions.
900
-
901
- * Add support for ? prefix for dynamic macros to allow them to be undefined.
902
-
903
- * Some bug fixes.
904
-
905
- * Add support for cellurl column attribute.
906
-
907
- * Use nil instead of string constant for empty load stack elements.
908
-
909
- * Added support for celltext column attribute.
910
-
911
- * Clarify install and contribute section of the manual.
775
+ Reported-by: Guo-Rong Koh &lt;guorong.koh@gmail.com&gt;
776
+ * Generating a dynamic unique ID for report segments.
777
+ * Make rollup* attributes work again.
778
+ * Adding 'opennodes' attribute for reports.
912
779
 
913
- Get rid of some TJ2.x leftovers.
914
-
915
- * Fixed HTML load-stack generation.
780
+ This is for TJ internal use only.
781
+ * Don't compile a summary in reminder mode.
782
+ * Adding -w command line option to start web server.
783
+ * Add documentation for 'reportlink' RTF generator.
784
+ * Adding support for user-defined column alignments.
785
+ * Add RichText attribute to reference other reports.
786
+ * Add 'isfeatureof' logical function.
787
+ * Don't generate all output formats for nested reports.
788
+ * Don't try to copy auxilliary files for interactive reports.
789
+ * Show list of reports for a selected project on web server welcome
790
+ page.
791
+ * Make web server port configurable via command line.
792
+ * First working version of the web server mode.
916
793
 
917
- Removed junk lines under ColumnTables.
918
- Don't include parent task for taskroot reports.
919
-
920
- * Another round of checks for the parser.
921
-
922
- * Complete TaskScenario.preScheduleCheck().
923
-
924
- * Adding accidently deleted patches again.
925
-
926
- * More parser error checks.
927
-
928
- * More error checking.
929
-
930
- * Properly handle rich text attributes in report columns.
794
+ Still has many rough edges, but it does server interactively generated
795
+ reports.
796
+ * Fix crash when using some logical functions.
797
+ * Create file with the resource IDs of the missing reports.
798
+ * Update the 'export' documentation to reflect TJ3 features.
799
+ * Move list of missing reports to beginning of summary report.
800
+ * Make tj3 work for files in current directory again.
801
+ * Fix test suite for ruby 1.8.
802
+ * More code to support interactive HTML reports.
803
+ * Add check for recursively nested reports.
804
+ * Use explicite stack for ReportContext.
805
+ * Add references to sorting attributes.
806
+ * Make export reports less noisy by default.
807
+ * Some improvements for the CSV read from file.
808
+ * Try harder to send a reply to email sender.
809
+ * Need string interpolation to work.
810
+ * Use different subject for time and status sheets emails.
811
+ * Enable level4 bullet items and numbers for 'details' section.
812
+ * Don't use cut marks for attachements.
813
+ * Improving the documentation of some attributes.
814
+ * Fix manual generation.
815
+ * Adding runtime dependencies to GEM spec file.
816
+ * mail-2.2.1 changed the subject encoding again
817
+ * Adding support for one more level for RT titles, bullets and number
818
+ lists.
819
+ * Add check for valid UTF-8 encoding of submitted sheets.
820
+ * Make scenario.attribute notation more prominent in the doc.
821
+ * Fix spelling error.
822
+ * Make sure all files of the gem are readable.
823
+ * Allow space at begin of titles in RichText.
824
+ * Fix some time sheet related bugs dealing with personal notes.
825
+ * Fix personal messages after newtasks.
826
+ * Prevent crashed when parsing corrupted incoming mails
827
+ * Add commandline option for sheet interval duration.
828
+ * First code for built-in web server that can server dynamic reports.
829
+ * Support project loading at daemon start.
830
+ * Don't include override reports in time sheet summaries.
831
+ * Improved check for use of 'scheduled' attribute.
832
+ * Only allow 'scheduled' attribute for tasks that already have a start
833
+ and end date.
931
834
 
932
- Make reports smaller by using more CSS attributes.
933
-
934
- * Port recent scheduler improvements from 2.x version.
935
-
936
- * Fixed runtime error reported by Susan.
835
+ Reported-by: Olaf Seidel &lt;olaf.seidel@iscue.com&gt;
836
+ * Allow macro calls within macro calls.
937
837
 
938
- Error checking for report start and end dates added.
939
-
940
- * Started to support RichText columns in HTML reports.
941
-
942
- * Add protocol handlers for RichText.
838
+ I'm not sure why I blocked this, but I can't think of any good reason
839
+ anymore. Allowing it again.
943
840
 
944
- The tutorial in the manual now includes code snippets from the Syntax/Correct directory files.
945
-
946
- * The reference manual can use example code again.
947
-
948
- * Improve doc for workinghours. Start TjpExample class.
949
-
950
- * Fix documentation for arguments that are documented, single pattern rules.
951
-
952
- * Handle white spaces in Rich Text explicitely.
953
-
954
- * Correct syntax examples as test cases added.
955
-
956
- * Include RichText elements in SyntaxReference in link checking.
957
-
958
- * Add link checker for RichTextDocuments.
959
-
960
- * Improved white space handling for RichText output generators.
961
-
962
- * Property report scenario specific and inheritable optional attributes.
963
-
964
- * Added 2008 to copyright header.
965
-
966
- * Document the top-level class and add a hint to it in the README.
967
-
968
- * Merged syntax reference into new user manual.
969
-
970
- * Add infrastructure to generate user manual from MediaWiki files.
971
-
972
- * Switched calendar report columns to use Query.
973
-
974
- * Test cases and fix for dynamic attribute sorting.
975
-
976
- * Dynamic Property attributes can now be sorted as well.
977
-
978
- * Add framework for CSV report unit tests.
979
-
980
- * Make 'include' work at start of project file.
981
-
982
- * Unified query infrastructure implemented.
841
+ Reported-by: Olaf Seidel &lt;olaf.seidel@iscue.com&gt;
842
+ * Simplify algorithm to generate status report templates.
843
+ * Fix report sorting for 'id'.
844
+ * Add status section to 'newtask' template section.
845
+ * Don't include events at start date in status report templates.
846
+ * Get rid of spurious 'rake release' errors.
847
+ * Fix crash in parsing unterminated queries.
983
848
 
984
- All property attributes can now be queried via the same interface.
985
- The report generates use it already for dynamic attributes.
986
-
987
- * Some comments added.
988
-
989
- * Make logical functions with arguments work.
849
+ Reported-by: Cornelius Schumacher &lt;cschum@suse.de&gt;
850
+ * Make sure that 'scheduled' is only set when we really have a start and
851
+ end date.
852
+ </pre>
853
+ <h1>Release 0.0.5 (2010-04-14)</h1>
854
+ <pre>
855
+ * Bumping version to 0.0.5.
856
+ * Some fixes for mail-2.2. It looks like this version fixes most open
857
+ bugs.
858
+ * Switch custom 'Email' attribute to built-in 'email'.
859
+ * Don't use message IDs as file names. Use a MD5 hash of them.
860
+ * Fixing problems with manual.
990
861
 
991
- This fix includes various other bug fixes as well.
992
-
993
- * Add 'rake' as installation dependency.
994
-
995
- * Only use forward locking path for path criticalness.
862
+ Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
863
+ * Complete documentation of status sheet usage.
864
+ * Adding support for 'managers' attribute for resources.
865
+ * Use 127.0.0.1 instead of localhost to fix busy port detection.
866
+ * Completing support for user defined checks.
996
867
 
997
- Port from 2.x.
998
-
999
- * Improved error handling.
1000
-
1001
- * Added support for CSV reports.
1002
-
1003
- * Fix multiple mandatoy allocations with overlapping resource sets.
1004
-
1005
- * Added support for one-time and duration dependent charges.
1006
-
1007
- * Work around for Firefox column width bug.
1008
-
1009
- * More work on the accounting features.
1010
-
1011
- * Many fixes so that TJ3 can read TJ2 exported projects properly.
1012
-
1013
- * Properly connect the error handlers of the RichText parser and the TJP parser.
868
+ Now errors and warnings are supported for resources and tasks.
869
+ * Fix resource allocation for duration tasks.
1014
870
 
1015
- RichText errors are now reported just like TJP errors with their proper in-file location.
1016
-
1017
- * Added support for RichText prologs and epilogs in reports.
1018
-
1019
- * Added support for some more MediaWiki markups.
871
+ Add new 'fail' attribute to support test case for this problem.
1020
872
 
1021
- Most RichText features are now used for the reference manual.
1022
-
1023
- * Cleaned up RichText classes and added unit tests.
1024
-
1025
- * Added simple rich text engine to better format the documentation.
1026
-
1027
- Still very crude and needs lots of comments.
1028
-
1029
- * Various fixes for the README and the reference manual.
1030
-
1031
- * Fix sorting order of keywords in reference manual.
1032
-
1033
- * Improved the intro page for the HTML manual.
1034
-
1035
- * Fix problem with label.
1036
-
1037
- * Updated README with better install description.
1038
-
1039
- * Added support for functions in logical expression.
873
+ Reported-by: Cornelius Schumacher &lt;cschum@suse.de&gt;
874
+ * Add method to disengage ReportServer from ProjectServer.
875
+ * Make TCP port configurable via command line option
876
+ * Fix the rendering of embedded Gantt charts that have scroll bars.
877
+ * Raise the probability of tasks leading up to milestones to get their
878
+ resources.
879
+ * Draw HTML triangles with partial div borders.
1040
880
 
1041
- Right now only isLeaf() works.
1042
-
1043
- * Generate all legend elements on demand and show them only if used.
1044
-
1045
- * Use smaller start gap for Gantt chart dependency arrows.
1046
-
1047
- * First work on Account support.
881
+ This uses less divs to render triangles. This patch is based on a
882
+ suggestion from X Ryl. Thanks!
883
+ * Prevent ProjectServer from hanging in certain states.
884
+ * mail-2.1.5 contains a showstopper bug. Reverting back to 2.1.3.
885
+ * Make switch to mail-2.1.5.2 and later.
886
+ * Some spelling and language fixes.
887
+ * Describe the time sheet process in the manual.
888
+ * Starting to document the client/server and time sheet stuff
889
+ * Signal errors with TjException
890
+ * Send out reminder emails when time sheets were not submitted in time.
891
+ * Fix error message to report correct task.
892
+ * Add command to list reports to tj3client
893
+ * Adding hartbeat checks to the daemon
894
+ * Clean up of the tj3client code.
895
+ * Some code cleanups of the daemon code
896
+ * Fix performance problem when adding a project remotely.
897
+ * Replacing tj3 daemon mode with real daemon.
1048
898
 
1049
- Not much there yet, but the parser already understands most of the syntax.
1050
-
1051
- * Replaced all relative font sizes with absolute ones.
1052
-
1053
- * Warn about using 'wbs' for sorting. It's produces unexpected results.
899
+ This comes with some changes to the tj3client command line interface.
900
+ * Abstracting Tj3AppBase so it can be used for other apps as well.
901
+ * Add flag icons to task and resource journal reports.
902
+ * Support vertical alignment option for RichText images.
903
+ * Add support for images in RichText.
904
+ * Fix RichText internal reference to match MediaWiki syntax.
1054
905
 
1055
- Users should use 'tree' instead.
1056
-
1057
- * Fix font-weight handling for reports.
1058
-
1059
- * Fix WBS sorting bug reported by bhoel.
906
+ [[foo bar baz]] must now be [[foo|bar baz]].
907
+ * Sort tasks by task ID in sheet templates.
908
+ * Spelling fixes.
909
+ * Fixing the default date of sheets.
910
+ * Fix warning for new tasks in time sheets.
911
+ * Status sheets headers need time period not just end date
1060
912
 
1061
- Added some more comments.
1062
-
1063
- * Several fixes/improvements for the HTML calendar and chart.
1064
-
1065
- * Make calendar columns scrollable as well.
913
+ This is needed to fix a problem that status sheet answer emails
914
+ contain only current dashboard entries.
915
+ * Adding additional header fields to emails.
916
+ * Fix test suite after recent code changes.
917
+ * Fix personal status note in time sheets.
918
+ * Add option to send individual reports as well.
919
+ * I don't think this warning is very helpful. Remove it.
920
+ * Add --force option to resend sheet templates.
921
+ * Fix a crash when export reports were used before other reports.
1066
922
 
1067
- This patch still has many rough edges but is a first shot in the right direction.
1068
-
1069
- * Fix index link in reference manual HTML pages.
1070
-
1071
- * Fix 'TjTime.rb:113:in `local': argument out of range' error.
923
+ Reported-by: Eduardo Schoenknecht &lt;eduardo.schoenknecht@gmail.com&gt;
924
+ * Fix crash when using textreports without a header.
925
+ * Encode emails as quoted-printable
926
+ * Not including the minDate reports is probably more practical.
927
+ * Fix crash when trying to set workinghours for shifts or resources.
1072
928
 
1073
- More comments added to TjTime.rb.
1074
-
1075
- * Fix more bugs reported by bhoel.
929
+ Reported-by: Eduardo Schoenknecht &lt;eduardo.schoenknecht@gmail.com&gt;
930
+ * Adding journal reporting for Tasks.
931
+ * Add a link back to 'columns' from 'columnid'.
1076
932
 
1077
- * WBS indexing fixed.
1078
- * Add first set of checks to TaskScenario.preScheduleCheck to prevent containers with duration attributes.
1079
- * Fix 'duration' column values.
1080
-
1081
- * Fix ReportElement.rb:376:in `[]': no implicit conversion from nil to integer bug.
1082
-
1083
- * Get rid of some Ruby warnings.
1084
-
1085
- * Complete support for 'loadunit' in reports.
1086
-
1087
- * Fix another cut/copy/paste-bug.
1088
-
1089
- * Fix bug reported by bhoel.
1090
-
1091
- * Fix bolding and indentation of container lines in reports.
1092
-
1093
- * Various fixes and improvements.
933
+ Reported-by: Marcel &lt;marcel@avigora.com&gt;
934
+ * Don't include all old journal entries. Just the higher alerts.
935
+ * Fix reporting of new tasks for delta check.
936
+ * Check for garbage at end of sheet files.
937
+ * Some styling for the journal reports.
938
+ * Only warn once per mis-indented line.
939
+ * Fix crash when both calendar and chart columns were used.
1094
940
 
1095
- * Add support for load scaling.
1096
- * Simpler form of ledgend.
1097
- * Assorted fixes.
1098
-
1099
- * Some more polishing for the HTML Gantt chart.
941
+ Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
942
+ * Make the automatic end date for sheets work.
943
+ * Add checks for default time sheet strings.
944
+ * Clear time sheets and journal info before checking a time sheet.
945
+ * Time sheets are due by default on Mondays, status sheets on Wednesday.
946
+ * Moved common code of start scripts into new Tj3AppBase class.
947
+ * Adding script to send out a summary of all time sheets.
948
+ * Use shortened cell texts only for height and width limited cells.
949
+ * Make sure that calendar columns always span their assigned width.
950
+ * RichText plain text can now be indented.
951
+ * Some bug fixes for the TextFormatter and more unit tests.
952
+ * Improved version of block text formatter.
953
+ * Adding commandline option for sheet tests to tj3.
954
+ * Add commandline option to limit the resource list for status reports.
955
+ * Started to improve the plain text output of RichText
956
+ * Update for TODO list based on recent feedback.
957
+ * Fix crash when reusing an extend ID.
1100
958
 
1101
- Added now-line.
1102
- Use larger padding for cells.
1103
-
1104
- * Improved the Gantt dependency line routing.
1105
-
1106
- * First draft of a dependency line router for the Gantt chart.
1107
-
1108
- * Added support for dependency arrows in HTML charts.
959
+ Reported-by: John Franey &lt;jjfraney@gmail.com&gt;
960
+ * Add close button to tooltips so IE user can use CTRL-C to copy.
961
+ * Only include sheet in body if it was sent in body.
962
+ * Fix signature handling and CR/LF removal.
963
+ * Switch to quoted printable encoding for email body.
964
+ * Add outlook for next period to time sheet templates.
965
+ * Make email composition more robust.
966
+ * Make manual build again.
967
+ * Be more flexible with the detection of -&gt;8-
968
+ * Improved error reporting for unterminated cut mark strings
969
+ * Save extracted sheets when they fail
970
+ * Require a paragraph break to start a RichText verbatim/pre section.
971
+ * Try to work around another encoding problem.
972
+ * Add simple test suite for status reports.
973
+ * Refactored common code of sheet senders into a base class.
974
+ * Refactored common code into receiver base class.
975
+ * Adding receiver for status reports.
976
+ * Add reported actuals as comments to status sheet templates.
977
+ * Some more improvements for the resource journal format.
978
+ * Add reported time sheet number to the resulting report.
979
+ * Make quote removal work for empty lines without trailing spaces.
980
+ * Add check for time sheets with broken encoding.
981
+ * Make percentage computation work for part-time employees too.
982
+ * Added support to send status sheet templates.
983
+ * Always store time sheets in UNIX text file format.
984
+ * Add warnings for requested changes in time sheets.
985
+ * Make time sheet receiver more flexible.
1109
986
 
1110
- Very crude arrow routing right now. Will be fixed later.
1111
- More comments added all over the place.
1112
-
1113
- * Make HTML Gantt chart scrollable.
1114
-
1115
- * Show time-off intervals in HTML Gantt charts.
1116
-
1117
- * Some cosmetics for the HTML reference manual.
1118
-
1119
- * Task and resource rendering in Gantt charts now works.
1120
-
1121
- * More work on the HTML Gantt chart.
987
+ It can deal with junk before and behind the time sheet and can ignore
988
+ email quote signs.
989
+ * Fix calculation of completion for effort based task.
990
+ * Don't include full sheet in error log.
991
+ * Add {} after include statements.
992
+ * Enable 'journal' column for reports.
1122
993
 
1123
- Still lots more work to do but it is taking shape now.
1124
-
1125
- * First version of HTML Gantt chart.
994
+ Currently only works for resources, not task.
995
+ * Fix SCM command for all.tji.
996
+ * Fix off-by-one bug that caused efforts to be one slot short.
997
+ * Some more bug fixes for the time sheet processor.
998
+ * Fix syntax.
999
+ * Add SCM support.
1000
+ * Linewrapping support for RichText paragraphs in text mode.
1001
+ * Try to send emails even for email delivery failures.
1002
+ * Make CR and CR+LF work for buffers as well.
1003
+ * Deal with CR/LF issues no matter where the file was created or is
1004
+ read.
1005
+ * Always generate the full list even when doing single send-outs.
1006
+ * Add more logging and error handling.
1007
+ * Adding simple test case for timesheet sender/receiver.
1008
+ * Change some working of the time sheet related text messages.
1009
+ * Don't send templates to resources on vacation.
1010
+ * Generate tji files that include all timesheet tji files in the
1011
+ directory.
1012
+ * Support task independent status message in time sheets.
1013
+ * Merge some common code into single base class.
1014
+ * Add a ')' after section numbers in text mode.
1015
+ * A slightly improved version of the race condition hack.
1016
+ * Add command line option to send out just specific templates.
1017
+ * Fix TJ2.x export section.
1126
1018
 
1127
- This is just draft code to test browser compatibility.
1128
-
1129
- * Cleanup up report attributes.
1019
+ A git checkout after 2.4.3 is required.
1020
+ * Improved validation of time periods.
1130
1021
 
1131
- Report line counting fixed.
1132
- Alternating background colors fixed.
1133
-
1134
- * Report refactoring completed.
1022
+ Reported-by: petermp &lt;pmprestesaeter@gmail.com&gt;
1023
+ * Allow timesheet syntax in body of email.
1024
+ * Include warnings in answer email.
1025
+ * Add --nomail option for tj3ts_receiver.
1135
1026
 
1136
- All lose ends connected again. Should work as good/bad as before the refactoring.
1137
-
1138
- * Complete refactoring of report classes.
1027
+ Switch from open3 to open4.
1028
+ * Turn email sending on.
1029
+ * Make -c option work for tj3ts_receiver
1030
+ * Make tj3ts_receiver more configurable.
1031
+ * Make sender/receiver scripts more robust.
1032
+ * Added a script for the time sheet receiver.
1139
1033
 
1140
- This is just a snapshot with very many lose ends.
1141
-
1142
- * HTML documentation how has proper navigation bar.
1143
-
1144
- * Support HTML formatted syntax help for parser keywords.
1145
-
1146
- * Get rid of the Subversion tag in the header.
1147
-
1148
- * Hopefully final test.
1149
-
1150
- * Another test commit.
1151
-
1152
- * Just a test for post-receive.
1153
-
1154
- * Just a test commit.
1155
-
1156
- * Avoid multiple resets of unmodified Limits scoreboards.
1157
-
1158
- * Make parser rule definition easier.
1034
+ Nicer formatting of the returned time sheet.
1035
+ * Adding scripts to send and receive time sheets via email.
1036
+ * Some improvements for the client/server interactions.
1037
+ * Add examples for time sheet stuff to the manual.
1038
+ * More error checking for time sheets.
1039
+ * Add paragraph to generate proper HTML.
1040
+ * More HTML layout fixes to work around IE8 bugs.
1041
+ * Fixed a problem with inherited attributes in derived scenarios.
1159
1042
 
1160
- Don't require the rule name to be entered twice.
1161
- Make function names a bit more consistent.
1162
-
1163
- * Cleaned up all code that deals with resource allocations.
1043
+ Reported-by: Brendan Hyland &lt;brendan.hyland@hylandqs.ca&gt;
1044
+ * More HTML code fixes for IE8.
1045
+ * Again more tables for HTML layout to please IE8.
1046
+ * Fixed a crash when using shift assignments.
1164
1047
 
1165
- Fixed a number of other bugs in related classes as well.
1166
-
1167
- * Support for limits for resource usage and task assignments added.
1168
-
1169
- * Various bug fixes and documentation improvements.
1170
-
1171
- * Make shifts work for task assignments.
1048
+ Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
1049
+ * Use some common code for table frames.
1050
+ * Going back to using HTML tables.
1172
1051
 
1173
- Various other bug fixes and speed improvements.
1174
-
1175
- * Make ShiftAssignments use shared Scoreboards.
1052
+ There is just no way I can get the layout to work with divs on all
1053
+ browsers.
1054
+ * Some CSS fixes to make it work with Firefox and Opera.
1176
1055
 
1177
- This increases memory efficiency and performance for larger projects.
1178
-
1179
- * Make Shifts work for some more complicated test cases.
1056
+ IE8 will probably still not work.
1057
+ * Some cleanups for the text report column layout.
1058
+ * Switch tutorial to new columns.
1059
+ * Fix textreport layout.
1060
+ * Replace 'depends' and 'precedes' columns with 'precursors' and
1061
+ 'followers'.
1180
1062
 
1181
- Cleanup of Workinghours.
1182
- Fixed lots of bugs in ShiftAssignments.
1183
-
1184
- * First round of Shift support.
1063
+ Also: Tooltips now show up on click, not hover.
1064
+ * Make CSV tests work again.
1065
+ * Make tooltips work for charts in HTML reports.
1066
+ * Fix logical functions with trailing _.
1185
1067
 
1186
- Far from complete, but resource shifts seem to work ok.
1187
-
1188
- * Make sure we have test cases for all syntax error messages.
1189
-
1190
- * Use less special cases in the syntax description.
1191
-
1192
- * Make tj3man work for 'allocate' and 'columns'.
1193
-
1194
- * Some cosmetics for the HTML reports.
1195
-
1196
- * Added more features to the export report.
1197
-
1198
- * More syntax documentation and build system improvements.
1068
+ And some more HTML compliance fixes.
1069
+ * Generated HTML files should be all W3C compliant again.
1070
+ * Use a single function to generate all HTML head sections.
1071
+ * Add missing content-type meta tag.
1072
+ * Fix some HTML problems.
1073
+ * It's time to switch to strict XHTML 1.0.
1074
+ * Try to work around IE bugs.
1075
+ * Use Query attributes more frequently during report generation.
1199
1076
 
1200
- Fixed Rakefile and package generation script.
1201
- Added more docs for syntax keywords.
1202
-
1203
- * More work on tj3man.
1077
+ This is just a first step of a larger effort.
1078
+ * Fix crash.
1079
+ * Be more explicit about operator precedence in logical expressions.
1080
+ * Make tooltips sticky.
1204
1081
 
1205
- Many more keywords have been documented.
1206
-
1207
- * Accept interger and float values.
1208
-
1209
- * More tj3man fixes. More syntax documentation.
1210
-
1211
- * More work on tj3man.
1212
-
1213
- * More work on auto-documenting parser.
1214
-
1215
- * First implementation of syntax manual tool tj3man.
1216
-
1217
- * Some bug fixes and scalability improvements.
1218
-
1219
- * Optimizer now properly uses path criticalness heuristic.
1220
-
1221
- * First implementation of path priority calculation.
1222
-
1223
- * More fixes for 'booking'.
1224
- Make logical expressions work.
1225
-
1226
- * Added support for 'no' column.
1227
-
1228
- * More test for bookings and some bug fixes.
1229
-
1230
- * More work on bookings.
1231
-
1232
- * Some work on 'booking' support. Not yet complete.
1233
-
1234
- * Eliminate some code dumplication.
1235
-
1236
- * More test cases. More bug fixes.
1237
-
1238
- * Fix for loop detector.
1239
-
1240
- * Dependency loop checker added.
1241
-
1242
- * Fixed 'precedes' dependencies.
1243
-
1244
- * Implemented some ideas how to support start-&gt;start or end-&gt;end
1245
- dependencies.
1246
-
1247
- * Assorted improvements.
1082
+ The icon of the name column now always has a tooltip with the ID.
1083
+ * Swap symbol and label in HTML report legend.
1084
+ * Properly handle self-closing XML tags.
1085
+ * Replace some HTML tables with div constructs.
1248
1086
 
1249
- Prepared dependency handling for start/start and end/end deps.
1250
- HTML report beautifications.
1251
- Scenario attribute support improved.
1252
-
1253
- * Cleaned up macro parser and added error checking.
1254
-
1255
- * Macro parser added to TextScanner.
1087
+ Start to cleanup the stylesheet namespace.
1088
+ * Add project ID to Niku report headers as well.
1089
+ * Put 0.0 in XOG files, but not in HTML reports.
1090
+ * Some more bug fixes for Clarity reporting.
1091
+ * headline is now support for nikureports.
1092
+ * Adding an HTML version for the Clarity reports.
1256
1093
 
1257
- Error checking is still missing but it seems to work with first
1258
- simple tests.
1259
-
1260
- * Don't revconftrol HTML files in this dir.
1261
-
1262
- * More infrastructure for test suite added.
1263
-
1264
- * Added support for real project files in the test suite.
1265
-
1266
- * Extended Export report generator and TJP parser so that the parser can
1267
- read a generated export report.
1268
-
1269
- * More work on Export report generator.
1270
-
1271
- * Cleanup TJP syntax rules by replacing repeated pattern with
1272
- convenience functions.
1273
-
1274
- * User helper functions to setup syntax rules for similar rules.
1275
-
1276
- * Support for global and resource vacations added.
1277
-
1278
- * New color scheme for HTML reports.
1094
+ They are mostly useful for debugging right now.
1095
+ * Improve readability of code sections in user manual.
1096
+ * Adding an example for the Clarity XOG report.
1097
+ * Some cleanups for the Clarity export file.
1098
+ * Some cleanups for the Clarity exporter.
1099
+ * First draft of a Clarity export report.
1279
1100
 
1280
- Some more work to generate nicer looking HTML reports. A few bits and
1281
- pieces are still missing.
1282
-
1283
- * Added support for task and resource sorting.
1101
+ Just a concept for testing right now.
1102
+ * More work on the time sheet report generator.
1284
1103
 
1285
- Some hardining for reporting unfinished scheduling runs.
1286
- The sorting stuff is completely untested.
1287
-
1288
- * Moved TJP syntax rules into separate file.
1289
-
1290
- * More work done on the report generator.
1104
+ Currently hardcoded for percentage reporting.
1105
+ * Adding TJ2 with TJ3 reports howto.
1106
+ * Fix 'taskattributes' for export reports.
1291
1107
 
1292
- We now have HTML task and resource reports that have a basic working
1293
- feature set.
1108
+ Reported-by: Marcel &lt;mbrouillet@triumemba.org&gt;
1109
+ * Add additional search path for Debian based distros.
1110
+ </pre>
1111
+ <h1>Release 0.0.4 (2010-02-01)</h1>
1112
+ <pre>
1113
+ * Some prep for signed gems. Not yet very user friendly.
1114
+ * On our way to a 0.0.4 release.
1115
+ * Don't crash on empty tooltips.
1116
+ * More improvements for the installation description.
1117
+ * Better documentation for the install procedure.
1118
+ * More details on TJ2-&gt;TJ3 migration.
1119
+ * It's 2010 now.
1120
+ * Add support for 'today' built-in macro.
1121
+ * First working version of client/server feature.
1294
1122
 
1295
- Report columns may contain property fixed data values, computed values
1296
- based on the property and report interval, as well as calendar charts.
1297
-
1298
- * More work on HTML task report
1123
+ Still very basic code.
1124
+ * Fix nested include files with taskprefix.
1299
1125
 
1300
- htmltaskreports are now somewhat complete. Resources are not yet
1301
- supported.
1302
-
1303
- * * More work on HTML task report generation.
1304
-
1305
- * * Cleanup of task report generator.
1306
- * Added lots of time manipulation functions.
1307
-
1308
- * * Scheduler fixes.
1309
-
1310
- * * Support for logical expressions added.
1311
- * Multiple scenarios for HTML reports.
1312
-
1313
- * * Renaming some files to be more specific.
1314
- * Some more comments.
1315
-
1316
- * * Add missing files from last checkin.
1317
-
1318
- * * Fix attribute inheritance.
1319
-
1320
- * * Nicer and more complete reports.
1321
-
1322
- * Added lots of new features:
1323
- * Extended attributes
1324
- * Hierachic tasks
1325
- * post scheduling task checking
1326
- * include file support
1327
-
1328
- * * Support for WorkingHours added.
1329
-
1330
- * * Added support for more keywords in the parser.
1331
-
1332
- * * Documented TextParser.
1333
- * Debug support for TextParser.
1334
- * Added more TJP language keywords to ProjectParser.
1335
- * Added FLOAT token to scanner.
1336
-
1337
- * * Add proper header to all ruby files.
1338
- * Make taskjuggler.rb the real main program.
1339
-
1340
- * * First shot of a parser added.
1341
-
1342
- * * Fix HTML report header.
1343
-
1344
- * initial import
1345
-
1346
- * = Release 0.0.3 (2009-10-20)
1347
-
1126
+ This patch also enforces a .tji extension for included files.
1127
+ Reported-by: Christian Sunkel &lt;christian@suenkel.de&gt;
1128
+ * Make timezone test work again on glibc 2.10 and later.
1129
+ * More sketches for the client/server code.
1130
+ * First parts of a report server.
1131
+ * Make sure we always return an Array.
1132
+ * Added support for an 'alerttrend' column.
1133
+ * Use Query for LogicalExpressions.
1134
+
1135
+ And some unrelated bug fixes.
1136
+ * Added support for status sheets.
1137
+ * Support multiple journal entries for same date.
1138
+ * Show all task in taskreports by default.
1139
+
1140
+ Added isongoing() function to get old behavior back.
1141
+ * Support for custom periods for columns.
1142
+ * Make cell background color configurable.
1143
+ * Add an expiration date to 'hasalert()'
1144
+ * Get rid of empty tooltips.
1145
+ * Add option to generate self contained HTML reports.
1146
+ * Bug fix for ReferenceAttributes.
1147
+ * Cleaning up the Query mechanism.
1148
+ * Show name instead of id for 'responsible'.
1149
+ * Some fixes for the time sheet handling.
1150
+ * Remove scenario specification from time sheets.
1151
+
1152
+ It's a project setting now.
1153
+ * Only use bold lines in tree mode.
1154
+ * s/count/length/ for Ruby 1.8 compatibility.
1155
+ * Make 'summary' and 'details' work in time sheets.
1156
+ * First pieces of the time sheet report generator.
1157
+
1158
+ We can now generate time sheet templates and read the filled-out ones
1159
+ back in again. Still a lot of plumbing missing though.
1160
+ * Make the status part of time sheets work.
1161
+ * First code for time sheet support.
1162
+ * Make alertmessages work.
1163
+ * Use more descriptive names for the journalentry attributes.
1164
+ * Make 'loadunits' work again.
1165
+
1166
+ Reported-by: Guillaume DELVIT &lt;guiguid@free.fr&gt;
1167
+ * Add check for feature limited RichText strings.
1168
+
1169
+ * More accurate error position reporting.
1170
+ * Cleaned-up alarm level descriptions.
1171
+ * Add support for 'alertnotice' column.
1172
+ * Some bug fixes for the Query mechanism.
1173
+ * hasalert function for LogicalExpressions added.
1174
+ * Added support for statically computed dates.
1175
+ * Some bug fixes for the report generator.
1176
+ * Make LogicalExpressions work with dates.
1177
+ * Make hyper link targets configurable.
1178
+ * Put HTML stylesheets into separate files.
1179
+ * Several bug fixes for the report generator.
1180
+ * Make logical expressions work with strings.
1181
+ * Added support for queries inside of HREF
1182
+ * :w
1183
+ * Update tutorial for new syntax.
1184
+ * Major change of how the cell content is generated.
1185
+
1186
+ This commit changes the synatx in an incompatible way to earlier
1187
+ versions!
1188
+ * Initialize all RichStrings in reports for queries.
1189
+ * Another fix for the cell generator.
1190
+ * Fix manual build.
1191
+ * Some fixes for last commits.
1192
+ * Some cleanups for the cell text handling.
1193
+ * Some refactoring of the RichText classes.
1194
+
1195
+ Generate proper intermediate objects so this stuff is re-entrant and
1196
+ the Query objects can be attached.
1197
+ * Project attributes can now be queried.
1198
+ * Support nested properties for non-leaf properties in reports.
1199
+
1200
+ This is a major change to earlier versions. To get the old behavior
1201
+ back, you need to replace
1202
+
1203
+ hideresource ~isleaf()
1204
+
1205
+ with
1206
+
1207
+ hideresource ~(isleaf() &amp; isleaf_())
1208
+
1209
+ See manual for details what the function with _ suffix mean.
1210
+ * Cleaned-up the query code somewhat.
1211
+ * Queries now have a context.
1212
+ * Don't drop parent tasks too early in the filter process.
1213
+ * Make the != operator work for logical expressions.
1214
+ * Fix column width handling for table columns.
1215
+ * Don't delete manual dir.
1216
+ * Fix sporious build fails for manual.
1217
+ * Added support for alert level reporting.
1218
+ * Always show a dot after one-level-only bullet items.
1219
+ * Use tooltips for all fixed-width columns.
1220
+ * Make sure the details icon is always visible.
1221
+ * Get rid of empty tooltips.
1222
+ * Added reportable attribute 'targets' for tasks.
1223
+ * Improved handling of column width setting
1224
+ * Fix UTF-8 issue with IE8.
1225
+ * Started to turn list attributes into RichText cells
1226
+ * Make HTML reports a bit nicer.
1227
+
1228
+ * Move copyright to page bottom.
1229
+ * Highlight active navigator menu.
1230
+ * Updated todo list.
1231
+ * Handle RichText columns with tooltip windows if necessary.
1232
+ * Cleaned up BatchProcessor to report a Ruby 1.9.x bug.
1233
+ * Improved tree sorting code.
1234
+ * Replace some clone() with dup() calls.
1235
+
1236
+ Will probably not affect performance much, but we really only need
1237
+ dup() here.
1238
+ * Fix Ruby 1.8 compatibility issue.
1239
+ * Fix tree sorting.
1240
+ * Make tree sorting work better.
1241
+
1242
+ The algorithm is still broken.
1243
+ * Fix sorting for 'tree' + something lists.
1244
+ * Fix isdependencyof.
1245
+ * Fix free time reporting for resources.
1246
+ * Make hidecelltext really work for standard cells.
1247
+ * Move doc of logical functions to syntax reference.
1248
+ * Make hidecelltext work with standard report cells.
1249
+ * New section for manual.
1250
+ * Added documentation of logical functions and other syntax elements.
1251
+ * Fix a HTML render issue with Opera.
1252
+ * Added isactive() LEXP function.
1253
+ * I shall run the test suite before committing 'trivial' fixes...
1254
+ * Some bug fixes.
1255
+ * Fix a Ruby 1.8 compatibility issue.
1256
+ * Added support for RichText function query.
1257
+ * RichTextProtocol -&gt; RichTextFunction
1258
+ * Add hint that X.X.X needs to be replaced with current version.
1259
+ * Fix some races in the BatchProcessor.
1260
+ * Some more cleanup of the BatchProcessor.
1261
+ * Navigator now matches the report structure.
1262
+ * Call wait() block as soon as jobs have finished.
1263
+
1264
+ Don't wait until all jobs have completed.
1265
+ * Assorted bug fixes.
1266
+ * Make BatchProcessor more robust.
1267
+ * Fix multithreaded report generation.
1268
+
1269
+ Also don't overwrite inherited report attributes.
1270
+ * Improved handling of EOT within RichText tokens.
1271
+ * Reports can now have a title that's used by the navigators.
1272
+ * Accounts and reports can now be flagged.
1273
+ * Fix missing bookings in export report.
1274
+
1275
+ Reported-by: Arlindo Carvalho &lt;rdc02271@yahoo.com&gt;
1276
+ * 'effortdone' and 'effortleft' columns added.
1277
+ * Fix manual generation.
1278
+ * Add support for ']' inside macro definitions.
1279
+ * Another attempt to fix the datadir problem.
1280
+ * Add separate config variables for software name and package name.
1281
+ * Some bug fixes.
1282
+ * HTML reports now contain icons.
1283
+ * Improved bug report guidelines.
1284
+ * Fix crash on recursive macro calls.
1285
+ * Fix resource load stack in Gantt charts.
1286
+ * Added some more features for reports.
1287
+ * Document 'formats' attribute more prominently.
1288
+ </pre>
1289
+ <h1>Release 0.0.3 (2009-10-20)</h1>
1290
+ <pre>
1348
1291
  * It's time for a new release.
1349
-
1350
1292
  * Fix multi-char operators for LogicalExpressions.
1351
-
1352
1293
  * Fix for last hidecellurl patch.
1353
-
1354
1294
  * Add support for hidecellurl.
1355
1295
 
1356
1296
  Fix tutorial examples.
1357
-
1358
1297
  * Only the first file must be a .tjp
1359
-
1360
1298
  * Try fix for IE8.
1361
-
1362
1299
  * 'Overview' looks nicer in the nagivation bar.
1363
-
1364
1300
  * Update example.
1365
-
1366
1301
  * Started update of tutorial with new report syntax.
1367
-
1368
1302
  * Convert tutorial example references to new syntax.
1369
-
1370
1303
  * Implemented block and inline generators for RichText.
1371
1304
 
1372
1305
  The new syntax replaces the previously used [[protocol:name]] syntax.
1373
-
1374
1306
  * Fix Ruby 1.8 compatibility problem.
1375
-
1376
1307
  * Various improvemens for the HTML reports.
1377
-
1378
1308
  * Fix some rendering issues of the HTML reports.
1379
-
1380
1309
  * Check for @value not being set.
1381
1310
 
1382
1311
  Fix suggested by msc.
1383
-
1384
1312
  * Generate more descriptiv auto-IDs.
1385
-
1386
1313
  * Fix display of reference URLs in reports.
1387
1314
 
1388
1315
  Bug reported by msc.
1389
-
1390
1316
  * Some code refactoring to cleanup the mode handling.
1391
-
1392
1317
  * Detect recursive inclusions.
1393
-
1394
1318
  * Improved input file name validation.
1395
-
1396
1319
  * --output-dir option added
1397
1320
 
1398
1321
  Generated reports will be put into this directory if specified.
1399
-
1400
1322
  * Update manual to include optional IDs.
1401
-
1402
1323
  * Make property IDs optional.
1403
1324
 
1404
1325
  ID and version for the project declaration are also optional now.
1405
-
1406
1326
  * Improved test for weak deps problem.
1407
1327
 
1408
1328
  This is a forward port of the fix that Gregoire wrote for the weak
1409
1329
  dependency problem.
1410
-
1411
1330
  * Added test case from Gregoire.
1412
1331
 
1413
1332
  No need to forward port this fix.
1414
-
1415
1333
  * Don't inherit maxstart and minend.
1416
-
1417
1334
  * Add support for 'scenario' column.
1418
1335
 
1419
1336
  Bug reported by garyo.
1420
-
1421
1337
  * Some code cleanup.
1422
-
1423
1338
  * More missing pieces of the the 'fix resourceprefix' commit.
1424
-
1425
1339
  * Somehow this change was left out of the last commit.
1426
-
1427
1340
  * Fix 'resourceprefix' handling.
1428
1341
 
1429
1342
  This fixes a problem reported by Beni.
1430
-
1431
1343
  * Fixes for export report.
1432
1344
 
1433
1345
  Make inclusion of definitions user configurable.
1434
1346
  Add new '*' and '-' shortcut for keyword lists.
1435
-
1436
1347
  * Some cleanup in the RichText generator.
1437
1348
 
1438
1349
  I need to find a clean solution to handle RTPs that expand into
1439
1350
  blocks. Right now they are enclosed in &lt;p&gt;..&lt;/p&gt; and that's illegal in
1440
1351
  HTML.
1441
-
1442
1352
  * Fix tutorial example again.
1443
-
1444
1353
  * Avoid compatibility issue with 1.8.6.
1445
-
1446
1354
  * Updating the tutorial with latest syntax changes.
1447
-
1448
1355
  * Several fixes for the manual.
1449
1356
 
1450
1357
  * Added documentation for types.
1451
1358
  * Added documentation for new cut-mark-strings.
1452
-
1453
1359
  * Nested reports: putting it all together
1454
1360
 
1455
1361
  * First working version of nested reports.
1456
1362
  * Added support for cut-mark-strings (-8&lt;- for bar -&gt;8-)
1457
1363
  * Scanner cleanups.
1458
-
1459
1364
  * Explicitely use current dir for 'require'.
1460
1365
 
1461
1366
  Latest ruby 1.9.2 version seems to no longer include '.' in $:.
1462
-
1463
1367
  * Fix suggested by Guillaume DELVIT.
1464
-
1465
1368
  * More steps towards nested reports.
1466
-
1467
1369
  * Update tutorial example.
1468
-
1469
1370
  * Another fix for bookings.
1470
-
1471
1371
  * More refactoring to prepare composable reports.
1472
-
1473
1372
  * More bug fixes.
1474
1373
 
1475
1374
  Fix problems with reference attributes defaulting to 'true'.
1476
1375
  Fix WorkingHour dumping.
1477
-
1478
1376
  * Don't change start/end date of scheduled tasks with bookings.
1479
-
1480
1377
  * Make sure we always show the year in the header.
1481
-
1482
1378
  * Respect the user provided report period.
1483
-
1484
1379
  * Some bug fixes for report generator.
1485
-
1486
1380
  * Started refactoring for composable reports.
1487
1381
 
1488
1382
  This is very much WIP right now. The report syntax will change again.
1489
-
1490
1383
  * Fix scenario related problem reported by Jean-Yves.
1491
1384
 
1492
1385
  We need to treat inheritance from scenarios like initial assignments,
1493
1386
  not like inheritance from parent properties.
1494
-
1495
1387
  * Eliminate dead code.
1496
-
1497
1388
  * Handle duration task with bookings like TJ2.x.
1498
-
1499
1389
  * Fixed link to example entry.
1500
-
1501
1390
  * Added journaling support.
1502
1391
 
1503
1392
  No reporting support yet.
1504
-
1505
1393
  * Be more clear on inheritance in syntax reference.
1506
1394
 
1507
1395
  Attributes can be inherited from a parent property or a global
1508
1396
  attribute. The syntax reference now clearly lists for which attributes
1509
1397
  this is the case.
1510
-
1511
1398
  * Fix tutorial example.
1512
-
1513
1399
  * Added support for 'header' and 'footer' attributes.
1514
-
1515
1400
  * Make menus more versatile.
1516
-
1517
1401
  * Fix description of ID characters.
1518
-
1519
1402
  * Use a well defined time zone for syntax tests.
1520
-
1521
1403
  * Properly handle provided completion values.
1522
-
1523
1404
  * Export report related fixes.
1524
-
1525
1405
  * Older versions of zoneinfo use the English name.
1526
1406
 
1527
1407
  Pick a more static time zone that works with all systems.
1528
-
1529
1408
  * Time zone related fixes.
1530
1409
 
1531
1410
  * Setting a global time zone works now.
1532
1411
  * The timing resolution is limited based on the selected time zone.
1533
1412
  * The test suite should work in all time zones now.
1534
-
1535
1413
  * Added support for 'depends' and 'precedes' column.
1536
-
1537
1414
  * Cosmetic changes to the report menu.
1538
-
1539
1415
  * First shot at an autogenerated menu for reports.
1540
-
1541
1416
  * Fix entry link for report.
1542
-
1543
1417
  * Improve the bug report howto.
1544
-
1545
1418
  * Don't always trust the ruby doc.
1546
-
1547
1419
  * Testing the new ML archive.
1548
-
1549
1420
  * Added item to TODO list.
1550
-
1551
1421
  * Fix another link to the new forum page.
1552
-
1553
1422
  * Set link to new forum entry page.
1554
-
1555
1423
  * Set forum link to new forum page.
1556
-
1557
1424
  * Updated TODO list.
1558
-
1559
1425
  * Dropped support for old report definitions.
1560
1426
 
1561
1427
  The new format is now more in line with the TJP language and conflicts
1562
1428
  with the old format. A legacy support is not possible.
1563
-
1564
1429
  * Rewrote the deep_clone support.
1565
1430
 
1566
1431
  This method is a lot more robust.
1567
1432
  The report syntax used in the tutorial is just a draft and will change
1568
1433
  again.
1569
-
1570
1434
  * Refactored Report class.
1571
1435
 
1572
1436
  Replaced ReportElement and ReportTableElement with ReportTableBase.
1573
-
1574
1437
  * Clean up exception raises.
1575
1438
 
1576
1439
  Some more prep work for the upcoming report refactoring.
1577
-
1578
1440
  * Turning Report attributes into TJ attributes.
1579
-
1580
1441
  * Turning Report into a TJ property.
1581
1442
 
1582
1443
  That way we get attribute inheritance for reports and we can create a
1583
1444
  structured tree of reports.
1584
1445
  </pre>
1585
- <h1>Release 0.0.4 (2010-02-01)</h1>
1446
+ <h1>Release 0.0.2 (2009-03-04)</h1>
1586
1447
  <pre>
1587
- * Some prep for signed gems. Not yet very user friendly.
1588
-
1589
- * On our way to a 0.0.4 release.
1590
-
1591
- * Don't crash on empty tooltips.
1592
-
1593
- * More improvements for the installation description.
1594
-
1595
- * Better documentation for the install procedure.
1596
-
1597
- * More details on TJ2-&gt;TJ3 migration.
1598
-
1599
- * It's 2010 now.
1600
-
1601
- * Add support for 'today' built-in macro.
1602
-
1603
- * First working version of client/server feature.
1448
+ * Time for another alpha release.
1604
1449
 
1605
- Still very basic code.
1606
-
1607
- * Fix nested include files with taskprefix.
1450
+ Bump version to 0.0.2.
1451
+ * Advertise proper encoding for all HTML files.
1452
+ * Show off more features in the tutorial.
1453
+ * Fix tutorial project.
1608
1454
 
1609
- This patch also enforces a .tji extension for included files.
1610
- Reported-by: Christian Sunkel &lt;christian@suenkel.de&gt;
1611
-
1612
- * Make timezone test work again on glibc 2.10 and later.
1613
-
1614
- * More sketches for the client/server code.
1615
-
1616
- * First parts of a report server.
1617
-
1618
- * Make sure we always return an Array.
1619
-
1620
- * Added support for an 'alerttrend' column.
1621
-
1622
- * Use Query for LogicalExpressions.
1455
+ Generate example/tutorial from the test case that is used for the
1456
+ manual.
1457
+ * Align custom attribute in report cells properly.
1458
+ * Make export reports more TJ2.x compatible.
1459
+ * Version without ruby-prof calls.
1460
+ * This version needs ruby-prof and crashes ruby 1.9.
1461
+ * Make sure the start date of intervals is smaller than the end date.
1462
+ * Generate proper HTML code for reports.
1463
+ * Added 'treelevel' logical function.
1623
1464
 
1624
- And some unrelated bug fixes.
1625
-
1626
- * Added support for status sheets.
1627
-
1628
- * Support multiple journal entries for same date.
1629
-
1630
- * Show all task in taskreports by default.
1465
+ Started to work on colored text cells.
1466
+ * Add commandline option to generate reports despite scheduling errors.
1467
+ * Documented the BatchProcess class.
1468
+ * Some fixes for the SMP support.
1469
+ * Improving the tutorial for TJ3.
1470
+ * Use multiple CPU cores for report generation.
1631
1471
 
1632
- Added isongoing() function to get old behavior back.
1633
-
1634
- * Support for custom periods for columns.
1635
-
1636
- * Make cell background color configurable.
1637
-
1638
- * Add an expiration date to 'hasalert()'
1639
-
1640
- * Get rid of empty tooltips.
1641
-
1642
- * Add option to generate self contained HTML reports.
1643
-
1644
- * Bug fix for ReferenceAttributes.
1645
-
1646
- * Cleaning up the Query mechanism.
1647
-
1648
- * Show name instead of id for 'responsible'.
1649
-
1650
- * Some fixes for the time sheet handling.
1651
-
1652
- * Remove scenario specification from time sheets.
1472
+ First draft, not working yet.
1473
+ * Ruby 1.9 has good UTF8 String support. Use the built-in functions.
1474
+ * Use 'times' instead of '0.upto'.
1475
+ * Open new window for external references in the manual.
1476
+ * Some speed improvements and code cleanup.
1477
+ * Cleaned-up progress information.
1653
1478
 
1654
- It's a project setting now.
1655
-
1656
- * Only use bold lines in tree mode.
1657
-
1658
- * s/count/length/ for Ruby 1.8 compatibility.
1659
-
1660
- * Make 'summary' and 'details' work in time sheets.
1661
-
1662
- * First pieces of the time sheet report generator.
1479
+ More source code comments.
1480
+ * Some speed improvements by cached the onShift? result.
1481
+ * A few more scheduler fixes.
1482
+ * Code cleanup and comments.
1483
+ * Some booking related fixes.
1484
+ * Add check for project without tasks.
1485
+ * Lots of cleanups and speed improvements in the scheduler.
1663
1486
 
1664
- We can now generate time sheet templates and read the filled-out ones
1665
- back in again. Still a lot of plumbing missing though.
1666
-
1667
- * Make the status part of time sheets work.
1668
-
1669
- * First code for time sheet support.
1670
-
1671
- * Make alertmessages work.
1672
-
1673
- * Use more descriptive names for the journalentry attributes.
1674
-
1675
- * Make 'loadunits' work again.
1487
+ Fixed manual generation.
1488
+ More test cases.
1489
+ * Bug fix and more test cases for allocations.
1490
+ * Some speed improvements.
1491
+ * Do milestone detection before inheriting start/end dates.
1676
1492
 
1677
- Reported-by: Guillaume DELVIT &lt;guiguid@free.fr&gt;
1678
-
1679
- * Add check for feature limited RichText strings.
1493
+ This makes more sense and is compatible with TJ 2.x.
1494
+ * Fix basename computation.
1495
+ * Don't put -w in the shebang line.
1496
+ * Various fixes for the test suite.
1680
1497
 
1681
- * More accurate error position reporting.
1682
- * Cleaned-up alarm level descriptions.
1683
-
1684
- * Add support for 'alertnotice' column.
1685
-
1686
- * Some bug fixes for the Query mechanism.
1687
-
1688
- * hasalert function for LogicalExpressions added.
1689
-
1690
- * Added support for statically computed dates.
1691
-
1692
- * Some bug fixes for the report generator.
1693
-
1694
- * Make LogicalExpressions work with dates.
1695
-
1696
- * Make hyper link targets configurable.
1697
-
1698
- * Put HTML stylesheets into separate files.
1699
-
1700
- * Several bug fixes for the report generator.
1701
-
1702
- * Make logical expressions work with strings.
1703
-
1704
- * Added support for queries inside of HREF
1705
-
1706
- * :w
1707
-
1708
- * Update tutorial for new syntax.
1709
-
1710
- * Major change of how the cell content is generated.
1498
+ rake19 is still failing with some obscure error message around id2ref
1499
+ calls. But ruby19 all.rb works fine.
1500
+ * Improving the scheduler performance.
1711
1501
 
1712
- This commit changes the synatx in an incompatible way to earlier
1713
- versions!
1714
-
1715
- * Initialize all RichStrings in reports for queries.
1716
-
1717
- * Another fix for the cell generator.
1718
-
1719
- * Fix manual build.
1720
-
1721
- * Some fixes for last commits.
1722
-
1723
- * Some cleanups for the cell text handling.
1724
-
1725
- * Some refactoring of the RichText classes.
1502
+ Added progress indicator.
1503
+ * Fix task shifts to be compatible with TJ 2.x.
1726
1504
 
1727
- Generate proper intermediate objects so this stuff is re-entrant and
1728
- the Query objects can be attached.
1729
-
1730
- * Project attributes can now be queried.
1731
-
1732
- * Support nested properties for non-leaf properties in reports.
1505
+ Make sure all tests of the test suite work properly again.
1506
+ * Initialize the scoreboards only when the resource is actually used.
1733
1507
 
1734
- This is a major change to earlier versions. To get the old behavior
1735
- back, you need to replace
1508
+ This can drastically speed up the scheduling for projects with many
1509
+ unused resources.
1510
+ * Don't break when hitting an unscheduled task.
1511
+ * Show all runaway task as warning first. Then abort.
1512
+ * Task start or end dates can now be inherited from parent tasks or the
1513
+ project time frame.
1514
+ * 'rake release' does not work on Windows.
1515
+ * Finally fixed the output path in the manual task.
1516
+ * Don't include subdirs of manual in distribution.
1517
+ * Need to use hardcoded file name :(
1518
+ * Use variable instead of hardcoded path.
1519
+ * Using threads to get more performance is a dead-end with Ruby.
1736
1520
 
1737
- hideresource ~isleaf()
1521
+ The big VM lock kills any chance to use multiple CPUs. This makes Ruby
1522
+ really an anachronism in todays multi-CPU PC world.
1523
+ * First steps towards a multi-threaded scheduler.
1738
1524
 
1739
- with
1525
+ This version still suffers many race conditions!
1526
+ * Support generation of the user manual with installed version.
1740
1527
 
1741
- hideresource ~(isleaf() &amp; isleaf_())
1528
+ The package-time manual generation still works, but users can now use
1529
+ tj3man to generate their own copy of the HTML manual.
1530
+ * Don't generate the manual for packaging.
1531
+ * Completing the move of classes into the TaskJuggler namespace.
1532
+ * Again putting more classes into the TaskJugler namespace.
1533
+ * Some cleanups.
1742
1534
 
1743
- See manual for details what the function with _ suffix mean.
1744
-
1745
- * Cleaned-up the query code somewhat.
1746
-
1747
- * Queries now have a context.
1748
-
1749
- * Don't drop parent tasks too early in the filter process.
1750
-
1751
- * Make the != operator work for logical expressions.
1752
-
1753
- * Fix column width handling for table columns.
1754
-
1755
- * Don't delete manual dir.
1756
-
1757
- * Fix sporious build fails for manual.
1758
-
1759
- * Added support for alert level reporting.
1760
-
1761
- * Always show a dot after one-level-only bullet items.
1762
-
1763
- * Use tooltips for all fixed-width columns.
1764
-
1765
- * Make sure the details icon is always visible.
1766
-
1767
- * Get rid of empty tooltips.
1768
-
1769
- * Added reportable attribute 'targets' for tasks.
1770
-
1771
- * Improved handling of column width setting
1772
-
1773
- * Fix UTF-8 issue with IE8.
1774
-
1775
- * Started to turn list attributes into RichText cells
1776
-
1777
- * Make HTML reports a bit nicer.
1535
+ Build manual and rdoc for release.
1536
+ Don't include README.rb in rdoc documentation.
1537
+ Gem package should be called taskjuggler, not taskjuggler3.
1538
+ * HTMLDocument.rb does not belong in reports.
1539
+ * Moving report classes into reports directory.
1778
1540
 
1779
- * Move copyright to page bottom.
1780
- * Highlight active navigator menu.
1781
-
1782
- * Updated todo list.
1783
-
1784
- * Handle RichText columns with tooltip windows if necessary.
1785
-
1786
- * Cleaned up BatchProcessor to report a Ruby 1.9.x bug.
1787
-
1788
- * Improved tree sorting code.
1789
-
1790
- * Replace some clone() with dup() calls.
1791
-
1792
- Will probably not affect performance much, but we really only need
1793
- dup() here.
1794
-
1795
- * Fix Ruby 1.8 compatibility issue.
1796
-
1797
- * Fix tree sorting.
1798
-
1799
- * Make tree sorting work better.
1800
-
1801
- The algorithm is still broken.
1802
-
1803
- * Fix sorting for 'tree' + something lists.
1804
-
1805
- * Fix isdependencyof.
1806
-
1807
- * Fix free time reporting for resources.
1808
-
1809
- * Make hidecelltext really work for standard cells.
1810
-
1811
- * Move doc of logical functions to syntax reference.
1812
-
1813
- * Make hidecelltext work with standard report cells.
1814
-
1815
- * New section for manual.
1816
-
1817
- * Added documentation of logical functions and other syntax elements.
1818
-
1819
- * Fix a HTML render issue with Opera.
1820
-
1821
- * Added isactive() LEXP function.
1822
-
1823
- * I shall run the test suite before committing 'trivial' fixes...
1824
-
1825
- * Some bug fixes.
1826
-
1827
- * Fix a Ruby 1.8 compatibility issue.
1828
-
1829
- * Added support for RichText function query.
1830
-
1831
- * RichTextProtocol -&gt; RichTextFunction
1832
-
1833
- * Add hint that X.X.X needs to be replaced with current version.
1834
-
1835
- * Fix some races in the BatchProcessor.
1836
-
1837
- * Some more cleanup of the BatchProcessor.
1838
-
1839
- * Navigator now matches the report structure.
1840
-
1841
- * Call wait() block as soon as jobs have finished.
1842
-
1843
- Don't wait until all jobs have completed.
1844
-
1845
- * Assorted bug fixes.
1846
-
1847
- * Make BatchProcessor more robust.
1848
-
1849
- * Fix multithreaded report generation.
1850
-
1851
- Also don't overwrite inherited report attributes.
1852
-
1853
- * Improved handling of EOT within RichText tokens.
1854
-
1855
- * Reports can now have a title that's used by the navigators.
1856
-
1857
- * Accounts and reports can now be flagged.
1858
-
1859
- * Fix missing bookings in export report.
1860
-
1861
- Reported-by: Arlindo Carvalho &lt;rdc02271@yahoo.com&gt;
1862
-
1863
- * 'effortdone' and 'effortleft' columns added.
1864
-
1865
- * Fix manual generation.
1866
-
1867
- * Add support for ']' inside macro definitions.
1868
-
1869
- * Another attempt to fix the datadir problem.
1870
-
1871
- * Add separate config variables for software name and package name.
1872
-
1873
- * Some bug fixes.
1874
-
1875
- * HTML reports now contain icons.
1876
-
1877
- * Improved bug report guidelines.
1878
-
1879
- * Fix crash on recursive macro calls.
1880
-
1881
- * Fix resource load stack in Gantt charts.
1882
-
1883
- * Added some more features for reports.
1884
-
1885
- * Document 'formats' attribute more prominently.
1886
- </pre>
1887
- <h1>Release 0.0.5 (2010-04-14)</h1>
1888
- <pre>
1889
- * Bumping version to 0.0.5.
1890
-
1891
- * Some fixes for mail-2.2. It looks like this version fixes most open
1892
- bugs.
1893
-
1894
- * Switch custom 'Email' attribute to built-in 'email'.
1895
-
1896
- * Don't use message IDs as file names. Use a MD5 hash of them.
1897
-
1898
- * Fixing problems with manual.
1899
-
1900
- Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
1901
-
1902
- * Complete documentation of status sheet usage.
1903
-
1904
- * Adding support for 'managers' attribute for resources.
1905
-
1906
- * Use 127.0.0.1 instead of localhost to fix busy port detection.
1907
-
1908
- * Completing support for user defined checks.
1909
-
1910
- Now errors and warnings are supported for resources and tasks.
1911
-
1912
- * Fix resource allocation for duration tasks.
1913
-
1914
- Add new 'fail' attribute to support test case for this problem.
1915
-
1916
- Reported-by: Cornelius Schumacher &lt;cschum@suse.de&gt;
1917
-
1918
- * Add method to disengage ReportServer from ProjectServer.
1919
-
1920
- * Make TCP port configurable via command line option
1921
-
1922
- * Fix the rendering of embedded Gantt charts that have scroll bars.
1923
-
1924
- * Raise the probability of tasks leading up to milestones to get their
1925
- resources.
1926
-
1927
- * Draw HTML triangles with partial div borders.
1928
-
1929
- This uses less divs to render triangles. This patch is based on a
1930
- suggestion from X Ryl. Thanks!
1931
-
1932
- * Prevent ProjectServer from hanging in certain states.
1933
-
1934
- * mail-2.1.5 contains a showstopper bug. Reverting back to 2.1.3.
1935
-
1936
- * Make switch to mail-2.1.5.2 and later.
1937
-
1938
- * Some spelling and language fixes.
1939
-
1940
- * Describe the time sheet process in the manual.
1941
-
1942
- * Starting to document the client/server and time sheet stuff
1943
-
1944
- * Signal errors with TjException
1945
-
1946
- * Send out reminder emails when time sheets were not submitted in time.
1947
-
1948
- * Fix error message to report correct task.
1949
-
1950
- * Add command to list reports to tj3client
1951
-
1952
- * Adding hartbeat checks to the daemon
1953
-
1954
- * Clean up of the tj3client code.
1955
-
1956
- * Some code cleanups of the daemon code
1957
-
1958
- * Fix performance problem when adding a project remotely.
1959
-
1960
- * Replacing tj3 daemon mode with real daemon.
1961
-
1962
- This comes with some changes to the tj3client command line interface.
1963
-
1964
- * Abstracting Tj3AppBase so it can be used for other apps as well.
1965
-
1966
- * Add flag icons to task and resource journal reports.
1967
-
1968
- * Support vertical alignment option for RichText images.
1969
-
1970
- * Add support for images in RichText.
1971
-
1972
- * Fix RichText internal reference to match MediaWiki syntax.
1973
-
1974
- [[foo bar baz]] must now be [[foo|bar baz]].
1975
-
1976
- * Sort tasks by task ID in sheet templates.
1977
-
1978
- * Spelling fixes.
1979
-
1980
- * Fixing the default date of sheets.
1981
-
1982
- * Fix warning for new tasks in time sheets.
1983
-
1984
- * Status sheets headers need time period not just end date
1985
-
1986
- This is needed to fix a problem that status sheet answer emails
1987
- contain only current dashboard entries.
1988
-
1989
- * Adding additional header fields to emails.
1990
-
1991
- * Fix test suite after recent code changes.
1992
-
1993
- * Fix personal status note in time sheets.
1994
-
1995
- * Add option to send individual reports as well.
1996
-
1997
- * I don't think this warning is very helpful. Remove it.
1998
-
1999
- * Add --force option to resend sheet templates.
2000
-
2001
- * Fix a crash when export reports were used before other reports.
2002
-
2003
- Reported-by: Eduardo Schoenknecht &lt;eduardo.schoenknecht@gmail.com&gt;
2004
-
2005
- * Fix crash when using textreports without a header.
2006
-
2007
- * Encode emails as quoted-printable
2008
-
2009
- * Not including the minDate reports is probably more practical.
2010
-
2011
- * Fix crash when trying to set workinghours for shifts or resources.
2012
-
2013
- Reported-by: Eduardo Schoenknecht &lt;eduardo.schoenknecht@gmail.com&gt;
2014
-
2015
- * Adding journal reporting for Tasks.
2016
-
2017
- * Add a link back to 'columns' from 'columnid'.
2018
-
2019
- Reported-by: Marcel &lt;marcel@avigora.com&gt;
2020
-
2021
- * Don't include all old journal entries. Just the higher alerts.
2022
-
2023
- * Fix reporting of new tasks for delta check.
2024
-
2025
- * Check for garbage at end of sheet files.
2026
-
2027
- * Some styling for the journal reports.
2028
-
2029
- * Only warn once per mis-indented line.
2030
-
2031
- * Fix crash when both calendar and chart columns were used.
2032
-
2033
- Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
2034
-
2035
- * Make the automatic end date for sheets work.
2036
-
2037
- * Add checks for default time sheet strings.
2038
-
2039
- * Clear time sheets and journal info before checking a time sheet.
2040
-
2041
- * Time sheets are due by default on Mondays, status sheets on Wednesday.
2042
-
2043
- * Moved common code of start scripts into new Tj3AppBase class.
2044
-
2045
- * Adding script to send out a summary of all time sheets.
2046
-
2047
- * Use shortened cell texts only for height and width limited cells.
2048
-
2049
- * Make sure that calendar columns always span their assigned width.
2050
-
2051
- * RichText plain text can now be indented.
2052
-
2053
- * Some bug fixes for the TextFormatter and more unit tests.
2054
-
2055
- * Improved version of block text formatter.
2056
-
2057
- * Adding commandline option for sheet tests to tj3.
2058
-
2059
- * Add commandline option to limit the resource list for status reports.
2060
-
2061
- * Started to improve the plain text output of RichText
2062
-
2063
- * Update for TODO list based on recent feedback.
2064
-
2065
- * Fix crash when reusing an extend ID.
2066
-
2067
- Reported-by: John Franey &lt;jjfraney@gmail.com&gt;
2068
-
2069
- * Add close button to tooltips so IE user can use CTRL-C to copy.
2070
-
2071
- * Only include sheet in body if it was sent in body.
2072
-
2073
- * Fix signature handling and CR/LF removal.
2074
-
2075
- * Switch to quoted printable encoding for email body.
2076
-
2077
- * Add outlook for next period to time sheet templates.
2078
-
2079
- * Make email composition more robust.
2080
-
2081
- * Make manual build again.
2082
-
2083
- * Be more flexible with the detection of -&gt;8-
2084
-
2085
- * Improved error reporting for unterminated cut mark strings
2086
-
2087
- * Save extracted sheets when they fail
2088
-
2089
- * Require a paragraph break to start a RichText verbatim/pre section.
2090
-
2091
- * Try to work around another encoding problem.
2092
-
2093
- * Add simple test suite for status reports.
2094
-
2095
- * Refactored common code of sheet senders into a base class.
2096
-
2097
- * Refactored common code into receiver base class.
2098
-
2099
- * Adding receiver for status reports.
2100
-
2101
- * Add reported actuals as comments to status sheet templates.
2102
-
2103
- * Some more improvements for the resource journal format.
2104
-
2105
- * Add reported time sheet number to the resulting report.
2106
-
2107
- * Make quote removal work for empty lines without trailing spaces.
2108
-
2109
- * Add check for time sheets with broken encoding.
2110
-
2111
- * Make percentage computation work for part-time employees too.
2112
-
2113
- * Added support to send status sheet templates.
2114
-
2115
- * Always store time sheets in UNIX text file format.
2116
-
2117
- * Add warnings for requested changes in time sheets.
2118
-
2119
- * Make time sheet receiver more flexible.
2120
-
2121
- It can deal with junk before and behind the time sheet and can ignore
2122
- email quote signs.
2123
-
2124
- * Fix calculation of completion for effort based task.
2125
-
2126
- * Don't include full sheet in error log.
2127
-
2128
- * Add {} after include statements.
2129
-
2130
- * Enable 'journal' column for reports.
2131
-
2132
- Currently only works for resources, not task.
2133
-
2134
- * Fix SCM command for all.tji.
2135
-
2136
- * Fix off-by-one bug that caused efforts to be one slot short.
2137
-
2138
- * Some more bug fixes for the time sheet processor.
2139
-
2140
- * Fix syntax.
2141
-
2142
- * Add SCM support.
2143
-
2144
- * Linewrapping support for RichText paragraphs in text mode.
2145
-
2146
- * Try to send emails even for email delivery failures.
2147
-
2148
- * Make CR and CR+LF work for buffers as well.
2149
-
2150
- * Deal with CR/LF issues no matter where the file was created or is
2151
- read.
2152
-
2153
- * Always generate the full list even when doing single send-outs.
2154
-
2155
- * Add more logging and error handling.
2156
-
2157
- * Adding simple test case for timesheet sender/receiver.
2158
-
2159
- * Change some working of the time sheet related text messages.
2160
-
2161
- * Don't send templates to resources on vacation.
2162
-
2163
- * Generate tji files that include all timesheet tji files in the
2164
- directory.
2165
-
2166
- * Support task independent status message in time sheets.
2167
-
2168
- * Merge some common code into single base class.
2169
-
2170
- * Add a ')' after section numbers in text mode.
2171
-
2172
- * A slightly improved version of the race condition hack.
2173
-
2174
- * Add command line option to send out just specific templates.
2175
-
2176
- * Fix TJ2.x export section.
2177
-
2178
- A git checkout after 2.4.3 is required.
2179
-
2180
- * Improved validation of time periods.
2181
-
2182
- Reported-by: petermp &lt;pmprestesaeter@gmail.com&gt;
2183
-
2184
- * Allow timesheet syntax in body of email.
2185
-
2186
- * Include warnings in answer email.
2187
-
2188
- * Add --nomail option for tj3ts_receiver.
2189
-
2190
- Switch from open3 to open4.
2191
-
2192
- * Turn email sending on.
2193
-
2194
- * Make -c option work for tj3ts_receiver
2195
-
2196
- * Make tj3ts_receiver more configurable.
2197
-
2198
- * Make sender/receiver scripts more robust.
2199
-
2200
- * Added a script for the time sheet receiver.
2201
-
2202
- Nicer formatting of the returned time sheet.
2203
-
2204
- * Adding scripts to send and receive time sheets via email.
2205
-
2206
- * Some improvements for the client/server interactions.
2207
-
2208
- * Add examples for time sheet stuff to the manual.
2209
-
2210
- * More error checking for time sheets.
2211
-
2212
- * Add paragraph to generate proper HTML.
2213
-
2214
- * More HTML layout fixes to work around IE8 bugs.
2215
-
2216
- * Fixed a problem with inherited attributes in derived scenarios.
2217
-
2218
- Reported-by: Brendan Hyland &lt;brendan.hyland@hylandqs.ca&gt;
2219
-
2220
- * More HTML code fixes for IE8.
2221
-
2222
- * Again more tables for HTML layout to please IE8.
2223
-
2224
- * Fixed a crash when using shift assignments.
2225
-
2226
- Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
2227
-
2228
- * Use some common code for table frames.
2229
-
2230
- * Going back to using HTML tables.
2231
-
2232
- There is just no way I can get the layout to work with divs on all
2233
- browsers.
2234
-
2235
- * Some CSS fixes to make it work with Firefox and Opera.
2236
-
2237
- IE8 will probably still not work.
2238
-
2239
- * Some cleanups for the text report column layout.
2240
-
2241
- * Switch tutorial to new columns.
2242
-
2243
- * Fix textreport layout.
2244
-
2245
- * Replace 'depends' and 'precedes' columns with 'precursors' and
2246
- 'followers'.
2247
-
2248
- Also: Tooltips now show up on click, not hover.
2249
-
2250
- * Make CSV tests work again.
2251
-
2252
- * Make tooltips work for charts in HTML reports.
2253
-
2254
- * Fix logical functions with trailing _.
1541
+ And putting them in the TaskJuggler namespace.
1542
+ * Combine all attribute classes into a single file.
1543
+ * Put more classes into the TaskJuggler namespace.
1544
+ * Hopefully the last one.
1545
+ * And another one.
1546
+ * More Ruby 1.8.6 compatibility fixes.
1547
+ * Fix compatibility issues with Ruby 1.8.6 and earlier.
1548
+ * fix README, gem, rdoc tasks, Rakefile handle load error
1549
+ * rcov task for ruby19, need small rcov patches
1550
+ * run_gem_test for ruby18
1551
+ * Some cleanups as a result of the new rake build system.
1552
+ * enable test individually
1553
+ * test rake task
1554
+ * manual rake task
1555
+ * fix rexml/formatters/pretty for rcov task
1556
+ * rcov rake task
1557
+ * Update makedist to make better use of rake.
2255
1558
 
2256
- And some more HTML compliance fixes.
2257
-
2258
- * Generated HTML files should be all W3C compliant again.
2259
-
2260
- * Use a single function to generate all HTML head sections.
2261
-
2262
- * Add missing content-type meta tag.
2263
-
2264
- * Fix some HTML problems.
2265
-
2266
- * It's time to switch to strict XHTML 1.0.
2267
-
2268
- * Try to work around IE bugs.
2269
-
2270
- * Use Query attributes more frequently during report generation.
1559
+ This file will become obsolete once we have a rake task for the
1560
+ manual.
1561
+ * remove rcov rake task for ruby19
1562
+ * manual rake task
1563
+ * Cleaned up the new include syntax documentation.
1564
+ * fix rexml/formatters/pretty for rcov task
1565
+ * enable test individually
1566
+ * Remove redundant computation of transitiveOptional in Rule.
2271
1567
 
2272
- This is just a first step of a larger effort.
2273
-
2274
- * Fix crash.
2275
-
2276
- * Be more explicit about operator precedence in logical expressions.
2277
-
2278
- * Make tooltips sticky.
1568
+ Added more comments.
1569
+ * Revert &quot;rcov rake task&quot;
2279
1570
 
2280
- The icon of the name column now always has a tooltip with the ID.
2281
-
2282
- * Swap symbol and label in HTML report legend.
2283
-
2284
- * Properly handle self-closing XML tags.
2285
-
2286
- * Replace some HTML tables with div constructs.
1571
+ This reverts commit e7d3a424a91d2a01f7b625e7e1e0cdc619614f0d.
2287
1572
 
2288
- Start to cleanup the stylesheet namespace.
2289
-
2290
- * Add project ID to Niku report headers as well.
2291
-
2292
- * Put 0.0 in XOG files, but not in HTML reports.
2293
-
2294
- * Some more bug fixes for Clarity reporting.
2295
-
2296
- * headline is now support for nikureports.
2297
-
2298
- * Adding an HTML version for the Clarity reports.
1573
+ [xpc:1] taskjuggler3&gt; rake19 --trace
1574
+ (in /home/cs/src/taskjuggler/taskjuggler3)
1575
+ rake aborted!
1576
+ no such file to load -- rcov/rcovtask
1577
+ /home/cs/src/taskjuggler/taskjuggler3/tasks/rcov.rake:2:in `require'
1578
+ ...
1579
+ * stats rake task
1580
+ * rdoc rake task
1581
+ * rcov rake task
1582
+ * show rake task
1583
+ * Revert &quot;test rake task&quot;
2299
1584
 
2300
- They are mostly useful for debugging right now.
2301
-
2302
- * Improve readability of code sections in user manual.
2303
-
2304
- * Adding an example for the Clarity XOG report.
2305
-
2306
- * Some cleanups for the Clarity export file.
2307
-
2308
- * Some cleanups for the Clarity exporter.
2309
-
2310
- * First draft of a Clarity export report.
1585
+ This reverts commit 7ff85849b906c504a782c52921b2516d8988d00c.
2311
1586
 
2312
- Just a concept for testing right now.
2313
-
2314
- * More work on the time sheet report generator.
1587
+ This patch seem to remove the ability to run test cases individually.
1588
+ * test rake task
1589
+ * Rakefile tasks : README, gem
1590
+ * Don't break compatibility with Ruby 1.8.
2315
1591
 
2316
- Currently hardcoded for percentage reporting.
2317
-
2318
- * Adding TJ2 with TJ3 reports howto.
2319
-
2320
- * Fix 'taskattributes' for export reports.
1592
+ I shall test ruby 1.8 before committing.
1593
+ I shall test ruby 1.8 before committing.
1594
+ I shall test ruby 1.8 before committing.
1595
+ I shall test ruby 1.8 before committing.
1596
+ I shall test ruby 1.8 before committing.
1597
+ ...
1598
+ * Improved the handling of file inclusion in the parser.
1599
+ * Get rid of ugly String operation.
1600
+ * Make parsers work with empty input strings when syntax permits.
1601
+ * Bug fix.
1602
+ * Cleaned up new Log class.
2321
1603
 
2322
- Reported-by: Marcel &lt;mbrouillet@triumemba.org&gt;
2323
-
2324
- * Add additional search path for Debian based distros.
2325
- </pre>
2326
- <h1>Release 0.0.6 (2010-07-05)</h1>
2327
- <pre>
2328
- * Bumping version to 0.0.6.
1604
+ Added basic structure of a propper ARGV parser.
1605
+ * stats rake task
1606
+ * rdoc rake task
1607
+ * rcov rake task
1608
+ * show rake task
1609
+ * test rake task
1610
+ * Rakefile tasks : README, gem
1611
+ * Add execution trace logger.
2329
1612
 
2330
- Changelog added.
2331
-
2332
- * Add CSV output format for NIKU reports.
2333
-
2334
- * The project reference can be set a lot easier.
2335
-
2336
- * Fix problem with macros in DQ Strings.
1613
+ Put more classes into the TaskJuggler namespace.
1614
+ * Limits can now be resource specific.
2337
1615
 
2338
- Reported-by: Thomas &lt;tomas.it@gmail.com&gt;
2339
-
2340
- * Some speed improvements for the parser.
2341
-
2342
- * And make it work with Ruby 1.8 again.
2343
-
2344
- * Fix bugs in CSV file generator and the 'precursors' column.
1616
+ This is helpful to map the deprecated allocation limits to.
1617
+ * Limits can now be restricted to certain time intervals.
1618
+ * First steps to introduce namespaces.
1619
+ * rakefile system setup and a few changes
1620
+ * It's 2009!
2345
1621
 
2346
- Reported-by: Frederic Dorodie &lt;frederic.durodie@googlemail.com&gt;
2347
-
2348
- * Don't shut down a server while it's still connected to a client.
2349
-
2350
- * Don't have the client disconnect the ReportServer from the ProjectServer.
1622
+ Update copyright sections and removed some Ruby 1.9 warnings.
1623
+ * Replace dependency on Ruby library CSV class with own CSVFile class.
2351
1624
 
2352
- The client already sends the termination request to the ReportServer.
2353
- The ProjectServer can automatically detect (via pings) that the
2354
- ReportServer is no longer there and drop it.
2355
-
2356
- * Make macro calls inside of numbers, IDs and strings work again.
2357
-
2358
- * Fix Ruby 1.8 compatibility problem.
2359
-
2360
- * Allow multi-line macro definition again.
1625
+ CSV is a major compatibility nightmare between Ruby 1.8 and 1.9.
1626
+ Rather than plastering the code with version specific code snippets, I
1627
+ decided to implement my own CSV reader and writer.
1628
+ * Re-add UTF8 support files.
1629
+ * Merging ruby-1.9 changes back to master.
1630
+ * No longer needed.
1631
+ * Added some new benchmarks to compare ruby 1.8 and 1.9 performances.
1632
+ * Fix TjTime.sameTimeNextMonth bug reported by pauland.
2361
1633
 
2362
- The macro expansion code is still broken. It needs to move into the stream
2363
- handler.
2364
-
2365
- * Fix for Ruby 1.8.6.
2366
-
2367
- * Switching TextScanner to a regexp based implementation.
2368
-
2369
- * Ping twice a minute to avoid some spurious heartbeat losses.
2370
-
2371
- * Fix multi-CPU mode again.
2372
-
2373
- * Make report list more machine readable
2374
-
2375
- * Clean up the TextStream API somewhat.
2376
-
2377
- * Replacing some String comparisons with Fixnum comps.
1634
+ http://www.taskjuggler.org/FUDforum2/index.php?t=msg&amp;th=4003&amp;start=0&amp;rid=65&amp;S=9d61c1a4a09e928b646920b7968d724c
1635
+ * Fix problem with latest ruby SVN.
1636
+ * Added a dash between dates to meet TJ 2.4.1 date interval syntax.
1637
+ * Finally a version that works with ruby 1.9 SVN.
1638
+ * Merge some selected patches back.
2378
1639
 
2379
- This improves the parser speed somewhat.
2380
-
2381
- * Use syntax based EOF check instead of hard-coded version.
2382
-
2383
- * Adding a version with loop instead of recursion.
1640
+ Bring the TextScanner test back.
1641
+ * Revert &quot;Improve UTF-8 support in scanners.&quot;
2384
1642
 
2385
- It may scale better for large projects but it is 8% slower.
2386
-
2387
- * Some performance improvements
2388
-
2389
- * More precise error location reporting for the parser.
2390
-
2391
- * Some speed improvements for the TextScanner.
2392
-
2393
- * Eliminate the TextScanner callback again.
1643
+ This reverts commit f05aceac000314c380b7fc46cc6665bdf214a622.
1644
+ * Revert &quot;Improved UTF8 testing.&quot;
2394
1645
 
2395
- It's not precise enough when characters are pushed-back.
2396
-
2397
- * Make handling of include files more robust.
2398
-
2399
- * Using a call-back to signal end of included file.
2400
-
2401
- * Move line number counting to StreamHandle classes.
2402
-
2403
- * Eliminated sporadic problems with ObjectSpace._id2ref calls in Ruby 1.9
2404
-
2405
- * Make status sheet receiver work again.
2406
-
2407
- * Adapting tutorial to new syntax.
2408
-
2409
- * Make export report less verbose by not using prefix for default scenario.
2410
-
2411
- * Keep Task and Resource consistent.
2412
-
2413
- * Syntax change: alertmessage -&gt; journalmessages, alertsummary -&gt; journalsummaries
1646
+ This reverts commit 3209450c18a8087b9e023ae7130fe78bf47570b2.
1647
+ * Revert &quot;More UTF-8 releated cleanups.&quot;
2414
1648
 
2415
- This keyword renaming is necessary to avoid confusion with the new
2416
- 'alertmessages' and 'alertsummaries' keywords.
2417
-
2418
- * Passing report attributes via reportlink.
1649
+ This reverts commit 88668b7980ed126c65919ac4a3d7c89ed7419be0.
1650
+ * Revert &quot;Converted the String processing in the parser to more Ruby 1.9 compatible syntax.&quot;
2419
1651
 
2420
- Improving the STRING documentation.
2421
-
2422
- * Adding test for journal column.
2423
-
2424
- * Some fixes to better support RichText in logical expressions.
2425
-
2426
- * Don't use Array.find_index yet. We still support Ruby 1.8.6.
2427
-
2428
- * Implement checking of reports against a known reference file.
2429
-
2430
- * Fix task allocation for task with start and end dates.
1652
+ This reverts commit 5fbc96e02eab62d207598f355784a3b1d46acac4.
1653
+ * Revert &quot;Some cleanup after the recent changes.&quot;
2431
1654
 
2432
- Reported-by: Thomas &lt;tomas.it@gmail.com&gt;
2433
-
2434
- * Fixed crash when using deprecated allocation limits.
1655
+ This reverts commit 64c4cb2e282da5195beeed6b488b28365131362e.
1656
+ * Some cleanup after the recent changes.
1657
+ * Converted the String processing in the parser to more Ruby 1.9 compatible syntax.
1658
+ * More UTF-8 releated cleanups.
1659
+ * Improved UTF8 testing.
1660
+ * Improve UTF-8 support in scanners.
2435
1661
 
2436
- Reported-by: Marcin Inkielman &lt;marcin.inkielman@gmail.com&gt;
2437
-
2438
- * Write some data natively to CSV files to fix time sheets.
2439
-
2440
- * Reworked CSVFile to make it RFC4180 compliant.
2441
-
2442
- * Properly mark milestones in export reports.
1662
+ This should also simplify a migration to Ruby 1.9.
1663
+ * Added test case and bug fixes for LogicalExpression.
1664
+ * Code cleanups and API documentation.
1665
+ * Test case for PropertySet added.
2443
1666
 
2444
- Reported-by: Guo-Rong Koh &lt;guorong.koh@gmail.com&gt;
2445
-
2446
- * Try to accept properly encoded, but non UTF-8 mails as well.
2447
-
2448
- * Add another test for the recent 'limits' fixes.
2449
-
2450
- * Fixed a number of bugs in the limit handler.
1667
+ Still very rudimentary, but does check WBS indexing and node removal.
1668
+ Lots of related bug fixes.
1669
+ * Avoid to store derived data in the PropertySet data structure.
2451
1670
 
2452
- Reported-by: Marcin Inkielman &lt;marcin.inkielman@gmail.com&gt;
2453
-
2454
- * Change tutorial to use built-in email attribute
2455
-
2456
- * Fix a crash with computed attributes used for sorting.
1671
+ This will make PropertyTreeNode deletions from the set easier.
1672
+ * Add test for Project.rb.
2457
1673
 
2458
- Reported-by: Guo-Rong Koh &lt;guorong.koh@gmail.com&gt;
2459
-
2460
- * Generating a dynamic unique ID for report segments.
2461
-
2462
- * Make rollup* attributes work again.
2463
-
2464
- * Adding 'opennodes' attribute for reports.
1674
+ Make TjTime constructor a bit more handy.
1675
+ * Fix syntax reference generation problem.
1676
+ * Fixes for the recently added example projects in the test suite.
2465
1677
 
2466
- This is for TJ internal use only.
2467
-
2468
- * Don't compile a summary in reminder mode.
2469
-
2470
- * Adding -w command line option to start web server.
2471
-
2472
- * Add documentation for 'reportlink' RTF generator.
2473
-
2474
- * Adding support for user-defined column alignments.
2475
-
2476
- * Add RichText attribute to reference other reports.
2477
-
2478
- * Add 'isfeatureof' logical function.
2479
-
2480
- * Don't generate all output formats for nested reports.
2481
-
2482
- * Don't try to copy auxilliary files for interactive reports.
2483
-
2484
- * Show list of reports for a selected project on web server welcome
2485
- page.
2486
-
2487
- * Make web server port configurable via command line.
2488
-
2489
- * First working version of the web server mode.
1678
+ Most of them involved 'limits'. They also triggered some bugs in tj3 which have been fixed as well.
1679
+ * Add examples for properties in manual.
1680
+ * Improved doc for 'supplement'.
1681
+ * Add example for 'booking' property.
1682
+ * Add example for 'credit' property.
1683
+ * Add example for 'complete' property.
1684
+ * Add example for 'copyright' property.
1685
+ * Add example for 'caption' property.
1686
+ * Fix problem with reference custom attributes.
1687
+ * Fix 'priority' attribute for tasks.
1688
+ * Clarify purge description.
1689
+ * Add description of purge and limits for allocate property.
1690
+ * Add support for 'hidecell' column attribute.
1691
+ * Make use of endIdx consistent with TjTime end objects.
2490
1692
 
2491
- Still has many rough edges, but it does server interactively generated
2492
- reports.
2493
-
2494
- * Fix crash when using some logical functions.
2495
-
2496
- * Create file with the resource IDs of the missing reports.
2497
-
2498
- * Update the 'export' documentation to reflect TJ3 features.
2499
-
2500
- * Move list of missing reports to beginning of summary report.
2501
-
2502
- * Make tj3 work for files in current directory again.
2503
-
2504
- * Fix test suite for ruby 1.8.
2505
-
2506
- * More code to support interactive HTML reports.
2507
-
2508
- * Add check for recursively nested reports.
2509
-
2510
- * Use explicite stack for ReportContext.
2511
-
2512
- * Add references to sorting attributes.
2513
-
2514
- * Make export reports less noisy by default.
2515
-
2516
- * Some improvements for the CSV read from file.
2517
-
2518
- * Try harder to send a reply to email sender.
2519
-
2520
- * Need string interpolation to work.
2521
-
2522
- * Use different subject for time and status sheets emails.
2523
-
2524
- * Enable level4 bullet items and numbers for 'details' section.
2525
-
2526
- * Don't use cut marks for attachements.
2527
-
2528
- * Improving the documentation of some attributes.
2529
-
2530
- * Fix manual generation.
2531
-
2532
- * Adding runtime dependencies to GEM spec file.
2533
-
2534
- * mail-2.2.1 changed the subject encoding again
2535
-
2536
- * Adding support for one more level for RT titles, bullets and number
2537
- lists.
2538
-
2539
- * Add check for valid UTF-8 encoding of submitted sheets.
2540
-
2541
- * Make scenario.attribute notation more prominent in the doc.
2542
-
2543
- * Fix spelling error.
2544
-
2545
- * Make sure all files of the gem are readable.
2546
-
2547
- * Allow space at begin of titles in RichText.
2548
-
2549
- * Fix some time sheet related bugs dealing with personal notes.
2550
-
2551
- * Fix personal messages after newtasks.
2552
-
2553
- * Prevent crashed when parsing corrupted incoming mails
2554
-
2555
- * Add commandline option for sheet interval duration.
2556
-
2557
- * First code for built-in web server that can server dynamic reports.
2558
-
2559
- * Support project loading at daemon start.
2560
-
2561
- * Don't include override reports in time sheet summaries.
2562
-
2563
- * Improved check for use of 'scheduled' attribute.
2564
-
2565
- * Only allow 'scheduled' attribute for tasks that already have a start
2566
- and end date.
1693
+ Lots of bug fixes for the effort computation routines.
1694
+ * Several bug fixes for the effort and duration reporting functions.
1695
+ * Add support for ? prefix for dynamic macros to allow them to be undefined.
1696
+ * Some bug fixes.
1697
+ * Add support for cellurl column attribute.
1698
+ * Use nil instead of string constant for empty load stack elements.
1699
+ * Added support for celltext column attribute.
1700
+ * Clarify install and contribute section of the manual.
1701
+
1702
+ Get rid of some TJ2.x leftovers.
1703
+ * Fixed HTML load-stack generation.
1704
+
1705
+ Removed junk lines under ColumnTables.
1706
+ Don't include parent task for taskroot reports.
1707
+ * Another round of checks for the parser.
1708
+ * Complete TaskScenario.preScheduleCheck().
1709
+ * Adding accidently deleted patches again.
1710
+ * More parser error checks.
1711
+ * More error checking.
1712
+ * Properly handle rich text attributes in report columns.
2567
1713
 
2568
- Reported-by: Olaf Seidel &lt;olaf.seidel@iscue.com&gt;
2569
-
2570
- * Allow macro calls within macro calls.
1714
+ Make reports smaller by using more CSS attributes.
1715
+ * Port recent scheduler improvements from 2.x version.
1716
+ * Fixed runtime error reported by Susan.
2571
1717
 
2572
- I'm not sure why I blocked this, but I can't think of any good reason
2573
- anymore. Allowing it again.
1718
+ Error checking for report start and end dates added.
1719
+ * Started to support RichText columns in HTML reports.
1720
+ * Add protocol handlers for RichText.
2574
1721
 
2575
- Reported-by: Olaf Seidel &lt;olaf.seidel@iscue.com&gt;
2576
-
2577
- * Simplify algorithm to generate status report templates.
2578
-
2579
- * Fix report sorting for 'id'.
2580
-
2581
- * Add status section to 'newtask' template section.
2582
-
2583
- * Don't include events at start date in status report templates.
2584
-
2585
- * Get rid of spurious 'rake release' errors.
2586
-
2587
- * Fix crash in parsing unterminated queries.
1722
+ The tutorial in the manual now includes code snippets from the Syntax/Correct directory files.
1723
+ * The reference manual can use example code again.
1724
+ * Improve doc for workinghours. Start TjpExample class.
1725
+ * Fix documentation for arguments that are documented, single pattern rules.
1726
+ * Handle white spaces in Rich Text explicitely.
1727
+ * Correct syntax examples as test cases added.
1728
+ * Include RichText elements in SyntaxReference in link checking.
1729
+ * Add link checker for RichTextDocuments.
1730
+ * Improved white space handling for RichText output generators.
1731
+ * Property report scenario specific and inheritable optional attributes.
1732
+ * Added 2008 to copyright header.
1733
+ * Document the top-level class and add a hint to it in the README.
1734
+ * Merged syntax reference into new user manual.
1735
+ * Add infrastructure to generate user manual from MediaWiki files.
1736
+ * Switched calendar report columns to use Query.
1737
+ * Test cases and fix for dynamic attribute sorting.
1738
+ * Dynamic Property attributes can now be sorted as well.
1739
+ * Add framework for CSV report unit tests.
1740
+ * Make 'include' work at start of project file.
1741
+ * Unified query infrastructure implemented.
2588
1742
 
2589
- Reported-by: Cornelius Schumacher &lt;cschum@suse.de&gt;
2590
-
2591
- * Make sure that 'scheduled' is only set when we really have a start and
2592
- end date.
2593
- </pre>
2594
- <h1>Release 0.0.7 (2010-09-08)</h1>
2595
- <pre>
2596
- * Bumping version to 0.0.7
2597
-
2598
- * Add section on tj3 web server.
2599
-
2600
- * Fix crashes when using the underscore variants of some functions.
2601
-
2602
- * Fix overflow of some HTML table cells.
2603
-
2604
- * Add missing file.
2605
-
2606
- * Document web server usage.
2607
-
2608
- * Only check for modified files when the project has been loaded completely.
2609
-
2610
- * Ruby 1.8 compatibility fixes.
2611
-
2612
- * Adding some documentation on how to use the dynamic reports.
2613
-
2614
- * Completing basic support for dynamic reports.
1743
+ All property attributes can now be queried via the same interface.
1744
+ The report generates use it already for dynamic attributes.
1745
+ * Some comments added.
1746
+ * Make logical functions with arguments work.
2615
1747
 
2616
- By using sometink like &lt;-reportlink id=&quot;foorep&quot; attributes=&quot;hidetask
2617
- plan.id != \&quot;&lt;-id-&gt;\&quot;&quot;-&gt; you can now create parameterized reports that
2618
- the tj3d web server generates on demand.
2619
-
2620
- * Adding a proper error message when webserver can't find data dirs.
1748
+ This fix includes various other bug fixes as well.
1749
+ * Add 'rake' as installation dependency.
1750
+ * Only use forward locking path for path criticalness.
2621
1751
 
2622
- Reported-by: AzenAlex &lt;azenalex@gmail.com&gt;
2623
-
2624
- * Cleaned up test cases for RichText
2625
-
2626
- * Clarify allocation shift documentation.
2627
-
2628
- * Adding a test for allocation shifts.
2629
-
2630
- * Add support for per allocation shifts.
2631
-
2632
- * Warn user when CSV format is requested for textreport.
1752
+ Port from 2.x.
1753
+ * Improved error handling.
1754
+ * Added support for CSV reports.
1755
+ * Fix multiple mandatoy allocations with overlapping resource sets.
1756
+ * Added support for one-time and duration dependent charges.
1757
+ * Work around for Firefox column width bug.
1758
+ * More work on the accounting features.
1759
+ * Many fixes so that TJ3 can read TJ2 exported projects properly.
1760
+ * Properly connect the error handlers of the RichText parser and the TJP parser.
2633
1761
 
2634
- Reported-by: vijay &lt;jahagirdar.vs@gmail.com&gt;
2635
-
2636
- * Use proper Exception class to catch encoding errors.
2637
-
2638
- * Check mail encoding even before we pass it to 'mail'.
2639
-
2640
- * Some more fixes for 'alertmessages' and 'alert' columns.
2641
-
2642
- * Fix bug with incorrect end date or remaining work values in time sheet templates.
2643
-
2644
- * Adding 'journal_sub' column to reports.
1762
+ RichText errors are now reported just like TJP errors with their proper in-file location.
1763
+ * Added support for RichText prologs and epilogs in reports.
1764
+ * Added support for some more MediaWiki markups.
2645
1765
 
2646
- It works like 'journal' but also includes the sub tasks.
2647
-
2648
- * Don't crash in multi-CPU mode when no reports are provided.
2649
-
2650
- * Only milestones are identified as 'targets'.
1766
+ Most RichText features are now used for the reference manual.
1767
+ * Cleaned up RichText classes and added unit tests.
1768
+ * Added simple rich text engine to better format the documentation.
2651
1769
 
2652
- This makes more sense than trying to use a date to limits the included
2653
- tasks.
2654
-
2655
- * Don't send sheet summary emails in RichText syntax.
1770
+ Still very crude and needs lots of comments.
1771
+ * Various fixes for the README and the reference manual.
1772
+ * Fix sorting order of keywords in reference manual.
1773
+ * Improved the intro page for the HTML manual.
1774
+ * Fix problem with label.
1775
+ * Updated README with better install description.
1776
+ * Added support for functions in logical expression.
2656
1777
 
2657
- Use proper text and HTML instead.
2658
-
2659
- * Targets are now also listed for container tasks.
2660
-
2661
- * Report completion degree for container tasks as well.
2662
-
2663
- * Make sure we have a proper return value.
2664
-
2665
- * Documenting image positioning attributes.
2666
-
2667
- * Adding support for SVG files to [[File:...]] tag.
2668
-
2669
- * More fixes for the *prefix attributes.
2670
-
2671
- * Fixing a problem with the '*prefix' attributes of 'include'.
1778
+ Right now only isLeaf() works.
1779
+ * Generate all legend elements on demand and show them only if used.
1780
+ * Use smaller start gap for Gantt chart dependency arrows.
1781
+ * First work on Account support.
2672
1782
 
2673
- Reported-by: Emanuele Cannizzaro &lt;emanuele.cannizzaro@gmail.com&gt;
2674
-
2675
- * Allow daemon to copy data directories.
2676
-
2677
- * Change some timeouts to retire server process more quickly.
2678
-
2679
- * Make sure time sheet warnings/errors always have a source file info.
2680
-
2681
- * Add a stylesheet to the HTML emails.
2682
-
2683
- * Confirmation mail for time and status sheets now HTML and plain text
2684
-
2685
- * Adding more debug infrastructure to the daemon.
2686
-
2687
- * Fix another macro-in-string problem.
1783
+ Not much there yet, but the parser already understands most of the syntax.
1784
+ * Replaced all relative font sizes with absolute ones.
1785
+ * Warn about using 'wbs' for sorting. It's produces unexpected results.
2688
1786
 
2689
- Reported-by: Tomas &lt;tomas.it@gmail.com&gt;
2690
-
2691
- * Fix problem with multiple macro calls inside a string
1787
+ Users should use 'tree' instead.
1788
+ * Fix font-weight handling for reports.
1789
+ * Fix WBS sorting bug reported by bhoel.
2692
1790
 
2693
- Reported-by: Tomas &lt;tomas.it@gmail.com&gt;
2694
-
2695
- * Some more fine tuning for the vim syntax file generator
2696
-
2697
- * Fixing missing column header for 'freework' column.
1791
+ Added some more comments.
1792
+ * Several fixes/improvements for the HTML calendar and chart.
1793
+ * Make calendar columns scrollable as well.
2698
1794
 
2699
- Reported-by: JohnZ &lt;jza2602@googlemail.com&gt;
2700
-
2701
- * Fix some links in the user manual.
1795
+ This patch still has many rough edges but is a first shot in the right direction.
1796
+ * Fix index link in reference manual HTML pages.
1797
+ * Fix 'TjTime.rb:113:in `local': argument out of range' error.
2702
1798
 
2703
- Reported-by: Emanuele Cannizzaro &lt;emanuele.cannizzaro@gmail.com&gt;
2704
-
2705
- * Generator for Vim syntax highlighting files added.
2706
-
2707
- * Support autoselecting the server port.
2708
-
2709
- * Make BatchProcess handle forks in queue() and wait() blocks.
2710
-
2711
- * Adding check for gap length/duration of dependencies.
1799
+ More comments added to TjTime.rb.
1800
+ * Fix more bugs reported by bhoel.
1801
+
1802
+ * WBS indexing fixed.
1803
+ * Add first set of checks to TaskScenario.preScheduleCheck to prevent containers with duration attributes.
1804
+ * Fix 'duration' column values.
1805
+ * Fix ReportElement.rb:376:in `[]': no implicit conversion from nil to integer bug.
1806
+ * Get rid of some Ruby warnings.
1807
+ * Complete support for 'loadunit' in reports.
1808
+ * Fix another cut/copy/paste-bug.
1809
+ * Fix bug reported by bhoel.
1810
+ * Fix bolding and indentation of container lines in reports.
1811
+ * Various fixes and improvements.
1812
+
1813
+ * Add support for load scaling.
1814
+ * Simpler form of ledgend.
1815
+ * Assorted fixes.
1816
+ * Some more polishing for the HTML Gantt chart.
1817
+
1818
+ Added now-line.
1819
+ Use larger padding for cells.
1820
+ * Improved the Gantt dependency line routing.
1821
+ * First draft of a dependency line router for the Gantt chart.
1822
+ * Added support for dependency arrows in HTML charts.
1823
+
1824
+ Very crude arrow routing right now. Will be fixed later.
1825
+ More comments added all over the place.
1826
+ * Make HTML Gantt chart scrollable.
1827
+ * Show time-off intervals in HTML Gantt charts.
1828
+ * Some cosmetics for the HTML reference manual.
1829
+ * Task and resource rendering in Gantt charts now works.
1830
+ * More work on the HTML Gantt chart.
1831
+
1832
+ Still lots more work to do but it is taking shape now.
1833
+ * First version of HTML Gantt chart.
1834
+
1835
+ This is just draft code to test browser compatibility.
1836
+ * Cleanup up report attributes.
1837
+
1838
+ Report line counting fixed.
1839
+ Alternating background colors fixed.
1840
+ * Report refactoring completed.
1841
+
1842
+ All lose ends connected again. Should work as good/bad as before the refactoring.
1843
+ * Complete refactoring of report classes.
1844
+
1845
+ This is just a snapshot with very many lose ends.
1846
+ * HTML documentation how has proper navigation bar.
1847
+ * Support HTML formatted syntax help for parser keywords.
1848
+ * Get rid of the Subversion tag in the header.
1849
+ * Hopefully final test.
1850
+ * Another test commit.
1851
+ * Just a test for post-receive.
1852
+ * Just a test commit.
1853
+ * Avoid multiple resets of unmodified Limits scoreboards.
1854
+ * Make parser rule definition easier.
2712
1855
 
2713
- When the scheduling direction of a task points away from the
2714
- dependency gap, TJ cannot guarantee that the condition will be met.
2715
- But at least now an error is generated if the gap is too small.
2716
-
2717
- * Fix handling of multi-line version of HREF tokens.
2718
-
2719
- * Adding missing file FileList.rb.
2720
-
2721
- * Adding 'update' command to tj3d
1856
+ Don't require the rule name to be entered twice.
1857
+ Make function names a bit more consistent.
1858
+ * Cleaned up all code that deals with resource allocations.
2722
1859
 
2723
- The 'update' command will reload all projects that have files that
2724
- were modified after the project was loaded. A project that is
2725
- currently reloaded will not be loaded twice.
2726
-
2727
- * Encoding check is now done in the TextScanner.
2728
-
2729
- * Cleaning up the RichText scanner RegExps.
2730
-
2731
- * Cleaning up the RichText tokens somewhat.
2732
-
2733
- * Make RichText [[..]] tokens work with multiple lines.
2734
-
2735
- * Refactor RichTextScanner to use TextScanner as well.
1860
+ Fixed a number of other bugs in related classes as well.
1861
+ * Support for limits for resource usage and task assignments added.
1862
+ * Various bug fixes and documentation improvements.
1863
+ * Make shifts work for task assignments.
2736
1864
 
2737
- Both scanners are now RegExp based. The error handling was cleaned up.
2738
-
2739
- * Fixing syntax
2740
-
2741
- * Revert &quot;Avoid the duplicate entries in the status sheet confirmation mail.&quot;
1865
+ Various other bug fixes and speed improvements.
1866
+ * Make ShiftAssignments use shared Scoreboards.
2742
1867
 
2743
- This reverts commit 84ca0e9e3767ca74ae92ed5d75bc37bdedac4dd5.
2744
-
2745
- * list-reports command should show all report types
1868
+ This increases memory efficiency and performance for larger projects.
1869
+ * Make Shifts work for some more complicated test cases.
2746
1870
 
2747
- Not just HTML reports.
2748
-
2749
- * Avoid the duplicate entries in the status sheet confirmation mail.
1871
+ Cleanup of Workinghours.
1872
+ Fixed lots of bugs in ShiftAssignments.
1873
+ * First round of Shift support.
2750
1874
 
2751
- When a status sheet was re-submitted, the old and the new entries were
2752
- listed in the confirmation mail.
2753
- </pre>
2754
- <h1>Release 0.0.8 (2010-11-24)</h1>
2755
- <pre>
2756
- * Bumping version to 0.0.8
2757
-
2758
- * Update feature list.
2759
-
2760
- * Fixing end of exported bookings.
1875
+ Far from complete, but resource shifts seem to work ok.
1876
+ * Make sure we have test cases for all syntax error messages.
1877
+ * Use less special cases in the syntax description.
1878
+ * Make tj3man work for 'allocate' and 'columns'.
1879
+ * Some cosmetics for the HTML reports.
1880
+ * Added more features to the export report.
1881
+ * More syntax documentation and build system improvements.
2761
1882
 
2762
- There was one time slot too much at the task end.
1883
+ Fixed Rakefile and package generation script.
1884
+ Added more docs for syntax keywords.
1885
+ * More work on tj3man.
2763
1886
 
2764
- Reported-by: Dimitri Pissarenko &lt;dmitri.pissarenko@gmail.com&gt;
2765
-
2766
- * Fixing the booking example used in the reference manual.
2767
-
2768
- * Adding 'resourceroot' and 'rollupresource' attributes.
2769
-
2770
- * Make dependency loop error message more specific.
2771
-
2772
- * Properly detect illegal tokens inside of patterns.
1887
+ Many more keywords have been documented.
1888
+ * Accept interger and float values.
1889
+ * More tj3man fixes. More syntax documentation.
1890
+ * More work on tj3man.
1891
+ * More work on auto-documenting parser.
1892
+ * First implementation of syntax manual tool tj3man.
1893
+ * Some bug fixes and scalability improvements.
1894
+ * Optimizer now properly uses path criticalness heuristic.
1895
+ * First implementation of path priority calculation.
1896
+ * More fixes for 'booking'.
1897
+ Make logical expressions work.
1898
+ * Added support for 'no' column.
1899
+ * More test for bookings and some bug fixes.
1900
+ * More work on bookings.
1901
+ * Some work on 'booking' support. Not yet complete.
1902
+ * Eliminate some code dumplication.
1903
+ * More test cases. More bug fixes.
1904
+ * Fix for loop detector.
1905
+ * Dependency loop checker added.
1906
+ * Fixed 'precedes' dependencies.
1907
+ * Implemented some ideas how to support start-&gt;start or end-&gt;end
1908
+ dependencies.
1909
+ * Assorted improvements.
2773
1910
 
2774
- This was only working for tokens at the end of a rule.
2775
-
2776
- * Fixing the attributes and contexts info in the manual and tj3man
2777
- output.
2778
-
2779
- * Fixing CSV reports with embedded tables.
2780
-
2781
- * Reuse RichText parser for parsing all RichText input.
2782
-
2783
- * Switch parser to use new state machine compiler.
2784
-
2785
- * Fix merge conflict.
2786
-
2787
- * Fix Ruby 1.8.x compatibility issue.
2788
-
2789
- * Some more work on the state machine compiler.
2790
-
2791
- * Adding a (still disabled) state machine compiler to the parser.
2792
-
2793
- * Looking into pre-compiled states for the parser FSM.
2794
-
2795
- * Clarifying the difference between ${now} and ${today}.
2796
-
2797
- * Minor parser code tweaks.
2798
-
2799
- * More parser code tweaking.
2800
-
2801
- * Cleaning up some parser code.
2802
-
2803
- * Moving the rule transition analysis into Rules.
2804
-
2805
- * Some speed improvements for the parsers.
2806
-
2807
- * Use more symbols and less Strings.
2808
-
2809
- * Add a warning if no report was defined or no format was specified.
2810
-
2811
- * Add more descriptive error message for start/gap conflict.
2812
-
2813
- * Cleaned-up the GanttRounter and refactored the collision detector.
2814
-
2815
- * Limiting the scoreboard iterations to actually used segments.
2816
-
2817
- * Fix missing values in 'status' column
2818
-
2819
- * More performance improvements for the report generator.
2820
-
2821
- * Fix performance regressions for the 'resources' column.
2822
-
2823
- * Substantial speed improvements for the report generator.
2824
-
2825
- * Fixing a typo.
2826
-
2827
- * Some cleanups of the DataCache.
2828
-
2829
- * Adding a global data cache to speed up report generation.
1911
+ Prepared dependency handling for start/start and end/end deps.
1912
+ HTML report beautifications.
1913
+ Scenario attribute support improved.
1914
+ * Cleaned up macro parser and added error checking.
1915
+ * Macro parser added to TextScanner.
2830
1916
 
2831
- This is just a test implementation. It needs further fine tuning and
2832
- polishing.
2833
-
2834
- * Another merge conflict
2835
-
2836
- * Fix a merge conflict
2837
-
2838
- * Adding simple performance profiling support to report server
2839
-
2840
- * Performance improvements
1917
+ Error checking is still missing but it seems to work with first
1918
+ simple tests.
1919
+ * Don't revconftrol HTML files in this dir.
1920
+ * More infrastructure for test suite added.
1921
+ * Added support for real project files in the test suite.
1922
+ * Extended Export report generator and TJP parser so that the parser can
1923
+ read a generated export report.
1924
+ * More work on Export report generator.
1925
+ * Cleanup TJP syntax rules by replacing repeated pattern with
1926
+ convenience functions.
1927
+ * User helper functions to setup syntax rules for similar rules.
1928
+ * Support for global and resource vacations added.
1929
+ * New color scheme for HTML reports.
2841
1930
 
2842
- 'loadunit' now defaults to 'days' instead of 'shortauto'. 'shortauto'
2843
- is neat, but can slow down the report generation quite a bit.
2844
-
2845
- * Show tried directories when TASKJUGGLER_DATA_PATH is not set properly.
2846
-
2847
- * Improve parser performance by sharing Workinghours scoreboards.
1931
+ Some more work to generate nicer looking HTML reports. A few bits and
1932
+ pieces are still missing.
1933
+ * Added support for task and resource sorting.
2848
1934
 
2849
- The scoreboards now use the copy-on-write scheme.
2850
-
2851
- * Fixing several time zone related bugs in the context of working hours.
1935
+ Some hardining for reporting unfinished scheduling runs.
1936
+ The sorting stuff is completely untested.
1937
+ * Moved TJP syntax rules into separate file.
1938
+ * More work done on the report generator.
2852
1939
 
2853
- This patch also adds much stricter error checking for time and date
2854
- values.
2855
-
2856
- * Adding a new benchmark for report generation speed.
2857
-
2858
- * Added a unit test for WorkingHours::timeOff?()
2859
-
2860
- * Don't default time sheets that have been submitted after last tj3ts_summary.
2861
-
2862
- * Include list of defaulters in the status report templates.
1940
+ We now have HTML task and resource reports that have a basic working
1941
+ feature set.
2863
1942
 
2864
- If tj3ts_summary has been used to generate the 'missing-reports' file,
2865
- this will now be included in the status sheet templates.
2866
-
2867
- * Don't use tooltips to shorten table headers.
2868
-
2869
- * Fix crashes when bad sorting criteria is used.
2870
-
2871
- * Updating the install section with current dependencies.</pre>
1943
+ Report columns may contain property fixed data values, computed values
1944
+ based on the property and report interval, as well as calendar charts.
1945
+ * More work on HTML task report
1946
+
1947
+ htmltaskreports are now somewhat complete. Resources are not yet
1948
+ supported.
1949
+ * * More work on HTML task report generation.
1950
+ * * Cleanup of task report generator.
1951
+ * Added lots of time manipulation functions.
1952
+ * * Scheduler fixes.
1953
+ * * Support for logical expressions added.
1954
+ * Multiple scenarios for HTML reports.
1955
+ * * Renaming some files to be more specific.
1956
+ * Some more comments.
1957
+ * * Add missing files from last checkin.
1958
+ * * Fix attribute inheritance.
1959
+ * * Nicer and more complete reports.
1960
+ * Added lots of new features:
1961
+ * Extended attributes
1962
+ * Hierachic tasks
1963
+ * post scheduling task checking
1964
+ * include file support
1965
+ * * Support for WorkingHours added.
1966
+ * * Added support for more keywords in the parser.
1967
+ * * Documented TextParser.
1968
+ * Debug support for TextParser.
1969
+ * Added more TJP language keywords to ProjectParser.
1970
+ * Added FLOAT token to scanner.
1971
+ * * Add proper header to all ruby files.
1972
+ * Make taskjuggler.rb the real main program.
1973
+ * * First shot of a parser added.
1974
+ * * Fix HTML report header.
1975
+ * initial import
1976
+ * </pre>
2872
1977
 
2873
1978
  </div>
2874
1979