taskjuggler 0.2.0 → 0.2.1

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