taskjuggler 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (443) hide show
  1. data/{tasks/missing.rake → .gemtest} +0 -0
  2. data/CHANGELOG +27 -0
  3. data/Rakefile +8 -9
  4. data/bin/tj3 +2 -1
  5. data/bin/tj3client +2 -1
  6. data/bin/tj3d +2 -1
  7. data/bin/tj3man +2 -1
  8. data/bin/tj3ss_receiver +2 -1
  9. data/bin/tj3ss_sender +2 -1
  10. data/bin/tj3ts_receiver +2 -1
  11. data/bin/tj3ts_sender +2 -1
  12. data/bin/tj3ts_summary +2 -1
  13. data/data/tjp.vim +425 -419
  14. data/examples/Fedora-20/f-20.tjp +2442 -0
  15. data/examples/Fedora-20/icons/fedoralogo.png +0 -0
  16. data/examples/Fedora-20/reports.tji +423 -0
  17. data/lib/header.tmpl +13 -0
  18. data/lib/taskjuggler/AppConfig.rb +5 -0
  19. data/lib/taskjuggler/Attributes.rb +22 -0
  20. data/lib/taskjuggler/Journal.rb +273 -10
  21. data/lib/taskjuggler/Log.rb +9 -8
  22. data/lib/taskjuggler/Project.rb +28 -60
  23. data/lib/taskjuggler/ProjectFileScanner.rb +2 -1
  24. data/lib/taskjuggler/PropertySet.rb +3 -0
  25. data/lib/taskjuggler/PropertyTreeNode.rb +4 -0
  26. data/lib/taskjuggler/Query.rb +2 -1
  27. data/lib/taskjuggler/Resource.rb +0 -103
  28. data/lib/taskjuggler/RichText/RTFQuery.rb +42 -4
  29. data/lib/taskjuggler/SheetHandlerBase.rb +0 -20
  30. data/lib/taskjuggler/SheetReceiver.rb +23 -21
  31. data/lib/taskjuggler/Task.rb +3 -5
  32. data/lib/taskjuggler/TaskJuggler.rb +4 -0
  33. data/lib/taskjuggler/TaskScenario.rb +81 -103
  34. data/lib/taskjuggler/TextParser/Scanner.rb +19 -18
  35. data/lib/taskjuggler/Tj3Config.rb +1 -1
  36. data/lib/taskjuggler/TjpSyntaxRules.rb +180 -45
  37. data/lib/taskjuggler/UTF8String.rb +30 -0
  38. data/lib/taskjuggler/apps/Tj3.rb +1 -1
  39. data/lib/taskjuggler/apps/Tj3Man.rb +54 -2
  40. data/lib/taskjuggler/reports/ICalReport.rb +4 -4
  41. data/lib/taskjuggler/reports/NikuReport.rb +6 -0
  42. data/lib/taskjuggler/reports/Report.rb +5 -5
  43. data/lib/taskjuggler/reports/ReportContext.rb +4 -2
  44. data/lib/taskjuggler/reports/ResourceListRE.rb +10 -1
  45. data/lib/taskjuggler/reports/StatusSheetReport.rb +3 -0
  46. data/lib/taskjuggler/reports/TableReport.rb +8 -3
  47. data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -0
  48. data/lib/updateheader.sh +15 -0
  49. data/manual/Installation +11 -22
  50. data/manual/Software +17 -3
  51. data/manual/html/Day_To_Day_Juggling.html +359 -0
  52. data/manual/html/Getting_Started.html +62 -0
  53. data/manual/html/How_To_Contribute.html +88 -0
  54. data/manual/html/Installation.html +172 -0
  55. data/manual/html/Intro.html +74 -0
  56. data/manual/html/Reporting_Bugs.html +47 -0
  57. data/manual/html/Rich_Text_Attributes.html +174 -0
  58. data/manual/html/Software.html +147 -0
  59. data/manual/html/TaskJuggler_2x_Migration.html +71 -0
  60. data/manual/html/TaskJuggler_Internals.html +61 -0
  61. data/manual/html/The_TaskJuggler_Syntax.html +89 -0
  62. data/manual/html/Tutorial.html +498 -0
  63. data/manual/html/account.html +152 -0
  64. data/manual/html/account.task.html +68 -0
  65. data/manual/html/accountprefix.html +67 -0
  66. data/manual/html/active.html +66 -0
  67. data/manual/html/adopt.task.html +73 -0
  68. data/manual/html/alert level.html +66 -0
  69. data/manual/html/alert.html +66 -0
  70. data/manual/html/allocate.html +92 -0
  71. data/manual/html/alphabet.html +33 -0
  72. data/manual/html/alternative.html +77 -0
  73. data/manual/html/author.html +69 -0
  74. data/manual/html/balance.html +73 -0
  75. data/manual/html/booking.resource.html +122 -0
  76. data/manual/html/booking.task.html +120 -0
  77. data/manual/html/caption.html +96 -0
  78. data/manual/html/cellcolor.column.html +71 -0
  79. data/manual/html/celltext.column.html +68 -0
  80. data/manual/html/center.html +67 -0
  81. data/manual/html/charge.html +89 -0
  82. data/manual/html/chargeset.html +73 -0
  83. data/manual/html/columnid.html +358 -0
  84. data/manual/html/columns.html +73 -0
  85. data/manual/html/complete.html +80 -0
  86. data/manual/html/copyright.html +97 -0
  87. data/manual/html/credit.html +117 -0
  88. data/{benchmarks → manual/html}/css/tjmanual.css +0 -0
  89. data/{benchmarks → manual/html}/css/tjreport.css +0 -0
  90. data/manual/html/currency.html +120 -0
  91. data/manual/html/currencyformat.html +99 -0
  92. data/manual/html/dailymax.html +144 -0
  93. data/manual/html/dailymin.html +132 -0
  94. data/manual/html/dailyworkinghours.html +90 -0
  95. data/manual/html/date.extend.html +77 -0
  96. data/manual/html/date.html +100 -0
  97. data/manual/html/definitions.html +94 -0
  98. data/manual/html/depends.html +110 -0
  99. data/manual/html/details.html +69 -0
  100. data/manual/html/disabled.html +85 -0
  101. data/manual/html/duration.html +133 -0
  102. data/manual/html/efficiency.html +93 -0
  103. data/manual/html/effort.html +134 -0
  104. data/manual/html/email.html +68 -0
  105. data/manual/html/enabled.html +69 -0
  106. data/manual/html/end.column.html +67 -0
  107. data/manual/html/end.html +87 -0
  108. data/manual/html/end.limit.html +69 -0
  109. data/manual/html/end.report.html +99 -0
  110. data/manual/html/end.timesheet.html +94 -0
  111. data/manual/html/endcredit.html +110 -0
  112. data/manual/html/epilog.html +72 -0
  113. data/manual/html/export.html +197 -0
  114. data/manual/html/extend.html +87 -0
  115. data/manual/html/fail.html +69 -0
  116. data/manual/html/fdl.html +430 -0
  117. data/manual/html/flags.account.html +66 -0
  118. data/manual/html/flags.html +66 -0
  119. data/manual/html/flags.journalentry.html +66 -0
  120. data/manual/html/flags.report.html +66 -0
  121. data/manual/html/flags.resource.html +68 -0
  122. data/manual/html/flags.statussheet.html +66 -0
  123. data/manual/html/flags.task.html +68 -0
  124. data/manual/html/flags.timesheet.html +66 -0
  125. data/manual/html/fontcolor.column.html +71 -0
  126. data/manual/html/footer.html +72 -0
  127. data/manual/html/formats.html +80 -0
  128. data/manual/html/functions.html +78 -0
  129. data/manual/html/gapduration.html +93 -0
  130. data/manual/html/gaplength.html +93 -0
  131. data/manual/html/halign.center.html +66 -0
  132. data/manual/html/halign.column.html +67 -0
  133. data/manual/html/halign.left.html +66 -0
  134. data/manual/html/halign.right.html +66 -0
  135. data/manual/html/hasalert.html +71 -0
  136. data/manual/html/header.html +72 -0
  137. data/manual/html/headline.html +69 -0
  138. data/manual/html/hidejournalentry.html +69 -0
  139. data/manual/html/hidereport.html +67 -0
  140. data/manual/html/hideresource.html +73 -0
  141. data/manual/html/hidetask.html +73 -0
  142. data/manual/html/icalreport.html +137 -0
  143. data/manual/html/include.macro.html +70 -0
  144. data/manual/html/include.project.html +71 -0
  145. data/manual/html/include.properties.html +168 -0
  146. data/manual/html/index.html +18 -0
  147. data/manual/html/inherit.extend.html +68 -0
  148. data/manual/html/interval1.html +99 -0
  149. data/manual/html/interval2.html +98 -0
  150. data/manual/html/interval3.html +99 -0
  151. data/manual/html/interval4.html +100 -0
  152. data/manual/html/isactive.html +67 -0
  153. data/manual/html/ischildof.html +67 -0
  154. data/manual/html/isdependencyof.html +75 -0
  155. data/manual/html/isdutyof.html +71 -0
  156. data/manual/html/isfeatureof.html +71 -0
  157. data/manual/html/isleaf.html +66 -0
  158. data/manual/html/ismilestone.html +67 -0
  159. data/manual/html/isongoing.html +67 -0
  160. data/manual/html/isresource.html +66 -0
  161. data/manual/html/istask.html +66 -0
  162. data/manual/html/journalattributes.html +107 -0
  163. data/manual/html/journalentry.html +83 -0
  164. data/manual/html/journalmode.html +83 -0
  165. data/manual/html/left.html +66 -0
  166. data/manual/html/length.html +104 -0
  167. data/manual/html/limits.allocate.html +72 -0
  168. data/manual/html/limits.html +72 -0
  169. data/manual/html/limits.resource.html +80 -0
  170. data/manual/html/limits.task.html +113 -0
  171. data/manual/html/listitem.column.html +66 -0
  172. data/manual/html/listtype.column.html +79 -0
  173. data/manual/html/loadunit.html +99 -0
  174. data/manual/html/logicalexpression.html +110 -0
  175. data/manual/html/logicalflagexpression.html +82 -0
  176. data/manual/html/macro.html +103 -0
  177. data/manual/html/managers.html +109 -0
  178. data/manual/html/mandatory.html +66 -0
  179. data/manual/html/maxend.html +69 -0
  180. data/manual/html/maximum.html +99 -0
  181. data/manual/html/maxstart.html +69 -0
  182. data/manual/html/milestone.html +71 -0
  183. data/manual/html/minend.html +69 -0
  184. data/manual/html/minimum.html +99 -0
  185. data/manual/html/minstart.html +69 -0
  186. data/manual/html/monthlymax.html +99 -0
  187. data/manual/html/monthlymin.html +99 -0
  188. data/manual/html/navbar.html +513 -0
  189. data/manual/html/navigator.html +70 -0
  190. data/manual/html/newtask.html +83 -0
  191. data/manual/html/nikureport.html +216 -0
  192. data/manual/html/note.task.html +68 -0
  193. data/manual/html/now.html +67 -0
  194. data/manual/html/numberformat.html +85 -0
  195. data/manual/html/onend.html +68 -0
  196. data/manual/html/onstart.html +68 -0
  197. data/manual/html/opennodes.html +66 -0
  198. data/manual/html/overtime.booking.html +76 -0
  199. data/manual/html/period.column.html +67 -0
  200. data/manual/html/period.limit.html +69 -0
  201. data/manual/html/period.report.html +69 -0
  202. data/manual/html/period.task.html +69 -0
  203. data/manual/html/persistent.html +66 -0
  204. data/manual/html/precedes.html +86 -0
  205. data/manual/html/priority.html +114 -0
  206. data/manual/html/priority.timesheet.html +68 -0
  207. data/manual/html/project.html +88 -0
  208. data/manual/html/projectid.html +66 -0
  209. data/manual/html/projectid.task.html +68 -0
  210. data/manual/html/projectids.html +66 -0
  211. data/manual/html/projection.html +75 -0
  212. data/manual/html/prolog.html +72 -0
  213. data/manual/html/properties.html +64 -0
  214. data/manual/html/purge.html +69 -0
  215. data/manual/html/rate.html +66 -0
  216. data/manual/html/rate.resource.html +68 -0
  217. data/manual/html/reference.extend.html +77 -0
  218. data/manual/html/remaining.html +117 -0
  219. data/manual/html/replace.html +66 -0
  220. data/manual/html/report.html +333 -0
  221. data/manual/html/reportprefix.html +67 -0
  222. data/manual/html/resource.html +194 -0
  223. data/manual/html/resourceattributes.html +83 -0
  224. data/manual/html/resourceprefix.html +67 -0
  225. data/manual/html/resourcereport.html +69 -0
  226. data/manual/html/resourceroot.html +90 -0
  227. data/manual/html/resources.limit.html +82 -0
  228. data/manual/html/responsible.html +69 -0
  229. data/manual/html/richtext.extend.html +78 -0
  230. data/manual/html/right.html +66 -0
  231. data/manual/html/rollupresource.html +92 -0
  232. data/manual/html/rolluptask.html +69 -0
  233. data/manual/html/scale.column.html +87 -0
  234. data/manual/html/scenario.html +123 -0
  235. data/manual/html/scenario.ical.html +67 -0
  236. data/manual/html/scenarios.export.html +66 -0
  237. data/manual/html/scenarios.html +66 -0
  238. data/manual/html/scenariospecific.extend.html +68 -0
  239. data/manual/html/scheduled.html +68 -0
  240. data/manual/html/scheduling.html +74 -0
  241. data/manual/html/select.html +86 -0
  242. data/manual/html/selfcontained.html +66 -0
  243. data/manual/html/shift.html +128 -0
  244. data/manual/html/shift.resource.html +74 -0
  245. data/manual/html/shift.task.html +74 -0
  246. data/manual/html/shift.timesheet.html +70 -0
  247. data/manual/html/shifts.allocate.html +71 -0
  248. data/manual/html/shifts.resource.html +73 -0
  249. data/manual/html/shifts.task.html +73 -0
  250. data/manual/html/shorttimeformat.html +67 -0
  251. data/manual/html/sloppy.booking.html +77 -0
  252. data/manual/html/sloppy.projection.html +66 -0
  253. data/manual/html/sortjournalentries.html +81 -0
  254. data/manual/html/sortresources.html +73 -0
  255. data/manual/html/sorttasks.html +73 -0
  256. data/manual/html/start.column.html +67 -0
  257. data/manual/html/start.html +78 -0
  258. data/manual/html/start.limit.html +69 -0
  259. data/manual/html/start.report.html +69 -0
  260. data/manual/html/startcredit.html +68 -0
  261. data/manual/html/status.statussheet.html +73 -0
  262. data/manual/html/status.timesheet.html +91 -0
  263. data/manual/html/statussheet.html +124 -0
  264. data/manual/html/statussheetreport.html +125 -0
  265. data/manual/html/strict.projection.html +66 -0
  266. data/manual/html/summary.html +69 -0
  267. data/manual/html/supplement.html +108 -0
  268. data/manual/html/supplement.resource.html +195 -0
  269. data/manual/html/supplement.task.html +329 -0
  270. data/manual/html/tagfile.html +73 -0
  271. data/manual/html/task.html +320 -0
  272. data/manual/html/task.statussheet.html +74 -0
  273. data/manual/html/task.timesheet.html +89 -0
  274. data/manual/html/taskattributes.html +115 -0
  275. data/manual/html/taskprefix.html +67 -0
  276. data/manual/html/taskreport.html +69 -0
  277. data/manual/html/taskroot.html +103 -0
  278. data/manual/html/text.extend.html +77 -0
  279. data/manual/html/textreport.html +66 -0
  280. data/manual/html/timeformat.html +160 -0
  281. data/manual/html/timeoff.nikureport.html +71 -0
  282. data/manual/html/timesheet.html +129 -0
  283. data/manual/html/timesheetreport.html +107 -0
  284. data/manual/html/timezone.export.html +66 -0
  285. data/manual/html/timezone.html +72 -0
  286. data/manual/html/timezone.report.html +66 -0
  287. data/manual/html/timezone.shift.html +70 -0
  288. data/manual/html/timingresolution.html +71 -0
  289. data/manual/html/title.column.html +67 -0
  290. data/manual/html/title.html +68 -0
  291. data/manual/html/toc.html +1330 -0
  292. data/manual/html/tooltip.column.html +72 -0
  293. data/manual/html/trackingscenario.html +80 -0
  294. data/manual/html/treelevel.html +66 -0
  295. data/manual/html/vacation.html +71 -0
  296. data/manual/html/vacation.resource.html +73 -0
  297. data/manual/html/vacation.shift.html +71 -0
  298. data/manual/html/warn.html +69 -0
  299. data/manual/html/weeklymax.html +99 -0
  300. data/manual/html/weeklymin.html +99 -0
  301. data/manual/html/weekstartsmonday.html +66 -0
  302. data/manual/html/weekstartssunday.html +66 -0
  303. data/manual/html/width.column.html +66 -0
  304. data/manual/html/work.html +105 -0
  305. data/manual/html/workinghours.project.html +102 -0
  306. data/manual/html/workinghours.resource.html +79 -0
  307. data/manual/html/workinghours.shift.html +81 -0
  308. data/manual/html/yearlyworkingdays.html +70 -0
  309. data/spec/StatusSheets_spec.rb +0 -6
  310. data/spec/TimeSheets_spec.rb +0 -6
  311. data/spec/Tj3Daemon_spec.rb +2 -0
  312. data/spec/support/DaemonControl.rb +10 -0
  313. data/taskjuggler.gemspec +71 -0
  314. data/tasks/changelog.rake +2 -2
  315. data/tasks/gem.rake +50 -21
  316. data/tasks/manual.rake +1 -1
  317. data/tasks/rdoc.rake +5 -12
  318. data/tasks/spec.rake +1 -1
  319. data/tasks/test.rake +5 -8
  320. data/test/ReferenceGenerator.rb +91 -0
  321. data/test/TestSuite/CSV-Reports/refs/resourcereport.csv +4 -4
  322. data/test/TestSuite/ReportGenerator/Correct/Journal.tjp +21 -0
  323. data/test/TestSuite/ReportGenerator/Correct/JournalMode.tjp +124 -0
  324. data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +124 -124
  325. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv +1 -7
  326. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv +7 -3
  327. data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-1.csv +79 -0
  328. data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-2.csv +208 -0
  329. data/test/TjpGen.rb +152 -0
  330. metadata +1290 -741
  331. data/benchmarks/666tasks.tjp +0 -3183
  332. data/benchmarks/allocate.tjp +0 -30
  333. data/benchmarks/allocatedSlots.tjp +0 -1602
  334. data/benchmarks/booking.tjp +0 -76
  335. data/benchmarks/depends.tjp +0 -113
  336. data/benchmarks/gantt.tjp +0 -57
  337. data/benchmarks/htmltaskreport.tjp +0 -71
  338. data/benchmarks/icons/details.png +0 -0
  339. data/benchmarks/icons/flag-green.png +0 -0
  340. data/benchmarks/icons/flag-red.png +0 -0
  341. data/benchmarks/icons/flag-yellow.png +0 -0
  342. data/benchmarks/icons/resource.png +0 -0
  343. data/benchmarks/icons/resourcegroup.png +0 -0
  344. data/benchmarks/icons/task.png +0 -0
  345. data/benchmarks/icons/taskgroup.png +0 -0
  346. data/benchmarks/icons/trend-down.png +0 -0
  347. data/benchmarks/icons/trend-flat.png +0 -0
  348. data/benchmarks/icons/trend-up.png +0 -0
  349. data/benchmarks/runbench.rb +0 -30
  350. data/benchmarks/scripts/wz_tooltip.js +0 -1301
  351. data/gem_spec.rb +0 -37
  352. data/lib/exchangebug.rb +0 -42
  353. data/lib/ruby-signal-bug.rb +0 -55
  354. data/prj_cfg.rb +0 -50
  355. data/tasks/csts.rake +0 -72
  356. data/tasks/rcov.rake +0 -14
  357. data/tasks/rexml_fix.rb +0 -16
  358. data/tasks/rexml_fix_19.rb +0 -49
  359. data/tasks/show.rake +0 -21
  360. data/tasks/stats.rake +0 -25
  361. data/test/TestSuite/Export-Reports/refs/DST.tjp +0 -60
  362. data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +0 -80
  363. data/test/TestSuite/Export-Reports/tp.tjp +0 -49
  364. data/test/TestSuite/HTML-Reports/Alerts.html +0 -424
  365. data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
  366. data/test/TestSuite/HTML-Reports/css/tjmanual.css +0 -86
  367. data/test/TestSuite/HTML-Reports/css/tjreport.css +0 -413
  368. data/test/TestSuite/HTML-Reports/icons/details.png +0 -0
  369. data/test/TestSuite/HTML-Reports/icons/flag-green.png +0 -0
  370. data/test/TestSuite/HTML-Reports/icons/flag-red.png +0 -0
  371. data/test/TestSuite/HTML-Reports/icons/flag-yellow.png +0 -0
  372. data/test/TestSuite/HTML-Reports/icons/resource.png +0 -0
  373. data/test/TestSuite/HTML-Reports/icons/resourcegroup.png +0 -0
  374. data/test/TestSuite/HTML-Reports/icons/task.png +0 -0
  375. data/test/TestSuite/HTML-Reports/icons/taskgroup.png +0 -0
  376. data/test/TestSuite/HTML-Reports/icons/trend-down.png +0 -0
  377. data/test/TestSuite/HTML-Reports/icons/trend-flat.png +0 -0
  378. data/test/TestSuite/HTML-Reports/icons/trend-up.png +0 -0
  379. data/test/TestSuite/HTML-Reports/reference.html +0 -51
  380. data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +0 -1301
  381. data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +0 -86
  382. data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +0 -413
  383. data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
  384. data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
  385. data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
  386. data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
  387. data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
  388. data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
  389. data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
  390. data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
  391. data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
  392. data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
  393. data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
  394. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
  395. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
  396. data/test/TestSuite/ReportGenerator/Correct/scripts/wz_tooltip.js +0 -1301
  397. data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -1075
  398. data/test/TestSuite/Scheduler/Correct/Duration.html +0 -610
  399. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -85
  400. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +0 -413
  401. data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
  402. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  403. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  404. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  405. data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
  406. data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
  407. data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
  408. data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
  409. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  410. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  411. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  412. data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
  413. data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
  414. data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
  415. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports +0 -2
  416. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
  417. data/test/TestSuite/StatusSheets/boss.tji +0 -45
  418. data/test/TestSuite/StatusSheets/boss_mail +0 -51
  419. data/test/TestSuite/StatusSheets/dev2_mail +0 -37
  420. data/test/TestSuite/StatusSheets/project.tjp +0 -275
  421. data/test/TestSuite/StatusSheets/run +0 -54
  422. data/test/TestSuite/Syntax/Correct/DST.tjp +0 -11
  423. data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +0 -32
  424. data/test/TestSuite/Syntax/Correct/css/tjmanual.css +0 -86
  425. data/test/TestSuite/Syntax/Correct/css/tjreport.css +0 -413
  426. data/test/TestSuite/Syntax/Correct/icons/details.png +0 -0
  427. data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
  428. data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
  429. data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
  430. data/test/TestSuite/Syntax/Correct/icons/resource.png +0 -0
  431. data/test/TestSuite/Syntax/Correct/icons/resourcegroup.png +0 -0
  432. data/test/TestSuite/Syntax/Correct/icons/task.png +0 -0
  433. data/test/TestSuite/Syntax/Correct/icons/taskgroup.png +0 -0
  434. data/test/TestSuite/Syntax/Correct/icons/trend-down.png +0 -0
  435. data/test/TestSuite/Syntax/Correct/icons/trend-flat.png +0 -0
  436. data/test/TestSuite/Syntax/Correct/icons/trend-up.png +0 -0
  437. data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +0 -1301
  438. data/test/TestSuite/TimeSheets/dev2_mail1 +0 -84
  439. data/test/TestSuite/TimeSheets/dev2_mail2 +0 -87
  440. data/test/TestSuite/TimeSheets/project.tjp +0 -271
  441. data/test/TestSuite/TimeSheets/receiver.log.mod +0 -1056
  442. data/test/TestSuite/TimeSheets/run +0 -76
  443. data/test/TestSuite/TimeSheets/uu.txt +0 -29
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taskjuggler
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 19
5
+ prerelease:
5
6
  segments:
6
7
  - 0
7
8
  - 2
8
- - 1
9
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
10
11
  platform: ruby
11
12
  authors:
12
13
  - Chris Schlaeger
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-07-13 00:00:00 +02:00
18
+ date: 2011-09-13 00:00:00 +02:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
@@ -25,6 +26,7 @@ dependencies:
25
26
  requirements:
26
27
  - - ">="
27
28
  - !ruby/object:Gem::Version
29
+ hash: 25
28
30
  segments:
29
31
  - 2
30
32
  - 2
@@ -32,51 +34,44 @@ dependencies:
32
34
  version: 2.2.15
33
35
  type: :runtime
34
36
  version_requirements: *id001
35
- - !ruby/object:Gem::Dependency
36
- name: rcov
37
- prerelease: false
38
- requirement: &id002 !ruby/object:Gem::Requirement
39
- none: false
40
- requirements:
41
- - - ">="
42
- - !ruby/object:Gem::Version
43
- segments:
44
- - 0
45
- - 9
46
- - 9
47
- version: 0.9.9
48
- type: :development
49
- version_requirements: *id002
50
37
  - !ruby/object:Gem::Dependency
51
38
  name: rspec
52
39
  prerelease: false
53
- requirement: &id003 !ruby/object:Gem::Requirement
40
+ requirement: &id002 !ruby/object:Gem::Requirement
54
41
  none: false
55
42
  requirements:
56
43
  - - ">="
57
44
  - !ruby/object:Gem::Version
45
+ hash: 27
58
46
  segments:
59
47
  - 2
60
48
  - 5
61
49
  - 0
62
50
  version: 2.5.0
63
51
  type: :development
64
- version_requirements: *id003
52
+ version_requirements: *id002
65
53
  description: |
66
- TaskJuggler is a project management software that goes far beyond the commonly
67
- known Gantt chart editors.
54
+ TaskJuggler is a modern and powerful, Free and Open Source Software project
55
+ management tool. Its new approach to project planing and tracking is more
56
+ flexible and superior to the commonly used Gantt chart editing tools.
57
+
58
+ TaskJuggler is project management software for serious project managers. It
59
+ covers the complete spectrum of project management tasks from the first idea
60
+ to the completion of the project. It assists you during project scoping,
61
+ resource assignment, cost and revenue planing, risk and communication
62
+ management.
68
63
 
69
64
  email: chris@linux.com
70
65
  executables:
71
- - tj3ss_sender
72
- - tj3ts_summary
73
- - tj3client
74
66
  - tj3
75
- - tj3ts_sender
67
+ - tj3client
76
68
  - tj3d
77
69
  - tj3man
78
- - tj3ts_receiver
79
70
  - tj3ss_receiver
71
+ - tj3ss_sender
72
+ - tj3ts_receiver
73
+ - tj3ts_sender
74
+ - tj3ts_summary
80
75
  extensions: []
81
76
 
82
77
  extra_rdoc_files:
@@ -84,756 +79,910 @@ extra_rdoc_files:
84
79
  - COPYING
85
80
  - CHANGELOG
86
81
  files:
87
- - Rakefile
88
- - prj_cfg.rb
89
- - gem_spec.rb
90
- - tasks/gem.rake
91
- - tasks/changelog.rake
92
- - tasks/csts.rake
93
- - tasks/show.rake
94
- - tasks/missing.rake
95
- - tasks/manual.rake
96
- - tasks/rdoc.rake
97
- - tasks/vim.rake
98
- - tasks/rexml_fix_19.rb
99
- - tasks/spec.rake
100
- - tasks/rexml_fix.rb
101
- - tasks/rcov.rake
102
- - tasks/test.rake
103
- - tasks/stats.rake
104
- - bin/tj3ss_sender
105
- - bin/tj3ts_summary
106
- - bin/tj3client
107
- - bin/tj3
108
- - bin/tj3ts_sender
109
- - bin/tj3d
110
- - bin/tj3man
111
- - bin/tj3ts_receiver
112
- - bin/tj3ss_receiver
113
- - lib/tj3ss_receiver.rb
114
- - lib/tj3ss_sender.rb
115
- - lib/tj3ts_sender.rb
116
- - lib/tj3man.rb
117
- - lib/tj3ts_summary.rb
118
- - lib/tj3client.rb
119
- - lib/tj3.rb
82
+ - lib/header.tmpl
83
+ - lib/taskjuggler/Account.rb
84
+ - lib/taskjuggler/AccountScenario.rb
85
+ - lib/taskjuggler/AlgorithmDiff.rb
86
+ - lib/taskjuggler/Allocation.rb
87
+ - lib/taskjuggler/AppConfig.rb
88
+ - lib/taskjuggler/AttributeBase.rb
89
+ - lib/taskjuggler/AttributeDefinition.rb
90
+ - lib/taskjuggler/Attributes.rb
91
+ - lib/taskjuggler/BatchProcessor.rb
92
+ - lib/taskjuggler/Booking.rb
93
+ - lib/taskjuggler/Charge.rb
94
+ - lib/taskjuggler/ChargeSet.rb
95
+ - lib/taskjuggler/DataCache.rb
96
+ - lib/taskjuggler/FileList.rb
97
+ - lib/taskjuggler/HTMLDocument.rb
98
+ - lib/taskjuggler/HTMLElements.rb
99
+ - lib/taskjuggler/ICalendar.rb
100
+ - lib/taskjuggler/Interval.rb
101
+ - lib/taskjuggler/IntervalList.rb
102
+ - lib/taskjuggler/Journal.rb
103
+ - lib/taskjuggler/KeywordArray.rb
104
+ - lib/taskjuggler/KeywordDocumentation.rb
105
+ - lib/taskjuggler/Limits.rb
106
+ - lib/taskjuggler/Log.rb
107
+ - lib/taskjuggler/LogFile.rb
108
+ - lib/taskjuggler/LogicalExpression.rb
109
+ - lib/taskjuggler/LogicalFunction.rb
110
+ - lib/taskjuggler/LogicalOperation.rb
111
+ - lib/taskjuggler/MessageHandler.rb
112
+ - lib/taskjuggler/Project.rb
113
+ - lib/taskjuggler/ProjectFileParser.rb
114
+ - lib/taskjuggler/ProjectFileScanner.rb
115
+ - lib/taskjuggler/PropertyList.rb
116
+ - lib/taskjuggler/PropertySet.rb
117
+ - lib/taskjuggler/PropertyTreeNode.rb
118
+ - lib/taskjuggler/Query.rb
119
+ - lib/taskjuggler/RealFormat.rb
120
+ - lib/taskjuggler/Resource.rb
121
+ - lib/taskjuggler/ResourceScenario.rb
122
+ - lib/taskjuggler/RichText.rb
123
+ - lib/taskjuggler/RichText/Document.rb
124
+ - lib/taskjuggler/RichText/Element.rb
125
+ - lib/taskjuggler/RichText/FunctionExample.rb
126
+ - lib/taskjuggler/RichText/FunctionHandler.rb
127
+ - lib/taskjuggler/RichText/Parser.rb
128
+ - lib/taskjuggler/RichText/RTFHandlers.rb
129
+ - lib/taskjuggler/RichText/RTFNavigator.rb
130
+ - lib/taskjuggler/RichText/RTFQuery.rb
131
+ - lib/taskjuggler/RichText/RTFReport.rb
132
+ - lib/taskjuggler/RichText/RTFReportLink.rb
133
+ - lib/taskjuggler/RichText/RTFWithQuerySupport.rb
134
+ - lib/taskjuggler/RichText/Scanner.rb
135
+ - lib/taskjuggler/RichText/Snip.rb
136
+ - lib/taskjuggler/RichText/SyntaxRules.rb
137
+ - lib/taskjuggler/RichText/TOCEntry.rb
138
+ - lib/taskjuggler/RichText/TableOfContents.rb
139
+ - lib/taskjuggler/RuntimeConfig.rb
140
+ - lib/taskjuggler/Scenario.rb
141
+ - lib/taskjuggler/ScenarioData.rb
142
+ - lib/taskjuggler/Scoreboard.rb
143
+ - lib/taskjuggler/SheetHandlerBase.rb
144
+ - lib/taskjuggler/SheetReceiver.rb
145
+ - lib/taskjuggler/SheetSender.rb
146
+ - lib/taskjuggler/Shift.rb
147
+ - lib/taskjuggler/ShiftAssignments.rb
148
+ - lib/taskjuggler/ShiftScenario.rb
149
+ - lib/taskjuggler/SimpleQueryExpander.rb
120
150
  - lib/taskjuggler/StatusSheetReceiver.rb
121
- - lib/taskjuggler/TextParser/StackElement.rb
122
- - lib/taskjuggler/TextParser/TokenDoc.rb
151
+ - lib/taskjuggler/StatusSheetSender.rb
152
+ - lib/taskjuggler/StdIoWrapper.rb
153
+ - lib/taskjuggler/SyntaxReference.rb
154
+ - lib/taskjuggler/TableColumnDefinition.rb
155
+ - lib/taskjuggler/Task.rb
156
+ - lib/taskjuggler/TaskDependency.rb
157
+ - lib/taskjuggler/TaskJuggler.rb
158
+ - lib/taskjuggler/TaskScenario.rb
159
+ - lib/taskjuggler/TernarySearchTree.rb
160
+ - lib/taskjuggler/TextFormatter.rb
161
+ - lib/taskjuggler/TextParser.rb
123
162
  - lib/taskjuggler/TextParser/MacroTable.rb
124
- - lib/taskjuggler/TextParser/Rule.rb
125
163
  - lib/taskjuggler/TextParser/Pattern.rb
126
- - lib/taskjuggler/TextParser/State.rb
127
- - lib/taskjuggler/TextParser/SourceFileInfo.rb
164
+ - lib/taskjuggler/TextParser/Rule.rb
128
165
  - lib/taskjuggler/TextParser/Scanner.rb
129
- - lib/taskjuggler/ShiftAssignments.rb
130
- - lib/taskjuggler/deep_copy.rb
131
- - lib/taskjuggler/Query.rb
166
+ - lib/taskjuggler/TextParser/SourceFileInfo.rb
167
+ - lib/taskjuggler/TextParser/StackElement.rb
168
+ - lib/taskjuggler/TextParser/State.rb
169
+ - lib/taskjuggler/TextParser/TokenDoc.rb
170
+ - lib/taskjuggler/TimeSheetReceiver.rb
132
171
  - lib/taskjuggler/TimeSheetSender.rb
133
- - lib/taskjuggler/Resource.rb
134
- - lib/taskjuggler/Limits.rb
135
- - lib/taskjuggler/BatchProcessor.rb
136
- - lib/taskjuggler/HTMLDocument.rb
137
- - lib/taskjuggler/apps/Tj3SsReceiver.rb
138
- - lib/taskjuggler/apps/Tj3TsReceiver.rb
139
- - lib/taskjuggler/apps/Tj3TsSummary.rb
140
- - lib/taskjuggler/apps/Tj3Client.rb
141
- - lib/taskjuggler/apps/Tj3TsSender.rb
142
- - lib/taskjuggler/apps/Tj3Daemon.rb
143
- - lib/taskjuggler/apps/Tj3SsSender.rb
144
- - lib/taskjuggler/apps/Tj3Man.rb
145
- - lib/taskjuggler/apps/Tj3.rb
146
- - lib/taskjuggler/Scenario.rb
147
- - lib/taskjuggler/UserManual.rb
148
- - lib/taskjuggler/TaskDependency.rb
172
+ - lib/taskjuggler/TimeSheetSummary.rb
173
+ - lib/taskjuggler/TimeSheets.rb
174
+ - lib/taskjuggler/Tj3AppBase.rb
175
+ - lib/taskjuggler/Tj3Config.rb
176
+ - lib/taskjuggler/Tj3SheetAppBase.rb
177
+ - lib/taskjuggler/TjException.rb
178
+ - lib/taskjuggler/TjTime.rb
179
+ - lib/taskjuggler/TjpExample.rb
149
180
  - lib/taskjuggler/TjpSyntaxRules.rb
150
- - lib/taskjuggler/ResourceScenario.rb
151
- - lib/taskjuggler/TernarySearchTree.rb
181
+ - lib/taskjuggler/URLParameter.rb
152
182
  - lib/taskjuggler/UTF8String.rb
153
- - lib/taskjuggler/FileList.rb
154
- - lib/taskjuggler/TableColumnDefinition.rb
155
- - lib/taskjuggler/RichText.rb
183
+ - lib/taskjuggler/UserManual.rb
184
+ - lib/taskjuggler/VimSyntax.rb
156
185
  - lib/taskjuggler/WorkingHours.rb
157
- - lib/taskjuggler/Tj3Config.rb
158
- - lib/taskjuggler/AppConfig.rb
159
- - lib/taskjuggler/StdIoWrapper.rb
160
- - lib/taskjuggler/ProjectFileScanner.rb
161
- - lib/taskjuggler/AttributeBase.rb
162
- - lib/taskjuggler/TimeSheetSummary.rb
163
- - lib/taskjuggler/MessageHandler.rb
164
- - lib/taskjuggler/Allocation.rb
165
- - lib/taskjuggler/Booking.rb
166
- - lib/taskjuggler/SimpleQueryExpander.rb
167
- - lib/taskjuggler/Attributes.rb
168
- - lib/taskjuggler/TextParser.rb
169
- - lib/taskjuggler/Scoreboard.rb
170
- - lib/taskjuggler/Tj3AppBase.rb
171
- - lib/taskjuggler/ICalendar.rb
186
+ - lib/taskjuggler/XMLDocument.rb
187
+ - lib/taskjuggler/XMLElement.rb
188
+ - lib/taskjuggler/apps/Tj3.rb
189
+ - lib/taskjuggler/apps/Tj3Client.rb
190
+ - lib/taskjuggler/apps/Tj3Daemon.rb
191
+ - lib/taskjuggler/apps/Tj3Man.rb
192
+ - lib/taskjuggler/apps/Tj3SsReceiver.rb
193
+ - lib/taskjuggler/apps/Tj3SsSender.rb
194
+ - lib/taskjuggler/apps/Tj3TsReceiver.rb
195
+ - lib/taskjuggler/apps/Tj3TsSender.rb
196
+ - lib/taskjuggler/apps/Tj3TsSummary.rb
197
+ - lib/taskjuggler/daemon/Daemon.rb
198
+ - lib/taskjuggler/daemon/ProcessIntercom.rb
199
+ - lib/taskjuggler/daemon/ProjectBroker.rb
200
+ - lib/taskjuggler/daemon/ProjectServer.rb
201
+ - lib/taskjuggler/daemon/ReportServer.rb
202
+ - lib/taskjuggler/daemon/ReportServlet.rb
203
+ - lib/taskjuggler/daemon/WebServer.rb
204
+ - lib/taskjuggler/daemon/WelcomePage.rb
205
+ - lib/taskjuggler/deep_copy.rb
206
+ - lib/taskjuggler/reports/CSVFile.rb
207
+ - lib/taskjuggler/reports/CollisionDetector.rb
208
+ - lib/taskjuggler/reports/ColumnTable.rb
172
209
  - lib/taskjuggler/reports/GanttChart.rb
173
210
  - lib/taskjuggler/reports/GanttContainer.rb
174
- - lib/taskjuggler/reports/GanttLoadStack.rb
175
- - lib/taskjuggler/reports/ReportBase.rb
176
- - lib/taskjuggler/reports/ReportTable.rb
177
211
  - lib/taskjuggler/reports/GanttHeader.rb
178
212
  - lib/taskjuggler/reports/GanttHeaderScaleItem.rb
179
- - lib/taskjuggler/reports/Navigator.rb
180
- - lib/taskjuggler/reports/TagFile.rb
213
+ - lib/taskjuggler/reports/GanttLine.rb
214
+ - lib/taskjuggler/reports/GanttLoadStack.rb
215
+ - lib/taskjuggler/reports/GanttMilestone.rb
216
+ - lib/taskjuggler/reports/GanttRouter.rb
181
217
  - lib/taskjuggler/reports/GanttTaskBar.rb
182
- - lib/taskjuggler/reports/ColumnTable.rb
183
- - lib/taskjuggler/reports/StatusSheetReport.rb
218
+ - lib/taskjuggler/reports/HTMLGraphics.rb
184
219
  - lib/taskjuggler/reports/ICalReport.rb
185
- - lib/taskjuggler/reports/ReportTableLine.rb
186
- - lib/taskjuggler/reports/GanttRouter.rb
187
- - lib/taskjuggler/reports/ReportTableColumn.rb
188
- - lib/taskjuggler/reports/ReportTableLegend.rb
189
- - lib/taskjuggler/reports/TextReport.rb
220
+ - lib/taskjuggler/reports/Navigator.rb
221
+ - lib/taskjuggler/reports/NikuReport.rb
190
222
  - lib/taskjuggler/reports/Report.rb
191
- - lib/taskjuggler/reports/TaskListRE.rb
192
- - lib/taskjuggler/reports/GanttMilestone.rb
193
- - lib/taskjuggler/reports/TableReport.rb
194
- - lib/taskjuggler/reports/CSVFile.rb
223
+ - lib/taskjuggler/reports/ReportBase.rb
195
224
  - lib/taskjuggler/reports/ReportContext.rb
196
- - lib/taskjuggler/reports/HTMLGraphics.rb
197
- - lib/taskjuggler/reports/CollisionDetector.rb
198
- - lib/taskjuggler/reports/TjpExportRE.rb
199
- - lib/taskjuggler/reports/NikuReport.rb
200
- - lib/taskjuggler/reports/GanttLine.rb
201
- - lib/taskjuggler/reports/ResourceListRE.rb
225
+ - lib/taskjuggler/reports/ReportTable.rb
202
226
  - lib/taskjuggler/reports/ReportTableCell.rb
227
+ - lib/taskjuggler/reports/ReportTableColumn.rb
228
+ - lib/taskjuggler/reports/ReportTableLegend.rb
229
+ - lib/taskjuggler/reports/ReportTableLine.rb
230
+ - lib/taskjuggler/reports/ResourceListRE.rb
231
+ - lib/taskjuggler/reports/StatusSheetReport.rb
232
+ - lib/taskjuggler/reports/TableReport.rb
233
+ - lib/taskjuggler/reports/TagFile.rb
234
+ - lib/taskjuggler/reports/TaskListRE.rb
235
+ - lib/taskjuggler/reports/TextReport.rb
203
236
  - lib/taskjuggler/reports/TimeSheetReport.rb
204
- - lib/taskjuggler/PropertyTreeNode.rb
205
- - lib/taskjuggler/SheetHandlerBase.rb
206
- - lib/taskjuggler/LogicalExpression.rb
207
- - lib/taskjuggler/KeywordDocumentation.rb
208
- - lib/taskjuggler/SyntaxReference.rb
209
- - lib/taskjuggler/LogFile.rb
210
- - lib/taskjuggler/URLParameter.rb
211
- - lib/taskjuggler/TjException.rb
212
- - lib/taskjuggler/IntervalList.rb
213
- - lib/taskjuggler/AlgorithmDiff.rb
214
- - lib/taskjuggler/TimeSheetReceiver.rb
215
- - lib/taskjuggler/RichText/TableOfContents.rb
216
- - lib/taskjuggler/RichText/TOCEntry.rb
217
- - lib/taskjuggler/RichText/RTFReportLink.rb
218
- - lib/taskjuggler/RichText/Parser.rb
219
- - lib/taskjuggler/RichText/Element.rb
220
- - lib/taskjuggler/RichText/SyntaxRules.rb
221
- - lib/taskjuggler/RichText/RTFWithQuerySupport.rb
222
- - lib/taskjuggler/RichText/FunctionExample.rb
223
- - lib/taskjuggler/RichText/RTFHandlers.rb
224
- - lib/taskjuggler/RichText/Snip.rb
225
- - lib/taskjuggler/RichText/FunctionHandler.rb
226
- - lib/taskjuggler/RichText/Document.rb
227
- - lib/taskjuggler/RichText/RTFReport.rb
228
- - lib/taskjuggler/RichText/Scanner.rb
229
- - lib/taskjuggler/RichText/RTFNavigator.rb
230
- - lib/taskjuggler/RichText/RTFQuery.rb
231
- - lib/taskjuggler/TimeSheets.rb
232
- - lib/taskjuggler/Task.rb
233
- - lib/taskjuggler/PropertyList.rb
234
- - lib/taskjuggler/KeywordArray.rb
235
- - lib/taskjuggler/Tj3SheetAppBase.rb
236
- - lib/taskjuggler/DataCache.rb
237
- - lib/taskjuggler/SheetReceiver.rb
238
- - lib/taskjuggler/Journal.rb
239
- - lib/taskjuggler/Interval.rb
240
- - lib/taskjuggler/AttributeDefinition.rb
241
- - lib/taskjuggler/XMLDocument.rb
242
- - lib/taskjuggler/AccountScenario.rb
243
- - lib/taskjuggler/XMLElement.rb
244
- - lib/taskjuggler/ProjectFileParser.rb
245
- - lib/taskjuggler/StatusSheetSender.rb
246
- - lib/taskjuggler/Project.rb
247
- - lib/taskjuggler/VimSyntax.rb
248
- - lib/taskjuggler/Log.rb
249
- - lib/taskjuggler/PropertySet.rb
250
- - lib/taskjuggler/TaskScenario.rb
251
- - lib/taskjuggler/TjTime.rb
252
- - lib/taskjuggler/RuntimeConfig.rb
253
- - lib/taskjuggler/HTMLElements.rb
254
- - lib/taskjuggler/SheetSender.rb
255
- - lib/taskjuggler/TjpExample.rb
256
- - lib/taskjuggler/LogicalOperation.rb
257
- - lib/taskjuggler/daemon/ReportServlet.rb
258
- - lib/taskjuggler/daemon/ReportServer.rb
259
- - lib/taskjuggler/daemon/Daemon.rb
260
- - lib/taskjuggler/daemon/WelcomePage.rb
261
- - lib/taskjuggler/daemon/ProjectBroker.rb
262
- - lib/taskjuggler/daemon/WebServer.rb
263
- - lib/taskjuggler/daemon/ProjectServer.rb
264
- - lib/taskjuggler/daemon/ProcessIntercom.rb
265
- - lib/taskjuggler/TaskJuggler.rb
266
- - lib/taskjuggler/ScenarioData.rb
267
- - lib/taskjuggler/ChargeSet.rb
268
- - lib/taskjuggler/TextFormatter.rb
269
- - lib/taskjuggler/ShiftScenario.rb
270
- - lib/taskjuggler/RealFormat.rb
271
- - lib/taskjuggler/Shift.rb
272
- - lib/taskjuggler/Charge.rb
273
- - lib/taskjuggler/Account.rb
274
- - lib/taskjuggler/LogicalFunction.rb
275
- - lib/tj3ts_receiver.rb
237
+ - lib/taskjuggler/reports/TjpExportRE.rb
238
+ - lib/tj3.rb
239
+ - lib/tj3client.rb
276
240
  - lib/tj3d.rb
277
- - lib/ruby-signal-bug.rb
278
- - lib/exchangebug.rb
279
- - test/test_CSVFile.rb
280
- - test/test_MacroTable.rb
281
- - test/test_UTF8String.rb
282
- - test/test_Query.rb
283
- - test/test_CSV-Reports.rb
284
- - test/test_Scheduler.rb
285
- - test/test_LogicalExpression.rb
286
- - test/test_deep_copy.rb
287
- - test/test_TjTime.rb
288
- - test/test_RichText.rb
289
- - test/test_Limits.rb
290
- - test/test_PropertySet.rb
291
- - test/test_Journal.rb
292
- - test/test_SimpleQueryExpander.rb
293
- - test/test_ShiftAssignments.rb
294
- - test/test_Project.rb
295
- - test/test_BatchProcessor.rb
296
- - test/test_TjpExample.rb
297
- - test/test_URLParameter.rb
298
- - test/test_ReportGenerator.rb
299
- - test/test_WorkingHours.rb
300
- - test/test_ProjectFileScanner.rb
301
- - test/test_TextFormatter.rb
302
- - test/test_Export-Reports.rb
303
- - test/test_RealFormat.rb
304
- - test/test_Syntax.rb
305
- - test/test_CollisionDetector.rb
306
- - test/test_AlgorithmDiff.rb
307
- - README.rdoc
308
- - COPYING
309
- - CHANGELOG
310
- - benchmarks/icons/task.png
311
- - benchmarks/icons/trend-flat.png
312
- - benchmarks/icons/trend-up.png
313
- - benchmarks/icons/flag-yellow.png
314
- - benchmarks/icons/flag-green.png
315
- - benchmarks/icons/resource.png
316
- - benchmarks/icons/resourcegroup.png
317
- - benchmarks/icons/trend-down.png
318
- - benchmarks/icons/flag-red.png
319
- - benchmarks/icons/details.png
320
- - benchmarks/icons/taskgroup.png
321
- - benchmarks/allocatedSlots.tjp
322
- - benchmarks/booking.tjp
323
- - benchmarks/depends.tjp
324
- - benchmarks/allocate.tjp
325
- - benchmarks/htmltaskreport.tjp
326
- - benchmarks/css/tjmanual.css
327
- - benchmarks/css/tjreport.css
328
- - benchmarks/runbench.rb
329
- - benchmarks/scripts/wz_tooltip.js
330
- - benchmarks/666tasks.tjp
331
- - benchmarks/gantt.tjp
332
- - examples/tutorial.tjp
241
+ - lib/tj3man.rb
242
+ - lib/tj3ss_receiver.rb
243
+ - lib/tj3ss_sender.rb
244
+ - lib/tj3ts_receiver.rb
245
+ - lib/tj3ts_sender.rb
246
+ - lib/tj3ts_summary.rb
247
+ - lib/updateheader.sh
248
+ - data/css/tjmanual.css
249
+ - data/css/tjreport.css
250
+ - data/icons/details.png
251
+ - data/icons/flag-green.png
252
+ - data/icons/flag-red.png
253
+ - data/icons/flag-yellow.png
254
+ - data/icons/resource.png
255
+ - data/icons/resourcegroup.png
256
+ - data/icons/task.png
257
+ - data/icons/taskgroup.png
258
+ - data/icons/trend-down.png
259
+ - data/icons/trend-flat.png
260
+ - data/icons/trend-up.png
261
+ - data/scripts/wz_tooltip.js
262
+ - manual/Day_To_Day_Juggling
263
+ - manual/Getting_Started
264
+ - manual/How_To_Contribute
265
+ - manual/Installation
333
266
  - manual/Intro
267
+ - manual/Reporting_Bugs
334
268
  - manual/Rich_Text_Attributes
335
- - manual/Installation
336
- - manual/Tutorial
269
+ - manual/Software
270
+ - manual/TaskJuggler_2x_Migration
337
271
  - manual/TaskJuggler_Internals
338
272
  - manual/The_TaskJuggler_Syntax
339
- - manual/Reporting_Bugs
340
- - manual/Software
273
+ - manual/Tutorial
341
274
  - manual/fdl
342
- - manual/How_To_Contribute
343
- - manual/TaskJuggler_2x_Migration
344
- - manual/Day_To_Day_Juggling
345
- - manual/Getting_Started
346
- - test/all.rb
275
+ - examples/Fedora-20/f-20.tjp
276
+ - examples/Fedora-20/icons/fedoralogo.png
277
+ - examples/Fedora-20/reports.tji
278
+ - examples/tutorial.tjp
279
+ - tasks/changelog.rake
280
+ - tasks/gem.rake
281
+ - tasks/manual.rake
282
+ - tasks/rdoc.rake
283
+ - tasks/spec.rake
284
+ - tasks/test.rake
285
+ - tasks/vim.rake
286
+ - .gemtest
287
+ - taskjuggler.gemspec
288
+ - Rakefile
289
+ - data/tjp.vim
290
+ - manual/html/projectid.html
291
+ - manual/html/start.report.html
292
+ - manual/html/css/tjmanual.css
293
+ - manual/html/css/tjreport.css
294
+ - manual/html/dailyworkinghours.html
295
+ - manual/html/shift.resource.html
296
+ - manual/html/interval4.html
297
+ - manual/html/right.html
298
+ - manual/html/chargeset.html
299
+ - manual/html/allocate.html
300
+ - manual/html/Software.html
301
+ - manual/html/flags.statussheet.html
302
+ - manual/html/TaskJuggler_2x_Migration.html
303
+ - manual/html/onstart.html
304
+ - manual/html/shifts.task.html
305
+ - manual/html/richtext.extend.html
306
+ - manual/html/tagfile.html
307
+ - manual/html/priority.timesheet.html
308
+ - manual/html/numberformat.html
309
+ - manual/html/start.column.html
310
+ - manual/html/sloppy.projection.html
311
+ - manual/html/textreport.html
312
+ - manual/html/journalmode.html
313
+ - manual/html/icalreport.html
314
+ - manual/html/now.html
315
+ - manual/html/hideresource.html
316
+ - manual/html/report.html
317
+ - manual/html/include.properties.html
318
+ - manual/html/flags.account.html
319
+ - manual/html/istask.html
320
+ - manual/html/center.html
321
+ - manual/html/headline.html
322
+ - manual/html/effort.html
323
+ - manual/html/macro.html
324
+ - manual/html/startcredit.html
325
+ - manual/html/selfcontained.html
326
+ - manual/html/isleaf.html
327
+ - manual/html/sorttasks.html
328
+ - manual/html/taskattributes.html
329
+ - manual/html/timezone.html
330
+ - manual/html/sloppy.booking.html
331
+ - manual/html/task.timesheet.html
332
+ - manual/html/maxstart.html
333
+ - manual/html/priority.html
334
+ - manual/html/sortjournalentries.html
335
+ - manual/html/date.html
336
+ - manual/html/monthlymax.html
337
+ - manual/html/weekstartssunday.html
338
+ - manual/html/definitions.html
339
+ - manual/html/timezone.export.html
340
+ - manual/html/taskprefix.html
341
+ - manual/html/columnid.html
342
+ - manual/html/monthlymin.html
343
+ - manual/html/work.html
344
+ - manual/html/booking.task.html
345
+ - manual/html/credit.html
346
+ - manual/html/note.task.html
347
+ - manual/html/account.task.html
348
+ - manual/html/rate.html
349
+ - manual/html/limits.task.html
350
+ - manual/html/active.html
351
+ - manual/html/supplement.resource.html
352
+ - manual/html/end.limit.html
353
+ - manual/html/nikureport.html
354
+ - manual/html/managers.html
355
+ - manual/html/left.html
356
+ - manual/html/functions.html
357
+ - manual/html/newtask.html
358
+ - manual/html/select.html
359
+ - manual/html/inherit.extend.html
360
+ - manual/html/end.html
361
+ - manual/html/include.project.html
362
+ - manual/html/copyright.html
363
+ - manual/html/hidereport.html
364
+ - manual/html/maxend.html
365
+ - manual/html/journalattributes.html
366
+ - manual/html/task.html
367
+ - manual/html/adopt.task.html
368
+ - manual/html/resourceattributes.html
369
+ - manual/html/index.html
370
+ - manual/html/Getting_Started.html
371
+ - manual/html/projection.html
372
+ - manual/html/weekstartsmonday.html
373
+ - manual/html/footer.html
374
+ - manual/html/isdutyof.html
375
+ - manual/html/taskreport.html
376
+ - manual/html/summary.html
377
+ - manual/html/halign.center.html
378
+ - manual/html/workinghours.shift.html
379
+ - manual/html/author.html
380
+ - manual/html/timezone.shift.html
381
+ - manual/html/flags.task.html
382
+ - manual/html/statussheet.html
383
+ - manual/html/charge.html
384
+ - manual/html/limits.resource.html
385
+ - manual/html/details.html
386
+ - manual/html/resourceprefix.html
387
+ - manual/html/flags.report.html
388
+ - manual/html/replace.html
389
+ - manual/html/complete.html
390
+ - manual/html/supplement.task.html
391
+ - manual/html/end.timesheet.html
392
+ - manual/html/Installation.html
393
+ - manual/html/email.html
394
+ - manual/html/How_To_Contribute.html
395
+ - manual/html/scenarios.html
396
+ - manual/html/navbar.html
397
+ - manual/html/shifts.allocate.html
398
+ - manual/html/halign.column.html
399
+ - manual/html/task.statussheet.html
400
+ - manual/html/hasalert.html
401
+ - manual/html/resource.html
402
+ - manual/html/export.html
403
+ - manual/html/cellcolor.column.html
404
+ - manual/html/workinghours.resource.html
405
+ - manual/html/supplement.html
406
+ - manual/html/gaplength.html
407
+ - manual/html/start.html
408
+ - manual/html/enabled.html
409
+ - manual/html/onend.html
410
+ - manual/html/timeformat.html
411
+ - manual/html/depends.html
412
+ - manual/html/hidejournalentry.html
413
+ - manual/html/toc.html
414
+ - manual/html/navigator.html
415
+ - manual/html/scenario.ical.html
416
+ - manual/html/listitem.column.html
417
+ - manual/html/accountprefix.html
418
+ - manual/html/end.report.html
419
+ - manual/html/precedes.html
420
+ - manual/html/projectid.task.html
421
+ - manual/html/minend.html
422
+ - manual/html/resourcereport.html
423
+ - manual/html/alphabet.html
424
+ - manual/html/scheduling.html
425
+ - manual/html/reference.extend.html
426
+ - manual/html/responsible.html
427
+ - manual/html/resourceroot.html
428
+ - manual/html/fdl.html
429
+ - manual/html/vacation.resource.html
430
+ - manual/html/mandatory.html
431
+ - manual/html/trackingscenario.html
432
+ - manual/html/period.task.html
433
+ - manual/html/efficiency.html
434
+ - manual/html/persistent.html
435
+ - manual/html/shift.html
436
+ - manual/html/scenario.html
437
+ - manual/html/caption.html
438
+ - manual/html/end.column.html
439
+ - manual/html/gapduration.html
440
+ - manual/html/title.column.html
441
+ - manual/html/tooltip.column.html
442
+ - manual/html/isongoing.html
443
+ - manual/html/status.timesheet.html
444
+ - manual/html/maximum.html
445
+ - manual/html/status.statussheet.html
446
+ - manual/html/text.extend.html
447
+ - manual/html/flags.timesheet.html
448
+ - manual/html/balance.html
449
+ - manual/html/Rich_Text_Attributes.html
450
+ - manual/html/shorttimeformat.html
451
+ - manual/html/reportprefix.html
452
+ - manual/html/isresource.html
453
+ - manual/html/Intro.html
454
+ - manual/html/halign.right.html
455
+ - manual/html/alert.html
456
+ - manual/html/overtime.booking.html
457
+ - manual/html/celltext.column.html
458
+ - manual/html/vacation.html
459
+ - manual/html/start.limit.html
460
+ - manual/html/statussheetreport.html
461
+ - manual/html/limits.html
462
+ - manual/html/width.column.html
463
+ - manual/html/formats.html
464
+ - manual/html/logicalexpression.html
465
+ - manual/html/hidetask.html
466
+ - manual/html/logicalflagexpression.html
467
+ - manual/html/scheduled.html
468
+ - manual/html/period.report.html
469
+ - manual/html/columns.html
470
+ - manual/html/halign.left.html
471
+ - manual/html/treelevel.html
472
+ - manual/html/Reporting_Bugs.html
473
+ - manual/html/endcredit.html
474
+ - manual/html/rate.resource.html
475
+ - manual/html/purge.html
476
+ - manual/html/title.html
477
+ - manual/html/disabled.html
478
+ - manual/html/header.html
479
+ - manual/html/project.html
480
+ - manual/html/booking.resource.html
481
+ - manual/html/workinghours.project.html
482
+ - manual/html/isdependencyof.html
483
+ - manual/html/ischildof.html
484
+ - manual/html/currency.html
485
+ - manual/html/milestone.html
486
+ - manual/html/timingresolution.html
487
+ - manual/html/period.column.html
488
+ - manual/html/account.html
489
+ - manual/html/opennodes.html
490
+ - manual/html/dailymax.html
491
+ - manual/html/shift.timesheet.html
492
+ - manual/html/alternative.html
493
+ - manual/html/The_TaskJuggler_Syntax.html
494
+ - manual/html/weeklymax.html
495
+ - manual/html/vacation.shift.html
496
+ - manual/html/dailymin.html
497
+ - manual/html/strict.projection.html
498
+ - manual/html/remaining.html
499
+ - manual/html/Tutorial.html
500
+ - manual/html/scenariospecific.extend.html
501
+ - manual/html/Day_To_Day_Juggling.html
502
+ - manual/html/projectids.html
503
+ - manual/html/fail.html
504
+ - manual/html/weeklymin.html
505
+ - manual/html/taskroot.html
506
+ - manual/html/period.limit.html
507
+ - manual/html/alert level.html
508
+ - manual/html/resources.limit.html
509
+ - manual/html/prolog.html
510
+ - manual/html/yearlyworkingdays.html
511
+ - manual/html/minstart.html
512
+ - manual/html/timezone.report.html
513
+ - manual/html/shift.task.html
514
+ - manual/html/journalentry.html
515
+ - manual/html/timesheet.html
516
+ - manual/html/TaskJuggler_Internals.html
517
+ - manual/html/flags.resource.html
518
+ - manual/html/shifts.resource.html
519
+ - manual/html/rolluptask.html
520
+ - manual/html/include.macro.html
521
+ - manual/html/scenarios.export.html
522
+ - manual/html/flags.html
523
+ - manual/html/loadunit.html
524
+ - manual/html/properties.html
525
+ - manual/html/ismilestone.html
526
+ - manual/html/rollupresource.html
527
+ - manual/html/sortresources.html
528
+ - manual/html/length.html
529
+ - manual/html/warn.html
530
+ - manual/html/duration.html
531
+ - manual/html/limits.allocate.html
532
+ - manual/html/listtype.column.html
533
+ - manual/html/date.extend.html
534
+ - manual/html/timeoff.nikureport.html
535
+ - manual/html/extend.html
536
+ - manual/html/interval1.html
537
+ - manual/html/isfeatureof.html
538
+ - manual/html/minimum.html
539
+ - manual/html/isactive.html
540
+ - manual/html/timesheetreport.html
541
+ - manual/html/flags.journalentry.html
542
+ - manual/html/interval2.html
543
+ - manual/html/scale.column.html
544
+ - manual/html/currencyformat.html
545
+ - manual/html/epilog.html
546
+ - manual/html/fontcolor.column.html
547
+ - manual/html/interval3.html
548
+ - README.rdoc
549
+ - COPYING
550
+ - CHANGELOG
347
551
  - test/MessageChecker.rb
348
- - test/TestSuite/StatusSheetTemplates/project.tji
349
- - test/TestSuite/StatusSheetTemplates/project.tjp
552
+ - test/ReferenceGenerator.rb
553
+ - test/TestSuite/CSV-Reports/alert.tjp
554
+ - test/TestSuite/CSV-Reports/celltext.tjp
555
+ - test/TestSuite/CSV-Reports/inputs.tjp
556
+ - test/TestSuite/CSV-Reports/niku.tjp
557
+ - test/TestSuite/CSV-Reports/project-1.tji
558
+ - test/TestSuite/CSV-Reports/refs/alert.csv
559
+ - test/TestSuite/CSV-Reports/refs/celltext.csv
560
+ - test/TestSuite/CSV-Reports/refs/inputs.csv
561
+ - test/TestSuite/CSV-Reports/refs/niku.csv
562
+ - test/TestSuite/CSV-Reports/refs/resourcereport.csv
563
+ - test/TestSuite/CSV-Reports/refs/resourcereport_with_tasks.csv
564
+ - test/TestSuite/CSV-Reports/refs/sortByTree.csv
565
+ - test/TestSuite/CSV-Reports/refs/sortBy_duration.down.csv
566
+ - test/TestSuite/CSV-Reports/refs/sortBy_effort.up.csv
567
+ - test/TestSuite/CSV-Reports/refs/sortBy_plan.start.down.csv
568
+ - test/TestSuite/CSV-Reports/refs/targets.csv
569
+ - test/TestSuite/CSV-Reports/refs/taskreport.csv
570
+ - test/TestSuite/CSV-Reports/refs/taskreport_with_resources.csv
571
+ - test/TestSuite/CSV-Reports/refs/weekly.csv
572
+ - test/TestSuite/CSV-Reports/resourcereport.tjp
573
+ - test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp
574
+ - test/TestSuite/CSV-Reports/sortByTree.tjp
575
+ - test/TestSuite/CSV-Reports/sortBy_duration.down.tjp
576
+ - test/TestSuite/CSV-Reports/sortBy_effort.up.tjp
577
+ - test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp
578
+ - test/TestSuite/CSV-Reports/targets.tjp
579
+ - test/TestSuite/CSV-Reports/taskreport.tjp
580
+ - test/TestSuite/CSV-Reports/taskreport_with_resources.tjp
581
+ - test/TestSuite/CSV-Reports/weekly.tjp
582
+ - test/TestSuite/Export-Reports/export.tji
583
+ - test/TestSuite/Export-Reports/refs/Account.tjp
584
+ - test/TestSuite/Export-Reports/refs/AdoptedTasks.tjp
585
+ - test/TestSuite/Export-Reports/refs/Allocate-1.tjp
586
+ - test/TestSuite/Export-Reports/refs/Alternative.tjp
587
+ - test/TestSuite/Export-Reports/refs/AutoID.tjp
588
+ - test/TestSuite/Export-Reports/refs/AutoMacros.tjp
589
+ - test/TestSuite/Export-Reports/refs/Booking.tjp
590
+ - test/TestSuite/Export-Reports/refs/Caption.tjp
591
+ - test/TestSuite/Export-Reports/refs/Celltext.tjp
592
+ - test/TestSuite/Export-Reports/refs/Comments.tjp
593
+ - test/TestSuite/Export-Reports/refs/Complete.tjp
594
+ - test/TestSuite/Export-Reports/refs/Currencyformat.tjp
595
+ - test/TestSuite/Export-Reports/refs/CustomAttributes.tjp
596
+ - test/TestSuite/Export-Reports/refs/Depends1.tjp
597
+ - test/TestSuite/Export-Reports/refs/Durations.tjp
598
+ - test/TestSuite/Export-Reports/refs/Efficiency.tjp
599
+ - test/TestSuite/Export-Reports/refs/EnvVar.tjp
600
+ - test/TestSuite/Export-Reports/refs/Flags.tjp
601
+ - test/TestSuite/Export-Reports/refs/Gap.tjp
602
+ - test/TestSuite/Export-Reports/refs/HtmlTaskReport.tjp
603
+ - test/TestSuite/Export-Reports/refs/Include.tjp
604
+ - test/TestSuite/Export-Reports/refs/Journal.tjp
605
+ - test/TestSuite/Export-Reports/refs/Limits-1.tjp
606
+ - test/TestSuite/Export-Reports/refs/LoadUnits.tjp
607
+ - test/TestSuite/Export-Reports/refs/LogicalExpression.tjp
608
+ - test/TestSuite/Export-Reports/refs/LogicalFunction.tjp
609
+ - test/TestSuite/Export-Reports/refs/Macro-1.tjp
610
+ - test/TestSuite/Export-Reports/refs/Macro-2.tjp
611
+ - test/TestSuite/Export-Reports/refs/Macro-3.tjp
612
+ - test/TestSuite/Export-Reports/refs/Manager.tjp
613
+ - test/TestSuite/Export-Reports/refs/Mandatory.tjp
614
+ - test/TestSuite/Export-Reports/refs/Milestone.tjp
615
+ - test/TestSuite/Export-Reports/refs/MinMax.tjp
616
+ - test/TestSuite/Export-Reports/refs/Niku.tjp
617
+ - test/TestSuite/Export-Reports/refs/Numberformat.tjp
618
+ - test/TestSuite/Export-Reports/refs/Period.tjp
619
+ - test/TestSuite/Export-Reports/refs/Persistent.tjp
620
+ - test/TestSuite/Export-Reports/refs/Precedes1.tjp
621
+ - test/TestSuite/Export-Reports/refs/Priority.tjp
622
+ - test/TestSuite/Export-Reports/refs/Project.tjp
623
+ - test/TestSuite/Export-Reports/refs/ProjectIDs.tjp
624
+ - test/TestSuite/Export-Reports/refs/Query.tjp
625
+ - test/TestSuite/Export-Reports/refs/Reports.tjp
626
+ - test/TestSuite/Export-Reports/refs/Resource.tjp
627
+ - test/TestSuite/Export-Reports/refs/ResourcePrefix.tjp
628
+ - test/TestSuite/Export-Reports/refs/ResourceRoot.tjp
629
+ - test/TestSuite/Export-Reports/refs/Responsible.tjp
630
+ - test/TestSuite/Export-Reports/refs/RollupResource.tjp
631
+ - test/TestSuite/Export-Reports/refs/Scenario.tjp
632
+ - test/TestSuite/Export-Reports/refs/Scheduling.tjp
633
+ - test/TestSuite/Export-Reports/refs/Select.tjp
634
+ - test/TestSuite/Export-Reports/refs/Shift.tjp
635
+ - test/TestSuite/Export-Reports/refs/Simple.tjp
636
+ - test/TestSuite/Export-Reports/refs/StatusSheet.tjp
637
+ - test/TestSuite/Export-Reports/refs/String.tjp
638
+ - test/TestSuite/Export-Reports/refs/Supplement.tjp
639
+ - test/TestSuite/Export-Reports/refs/TaskPrefix.tjp
640
+ - test/TestSuite/Export-Reports/refs/TaskRoot.tjp
641
+ - test/TestSuite/Export-Reports/refs/TimeFrame.tjp
642
+ - test/TestSuite/Export-Reports/refs/TimeSheet1.tjp
643
+ - test/TestSuite/Export-Reports/refs/Timezone.tjp
644
+ - test/TestSuite/Export-Reports/refs/Vacation.tjp
645
+ - test/TestSuite/Export-Reports/refs/tutorial.tjp
646
+ - test/TestSuite/HTML-Reports/Alerts.tjp
647
+ - test/TestSuite/HTML-Reports/CellText.tjp
648
+ - test/TestSuite/HTML-Reports/ColumnPeriods.tjp
649
+ - test/TestSuite/HTML-Reports/IsOngoing.tjp
650
+ - test/TestSuite/HTML-Reports/Query.tjp
651
+ - test/TestSuite/HTML-Reports/Sorting.tjp
652
+ - test/TestSuite/HTML-Reports/TimeSheet.tjp
653
+ - test/TestSuite/HTML-Reports/UDAQuery.tjp
654
+ - test/TestSuite/HTML-Reports/depArrows.tjp
655
+ - test/TestSuite/HTML-Reports/reference.tjp
656
+ - test/TestSuite/ReportGenerator/Correct/Alerts.tjp
657
+ - test/TestSuite/ReportGenerator/Correct/Journal.tjp
658
+ - test/TestSuite/ReportGenerator/Correct/JournalMode.tjp
659
+ - test/TestSuite/ReportGenerator/Correct/LogicalFunctions1.tjp
660
+ - test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.tjp
661
+ - test/TestSuite/ReportGenerator/Correct/LogicalFunctions3.tjp
662
+ - test/TestSuite/ReportGenerator/Correct/LogicalFunctions4.tjp
663
+ - test/TestSuite/ReportGenerator/Correct/Macros.tjp
664
+ - test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv
665
+ - test/TestSuite/ReportGenerator/Correct/refs/DependencyList-1.csv
666
+ - test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv
667
+ - test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv
668
+ - test/TestSuite/ReportGenerator/Correct/refs/JournalMode-1.csv
669
+ - test/TestSuite/ReportGenerator/Correct/refs/JournalMode-2.csv
670
+ - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions1-1.csv
671
+ - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions2-1.csv
672
+ - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions3-1.csv
673
+ - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions4-1.csv
674
+ - test/TestSuite/ReportGenerator/Correct/refs/Macros-1.csv
675
+ - test/TestSuite/ReportGenerator/Errors/no_report_defined.tjp
676
+ - test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.tjp
677
+ - test/TestSuite/Scheduler/Correct/Allocate.tjp
678
+ - test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp
679
+ - test/TestSuite/Scheduler/Correct/Booking.tjp
680
+ - test/TestSuite/Scheduler/Correct/Booking2.tjp
681
+ - test/TestSuite/Scheduler/Correct/Booking3.tjp
682
+ - test/TestSuite/Scheduler/Correct/Container-2.tjp
683
+ - test/TestSuite/Scheduler/Correct/Container.tjp
684
+ - test/TestSuite/Scheduler/Correct/Depends.tjp
685
+ - test/TestSuite/Scheduler/Correct/Duration.tjp
686
+ - test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp
687
+ - test/TestSuite/Scheduler/Correct/InheritedAttributes.tjp
688
+ - test/TestSuite/Scheduler/Correct/Limits.tjp
689
+ - test/TestSuite/Scheduler/Correct/Manager.tjp
690
+ - test/TestSuite/Scheduler/Correct/Mandatory.tjp
691
+ - test/TestSuite/Scheduler/Correct/MultipleMandatories.tjp
692
+ - test/TestSuite/Scheduler/Correct/Optimize-1.tjp
693
+ - test/TestSuite/Scheduler/Correct/Optimize-2.tjp
694
+ - test/TestSuite/Scheduler/Correct/Optimize-3.tjp
695
+ - test/TestSuite/Scheduler/Correct/Optimize-4.tjp
696
+ - test/TestSuite/Scheduler/Correct/Optimize-5.tjp
697
+ - test/TestSuite/Scheduler/Correct/Precedes.tjp
698
+ - test/TestSuite/Scheduler/Correct/PriorityInversion.tjp
699
+ - test/TestSuite/Scheduler/Correct/Scenarios.tjp
700
+ - test/TestSuite/Scheduler/Correct/Shift.tjp
701
+ - test/TestSuite/Scheduler/Correct/Shift2.tjp
702
+ - test/TestSuite/Scheduler/Correct/TimeSheet2.tjp
703
+ - test/TestSuite/Scheduler/Correct/WeakDeps.tjp
704
+ - test/TestSuite/Scheduler/Correct/checks.tji
350
705
  - test/TestSuite/Scheduler/Errors/account_no_leaf.tjp
351
- - test/TestSuite/Scheduler/Errors/ts_no_expected_end.tjp
352
- - test/TestSuite/Scheduler/Errors/overbooked_duration.tjp
353
- - test/TestSuite/Scheduler/Errors/loop_detected_10.tjp
354
- - test/TestSuite/Scheduler/Errors/onend_wrong_direction.tjp
355
- - test/TestSuite/Scheduler/Errors/ts_alert2_more_details.tjp
356
- - test/TestSuite/Scheduler/Errors/task_depend_multi.tjp
357
- - test/TestSuite/Scheduler/Errors/task_fail_check.tjp
358
- - test/TestSuite/Scheduler/Errors/weak_end_dep.tjp
359
- - test/TestSuite/Scheduler/Errors/task_pred_before_gd.tjp
360
- - test/TestSuite/Scheduler/Errors/effort_no_allocations.tjp
361
- - test/TestSuite/Scheduler/Errors/ts_no_status_work.tjp
362
706
  - test/TestSuite/Scheduler/Errors/allocate_no_assigned.tjp
363
- - test/TestSuite/Scheduler/Errors/loop_detected_3.tjp
707
+ - test/TestSuite/Scheduler/Errors/booking_conflict.tjp
708
+ - test/TestSuite/Scheduler/Errors/booking_no_duty.tjp
709
+ - test/TestSuite/Scheduler/Errors/booking_on_vacation.tjp
710
+ - test/TestSuite/Scheduler/Errors/container_booking.tjp
711
+ - test/TestSuite/Scheduler/Errors/container_duration.tjp
712
+ - test/TestSuite/Scheduler/Errors/effort_no_allocations.tjp
713
+ - test/TestSuite/Scheduler/Errors/loop_detected_1.tjp
714
+ - test/TestSuite/Scheduler/Errors/loop_detected_10.tjp
364
715
  - test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
365
- - test/TestSuite/Scheduler/Errors/minend.tjp
366
- - test/TestSuite/Scheduler/Errors/task_depend_self.tjp
367
- - test/TestSuite/Scheduler/Errors/ts_no_headline1.tjp
368
- - test/TestSuite/Scheduler/Errors/onstart_wrong_direction.tjp
716
+ - test/TestSuite/Scheduler/Errors/loop_detected_12.tjp
717
+ - test/TestSuite/Scheduler/Errors/loop_detected_13.tjp
718
+ - test/TestSuite/Scheduler/Errors/loop_detected_14.tjp
719
+ - test/TestSuite/Scheduler/Errors/loop_detected_2.tjp
720
+ - test/TestSuite/Scheduler/Errors/loop_detected_3.tjp
721
+ - test/TestSuite/Scheduler/Errors/loop_detected_4.tjp
722
+ - test/TestSuite/Scheduler/Errors/loop_detected_5.tjp
369
723
  - test/TestSuite/Scheduler/Errors/loop_detected_6.tjp
724
+ - test/TestSuite/Scheduler/Errors/loop_detected_9.tjp
370
725
  - test/TestSuite/Scheduler/Errors/manager_is_group.tjp
726
+ - test/TestSuite/Scheduler/Errors/manager_is_self.tjp
727
+ - test/TestSuite/Scheduler/Errors/maxend.tjp
728
+ - test/TestSuite/Scheduler/Errors/maxstart.tjp
729
+ - test/TestSuite/Scheduler/Errors/milestone_booking.tjp
730
+ - test/TestSuite/Scheduler/Errors/milestone_start_end.tjp
731
+ - test/TestSuite/Scheduler/Errors/minend.tjp
732
+ - test/TestSuite/Scheduler/Errors/minstart.tjp
733
+ - test/TestSuite/Scheduler/Errors/no_tasks.tjp
734
+ - test/TestSuite/Scheduler/Errors/onend_wrong_direction.tjp
735
+ - test/TestSuite/Scheduler/Errors/onstart_wrong_direction.tjp
736
+ - test/TestSuite/Scheduler/Errors/overbooked_duration.tjp
737
+ - test/TestSuite/Scheduler/Errors/overbooked_effort.tjp
371
738
  - test/TestSuite/Scheduler/Errors/overbooked_length.tjp
372
- - test/TestSuite/Scheduler/Errors/task_overspecified_3.tjp
373
- - test/TestSuite/Scheduler/Errors/loop_detected_13.tjp
374
- - test/TestSuite/Scheduler/Errors/task_underspecified_3.tjp
375
- - test/TestSuite/Scheduler/Errors/ts_work_too_high.tjp
376
- - test/TestSuite/Scheduler/Errors/task_overspecified_2.tjp
377
- - test/TestSuite/Scheduler/Errors/task_succ_after_gl.tjp
378
- - test/TestSuite/Scheduler/Errors/ts_work_too_low.tjp
739
+ - test/TestSuite/Scheduler/Errors/resource_fail_check.tjp
740
+ - test/TestSuite/Scheduler/Errors/resource_warn_check.tjp
379
741
  - test/TestSuite/Scheduler/Errors/task_depend_child.tjp
380
- - test/TestSuite/Scheduler/Errors/maxend.tjp
381
- - test/TestSuite/Scheduler/Errors/loop_detected_4.tjp
382
- - test/TestSuite/Scheduler/Errors/booking_no_duty.tjp
383
- - test/TestSuite/Scheduler/Errors/ts_no_remaining.tjp
742
+ - test/TestSuite/Scheduler/Errors/task_depend_multi.tjp
384
743
  - test/TestSuite/Scheduler/Errors/task_depend_parent.tjp
385
- - test/TestSuite/Scheduler/Errors/task_pred_before_gl.tjp
744
+ - test/TestSuite/Scheduler/Errors/task_depend_self.tjp
745
+ - test/TestSuite/Scheduler/Errors/task_depend_unknown.tjp
746
+ - test/TestSuite/Scheduler/Errors/task_fail_check.tjp
386
747
  - test/TestSuite/Scheduler/Errors/task_overspecified_1.tjp
387
- - test/TestSuite/Scheduler/Errors/container_booking.tjp
388
- - test/TestSuite/Scheduler/Errors/loop_detected_12.tjp
748
+ - test/TestSuite/Scheduler/Errors/task_overspecified_2.tjp
749
+ - test/TestSuite/Scheduler/Errors/task_overspecified_3.tjp
389
750
  - test/TestSuite/Scheduler/Errors/task_pred_before.tjp
390
- - test/TestSuite/Scheduler/Errors/booking_conflict.tjp
391
- - test/TestSuite/Scheduler/Errors/container_duration.tjp
392
- - test/TestSuite/Scheduler/Errors/ts_no_rem_or_end.tjp
751
+ - test/TestSuite/Scheduler/Errors/task_pred_before_gd.tjp
752
+ - test/TestSuite/Scheduler/Errors/task_pred_before_gl.tjp
753
+ - test/TestSuite/Scheduler/Errors/task_succ_after.tjp
754
+ - test/TestSuite/Scheduler/Errors/task_succ_after_gd.tjp
755
+ - test/TestSuite/Scheduler/Errors/task_succ_after_gl.tjp
393
756
  - test/TestSuite/Scheduler/Errors/task_underspecified_1.tjp
394
- - test/TestSuite/Scheduler/Errors/resource_warn_check.tjp
395
- - test/TestSuite/Scheduler/Errors/ts_res_new_task.tjp
757
+ - test/TestSuite/Scheduler/Errors/task_underspecified_3.tjp
396
758
  - test/TestSuite/Scheduler/Errors/task_warn_check.tjp
397
- - test/TestSuite/Scheduler/Errors/no_tasks.tjp
398
- - test/TestSuite/Scheduler/Errors/task_succ_after_gd.tjp
399
- - test/TestSuite/Scheduler/Errors/loop_detected_2.tjp
400
- - test/TestSuite/Scheduler/Errors/resource_fail_check.tjp
401
- - test/TestSuite/Scheduler/Errors/weak_start_dep.tjp
402
- - test/TestSuite/Scheduler/Errors/task_depend_unknown.tjp
403
- - test/TestSuite/Scheduler/Errors/ts_no_work.tjp
404
- - test/TestSuite/Scheduler/Errors/loop_detected_1.tjp
405
- - test/TestSuite/Scheduler/Errors/maxstart.tjp
406
- - test/TestSuite/Scheduler/Errors/milestone_start_end.tjp
407
- - test/TestSuite/Scheduler/Errors/loop_detected_5.tjp
408
- - test/TestSuite/Scheduler/Errors/loop_detected_9.tjp
409
- - test/TestSuite/Scheduler/Errors/task_succ_after.tjp
410
- - test/TestSuite/Scheduler/Errors/minstart.tjp
411
- - test/TestSuite/Scheduler/Errors/overbooked_effort.tjp
412
759
  - test/TestSuite/Scheduler/Errors/ts_alert1_more_details.tjp
413
- - test/TestSuite/Scheduler/Errors/manager_is_self.tjp
414
- - test/TestSuite/Scheduler/Errors/milestone_booking.tjp
415
- - test/TestSuite/Scheduler/Errors/loop_detected_14.tjp
416
- - test/TestSuite/Scheduler/Errors/booking_on_vacation.tjp
417
- - test/TestSuite/Scheduler/Correct/Container.tjp
418
- - test/TestSuite/Scheduler/Correct/Allocate.tjp
419
- - test/TestSuite/Scheduler/Correct/Shift.tjp
420
- - test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp
421
- - test/TestSuite/Scheduler/Correct/PriorityInversion.tjp
422
- - test/TestSuite/Scheduler/Correct/Duration.tjp
423
- - test/TestSuite/Scheduler/Correct/Booking3.tjp
424
- - test/TestSuite/Scheduler/Correct/InheritedAttributes.tjp
425
- - test/TestSuite/Scheduler/Correct/icons/task.png
426
- - test/TestSuite/Scheduler/Correct/icons/trend-flat.png
427
- - test/TestSuite/Scheduler/Correct/icons/trend-up.png
428
- - test/TestSuite/Scheduler/Correct/icons/flag-yellow.png
429
- - test/TestSuite/Scheduler/Correct/icons/flag-green.png
430
- - test/TestSuite/Scheduler/Correct/icons/resource.png
431
- - test/TestSuite/Scheduler/Correct/icons/resourcegroup.png
432
- - test/TestSuite/Scheduler/Correct/icons/trend-down.png
433
- - test/TestSuite/Scheduler/Correct/icons/flag-red.png
434
- - test/TestSuite/Scheduler/Correct/icons/details.png
435
- - test/TestSuite/Scheduler/Correct/icons/taskgroup.png
436
- - test/TestSuite/Scheduler/Correct/Mandatory.tjp
437
- - test/TestSuite/Scheduler/Correct/Optimize-3.tjp
438
- - test/TestSuite/Scheduler/Correct/Allocate.html
439
- - test/TestSuite/Scheduler/Correct/Booking2.tjp
440
- - test/TestSuite/Scheduler/Correct/Duration.html
441
- - test/TestSuite/Scheduler/Correct/TimeSheet2.tjp
442
- - test/TestSuite/Scheduler/Correct/checks.tji
443
- - test/TestSuite/Scheduler/Correct/Precedes.tjp
444
- - test/TestSuite/Scheduler/Correct/Optimize-5.tjp
445
- - test/TestSuite/Scheduler/Correct/Optimize-1.tjp
446
- - test/TestSuite/Scheduler/Correct/Optimize-4.tjp
447
- - test/TestSuite/Scheduler/Correct/MultipleMandatories.tjp
448
- - test/TestSuite/Scheduler/Correct/css/tjmanual.css
449
- - test/TestSuite/Scheduler/Correct/css/tjreport.css
450
- - test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp
451
- - test/TestSuite/Scheduler/Correct/Depends.tjp
452
- - test/TestSuite/Scheduler/Correct/Shift2.tjp
453
- - test/TestSuite/Scheduler/Correct/WeakDeps.tjp
454
- - test/TestSuite/Scheduler/Correct/Limits.tjp
455
- - test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js
456
- - test/TestSuite/Scheduler/Correct/Scenarios.tjp
457
- - test/TestSuite/Scheduler/Correct/Booking.tjp
458
- - test/TestSuite/Scheduler/Correct/Optimize-2.tjp
459
- - test/TestSuite/Scheduler/Correct/Manager.tjp
460
- - test/TestSuite/Scheduler/Correct/Container-2.tjp
461
- - test/TestSuite/StatusSheets/project.tjp
462
- - test/TestSuite/StatusSheets/dev2_mail
463
- - test/TestSuite/StatusSheets/boss.tji
464
- - test/TestSuite/StatusSheets/run
465
- - test/TestSuite/StatusSheets/boss_mail
466
- - test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports
467
- - test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji
468
- - test/TestSuite/HTML-Reports/icons/task.png
469
- - test/TestSuite/HTML-Reports/icons/trend-flat.png
470
- - test/TestSuite/HTML-Reports/icons/trend-up.png
471
- - test/TestSuite/HTML-Reports/icons/flag-yellow.png
472
- - test/TestSuite/HTML-Reports/icons/flag-green.png
473
- - test/TestSuite/HTML-Reports/icons/resource.png
474
- - test/TestSuite/HTML-Reports/icons/resourcegroup.png
475
- - test/TestSuite/HTML-Reports/icons/trend-down.png
476
- - test/TestSuite/HTML-Reports/icons/flag-red.png
477
- - test/TestSuite/HTML-Reports/icons/details.png
478
- - test/TestSuite/HTML-Reports/icons/taskgroup.png
479
- - test/TestSuite/HTML-Reports/UDAQuery.tjp
480
- - test/TestSuite/HTML-Reports/reference.html
481
- - test/TestSuite/HTML-Reports/depArrows.tjp
482
- - test/TestSuite/HTML-Reports/TimeSheet.tjp
483
- - test/TestSuite/HTML-Reports/Query.tjp
484
- - test/TestSuite/HTML-Reports/TimeSheet.html
485
- - test/TestSuite/HTML-Reports/ColumnPeriods.tjp
486
- - test/TestSuite/HTML-Reports/Sorting.tjp
487
- - test/TestSuite/HTML-Reports/CellText.tjp
488
- - test/TestSuite/HTML-Reports/css/tjmanual.css
489
- - test/TestSuite/HTML-Reports/css/tjreport.css
490
- - test/TestSuite/HTML-Reports/Alerts.html
491
- - test/TestSuite/HTML-Reports/Alerts.tjp
492
- - test/TestSuite/HTML-Reports/reference.tjp
493
- - test/TestSuite/HTML-Reports/IsOngoing.tjp
494
- - test/TestSuite/HTML-Reports/scripts/wz_tooltip.js
495
- - test/TestSuite/Syntax/Errors/leaf_resource_id_expected.tjp
496
- - test/TestSuite/Syntax/Errors/bad_timing_res.tjp
497
- - test/TestSuite/Syntax/Errors/bad_include.tjp
498
- - test/TestSuite/Syntax/Errors/operand_attribute.tjp
499
- - test/TestSuite/Syntax/Errors/sorting_crit_exptd2.tjp
500
- - test/TestSuite/Syntax/Errors/scenario_after_tracking.tjp
501
- - test/TestSuite/Syntax/Errors/sorting_bsi.tjp
502
- - test/TestSuite/Syntax/Errors/task_exists.tjp
503
- - test/TestSuite/Syntax/Errors/ts_no_tracking_scenario.tjp
504
- - test/TestSuite/Syntax/Errors/include_recursion.tji
505
- - test/TestSuite/Syntax/Errors/task_without_chargeset.tjp
506
- - test/TestSuite/Syntax/Errors/effort_zero.tjp
507
- - test/TestSuite/Syntax/Errors/shift_exists.tjp
508
- - test/TestSuite/Syntax/Errors/junk_after_cut.tjp
509
- - test/TestSuite/Syntax/Errors/purge_unknown_id.tjp
510
- - test/TestSuite/Syntax/Errors/shift_id_expected.tjp
511
- - test/TestSuite/Syntax/Errors/adopt_common_root.tjp
512
- - test/TestSuite/Syntax/Errors/too_large_timing_res.tjp
513
- - test/TestSuite/Syntax/Errors/resource_exists.tjp
514
- - test/TestSuite/Syntax/Errors/no_token_match4.tjp
515
- - test/TestSuite/Syntax/Errors/sort_direction.tjp
516
- - test/TestSuite/Syntax/Errors/chargeset_master.tjp
517
- - test/TestSuite/Syntax/Errors/overtime_range.tjp
518
- - test/TestSuite/Syntax/Errors/no_own_task_booking.tjp
519
- - test/TestSuite/Syntax/Errors/purge_no_list.tjp
520
- - test/TestSuite/Syntax/Errors/operand_unkn_scen.tjp
521
- - test/TestSuite/Syntax/Errors/ts_headline_too_long.tjp
522
- - test/TestSuite/Syntax/Errors/shift_assignment_overlap.tjp
523
- - test/TestSuite/Syntax/Errors/task_priority.tjp
524
- - test/TestSuite/Syntax/Errors/taskroot_leaf.tjp
525
- - test/TestSuite/Syntax/Errors/runaway_token.tjp
526
- - test/TestSuite/Syntax/Errors/booking_milestone.tjp
527
- - test/TestSuite/Syntax/Errors/bad_time_zone.tjp
528
- - test/TestSuite/Syntax/Errors/extend_id_cap.tjp
529
- - test/TestSuite/Syntax/Errors/booking_group.tjp
530
- - test/TestSuite/Syntax/Errors/container_attribute.tjp
531
- - test/TestSuite/Syntax/Errors/ts_summary_too_long.tjp
532
- - test/TestSuite/Syntax/Errors/booking_no_leaf.tjp
533
- - test/TestSuite/Syntax/Errors/interval_end_in_range.tjp
534
- - test/TestSuite/Syntax/Errors/report_exists.tjp
535
- - test/TestSuite/Syntax/Errors/ts_default_details.tjp
536
- - test/TestSuite/Syntax/Errors/multiple_durations.tjp
537
- - test/TestSuite/Syntax/Errors/sloppy_range.tjp
538
- - test/TestSuite/Syntax/Errors/scenario_exists.tjp
539
- - test/TestSuite/Syntax/Errors/no_token_match5.tjp
540
- - test/TestSuite/Syntax/Errors/include_recursion.tjp
541
- - test/TestSuite/Syntax/Errors/no_own_resource_booking.tjp
542
- - test/TestSuite/Syntax/Errors/undecl_flag.tjp
543
- - test/TestSuite/Syntax/Errors/sort_unknown_scen.tjp
544
- - test/TestSuite/Syntax/Errors/unsupported_token.tjp
545
- - test/TestSuite/Syntax/Errors/ts_default_summary.tjp
546
- - test/TestSuite/Syntax/Errors/misaligned_date.tjp
547
- - test/TestSuite/Syntax/Errors/start_before_end1.tjp
548
- - test/TestSuite/Syntax/Errors/cost_rev_same.tjp
549
- - test/TestSuite/Syntax/Errors/not_scheduled.tjp
550
- - test/TestSuite/Syntax/Errors/unknown_env_var.tjp
551
- - test/TestSuite/Syntax/Errors/no_reduce.tjp
552
- - test/TestSuite/Syntax/Errors/interval_start_in_range.tjp
553
- - test/TestSuite/Syntax/Errors/resourceroot_leaf.tjp
554
- - test/TestSuite/Syntax/Errors/unknown_projectid.tjp
555
- - test/TestSuite/Syntax/Errors/navigator_exists.tjp
556
- - test/TestSuite/Syntax/Errors/sorting_crit_exptd1.tjp
557
- - test/TestSuite/Syntax/Errors/cost_acct_no_top.tjp
558
- - test/TestSuite/Syntax/Errors/no_token_match3.tjp
559
- - test/TestSuite/Syntax/Errors/rev_acct_no_top.tjp
560
- - test/TestSuite/Syntax/Errors/operand_unkn_flag.tjp
561
- - test/TestSuite/Syntax/Errors/start_before_end2.tjp
562
- - test/TestSuite/Syntax/Errors/unknown_task.tjp
563
- - test/TestSuite/Syntax/Errors/too_many_bangs.tjp
564
- - test/TestSuite/Syntax/Errors/empty.tjp
565
- - test/TestSuite/Syntax/Errors/no_token_match2.tjp
566
- - test/TestSuite/Syntax/Errors/unknown_scenario_idx.tjp
567
- - test/TestSuite/Syntax/Errors/report_end.tjp
568
- - test/TestSuite/Syntax/Errors/report_start.tjp
569
- - test/TestSuite/Syntax/Errors/task_complete.tjp
570
- - test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp
571
- - test/TestSuite/Syntax/Errors/ss_no_tracking_scenario.tjp
572
- - test/TestSuite/Syntax/Errors/ts_duplicate_task.tjp
573
- - test/TestSuite/Syntax/Errors/include_before_project.tjp
574
- - test/TestSuite/Syntax/Errors/resource_id_expected.tjp
575
- - test/TestSuite/Syntax/Errors/adopt_duplicate_child.tjp
576
- - test/TestSuite/Syntax/Errors/chargeset.tjp
577
- - test/TestSuite/Syntax/Errors/ts_no_headline2.tjp
578
- - test/TestSuite/Syntax/Errors/time_interval.tjp
579
- - test/TestSuite/Syntax/Errors/ts_end_too_early.tjp
580
- - test/TestSuite/Syntax/Errors/unknown_scenario_id.tjp
581
- - test/TestSuite/Syntax/Errors/macro_stack_overflow.tjp
582
- - test/TestSuite/Syntax/Errors/date_in_range.tjp
583
- - test/TestSuite/Syntax/Errors/no_token_match1.tjp
584
- - test/TestSuite/Syntax/Errors/ts_bad_priority.tjp
585
- - test/TestSuite/Syntax/Correct/tutorial.tjp
586
- - test/TestSuite/Syntax/Correct/Shift.tjp
587
- - test/TestSuite/Syntax/Correct/Responsible.tjp
588
- - test/TestSuite/Syntax/Correct/HtmlTaskReport.tjp
589
- - test/TestSuite/Syntax/Correct/Persistent.tjp
590
- - test/TestSuite/Syntax/Correct/DST.tjp
591
- - test/TestSuite/Syntax/Correct/icons/task.png
592
- - test/TestSuite/Syntax/Correct/icons/trend-flat.png
593
- - test/TestSuite/Syntax/Correct/icons/trend-up.png
594
- - test/TestSuite/Syntax/Correct/icons/flag-yellow.png
595
- - test/TestSuite/Syntax/Correct/icons/flag-green.png
596
- - test/TestSuite/Syntax/Correct/icons/resource.png
597
- - test/TestSuite/Syntax/Correct/icons/resourcegroup.png
598
- - test/TestSuite/Syntax/Correct/icons/trend-down.png
599
- - test/TestSuite/Syntax/Correct/icons/flag-red.png
600
- - test/TestSuite/Syntax/Correct/icons/details.png
601
- - test/TestSuite/Syntax/Correct/icons/taskgroup.png
602
- - test/TestSuite/Syntax/Correct/Vacation.tjp
603
- - test/TestSuite/Syntax/Correct/Mandatory.tjp
604
- - test/TestSuite/Syntax/Correct/LogicalFunction.tjp
605
- - test/TestSuite/Syntax/Correct/Macro-3.tjp
606
- - test/TestSuite/Syntax/Correct/Select.tjp
607
- - test/TestSuite/Syntax/Correct/Gap.tjp
608
- - test/TestSuite/Syntax/Correct/Export.tjp
609
- - test/TestSuite/Syntax/Correct/Numberformat.tjp
610
- - test/TestSuite/Syntax/Correct/Priority.tjp
611
- - test/TestSuite/Syntax/Correct/Macro-1.tjp
612
- - test/TestSuite/Syntax/Correct/Limits-1.tjp
613
- - test/TestSuite/Syntax/Correct/Celltext.tjp
614
- - test/TestSuite/Syntax/Correct/AutoID.tjp
760
+ - test/TestSuite/Scheduler/Errors/ts_alert2_more_details.tjp
761
+ - test/TestSuite/Scheduler/Errors/ts_no_expected_end.tjp
762
+ - test/TestSuite/Scheduler/Errors/ts_no_headline1.tjp
763
+ - test/TestSuite/Scheduler/Errors/ts_no_rem_or_end.tjp
764
+ - test/TestSuite/Scheduler/Errors/ts_no_remaining.tjp
765
+ - test/TestSuite/Scheduler/Errors/ts_no_status_work.tjp
766
+ - test/TestSuite/Scheduler/Errors/ts_no_work.tjp
767
+ - test/TestSuite/Scheduler/Errors/ts_res_new_task.tjp
768
+ - test/TestSuite/Scheduler/Errors/ts_work_too_high.tjp
769
+ - test/TestSuite/Scheduler/Errors/ts_work_too_low.tjp
770
+ - test/TestSuite/Scheduler/Errors/weak_end_dep.tjp
771
+ - test/TestSuite/Scheduler/Errors/weak_start_dep.tjp
772
+ - test/TestSuite/Syntax/Correct/Account.tjp
615
773
  - test/TestSuite/Syntax/Correct/AdoptedTasks.tjp
616
- - test/TestSuite/Syntax/Correct/ResourceRoot.tjp
617
- - test/TestSuite/Syntax/Correct/Reports.tjp
774
+ - test/TestSuite/Syntax/Correct/Allocate-1.tjp
775
+ - test/TestSuite/Syntax/Correct/Alternative.tjp
776
+ - test/TestSuite/Syntax/Correct/AutoID.tjp
777
+ - test/TestSuite/Syntax/Correct/AutoMacros.tjp
778
+ - test/TestSuite/Syntax/Correct/Booking.tjp
618
779
  - test/TestSuite/Syntax/Correct/Caption.tjp
619
- - test/TestSuite/Syntax/Correct/Period.tjp
620
- - test/TestSuite/Syntax/Correct/TaskPrefix.tjp
780
+ - test/TestSuite/Syntax/Correct/Celltext.tjp
621
781
  - test/TestSuite/Syntax/Correct/Comments.tjp
622
- - test/TestSuite/Syntax/Correct/Timezone.tjp
623
- - test/TestSuite/Syntax/Correct/Scenario.tjp
782
+ - test/TestSuite/Syntax/Correct/Complete.tjp
783
+ - test/TestSuite/Syntax/Correct/CompletedWork.tji
784
+ - test/TestSuite/Syntax/Correct/Currencyformat.tjp
785
+ - test/TestSuite/Syntax/Correct/CustomAttributes.tjp
786
+ - test/TestSuite/Syntax/Correct/Depends1.tjp
624
787
  - test/TestSuite/Syntax/Correct/Durations.tjp
625
- - test/TestSuite/Syntax/Correct/Macro-2.tjp
788
+ - test/TestSuite/Syntax/Correct/Efficiency.tjp
789
+ - test/TestSuite/Syntax/Correct/EnvVar.tjp
790
+ - test/TestSuite/Syntax/Correct/Export.tjp
791
+ - test/TestSuite/Syntax/Correct/Flags.tjp
792
+ - test/TestSuite/Syntax/Correct/Freeze.tjp
793
+ - test/TestSuite/Syntax/Correct/Gap.tjp
794
+ - test/TestSuite/Syntax/Correct/HtmlTaskReport.tjp
795
+ - test/TestSuite/Syntax/Correct/Include.tjp
796
+ - test/TestSuite/Syntax/Correct/Journal.tjp
797
+ - test/TestSuite/Syntax/Correct/Limits-1.tjp
626
798
  - test/TestSuite/Syntax/Correct/LoadUnits.tjp
799
+ - test/TestSuite/Syntax/Correct/LogicalExpression.tjp
800
+ - test/TestSuite/Syntax/Correct/LogicalFunction.tjp
801
+ - test/TestSuite/Syntax/Correct/Macro-1.tjp
802
+ - test/TestSuite/Syntax/Correct/Macro-2.tjp
803
+ - test/TestSuite/Syntax/Correct/Macro-3.tjp
804
+ - test/TestSuite/Syntax/Correct/Manager.tjp
805
+ - test/TestSuite/Syntax/Correct/Mandatory.tjp
806
+ - test/TestSuite/Syntax/Correct/Milestone.tjp
807
+ - test/TestSuite/Syntax/Correct/MinMax.tjp
808
+ - test/TestSuite/Syntax/Correct/Niku.tjp
809
+ - test/TestSuite/Syntax/Correct/Numberformat.tjp
810
+ - test/TestSuite/Syntax/Correct/Period.tjp
811
+ - test/TestSuite/Syntax/Correct/Persistent.tjp
812
+ - test/TestSuite/Syntax/Correct/Precedes1.tjp
813
+ - test/TestSuite/Syntax/Correct/Priority.tjp
814
+ - test/TestSuite/Syntax/Correct/Project.tjp
815
+ - test/TestSuite/Syntax/Correct/ProjectIDs.tjp
627
816
  - test/TestSuite/Syntax/Correct/Query.tjp
628
- - test/TestSuite/Syntax/Correct/Supplement.tjp
817
+ - test/TestSuite/Syntax/Correct/Reports.tjp
629
818
  - test/TestSuite/Syntax/Correct/Resource.tjp
819
+ - test/TestSuite/Syntax/Correct/ResourcePrefix.tji
820
+ - test/TestSuite/Syntax/Correct/ResourcePrefix.tjp
821
+ - test/TestSuite/Syntax/Correct/ResourceRoot.tjp
822
+ - test/TestSuite/Syntax/Correct/Responsible.tjp
630
823
  - test/TestSuite/Syntax/Correct/RollupResource.tjp
631
- - test/TestSuite/Syntax/Correct/Niku.tjp
632
- - test/TestSuite/Syntax/Correct/Precedes1.tjp
633
- - test/TestSuite/Syntax/Correct/Allocate-1.tjp
634
- - test/TestSuite/Syntax/Correct/TaskPrefix.tji
635
- - test/TestSuite/Syntax/Correct/Depends1.tjp
636
- - test/TestSuite/Syntax/Correct/Freeze.tjp
637
- - test/TestSuite/Syntax/Correct/Currencyformat.tjp
638
- - test/TestSuite/Syntax/Correct/Milestone.tjp
639
- - test/TestSuite/Syntax/Correct/Alternative.tjp
824
+ - test/TestSuite/Syntax/Correct/Scenario.tjp
825
+ - test/TestSuite/Syntax/Correct/Scheduling.tjp
826
+ - test/TestSuite/Syntax/Correct/Select.tjp
827
+ - test/TestSuite/Syntax/Correct/Shift.tjp
640
828
  - test/TestSuite/Syntax/Correct/Simple.tjp
829
+ - test/TestSuite/Syntax/Correct/StatusSheet.tjp
641
830
  - test/TestSuite/Syntax/Correct/String.tjp
831
+ - test/TestSuite/Syntax/Correct/Supplement.tjp
832
+ - test/TestSuite/Syntax/Correct/TaskPrefix.tji
833
+ - test/TestSuite/Syntax/Correct/TaskPrefix.tjp
642
834
  - test/TestSuite/Syntax/Correct/TaskRoot.tjp
643
- - test/TestSuite/Syntax/Correct/css/tjmanual.css
644
- - test/TestSuite/Syntax/Correct/css/tjreport.css
645
- - test/TestSuite/Syntax/Correct/EnvVar.tjp
646
- - test/TestSuite/Syntax/Correct/Flags.tjp
647
- - test/TestSuite/Syntax/Correct/Project.tjp
648
- - test/TestSuite/Syntax/Correct/Scheduling.tjp
649
- - test/TestSuite/Syntax/Correct/StatusSheet.tjp
650
- - test/TestSuite/Syntax/Correct/MinMax.tjp
651
- - test/TestSuite/Syntax/Correct/ResourcePrefix.tji
652
- - test/TestSuite/Syntax/Correct/Include.tjp
653
- - test/TestSuite/Syntax/Correct/ProjectIDs.tjp
654
- - test/TestSuite/Syntax/Correct/LogicalExpression.tjp
835
+ - test/TestSuite/Syntax/Correct/TimeFrame.tjp
655
836
  - test/TestSuite/Syntax/Correct/TimeSheet1.tjp
656
- - test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js
657
- - test/TestSuite/Syntax/Correct/AutoMacros.tjp
658
- - test/TestSuite/Syntax/Correct/Journal.tjp
659
- - test/TestSuite/Syntax/Correct/ReleasePlan.tjp
660
- - test/TestSuite/Syntax/Correct/Efficiency.tjp
661
- - test/TestSuite/Syntax/Correct/CustomAttributes.tjp
662
- - test/TestSuite/Syntax/Correct/ResourcePrefix.tjp
663
- - test/TestSuite/Syntax/Correct/Booking.tjp
664
- - test/TestSuite/Syntax/Correct/include/file1.tji
837
+ - test/TestSuite/Syntax/Correct/Timezone.tjp
838
+ - test/TestSuite/Syntax/Correct/Vacation.tjp
839
+ - test/TestSuite/Syntax/Correct/include/dir1/file2.tji
840
+ - test/TestSuite/Syntax/Correct/include/dir1/file5.tji
841
+ - test/TestSuite/Syntax/Correct/include/dir2/file3.tji
665
842
  - test/TestSuite/Syntax/Correct/include/dir3/all.tji
666
843
  - test/TestSuite/Syntax/Correct/include/dir3/file1.tji
667
844
  - test/TestSuite/Syntax/Correct/include/dir3/file2.tji
668
- - test/TestSuite/Syntax/Correct/include/dir1/file5.tji
669
- - test/TestSuite/Syntax/Correct/include/dir1/file2.tji
670
- - test/TestSuite/Syntax/Correct/include/dir2/file3.tji
671
- - test/TestSuite/Syntax/Correct/TimeFrame.tjp
672
- - test/TestSuite/Syntax/Correct/CompletedWork.tji
673
- - test/TestSuite/Syntax/Correct/Manager.tjp
674
- - test/TestSuite/Syntax/Correct/Account.tjp
845
+ - test/TestSuite/Syntax/Correct/include/file1.tji
675
846
  - test/TestSuite/Syntax/Correct/manual2example.rb
676
- - test/TestSuite/Syntax/Correct/Complete.tjp
677
- - test/TestSuite/CSV-Reports/sortBy_effort.up.tjp
678
- - test/TestSuite/CSV-Reports/refs/sortBy_effort.up.csv
679
- - test/TestSuite/CSV-Reports/refs/weekly.csv
680
- - test/TestSuite/CSV-Reports/refs/sortBy_plan.start.down.csv
681
- - test/TestSuite/CSV-Reports/refs/niku.csv
682
- - test/TestSuite/CSV-Reports/refs/taskreport_with_resources.csv
683
- - test/TestSuite/CSV-Reports/refs/sortByTree.csv
684
- - test/TestSuite/CSV-Reports/refs/alert.csv
685
- - test/TestSuite/CSV-Reports/refs/sortBy_duration.down.csv
686
- - test/TestSuite/CSV-Reports/refs/inputs.csv
687
- - test/TestSuite/CSV-Reports/refs/targets.csv
688
- - test/TestSuite/CSV-Reports/refs/taskreport.csv
689
- - test/TestSuite/CSV-Reports/refs/celltext.csv
690
- - test/TestSuite/CSV-Reports/refs/resourcereport.csv
691
- - test/TestSuite/CSV-Reports/refs/resourcereport_with_tasks.csv
692
- - test/TestSuite/CSV-Reports/weekly.tjp
693
- - test/TestSuite/CSV-Reports/celltext.tjp
694
- - test/TestSuite/CSV-Reports/taskreport.tjp
695
- - test/TestSuite/CSV-Reports/sortBy_duration.down.tjp
696
- - test/TestSuite/CSV-Reports/alert.tjp
697
- - test/TestSuite/CSV-Reports/taskreport_with_resources.tjp
698
- - test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp
699
- - test/TestSuite/CSV-Reports/niku.tjp
700
- - test/TestSuite/CSV-Reports/resourcereport.tjp
701
- - test/TestSuite/CSV-Reports/project-1.tji
702
- - test/TestSuite/CSV-Reports/inputs.tjp
703
- - test/TestSuite/CSV-Reports/targets.tjp
704
- - test/TestSuite/CSV-Reports/sortByTree.tjp
705
- - test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp
706
- - test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.tjp
707
- - test/TestSuite/ReportGenerator/Errors/no_report_defined.tjp
708
- - test/TestSuite/ReportGenerator/Correct/icons/task.png
709
- - test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png
710
- - test/TestSuite/ReportGenerator/Correct/icons/trend-up.png
711
- - test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png
712
- - test/TestSuite/ReportGenerator/Correct/icons/flag-green.png
713
- - test/TestSuite/ReportGenerator/Correct/icons/resource.png
714
- - test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png
715
- - test/TestSuite/ReportGenerator/Correct/icons/trend-down.png
716
- - test/TestSuite/ReportGenerator/Correct/icons/flag-red.png
717
- - test/TestSuite/ReportGenerator/Correct/icons/details.png
718
- - test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png
719
- - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions1-1.csv
720
- - test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv
721
- - test/TestSuite/ReportGenerator/Correct/refs/Macros-1.csv
722
- - test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv
723
- - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions4-1.csv
724
- - test/TestSuite/ReportGenerator/Correct/refs/DependencyList-1.csv
725
- - test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv
726
- - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions2-1.csv
727
- - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions3-1.csv
728
- - test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv
729
- - test/TestSuite/ReportGenerator/Correct/LogicalFunctions4.tjp
730
- - test/TestSuite/ReportGenerator/Correct/LogicalFunctions3.tjp
731
- - test/TestSuite/ReportGenerator/Correct/Macros.tjp
732
- - test/TestSuite/ReportGenerator/Correct/LogicalFunctions1.tjp
733
- - test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.tjp
734
- - test/TestSuite/ReportGenerator/Correct/css/tjmanual.css
735
- - test/TestSuite/ReportGenerator/Correct/css/tjreport.css
736
- - test/TestSuite/ReportGenerator/Correct/Alerts.tjp
737
- - test/TestSuite/ReportGenerator/Correct/scripts/wz_tooltip.js
738
- - test/TestSuite/ReportGenerator/Correct/Journal.tjp
739
- - test/TestSuite/ReportGenerator/Correct/opennodes.tjp
740
- - test/TestSuite/Export-Reports/refs/tutorial.tjp
741
- - test/TestSuite/Export-Reports/refs/Shift.tjp
742
- - test/TestSuite/Export-Reports/refs/Responsible.tjp
743
- - test/TestSuite/Export-Reports/refs/HtmlTaskReport.tjp
744
- - test/TestSuite/Export-Reports/refs/Persistent.tjp
745
- - test/TestSuite/Export-Reports/refs/DST.tjp
746
- - test/TestSuite/Export-Reports/refs/Vacation.tjp
747
- - test/TestSuite/Export-Reports/refs/Mandatory.tjp
748
- - test/TestSuite/Export-Reports/refs/LogicalFunction.tjp
749
- - test/TestSuite/Export-Reports/refs/Macro-3.tjp
750
- - test/TestSuite/Export-Reports/refs/Select.tjp
751
- - test/TestSuite/Export-Reports/refs/Gap.tjp
752
- - test/TestSuite/Export-Reports/refs/Numberformat.tjp
753
- - test/TestSuite/Export-Reports/refs/Priority.tjp
754
- - test/TestSuite/Export-Reports/refs/Macro-1.tjp
755
- - test/TestSuite/Export-Reports/refs/Limits-1.tjp
756
- - test/TestSuite/Export-Reports/refs/Celltext.tjp
757
- - test/TestSuite/Export-Reports/refs/AutoID.tjp
758
- - test/TestSuite/Export-Reports/refs/AdoptedTasks.tjp
759
- - test/TestSuite/Export-Reports/refs/ResourceRoot.tjp
760
- - test/TestSuite/Export-Reports/refs/Reports.tjp
761
- - test/TestSuite/Export-Reports/refs/Caption.tjp
762
- - test/TestSuite/Export-Reports/refs/Period.tjp
763
- - test/TestSuite/Export-Reports/refs/TaskPrefix.tjp
764
- - test/TestSuite/Export-Reports/refs/Comments.tjp
765
- - test/TestSuite/Export-Reports/refs/Timezone.tjp
766
- - test/TestSuite/Export-Reports/refs/Scenario.tjp
767
- - test/TestSuite/Export-Reports/refs/Durations.tjp
768
- - test/TestSuite/Export-Reports/refs/Macro-2.tjp
769
- - test/TestSuite/Export-Reports/refs/LoadUnits.tjp
770
- - test/TestSuite/Export-Reports/refs/Query.tjp
771
- - test/TestSuite/Export-Reports/refs/Supplement.tjp
772
- - test/TestSuite/Export-Reports/refs/Resource.tjp
773
- - test/TestSuite/Export-Reports/refs/RollupResource.tjp
774
- - test/TestSuite/Export-Reports/refs/Niku.tjp
775
- - test/TestSuite/Export-Reports/refs/Precedes1.tjp
776
- - test/TestSuite/Export-Reports/refs/Allocate-1.tjp
777
- - test/TestSuite/Export-Reports/refs/Depends1.tjp
778
- - test/TestSuite/Export-Reports/refs/Currencyformat.tjp
779
- - test/TestSuite/Export-Reports/refs/Milestone.tjp
780
- - test/TestSuite/Export-Reports/refs/Alternative.tjp
781
- - test/TestSuite/Export-Reports/refs/Simple.tjp
782
- - test/TestSuite/Export-Reports/refs/String.tjp
783
- - test/TestSuite/Export-Reports/refs/TaskRoot.tjp
784
- - test/TestSuite/Export-Reports/refs/EnvVar.tjp
785
- - test/TestSuite/Export-Reports/refs/Flags.tjp
786
- - test/TestSuite/Export-Reports/refs/Project.tjp
787
- - test/TestSuite/Export-Reports/refs/Scheduling.tjp
788
- - test/TestSuite/Export-Reports/refs/StatusSheet.tjp
789
- - test/TestSuite/Export-Reports/refs/MinMax.tjp
790
- - test/TestSuite/Export-Reports/refs/Include.tjp
791
- - test/TestSuite/Export-Reports/refs/ProjectIDs.tjp
792
- - test/TestSuite/Export-Reports/refs/LogicalExpression.tjp
793
- - test/TestSuite/Export-Reports/refs/TimeSheet1.tjp
794
- - test/TestSuite/Export-Reports/refs/AutoMacros.tjp
795
- - test/TestSuite/Export-Reports/refs/Journal.tjp
796
- - test/TestSuite/Export-Reports/refs/ReleasePlan.tjp
797
- - test/TestSuite/Export-Reports/refs/Efficiency.tjp
798
- - test/TestSuite/Export-Reports/refs/CustomAttributes.tjp
799
- - test/TestSuite/Export-Reports/refs/ResourcePrefix.tjp
800
- - test/TestSuite/Export-Reports/refs/Booking.tjp
801
- - test/TestSuite/Export-Reports/refs/TimeFrame.tjp
802
- - test/TestSuite/Export-Reports/refs/Manager.tjp
803
- - test/TestSuite/Export-Reports/refs/Account.tjp
804
- - test/TestSuite/Export-Reports/refs/Complete.tjp
805
- - test/TestSuite/Export-Reports/tp.tjp
806
- - test/TestSuite/Export-Reports/export.tji
807
- - test/TestSuite/TimeSheets/project.tjp
808
- - test/TestSuite/TimeSheets/uu.txt
809
- - test/TestSuite/TimeSheets/dev2_mail2
810
- - test/TestSuite/TimeSheets/run
811
- - test/TestSuite/TimeSheets/dev2_mail1
812
- - test/TestSuite/TimeSheets/receiver.log.mod
847
+ - test/TestSuite/Syntax/Correct/tutorial.tjp
848
+ - test/TestSuite/Syntax/Errors/adopt_common_root.tjp
849
+ - test/TestSuite/Syntax/Errors/adopt_duplicate_child.tjp
850
+ - test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp
851
+ - test/TestSuite/Syntax/Errors/bad_include.tjp
852
+ - test/TestSuite/Syntax/Errors/bad_time_zone.tjp
853
+ - test/TestSuite/Syntax/Errors/bad_timing_res.tjp
854
+ - test/TestSuite/Syntax/Errors/booking_group.tjp
855
+ - test/TestSuite/Syntax/Errors/booking_milestone.tjp
856
+ - test/TestSuite/Syntax/Errors/booking_no_leaf.tjp
857
+ - test/TestSuite/Syntax/Errors/chargeset.tjp
858
+ - test/TestSuite/Syntax/Errors/chargeset_master.tjp
859
+ - test/TestSuite/Syntax/Errors/container_attribute.tjp
860
+ - test/TestSuite/Syntax/Errors/cost_acct_no_top.tjp
861
+ - test/TestSuite/Syntax/Errors/cost_rev_same.tjp
862
+ - test/TestSuite/Syntax/Errors/date_in_range.tjp
863
+ - test/TestSuite/Syntax/Errors/effort_zero.tjp
864
+ - test/TestSuite/Syntax/Errors/empty.tjp
865
+ - test/TestSuite/Syntax/Errors/extend_id_cap.tjp
866
+ - test/TestSuite/Syntax/Errors/include_before_project.tjp
867
+ - test/TestSuite/Syntax/Errors/include_recursion.tji
868
+ - test/TestSuite/Syntax/Errors/include_recursion.tjp
869
+ - test/TestSuite/Syntax/Errors/interval_end_in_range.tjp
870
+ - test/TestSuite/Syntax/Errors/interval_start_in_range.tjp
871
+ - test/TestSuite/Syntax/Errors/junk_after_cut.tjp
872
+ - test/TestSuite/Syntax/Errors/leaf_resource_id_expected.tjp
873
+ - test/TestSuite/Syntax/Errors/macro_stack_overflow.tjp
874
+ - test/TestSuite/Syntax/Errors/misaligned_date.tjp
875
+ - test/TestSuite/Syntax/Errors/multiple_durations.tjp
876
+ - test/TestSuite/Syntax/Errors/navigator_exists.tjp
877
+ - test/TestSuite/Syntax/Errors/no_own_resource_booking.tjp
878
+ - test/TestSuite/Syntax/Errors/no_own_task_booking.tjp
879
+ - test/TestSuite/Syntax/Errors/no_reduce.tjp
880
+ - test/TestSuite/Syntax/Errors/no_token_match1.tjp
881
+ - test/TestSuite/Syntax/Errors/no_token_match2.tjp
882
+ - test/TestSuite/Syntax/Errors/no_token_match3.tjp
883
+ - test/TestSuite/Syntax/Errors/no_token_match4.tjp
884
+ - test/TestSuite/Syntax/Errors/no_token_match5.tjp
885
+ - test/TestSuite/Syntax/Errors/not_scheduled.tjp
886
+ - test/TestSuite/Syntax/Errors/operand_attribute.tjp
887
+ - test/TestSuite/Syntax/Errors/operand_unkn_flag.tjp
888
+ - test/TestSuite/Syntax/Errors/operand_unkn_scen.tjp
889
+ - test/TestSuite/Syntax/Errors/overtime_range.tjp
890
+ - test/TestSuite/Syntax/Errors/purge_no_list.tjp
891
+ - test/TestSuite/Syntax/Errors/purge_unknown_id.tjp
892
+ - test/TestSuite/Syntax/Errors/report_end.tjp
893
+ - test/TestSuite/Syntax/Errors/report_exists.tjp
894
+ - test/TestSuite/Syntax/Errors/report_start.tjp
895
+ - test/TestSuite/Syntax/Errors/resource_exists.tjp
896
+ - test/TestSuite/Syntax/Errors/resource_id_expected.tjp
897
+ - test/TestSuite/Syntax/Errors/resourceroot_leaf.tjp
898
+ - test/TestSuite/Syntax/Errors/rev_acct_no_top.tjp
899
+ - test/TestSuite/Syntax/Errors/runaway_token.tjp
900
+ - test/TestSuite/Syntax/Errors/scenario_after_tracking.tjp
901
+ - test/TestSuite/Syntax/Errors/scenario_exists.tjp
902
+ - test/TestSuite/Syntax/Errors/shift_assignment_overlap.tjp
903
+ - test/TestSuite/Syntax/Errors/shift_exists.tjp
904
+ - test/TestSuite/Syntax/Errors/shift_id_expected.tjp
905
+ - test/TestSuite/Syntax/Errors/sloppy_range.tjp
906
+ - test/TestSuite/Syntax/Errors/sort_direction.tjp
907
+ - test/TestSuite/Syntax/Errors/sort_unknown_scen.tjp
908
+ - test/TestSuite/Syntax/Errors/sorting_bsi.tjp
909
+ - test/TestSuite/Syntax/Errors/sorting_crit_exptd1.tjp
910
+ - test/TestSuite/Syntax/Errors/sorting_crit_exptd2.tjp
911
+ - test/TestSuite/Syntax/Errors/ss_no_tracking_scenario.tjp
912
+ - test/TestSuite/Syntax/Errors/start_before_end1.tjp
913
+ - test/TestSuite/Syntax/Errors/start_before_end2.tjp
914
+ - test/TestSuite/Syntax/Errors/task_complete.tjp
915
+ - test/TestSuite/Syntax/Errors/task_exists.tjp
916
+ - test/TestSuite/Syntax/Errors/task_priority.tjp
917
+ - test/TestSuite/Syntax/Errors/task_without_chargeset.tjp
918
+ - test/TestSuite/Syntax/Errors/taskroot_leaf.tjp
919
+ - test/TestSuite/Syntax/Errors/time_interval.tjp
920
+ - test/TestSuite/Syntax/Errors/too_large_timing_res.tjp
921
+ - test/TestSuite/Syntax/Errors/too_many_bangs.tjp
922
+ - test/TestSuite/Syntax/Errors/ts_bad_priority.tjp
923
+ - test/TestSuite/Syntax/Errors/ts_default_details.tjp
924
+ - test/TestSuite/Syntax/Errors/ts_default_summary.tjp
925
+ - test/TestSuite/Syntax/Errors/ts_duplicate_task.tjp
926
+ - test/TestSuite/Syntax/Errors/ts_end_too_early.tjp
927
+ - test/TestSuite/Syntax/Errors/ts_headline_too_long.tjp
928
+ - test/TestSuite/Syntax/Errors/ts_no_headline2.tjp
929
+ - test/TestSuite/Syntax/Errors/ts_no_tracking_scenario.tjp
930
+ - test/TestSuite/Syntax/Errors/ts_summary_too_long.tjp
931
+ - test/TestSuite/Syntax/Errors/undecl_flag.tjp
932
+ - test/TestSuite/Syntax/Errors/unknown_env_var.tjp
933
+ - test/TestSuite/Syntax/Errors/unknown_projectid.tjp
934
+ - test/TestSuite/Syntax/Errors/unknown_scenario_id.tjp
935
+ - test/TestSuite/Syntax/Errors/unknown_scenario_idx.tjp
936
+ - test/TestSuite/Syntax/Errors/unknown_task.tjp
937
+ - test/TestSuite/Syntax/Errors/unsupported_token.tjp
938
+ - test/TjpGen.rb
939
+ - test/all.rb
940
+ - test/test_AlgorithmDiff.rb
941
+ - test/test_BatchProcessor.rb
942
+ - test/test_CSV-Reports.rb
943
+ - test/test_CSVFile.rb
944
+ - test/test_CollisionDetector.rb
945
+ - test/test_Export-Reports.rb
946
+ - test/test_Journal.rb
947
+ - test/test_Limits.rb
948
+ - test/test_LogicalExpression.rb
949
+ - test/test_MacroTable.rb
950
+ - test/test_Project.rb
951
+ - test/test_ProjectFileScanner.rb
952
+ - test/test_PropertySet.rb
953
+ - test/test_Query.rb
954
+ - test/test_RealFormat.rb
955
+ - test/test_ReportGenerator.rb
956
+ - test/test_RichText.rb
957
+ - test/test_Scheduler.rb
958
+ - test/test_ShiftAssignments.rb
959
+ - test/test_SimpleQueryExpander.rb
960
+ - test/test_Syntax.rb
961
+ - test/test_TextFormatter.rb
962
+ - test/test_TjTime.rb
963
+ - test/test_TjpExample.rb
964
+ - test/test_URLParameter.rb
965
+ - test/test_UTF8String.rb
966
+ - test/test_WorkingHours.rb
967
+ - test/test_deep_copy.rb
813
968
  - spec/ICalendar_spec.rb
969
+ - spec/IntervalList_spec.rb
814
970
  - spec/ProjectBroker_spec.rb
815
- - spec/Tj3_spec.rb
971
+ - spec/StatusSheets_spec.rb
816
972
  - spec/TernarySearchTree_spec.rb
817
- - spec/support/DaemonControl.rb
818
973
  - spec/TimeSheets_spec.rb
819
- - spec/IntervalList_spec.rb
820
- - spec/StatusSheets_spec.rb
821
974
  - spec/Tj3Daemon_spec.rb
822
- - data/tjp.vim
823
- - data/icons/task.png
824
- - data/icons/trend-flat.png
825
- - data/icons/trend-up.png
826
- - data/icons/flag-yellow.png
827
- - data/icons/flag-green.png
828
- - data/icons/resource.png
829
- - data/icons/resourcegroup.png
830
- - data/icons/trend-down.png
831
- - data/icons/flag-red.png
832
- - data/icons/details.png
833
- - data/icons/taskgroup.png
834
- - data/css/tjmanual.css
835
- - data/css/tjreport.css
836
- - data/scripts/wz_tooltip.js
975
+ - spec/Tj3_spec.rb
976
+ - spec/support/DaemonControl.rb
977
+ - bin/tj3
978
+ - bin/tj3client
979
+ - bin/tj3d
980
+ - bin/tj3man
981
+ - bin/tj3ss_receiver
982
+ - bin/tj3ss_sender
983
+ - bin/tj3ts_receiver
984
+ - bin/tj3ts_sender
985
+ - bin/tj3ts_summary
837
986
  has_rdoc: true
838
987
  homepage: http://www.taskjuggler.org
839
988
  licenses: []
@@ -848,6 +997,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
848
997
  requirements:
849
998
  - - ">="
850
999
  - !ruby/object:Gem::Version
1000
+ hash: 57
851
1001
  segments:
852
1002
  - 1
853
1003
  - 8
@@ -858,42 +1008,441 @@ required_rubygems_version: !ruby/object:Gem::Requirement
858
1008
  requirements:
859
1009
  - - ">="
860
1010
  - !ruby/object:Gem::Version
1011
+ hash: 3
861
1012
  segments:
862
1013
  - 0
863
1014
  version: "0"
864
1015
  requirements: []
865
1016
 
866
1017
  rubyforge_project: taskjuggler
867
- rubygems_version: 1.3.7
1018
+ rubygems_version: 1.5.0
868
1019
  signing_key:
869
1020
  specification_version: 3
870
- summary: Project Management Software
1021
+ summary: A Project Management Software
871
1022
  test_files:
1023
+ - test/MessageChecker.rb
1024
+ - test/ReferenceGenerator.rb
1025
+ - test/TestSuite/CSV-Reports/alert.tjp
1026
+ - test/TestSuite/CSV-Reports/celltext.tjp
1027
+ - test/TestSuite/CSV-Reports/inputs.tjp
1028
+ - test/TestSuite/CSV-Reports/niku.tjp
1029
+ - test/TestSuite/CSV-Reports/project-1.tji
1030
+ - test/TestSuite/CSV-Reports/refs/alert.csv
1031
+ - test/TestSuite/CSV-Reports/refs/celltext.csv
1032
+ - test/TestSuite/CSV-Reports/refs/inputs.csv
1033
+ - test/TestSuite/CSV-Reports/refs/niku.csv
1034
+ - test/TestSuite/CSV-Reports/refs/resourcereport.csv
1035
+ - test/TestSuite/CSV-Reports/refs/resourcereport_with_tasks.csv
1036
+ - test/TestSuite/CSV-Reports/refs/sortByTree.csv
1037
+ - test/TestSuite/CSV-Reports/refs/sortBy_duration.down.csv
1038
+ - test/TestSuite/CSV-Reports/refs/sortBy_effort.up.csv
1039
+ - test/TestSuite/CSV-Reports/refs/sortBy_plan.start.down.csv
1040
+ - test/TestSuite/CSV-Reports/refs/targets.csv
1041
+ - test/TestSuite/CSV-Reports/refs/taskreport.csv
1042
+ - test/TestSuite/CSV-Reports/refs/taskreport_with_resources.csv
1043
+ - test/TestSuite/CSV-Reports/refs/weekly.csv
1044
+ - test/TestSuite/CSV-Reports/resourcereport.tjp
1045
+ - test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp
1046
+ - test/TestSuite/CSV-Reports/sortByTree.tjp
1047
+ - test/TestSuite/CSV-Reports/sortBy_duration.down.tjp
1048
+ - test/TestSuite/CSV-Reports/sortBy_effort.up.tjp
1049
+ - test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp
1050
+ - test/TestSuite/CSV-Reports/targets.tjp
1051
+ - test/TestSuite/CSV-Reports/taskreport.tjp
1052
+ - test/TestSuite/CSV-Reports/taskreport_with_resources.tjp
1053
+ - test/TestSuite/CSV-Reports/weekly.tjp
1054
+ - test/TestSuite/Export-Reports/export.tji
1055
+ - test/TestSuite/Export-Reports/refs/Account.tjp
1056
+ - test/TestSuite/Export-Reports/refs/AdoptedTasks.tjp
1057
+ - test/TestSuite/Export-Reports/refs/Allocate-1.tjp
1058
+ - test/TestSuite/Export-Reports/refs/Alternative.tjp
1059
+ - test/TestSuite/Export-Reports/refs/AutoID.tjp
1060
+ - test/TestSuite/Export-Reports/refs/AutoMacros.tjp
1061
+ - test/TestSuite/Export-Reports/refs/Booking.tjp
1062
+ - test/TestSuite/Export-Reports/refs/Caption.tjp
1063
+ - test/TestSuite/Export-Reports/refs/Celltext.tjp
1064
+ - test/TestSuite/Export-Reports/refs/Comments.tjp
1065
+ - test/TestSuite/Export-Reports/refs/Complete.tjp
1066
+ - test/TestSuite/Export-Reports/refs/Currencyformat.tjp
1067
+ - test/TestSuite/Export-Reports/refs/CustomAttributes.tjp
1068
+ - test/TestSuite/Export-Reports/refs/Depends1.tjp
1069
+ - test/TestSuite/Export-Reports/refs/Durations.tjp
1070
+ - test/TestSuite/Export-Reports/refs/Efficiency.tjp
1071
+ - test/TestSuite/Export-Reports/refs/EnvVar.tjp
1072
+ - test/TestSuite/Export-Reports/refs/Flags.tjp
1073
+ - test/TestSuite/Export-Reports/refs/Gap.tjp
1074
+ - test/TestSuite/Export-Reports/refs/HtmlTaskReport.tjp
1075
+ - test/TestSuite/Export-Reports/refs/Include.tjp
1076
+ - test/TestSuite/Export-Reports/refs/Journal.tjp
1077
+ - test/TestSuite/Export-Reports/refs/Limits-1.tjp
1078
+ - test/TestSuite/Export-Reports/refs/LoadUnits.tjp
1079
+ - test/TestSuite/Export-Reports/refs/LogicalExpression.tjp
1080
+ - test/TestSuite/Export-Reports/refs/LogicalFunction.tjp
1081
+ - test/TestSuite/Export-Reports/refs/Macro-1.tjp
1082
+ - test/TestSuite/Export-Reports/refs/Macro-2.tjp
1083
+ - test/TestSuite/Export-Reports/refs/Macro-3.tjp
1084
+ - test/TestSuite/Export-Reports/refs/Manager.tjp
1085
+ - test/TestSuite/Export-Reports/refs/Mandatory.tjp
1086
+ - test/TestSuite/Export-Reports/refs/Milestone.tjp
1087
+ - test/TestSuite/Export-Reports/refs/MinMax.tjp
1088
+ - test/TestSuite/Export-Reports/refs/Niku.tjp
1089
+ - test/TestSuite/Export-Reports/refs/Numberformat.tjp
1090
+ - test/TestSuite/Export-Reports/refs/Period.tjp
1091
+ - test/TestSuite/Export-Reports/refs/Persistent.tjp
1092
+ - test/TestSuite/Export-Reports/refs/Precedes1.tjp
1093
+ - test/TestSuite/Export-Reports/refs/Priority.tjp
1094
+ - test/TestSuite/Export-Reports/refs/Project.tjp
1095
+ - test/TestSuite/Export-Reports/refs/ProjectIDs.tjp
1096
+ - test/TestSuite/Export-Reports/refs/Query.tjp
1097
+ - test/TestSuite/Export-Reports/refs/Reports.tjp
1098
+ - test/TestSuite/Export-Reports/refs/Resource.tjp
1099
+ - test/TestSuite/Export-Reports/refs/ResourcePrefix.tjp
1100
+ - test/TestSuite/Export-Reports/refs/ResourceRoot.tjp
1101
+ - test/TestSuite/Export-Reports/refs/Responsible.tjp
1102
+ - test/TestSuite/Export-Reports/refs/RollupResource.tjp
1103
+ - test/TestSuite/Export-Reports/refs/Scenario.tjp
1104
+ - test/TestSuite/Export-Reports/refs/Scheduling.tjp
1105
+ - test/TestSuite/Export-Reports/refs/Select.tjp
1106
+ - test/TestSuite/Export-Reports/refs/Shift.tjp
1107
+ - test/TestSuite/Export-Reports/refs/Simple.tjp
1108
+ - test/TestSuite/Export-Reports/refs/StatusSheet.tjp
1109
+ - test/TestSuite/Export-Reports/refs/String.tjp
1110
+ - test/TestSuite/Export-Reports/refs/Supplement.tjp
1111
+ - test/TestSuite/Export-Reports/refs/TaskPrefix.tjp
1112
+ - test/TestSuite/Export-Reports/refs/TaskRoot.tjp
1113
+ - test/TestSuite/Export-Reports/refs/TimeFrame.tjp
1114
+ - test/TestSuite/Export-Reports/refs/TimeSheet1.tjp
1115
+ - test/TestSuite/Export-Reports/refs/Timezone.tjp
1116
+ - test/TestSuite/Export-Reports/refs/Vacation.tjp
1117
+ - test/TestSuite/Export-Reports/refs/tutorial.tjp
1118
+ - test/TestSuite/HTML-Reports/Alerts.tjp
1119
+ - test/TestSuite/HTML-Reports/CellText.tjp
1120
+ - test/TestSuite/HTML-Reports/ColumnPeriods.tjp
1121
+ - test/TestSuite/HTML-Reports/IsOngoing.tjp
1122
+ - test/TestSuite/HTML-Reports/Query.tjp
1123
+ - test/TestSuite/HTML-Reports/Sorting.tjp
1124
+ - test/TestSuite/HTML-Reports/TimeSheet.tjp
1125
+ - test/TestSuite/HTML-Reports/UDAQuery.tjp
1126
+ - test/TestSuite/HTML-Reports/depArrows.tjp
1127
+ - test/TestSuite/HTML-Reports/reference.tjp
1128
+ - test/TestSuite/ReportGenerator/Correct/Alerts.tjp
1129
+ - test/TestSuite/ReportGenerator/Correct/Journal.tjp
1130
+ - test/TestSuite/ReportGenerator/Correct/JournalMode.tjp
1131
+ - test/TestSuite/ReportGenerator/Correct/LogicalFunctions1.tjp
1132
+ - test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.tjp
1133
+ - test/TestSuite/ReportGenerator/Correct/LogicalFunctions3.tjp
1134
+ - test/TestSuite/ReportGenerator/Correct/LogicalFunctions4.tjp
1135
+ - test/TestSuite/ReportGenerator/Correct/Macros.tjp
1136
+ - test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv
1137
+ - test/TestSuite/ReportGenerator/Correct/refs/DependencyList-1.csv
1138
+ - test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv
1139
+ - test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv
1140
+ - test/TestSuite/ReportGenerator/Correct/refs/JournalMode-1.csv
1141
+ - test/TestSuite/ReportGenerator/Correct/refs/JournalMode-2.csv
1142
+ - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions1-1.csv
1143
+ - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions2-1.csv
1144
+ - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions3-1.csv
1145
+ - test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions4-1.csv
1146
+ - test/TestSuite/ReportGenerator/Correct/refs/Macros-1.csv
1147
+ - test/TestSuite/ReportGenerator/Errors/no_report_defined.tjp
1148
+ - test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.tjp
1149
+ - test/TestSuite/Scheduler/Correct/Allocate.tjp
1150
+ - test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp
1151
+ - test/TestSuite/Scheduler/Correct/Booking.tjp
1152
+ - test/TestSuite/Scheduler/Correct/Booking2.tjp
1153
+ - test/TestSuite/Scheduler/Correct/Booking3.tjp
1154
+ - test/TestSuite/Scheduler/Correct/Container-2.tjp
1155
+ - test/TestSuite/Scheduler/Correct/Container.tjp
1156
+ - test/TestSuite/Scheduler/Correct/Depends.tjp
1157
+ - test/TestSuite/Scheduler/Correct/Duration.tjp
1158
+ - test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp
1159
+ - test/TestSuite/Scheduler/Correct/InheritedAttributes.tjp
1160
+ - test/TestSuite/Scheduler/Correct/Limits.tjp
1161
+ - test/TestSuite/Scheduler/Correct/Manager.tjp
1162
+ - test/TestSuite/Scheduler/Correct/Mandatory.tjp
1163
+ - test/TestSuite/Scheduler/Correct/MultipleMandatories.tjp
1164
+ - test/TestSuite/Scheduler/Correct/Optimize-1.tjp
1165
+ - test/TestSuite/Scheduler/Correct/Optimize-2.tjp
1166
+ - test/TestSuite/Scheduler/Correct/Optimize-3.tjp
1167
+ - test/TestSuite/Scheduler/Correct/Optimize-4.tjp
1168
+ - test/TestSuite/Scheduler/Correct/Optimize-5.tjp
1169
+ - test/TestSuite/Scheduler/Correct/Precedes.tjp
1170
+ - test/TestSuite/Scheduler/Correct/PriorityInversion.tjp
1171
+ - test/TestSuite/Scheduler/Correct/Scenarios.tjp
1172
+ - test/TestSuite/Scheduler/Correct/Shift.tjp
1173
+ - test/TestSuite/Scheduler/Correct/Shift2.tjp
1174
+ - test/TestSuite/Scheduler/Correct/TimeSheet2.tjp
1175
+ - test/TestSuite/Scheduler/Correct/WeakDeps.tjp
1176
+ - test/TestSuite/Scheduler/Correct/checks.tji
1177
+ - test/TestSuite/Scheduler/Errors/account_no_leaf.tjp
1178
+ - test/TestSuite/Scheduler/Errors/allocate_no_assigned.tjp
1179
+ - test/TestSuite/Scheduler/Errors/booking_conflict.tjp
1180
+ - test/TestSuite/Scheduler/Errors/booking_no_duty.tjp
1181
+ - test/TestSuite/Scheduler/Errors/booking_on_vacation.tjp
1182
+ - test/TestSuite/Scheduler/Errors/container_booking.tjp
1183
+ - test/TestSuite/Scheduler/Errors/container_duration.tjp
1184
+ - test/TestSuite/Scheduler/Errors/effort_no_allocations.tjp
1185
+ - test/TestSuite/Scheduler/Errors/loop_detected_1.tjp
1186
+ - test/TestSuite/Scheduler/Errors/loop_detected_10.tjp
1187
+ - test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
1188
+ - test/TestSuite/Scheduler/Errors/loop_detected_12.tjp
1189
+ - test/TestSuite/Scheduler/Errors/loop_detected_13.tjp
1190
+ - test/TestSuite/Scheduler/Errors/loop_detected_14.tjp
1191
+ - test/TestSuite/Scheduler/Errors/loop_detected_2.tjp
1192
+ - test/TestSuite/Scheduler/Errors/loop_detected_3.tjp
1193
+ - test/TestSuite/Scheduler/Errors/loop_detected_4.tjp
1194
+ - test/TestSuite/Scheduler/Errors/loop_detected_5.tjp
1195
+ - test/TestSuite/Scheduler/Errors/loop_detected_6.tjp
1196
+ - test/TestSuite/Scheduler/Errors/loop_detected_9.tjp
1197
+ - test/TestSuite/Scheduler/Errors/manager_is_group.tjp
1198
+ - test/TestSuite/Scheduler/Errors/manager_is_self.tjp
1199
+ - test/TestSuite/Scheduler/Errors/maxend.tjp
1200
+ - test/TestSuite/Scheduler/Errors/maxstart.tjp
1201
+ - test/TestSuite/Scheduler/Errors/milestone_booking.tjp
1202
+ - test/TestSuite/Scheduler/Errors/milestone_start_end.tjp
1203
+ - test/TestSuite/Scheduler/Errors/minend.tjp
1204
+ - test/TestSuite/Scheduler/Errors/minstart.tjp
1205
+ - test/TestSuite/Scheduler/Errors/no_tasks.tjp
1206
+ - test/TestSuite/Scheduler/Errors/onend_wrong_direction.tjp
1207
+ - test/TestSuite/Scheduler/Errors/onstart_wrong_direction.tjp
1208
+ - test/TestSuite/Scheduler/Errors/overbooked_duration.tjp
1209
+ - test/TestSuite/Scheduler/Errors/overbooked_effort.tjp
1210
+ - test/TestSuite/Scheduler/Errors/overbooked_length.tjp
1211
+ - test/TestSuite/Scheduler/Errors/resource_fail_check.tjp
1212
+ - test/TestSuite/Scheduler/Errors/resource_warn_check.tjp
1213
+ - test/TestSuite/Scheduler/Errors/task_depend_child.tjp
1214
+ - test/TestSuite/Scheduler/Errors/task_depend_multi.tjp
1215
+ - test/TestSuite/Scheduler/Errors/task_depend_parent.tjp
1216
+ - test/TestSuite/Scheduler/Errors/task_depend_self.tjp
1217
+ - test/TestSuite/Scheduler/Errors/task_depend_unknown.tjp
1218
+ - test/TestSuite/Scheduler/Errors/task_fail_check.tjp
1219
+ - test/TestSuite/Scheduler/Errors/task_overspecified_1.tjp
1220
+ - test/TestSuite/Scheduler/Errors/task_overspecified_2.tjp
1221
+ - test/TestSuite/Scheduler/Errors/task_overspecified_3.tjp
1222
+ - test/TestSuite/Scheduler/Errors/task_pred_before.tjp
1223
+ - test/TestSuite/Scheduler/Errors/task_pred_before_gd.tjp
1224
+ - test/TestSuite/Scheduler/Errors/task_pred_before_gl.tjp
1225
+ - test/TestSuite/Scheduler/Errors/task_succ_after.tjp
1226
+ - test/TestSuite/Scheduler/Errors/task_succ_after_gd.tjp
1227
+ - test/TestSuite/Scheduler/Errors/task_succ_after_gl.tjp
1228
+ - test/TestSuite/Scheduler/Errors/task_underspecified_1.tjp
1229
+ - test/TestSuite/Scheduler/Errors/task_underspecified_3.tjp
1230
+ - test/TestSuite/Scheduler/Errors/task_warn_check.tjp
1231
+ - test/TestSuite/Scheduler/Errors/ts_alert1_more_details.tjp
1232
+ - test/TestSuite/Scheduler/Errors/ts_alert2_more_details.tjp
1233
+ - test/TestSuite/Scheduler/Errors/ts_no_expected_end.tjp
1234
+ - test/TestSuite/Scheduler/Errors/ts_no_headline1.tjp
1235
+ - test/TestSuite/Scheduler/Errors/ts_no_rem_or_end.tjp
1236
+ - test/TestSuite/Scheduler/Errors/ts_no_remaining.tjp
1237
+ - test/TestSuite/Scheduler/Errors/ts_no_status_work.tjp
1238
+ - test/TestSuite/Scheduler/Errors/ts_no_work.tjp
1239
+ - test/TestSuite/Scheduler/Errors/ts_res_new_task.tjp
1240
+ - test/TestSuite/Scheduler/Errors/ts_work_too_high.tjp
1241
+ - test/TestSuite/Scheduler/Errors/ts_work_too_low.tjp
1242
+ - test/TestSuite/Scheduler/Errors/weak_end_dep.tjp
1243
+ - test/TestSuite/Scheduler/Errors/weak_start_dep.tjp
1244
+ - test/TestSuite/Syntax/Correct/Account.tjp
1245
+ - test/TestSuite/Syntax/Correct/AdoptedTasks.tjp
1246
+ - test/TestSuite/Syntax/Correct/Allocate-1.tjp
1247
+ - test/TestSuite/Syntax/Correct/Alternative.tjp
1248
+ - test/TestSuite/Syntax/Correct/AutoID.tjp
1249
+ - test/TestSuite/Syntax/Correct/AutoMacros.tjp
1250
+ - test/TestSuite/Syntax/Correct/Booking.tjp
1251
+ - test/TestSuite/Syntax/Correct/Caption.tjp
1252
+ - test/TestSuite/Syntax/Correct/Celltext.tjp
1253
+ - test/TestSuite/Syntax/Correct/Comments.tjp
1254
+ - test/TestSuite/Syntax/Correct/Complete.tjp
1255
+ - test/TestSuite/Syntax/Correct/CompletedWork.tji
1256
+ - test/TestSuite/Syntax/Correct/Currencyformat.tjp
1257
+ - test/TestSuite/Syntax/Correct/CustomAttributes.tjp
1258
+ - test/TestSuite/Syntax/Correct/Depends1.tjp
1259
+ - test/TestSuite/Syntax/Correct/Durations.tjp
1260
+ - test/TestSuite/Syntax/Correct/Efficiency.tjp
1261
+ - test/TestSuite/Syntax/Correct/EnvVar.tjp
1262
+ - test/TestSuite/Syntax/Correct/Export.tjp
1263
+ - test/TestSuite/Syntax/Correct/Flags.tjp
1264
+ - test/TestSuite/Syntax/Correct/Freeze.tjp
1265
+ - test/TestSuite/Syntax/Correct/Gap.tjp
1266
+ - test/TestSuite/Syntax/Correct/HtmlTaskReport.tjp
1267
+ - test/TestSuite/Syntax/Correct/Include.tjp
1268
+ - test/TestSuite/Syntax/Correct/Journal.tjp
1269
+ - test/TestSuite/Syntax/Correct/Limits-1.tjp
1270
+ - test/TestSuite/Syntax/Correct/LoadUnits.tjp
1271
+ - test/TestSuite/Syntax/Correct/LogicalExpression.tjp
1272
+ - test/TestSuite/Syntax/Correct/LogicalFunction.tjp
1273
+ - test/TestSuite/Syntax/Correct/Macro-1.tjp
1274
+ - test/TestSuite/Syntax/Correct/Macro-2.tjp
1275
+ - test/TestSuite/Syntax/Correct/Macro-3.tjp
1276
+ - test/TestSuite/Syntax/Correct/Manager.tjp
1277
+ - test/TestSuite/Syntax/Correct/Mandatory.tjp
1278
+ - test/TestSuite/Syntax/Correct/Milestone.tjp
1279
+ - test/TestSuite/Syntax/Correct/MinMax.tjp
1280
+ - test/TestSuite/Syntax/Correct/Niku.tjp
1281
+ - test/TestSuite/Syntax/Correct/Numberformat.tjp
1282
+ - test/TestSuite/Syntax/Correct/Period.tjp
1283
+ - test/TestSuite/Syntax/Correct/Persistent.tjp
1284
+ - test/TestSuite/Syntax/Correct/Precedes1.tjp
1285
+ - test/TestSuite/Syntax/Correct/Priority.tjp
1286
+ - test/TestSuite/Syntax/Correct/Project.tjp
1287
+ - test/TestSuite/Syntax/Correct/ProjectIDs.tjp
1288
+ - test/TestSuite/Syntax/Correct/Query.tjp
1289
+ - test/TestSuite/Syntax/Correct/Reports.tjp
1290
+ - test/TestSuite/Syntax/Correct/Resource.tjp
1291
+ - test/TestSuite/Syntax/Correct/ResourcePrefix.tji
1292
+ - test/TestSuite/Syntax/Correct/ResourcePrefix.tjp
1293
+ - test/TestSuite/Syntax/Correct/ResourceRoot.tjp
1294
+ - test/TestSuite/Syntax/Correct/Responsible.tjp
1295
+ - test/TestSuite/Syntax/Correct/RollupResource.tjp
1296
+ - test/TestSuite/Syntax/Correct/Scenario.tjp
1297
+ - test/TestSuite/Syntax/Correct/Scheduling.tjp
1298
+ - test/TestSuite/Syntax/Correct/Select.tjp
1299
+ - test/TestSuite/Syntax/Correct/Shift.tjp
1300
+ - test/TestSuite/Syntax/Correct/Simple.tjp
1301
+ - test/TestSuite/Syntax/Correct/StatusSheet.tjp
1302
+ - test/TestSuite/Syntax/Correct/String.tjp
1303
+ - test/TestSuite/Syntax/Correct/Supplement.tjp
1304
+ - test/TestSuite/Syntax/Correct/TaskPrefix.tji
1305
+ - test/TestSuite/Syntax/Correct/TaskPrefix.tjp
1306
+ - test/TestSuite/Syntax/Correct/TaskRoot.tjp
1307
+ - test/TestSuite/Syntax/Correct/TimeFrame.tjp
1308
+ - test/TestSuite/Syntax/Correct/TimeSheet1.tjp
1309
+ - test/TestSuite/Syntax/Correct/Timezone.tjp
1310
+ - test/TestSuite/Syntax/Correct/Vacation.tjp
1311
+ - test/TestSuite/Syntax/Correct/include/dir1/file2.tji
1312
+ - test/TestSuite/Syntax/Correct/include/dir1/file5.tji
1313
+ - test/TestSuite/Syntax/Correct/include/dir2/file3.tji
1314
+ - test/TestSuite/Syntax/Correct/include/dir3/all.tji
1315
+ - test/TestSuite/Syntax/Correct/include/dir3/file1.tji
1316
+ - test/TestSuite/Syntax/Correct/include/dir3/file2.tji
1317
+ - test/TestSuite/Syntax/Correct/include/file1.tji
1318
+ - test/TestSuite/Syntax/Correct/manual2example.rb
1319
+ - test/TestSuite/Syntax/Correct/tutorial.tjp
1320
+ - test/TestSuite/Syntax/Errors/adopt_common_root.tjp
1321
+ - test/TestSuite/Syntax/Errors/adopt_duplicate_child.tjp
1322
+ - test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp
1323
+ - test/TestSuite/Syntax/Errors/bad_include.tjp
1324
+ - test/TestSuite/Syntax/Errors/bad_time_zone.tjp
1325
+ - test/TestSuite/Syntax/Errors/bad_timing_res.tjp
1326
+ - test/TestSuite/Syntax/Errors/booking_group.tjp
1327
+ - test/TestSuite/Syntax/Errors/booking_milestone.tjp
1328
+ - test/TestSuite/Syntax/Errors/booking_no_leaf.tjp
1329
+ - test/TestSuite/Syntax/Errors/chargeset.tjp
1330
+ - test/TestSuite/Syntax/Errors/chargeset_master.tjp
1331
+ - test/TestSuite/Syntax/Errors/container_attribute.tjp
1332
+ - test/TestSuite/Syntax/Errors/cost_acct_no_top.tjp
1333
+ - test/TestSuite/Syntax/Errors/cost_rev_same.tjp
1334
+ - test/TestSuite/Syntax/Errors/date_in_range.tjp
1335
+ - test/TestSuite/Syntax/Errors/effort_zero.tjp
1336
+ - test/TestSuite/Syntax/Errors/empty.tjp
1337
+ - test/TestSuite/Syntax/Errors/extend_id_cap.tjp
1338
+ - test/TestSuite/Syntax/Errors/include_before_project.tjp
1339
+ - test/TestSuite/Syntax/Errors/include_recursion.tji
1340
+ - test/TestSuite/Syntax/Errors/include_recursion.tjp
1341
+ - test/TestSuite/Syntax/Errors/interval_end_in_range.tjp
1342
+ - test/TestSuite/Syntax/Errors/interval_start_in_range.tjp
1343
+ - test/TestSuite/Syntax/Errors/junk_after_cut.tjp
1344
+ - test/TestSuite/Syntax/Errors/leaf_resource_id_expected.tjp
1345
+ - test/TestSuite/Syntax/Errors/macro_stack_overflow.tjp
1346
+ - test/TestSuite/Syntax/Errors/misaligned_date.tjp
1347
+ - test/TestSuite/Syntax/Errors/multiple_durations.tjp
1348
+ - test/TestSuite/Syntax/Errors/navigator_exists.tjp
1349
+ - test/TestSuite/Syntax/Errors/no_own_resource_booking.tjp
1350
+ - test/TestSuite/Syntax/Errors/no_own_task_booking.tjp
1351
+ - test/TestSuite/Syntax/Errors/no_reduce.tjp
1352
+ - test/TestSuite/Syntax/Errors/no_token_match1.tjp
1353
+ - test/TestSuite/Syntax/Errors/no_token_match2.tjp
1354
+ - test/TestSuite/Syntax/Errors/no_token_match3.tjp
1355
+ - test/TestSuite/Syntax/Errors/no_token_match4.tjp
1356
+ - test/TestSuite/Syntax/Errors/no_token_match5.tjp
1357
+ - test/TestSuite/Syntax/Errors/not_scheduled.tjp
1358
+ - test/TestSuite/Syntax/Errors/operand_attribute.tjp
1359
+ - test/TestSuite/Syntax/Errors/operand_unkn_flag.tjp
1360
+ - test/TestSuite/Syntax/Errors/operand_unkn_scen.tjp
1361
+ - test/TestSuite/Syntax/Errors/overtime_range.tjp
1362
+ - test/TestSuite/Syntax/Errors/purge_no_list.tjp
1363
+ - test/TestSuite/Syntax/Errors/purge_unknown_id.tjp
1364
+ - test/TestSuite/Syntax/Errors/report_end.tjp
1365
+ - test/TestSuite/Syntax/Errors/report_exists.tjp
1366
+ - test/TestSuite/Syntax/Errors/report_start.tjp
1367
+ - test/TestSuite/Syntax/Errors/resource_exists.tjp
1368
+ - test/TestSuite/Syntax/Errors/resource_id_expected.tjp
1369
+ - test/TestSuite/Syntax/Errors/resourceroot_leaf.tjp
1370
+ - test/TestSuite/Syntax/Errors/rev_acct_no_top.tjp
1371
+ - test/TestSuite/Syntax/Errors/runaway_token.tjp
1372
+ - test/TestSuite/Syntax/Errors/scenario_after_tracking.tjp
1373
+ - test/TestSuite/Syntax/Errors/scenario_exists.tjp
1374
+ - test/TestSuite/Syntax/Errors/shift_assignment_overlap.tjp
1375
+ - test/TestSuite/Syntax/Errors/shift_exists.tjp
1376
+ - test/TestSuite/Syntax/Errors/shift_id_expected.tjp
1377
+ - test/TestSuite/Syntax/Errors/sloppy_range.tjp
1378
+ - test/TestSuite/Syntax/Errors/sort_direction.tjp
1379
+ - test/TestSuite/Syntax/Errors/sort_unknown_scen.tjp
1380
+ - test/TestSuite/Syntax/Errors/sorting_bsi.tjp
1381
+ - test/TestSuite/Syntax/Errors/sorting_crit_exptd1.tjp
1382
+ - test/TestSuite/Syntax/Errors/sorting_crit_exptd2.tjp
1383
+ - test/TestSuite/Syntax/Errors/ss_no_tracking_scenario.tjp
1384
+ - test/TestSuite/Syntax/Errors/start_before_end1.tjp
1385
+ - test/TestSuite/Syntax/Errors/start_before_end2.tjp
1386
+ - test/TestSuite/Syntax/Errors/task_complete.tjp
1387
+ - test/TestSuite/Syntax/Errors/task_exists.tjp
1388
+ - test/TestSuite/Syntax/Errors/task_priority.tjp
1389
+ - test/TestSuite/Syntax/Errors/task_without_chargeset.tjp
1390
+ - test/TestSuite/Syntax/Errors/taskroot_leaf.tjp
1391
+ - test/TestSuite/Syntax/Errors/time_interval.tjp
1392
+ - test/TestSuite/Syntax/Errors/too_large_timing_res.tjp
1393
+ - test/TestSuite/Syntax/Errors/too_many_bangs.tjp
1394
+ - test/TestSuite/Syntax/Errors/ts_bad_priority.tjp
1395
+ - test/TestSuite/Syntax/Errors/ts_default_details.tjp
1396
+ - test/TestSuite/Syntax/Errors/ts_default_summary.tjp
1397
+ - test/TestSuite/Syntax/Errors/ts_duplicate_task.tjp
1398
+ - test/TestSuite/Syntax/Errors/ts_end_too_early.tjp
1399
+ - test/TestSuite/Syntax/Errors/ts_headline_too_long.tjp
1400
+ - test/TestSuite/Syntax/Errors/ts_no_headline2.tjp
1401
+ - test/TestSuite/Syntax/Errors/ts_no_tracking_scenario.tjp
1402
+ - test/TestSuite/Syntax/Errors/ts_summary_too_long.tjp
1403
+ - test/TestSuite/Syntax/Errors/undecl_flag.tjp
1404
+ - test/TestSuite/Syntax/Errors/unknown_env_var.tjp
1405
+ - test/TestSuite/Syntax/Errors/unknown_projectid.tjp
1406
+ - test/TestSuite/Syntax/Errors/unknown_scenario_id.tjp
1407
+ - test/TestSuite/Syntax/Errors/unknown_scenario_idx.tjp
1408
+ - test/TestSuite/Syntax/Errors/unknown_task.tjp
1409
+ - test/TestSuite/Syntax/Errors/unsupported_token.tjp
1410
+ - test/TjpGen.rb
1411
+ - test/all.rb
1412
+ - test/test_AlgorithmDiff.rb
1413
+ - test/test_BatchProcessor.rb
1414
+ - test/test_CSV-Reports.rb
872
1415
  - test/test_CSVFile.rb
1416
+ - test/test_CollisionDetector.rb
1417
+ - test/test_Export-Reports.rb
1418
+ - test/test_Journal.rb
1419
+ - test/test_Limits.rb
1420
+ - test/test_LogicalExpression.rb
873
1421
  - test/test_MacroTable.rb
874
- - test/test_UTF8String.rb
1422
+ - test/test_Project.rb
1423
+ - test/test_ProjectFileScanner.rb
1424
+ - test/test_PropertySet.rb
875
1425
  - test/test_Query.rb
876
- - test/test_CSV-Reports.rb
877
- - test/test_Scheduler.rb
878
- - test/test_LogicalExpression.rb
879
- - test/test_deep_copy.rb
880
- - test/test_TjTime.rb
1426
+ - test/test_RealFormat.rb
1427
+ - test/test_ReportGenerator.rb
881
1428
  - test/test_RichText.rb
882
- - test/test_Limits.rb
883
- - test/test_PropertySet.rb
884
- - test/test_Journal.rb
885
- - test/test_SimpleQueryExpander.rb
1429
+ - test/test_Scheduler.rb
886
1430
  - test/test_ShiftAssignments.rb
887
- - test/test_Project.rb
888
- - test/test_BatchProcessor.rb
1431
+ - test/test_SimpleQueryExpander.rb
1432
+ - test/test_Syntax.rb
1433
+ - test/test_TextFormatter.rb
1434
+ - test/test_TjTime.rb
889
1435
  - test/test_TjpExample.rb
890
1436
  - test/test_URLParameter.rb
891
- - test/test_ReportGenerator.rb
1437
+ - test/test_UTF8String.rb
892
1438
  - test/test_WorkingHours.rb
893
- - test/test_ProjectFileScanner.rb
894
- - test/test_TextFormatter.rb
895
- - test/test_Export-Reports.rb
896
- - test/test_RealFormat.rb
897
- - test/test_Syntax.rb
898
- - test/test_CollisionDetector.rb
899
- - test/test_AlgorithmDiff.rb
1439
+ - test/test_deep_copy.rb
1440
+ - spec/ICalendar_spec.rb
1441
+ - spec/IntervalList_spec.rb
1442
+ - spec/ProjectBroker_spec.rb
1443
+ - spec/StatusSheets_spec.rb
1444
+ - spec/TernarySearchTree_spec.rb
1445
+ - spec/TimeSheets_spec.rb
1446
+ - spec/Tj3Daemon_spec.rb
1447
+ - spec/Tj3_spec.rb
1448
+ - spec/support/DaemonControl.rb