taskjuggler 0.0.11 → 0.1.0

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