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.
- data/{tasks/missing.rake → .gemtest} +0 -0
- data/CHANGELOG +27 -0
- data/Rakefile +8 -9
- data/bin/tj3 +2 -1
- data/bin/tj3client +2 -1
- data/bin/tj3d +2 -1
- data/bin/tj3man +2 -1
- data/bin/tj3ss_receiver +2 -1
- data/bin/tj3ss_sender +2 -1
- data/bin/tj3ts_receiver +2 -1
- data/bin/tj3ts_sender +2 -1
- data/bin/tj3ts_summary +2 -1
- data/data/tjp.vim +425 -419
- data/examples/Fedora-20/f-20.tjp +2442 -0
- data/examples/Fedora-20/icons/fedoralogo.png +0 -0
- data/examples/Fedora-20/reports.tji +423 -0
- data/lib/header.tmpl +13 -0
- data/lib/taskjuggler/AppConfig.rb +5 -0
- data/lib/taskjuggler/Attributes.rb +22 -0
- data/lib/taskjuggler/Journal.rb +273 -10
- data/lib/taskjuggler/Log.rb +9 -8
- data/lib/taskjuggler/Project.rb +28 -60
- data/lib/taskjuggler/ProjectFileScanner.rb +2 -1
- data/lib/taskjuggler/PropertySet.rb +3 -0
- data/lib/taskjuggler/PropertyTreeNode.rb +4 -0
- data/lib/taskjuggler/Query.rb +2 -1
- data/lib/taskjuggler/Resource.rb +0 -103
- data/lib/taskjuggler/RichText/RTFQuery.rb +42 -4
- data/lib/taskjuggler/SheetHandlerBase.rb +0 -20
- data/lib/taskjuggler/SheetReceiver.rb +23 -21
- data/lib/taskjuggler/Task.rb +3 -5
- data/lib/taskjuggler/TaskJuggler.rb +4 -0
- data/lib/taskjuggler/TaskScenario.rb +81 -103
- data/lib/taskjuggler/TextParser/Scanner.rb +19 -18
- data/lib/taskjuggler/Tj3Config.rb +1 -1
- data/lib/taskjuggler/TjpSyntaxRules.rb +180 -45
- data/lib/taskjuggler/UTF8String.rb +30 -0
- data/lib/taskjuggler/apps/Tj3.rb +1 -1
- data/lib/taskjuggler/apps/Tj3Man.rb +54 -2
- data/lib/taskjuggler/reports/ICalReport.rb +4 -4
- data/lib/taskjuggler/reports/NikuReport.rb +6 -0
- data/lib/taskjuggler/reports/Report.rb +5 -5
- data/lib/taskjuggler/reports/ReportContext.rb +4 -2
- data/lib/taskjuggler/reports/ResourceListRE.rb +10 -1
- data/lib/taskjuggler/reports/StatusSheetReport.rb +3 -0
- data/lib/taskjuggler/reports/TableReport.rb +8 -3
- data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -0
- data/lib/updateheader.sh +15 -0
- data/manual/Installation +11 -22
- data/manual/Software +17 -3
- data/manual/html/Day_To_Day_Juggling.html +359 -0
- data/manual/html/Getting_Started.html +62 -0
- data/manual/html/How_To_Contribute.html +88 -0
- data/manual/html/Installation.html +172 -0
- data/manual/html/Intro.html +74 -0
- data/manual/html/Reporting_Bugs.html +47 -0
- data/manual/html/Rich_Text_Attributes.html +174 -0
- data/manual/html/Software.html +147 -0
- data/manual/html/TaskJuggler_2x_Migration.html +71 -0
- data/manual/html/TaskJuggler_Internals.html +61 -0
- data/manual/html/The_TaskJuggler_Syntax.html +89 -0
- data/manual/html/Tutorial.html +498 -0
- data/manual/html/account.html +152 -0
- data/manual/html/account.task.html +68 -0
- data/manual/html/accountprefix.html +67 -0
- data/manual/html/active.html +66 -0
- data/manual/html/adopt.task.html +73 -0
- data/manual/html/alert level.html +66 -0
- data/manual/html/alert.html +66 -0
- data/manual/html/allocate.html +92 -0
- data/manual/html/alphabet.html +33 -0
- data/manual/html/alternative.html +77 -0
- data/manual/html/author.html +69 -0
- data/manual/html/balance.html +73 -0
- data/manual/html/booking.resource.html +122 -0
- data/manual/html/booking.task.html +120 -0
- data/manual/html/caption.html +96 -0
- data/manual/html/cellcolor.column.html +71 -0
- data/manual/html/celltext.column.html +68 -0
- data/manual/html/center.html +67 -0
- data/manual/html/charge.html +89 -0
- data/manual/html/chargeset.html +73 -0
- data/manual/html/columnid.html +358 -0
- data/manual/html/columns.html +73 -0
- data/manual/html/complete.html +80 -0
- data/manual/html/copyright.html +97 -0
- data/manual/html/credit.html +117 -0
- data/{benchmarks → manual/html}/css/tjmanual.css +0 -0
- data/{benchmarks → manual/html}/css/tjreport.css +0 -0
- data/manual/html/currency.html +120 -0
- data/manual/html/currencyformat.html +99 -0
- data/manual/html/dailymax.html +144 -0
- data/manual/html/dailymin.html +132 -0
- data/manual/html/dailyworkinghours.html +90 -0
- data/manual/html/date.extend.html +77 -0
- data/manual/html/date.html +100 -0
- data/manual/html/definitions.html +94 -0
- data/manual/html/depends.html +110 -0
- data/manual/html/details.html +69 -0
- data/manual/html/disabled.html +85 -0
- data/manual/html/duration.html +133 -0
- data/manual/html/efficiency.html +93 -0
- data/manual/html/effort.html +134 -0
- data/manual/html/email.html +68 -0
- data/manual/html/enabled.html +69 -0
- data/manual/html/end.column.html +67 -0
- data/manual/html/end.html +87 -0
- data/manual/html/end.limit.html +69 -0
- data/manual/html/end.report.html +99 -0
- data/manual/html/end.timesheet.html +94 -0
- data/manual/html/endcredit.html +110 -0
- data/manual/html/epilog.html +72 -0
- data/manual/html/export.html +197 -0
- data/manual/html/extend.html +87 -0
- data/manual/html/fail.html +69 -0
- data/manual/html/fdl.html +430 -0
- data/manual/html/flags.account.html +66 -0
- data/manual/html/flags.html +66 -0
- data/manual/html/flags.journalentry.html +66 -0
- data/manual/html/flags.report.html +66 -0
- data/manual/html/flags.resource.html +68 -0
- data/manual/html/flags.statussheet.html +66 -0
- data/manual/html/flags.task.html +68 -0
- data/manual/html/flags.timesheet.html +66 -0
- data/manual/html/fontcolor.column.html +71 -0
- data/manual/html/footer.html +72 -0
- data/manual/html/formats.html +80 -0
- data/manual/html/functions.html +78 -0
- data/manual/html/gapduration.html +93 -0
- data/manual/html/gaplength.html +93 -0
- data/manual/html/halign.center.html +66 -0
- data/manual/html/halign.column.html +67 -0
- data/manual/html/halign.left.html +66 -0
- data/manual/html/halign.right.html +66 -0
- data/manual/html/hasalert.html +71 -0
- data/manual/html/header.html +72 -0
- data/manual/html/headline.html +69 -0
- data/manual/html/hidejournalentry.html +69 -0
- data/manual/html/hidereport.html +67 -0
- data/manual/html/hideresource.html +73 -0
- data/manual/html/hidetask.html +73 -0
- data/manual/html/icalreport.html +137 -0
- data/manual/html/include.macro.html +70 -0
- data/manual/html/include.project.html +71 -0
- data/manual/html/include.properties.html +168 -0
- data/manual/html/index.html +18 -0
- data/manual/html/inherit.extend.html +68 -0
- data/manual/html/interval1.html +99 -0
- data/manual/html/interval2.html +98 -0
- data/manual/html/interval3.html +99 -0
- data/manual/html/interval4.html +100 -0
- data/manual/html/isactive.html +67 -0
- data/manual/html/ischildof.html +67 -0
- data/manual/html/isdependencyof.html +75 -0
- data/manual/html/isdutyof.html +71 -0
- data/manual/html/isfeatureof.html +71 -0
- data/manual/html/isleaf.html +66 -0
- data/manual/html/ismilestone.html +67 -0
- data/manual/html/isongoing.html +67 -0
- data/manual/html/isresource.html +66 -0
- data/manual/html/istask.html +66 -0
- data/manual/html/journalattributes.html +107 -0
- data/manual/html/journalentry.html +83 -0
- data/manual/html/journalmode.html +83 -0
- data/manual/html/left.html +66 -0
- data/manual/html/length.html +104 -0
- data/manual/html/limits.allocate.html +72 -0
- data/manual/html/limits.html +72 -0
- data/manual/html/limits.resource.html +80 -0
- data/manual/html/limits.task.html +113 -0
- data/manual/html/listitem.column.html +66 -0
- data/manual/html/listtype.column.html +79 -0
- data/manual/html/loadunit.html +99 -0
- data/manual/html/logicalexpression.html +110 -0
- data/manual/html/logicalflagexpression.html +82 -0
- data/manual/html/macro.html +103 -0
- data/manual/html/managers.html +109 -0
- data/manual/html/mandatory.html +66 -0
- data/manual/html/maxend.html +69 -0
- data/manual/html/maximum.html +99 -0
- data/manual/html/maxstart.html +69 -0
- data/manual/html/milestone.html +71 -0
- data/manual/html/minend.html +69 -0
- data/manual/html/minimum.html +99 -0
- data/manual/html/minstart.html +69 -0
- data/manual/html/monthlymax.html +99 -0
- data/manual/html/monthlymin.html +99 -0
- data/manual/html/navbar.html +513 -0
- data/manual/html/navigator.html +70 -0
- data/manual/html/newtask.html +83 -0
- data/manual/html/nikureport.html +216 -0
- data/manual/html/note.task.html +68 -0
- data/manual/html/now.html +67 -0
- data/manual/html/numberformat.html +85 -0
- data/manual/html/onend.html +68 -0
- data/manual/html/onstart.html +68 -0
- data/manual/html/opennodes.html +66 -0
- data/manual/html/overtime.booking.html +76 -0
- data/manual/html/period.column.html +67 -0
- data/manual/html/period.limit.html +69 -0
- data/manual/html/period.report.html +69 -0
- data/manual/html/period.task.html +69 -0
- data/manual/html/persistent.html +66 -0
- data/manual/html/precedes.html +86 -0
- data/manual/html/priority.html +114 -0
- data/manual/html/priority.timesheet.html +68 -0
- data/manual/html/project.html +88 -0
- data/manual/html/projectid.html +66 -0
- data/manual/html/projectid.task.html +68 -0
- data/manual/html/projectids.html +66 -0
- data/manual/html/projection.html +75 -0
- data/manual/html/prolog.html +72 -0
- data/manual/html/properties.html +64 -0
- data/manual/html/purge.html +69 -0
- data/manual/html/rate.html +66 -0
- data/manual/html/rate.resource.html +68 -0
- data/manual/html/reference.extend.html +77 -0
- data/manual/html/remaining.html +117 -0
- data/manual/html/replace.html +66 -0
- data/manual/html/report.html +333 -0
- data/manual/html/reportprefix.html +67 -0
- data/manual/html/resource.html +194 -0
- data/manual/html/resourceattributes.html +83 -0
- data/manual/html/resourceprefix.html +67 -0
- data/manual/html/resourcereport.html +69 -0
- data/manual/html/resourceroot.html +90 -0
- data/manual/html/resources.limit.html +82 -0
- data/manual/html/responsible.html +69 -0
- data/manual/html/richtext.extend.html +78 -0
- data/manual/html/right.html +66 -0
- data/manual/html/rollupresource.html +92 -0
- data/manual/html/rolluptask.html +69 -0
- data/manual/html/scale.column.html +87 -0
- data/manual/html/scenario.html +123 -0
- data/manual/html/scenario.ical.html +67 -0
- data/manual/html/scenarios.export.html +66 -0
- data/manual/html/scenarios.html +66 -0
- data/manual/html/scenariospecific.extend.html +68 -0
- data/manual/html/scheduled.html +68 -0
- data/manual/html/scheduling.html +74 -0
- data/manual/html/select.html +86 -0
- data/manual/html/selfcontained.html +66 -0
- data/manual/html/shift.html +128 -0
- data/manual/html/shift.resource.html +74 -0
- data/manual/html/shift.task.html +74 -0
- data/manual/html/shift.timesheet.html +70 -0
- data/manual/html/shifts.allocate.html +71 -0
- data/manual/html/shifts.resource.html +73 -0
- data/manual/html/shifts.task.html +73 -0
- data/manual/html/shorttimeformat.html +67 -0
- data/manual/html/sloppy.booking.html +77 -0
- data/manual/html/sloppy.projection.html +66 -0
- data/manual/html/sortjournalentries.html +81 -0
- data/manual/html/sortresources.html +73 -0
- data/manual/html/sorttasks.html +73 -0
- data/manual/html/start.column.html +67 -0
- data/manual/html/start.html +78 -0
- data/manual/html/start.limit.html +69 -0
- data/manual/html/start.report.html +69 -0
- data/manual/html/startcredit.html +68 -0
- data/manual/html/status.statussheet.html +73 -0
- data/manual/html/status.timesheet.html +91 -0
- data/manual/html/statussheet.html +124 -0
- data/manual/html/statussheetreport.html +125 -0
- data/manual/html/strict.projection.html +66 -0
- data/manual/html/summary.html +69 -0
- data/manual/html/supplement.html +108 -0
- data/manual/html/supplement.resource.html +195 -0
- data/manual/html/supplement.task.html +329 -0
- data/manual/html/tagfile.html +73 -0
- data/manual/html/task.html +320 -0
- data/manual/html/task.statussheet.html +74 -0
- data/manual/html/task.timesheet.html +89 -0
- data/manual/html/taskattributes.html +115 -0
- data/manual/html/taskprefix.html +67 -0
- data/manual/html/taskreport.html +69 -0
- data/manual/html/taskroot.html +103 -0
- data/manual/html/text.extend.html +77 -0
- data/manual/html/textreport.html +66 -0
- data/manual/html/timeformat.html +160 -0
- data/manual/html/timeoff.nikureport.html +71 -0
- data/manual/html/timesheet.html +129 -0
- data/manual/html/timesheetreport.html +107 -0
- data/manual/html/timezone.export.html +66 -0
- data/manual/html/timezone.html +72 -0
- data/manual/html/timezone.report.html +66 -0
- data/manual/html/timezone.shift.html +70 -0
- data/manual/html/timingresolution.html +71 -0
- data/manual/html/title.column.html +67 -0
- data/manual/html/title.html +68 -0
- data/manual/html/toc.html +1330 -0
- data/manual/html/tooltip.column.html +72 -0
- data/manual/html/trackingscenario.html +80 -0
- data/manual/html/treelevel.html +66 -0
- data/manual/html/vacation.html +71 -0
- data/manual/html/vacation.resource.html +73 -0
- data/manual/html/vacation.shift.html +71 -0
- data/manual/html/warn.html +69 -0
- data/manual/html/weeklymax.html +99 -0
- data/manual/html/weeklymin.html +99 -0
- data/manual/html/weekstartsmonday.html +66 -0
- data/manual/html/weekstartssunday.html +66 -0
- data/manual/html/width.column.html +66 -0
- data/manual/html/work.html +105 -0
- data/manual/html/workinghours.project.html +102 -0
- data/manual/html/workinghours.resource.html +79 -0
- data/manual/html/workinghours.shift.html +81 -0
- data/manual/html/yearlyworkingdays.html +70 -0
- data/spec/StatusSheets_spec.rb +0 -6
- data/spec/TimeSheets_spec.rb +0 -6
- data/spec/Tj3Daemon_spec.rb +2 -0
- data/spec/support/DaemonControl.rb +10 -0
- data/taskjuggler.gemspec +71 -0
- data/tasks/changelog.rake +2 -2
- data/tasks/gem.rake +50 -21
- data/tasks/manual.rake +1 -1
- data/tasks/rdoc.rake +5 -12
- data/tasks/spec.rake +1 -1
- data/tasks/test.rake +5 -8
- data/test/ReferenceGenerator.rb +91 -0
- data/test/TestSuite/CSV-Reports/refs/resourcereport.csv +4 -4
- data/test/TestSuite/ReportGenerator/Correct/Journal.tjp +21 -0
- data/test/TestSuite/ReportGenerator/Correct/JournalMode.tjp +124 -0
- data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +124 -124
- data/test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv +1 -7
- data/test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv +7 -3
- data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-1.csv +79 -0
- data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-2.csv +208 -0
- data/test/TjpGen.rb +152 -0
- metadata +1290 -741
- data/benchmarks/666tasks.tjp +0 -3183
- data/benchmarks/allocate.tjp +0 -30
- data/benchmarks/allocatedSlots.tjp +0 -1602
- data/benchmarks/booking.tjp +0 -76
- data/benchmarks/depends.tjp +0 -113
- data/benchmarks/gantt.tjp +0 -57
- data/benchmarks/htmltaskreport.tjp +0 -71
- data/benchmarks/icons/details.png +0 -0
- data/benchmarks/icons/flag-green.png +0 -0
- data/benchmarks/icons/flag-red.png +0 -0
- data/benchmarks/icons/flag-yellow.png +0 -0
- data/benchmarks/icons/resource.png +0 -0
- data/benchmarks/icons/resourcegroup.png +0 -0
- data/benchmarks/icons/task.png +0 -0
- data/benchmarks/icons/taskgroup.png +0 -0
- data/benchmarks/icons/trend-down.png +0 -0
- data/benchmarks/icons/trend-flat.png +0 -0
- data/benchmarks/icons/trend-up.png +0 -0
- data/benchmarks/runbench.rb +0 -30
- data/benchmarks/scripts/wz_tooltip.js +0 -1301
- data/gem_spec.rb +0 -37
- data/lib/exchangebug.rb +0 -42
- data/lib/ruby-signal-bug.rb +0 -55
- data/prj_cfg.rb +0 -50
- data/tasks/csts.rake +0 -72
- data/tasks/rcov.rake +0 -14
- data/tasks/rexml_fix.rb +0 -16
- data/tasks/rexml_fix_19.rb +0 -49
- data/tasks/show.rake +0 -21
- data/tasks/stats.rake +0 -25
- data/test/TestSuite/Export-Reports/refs/DST.tjp +0 -60
- data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +0 -80
- data/test/TestSuite/Export-Reports/tp.tjp +0 -49
- data/test/TestSuite/HTML-Reports/Alerts.html +0 -424
- data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
- data/test/TestSuite/HTML-Reports/css/tjmanual.css +0 -86
- data/test/TestSuite/HTML-Reports/css/tjreport.css +0 -413
- data/test/TestSuite/HTML-Reports/icons/details.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/flag-green.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/flag-red.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/flag-yellow.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/resource.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/resourcegroup.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/task.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/taskgroup.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/trend-down.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/trend-flat.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/trend-up.png +0 -0
- data/test/TestSuite/HTML-Reports/reference.html +0 -51
- data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +0 -86
- data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +0 -413
- data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
- data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
- data/test/TestSuite/ReportGenerator/Correct/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -1075
- data/test/TestSuite/Scheduler/Correct/Duration.html +0 -610
- data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -85
- data/test/TestSuite/Scheduler/Correct/css/tjreport.css +0 -413
- data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
- data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
- data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
- data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports +0 -2
- data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
- data/test/TestSuite/StatusSheets/boss.tji +0 -45
- data/test/TestSuite/StatusSheets/boss_mail +0 -51
- data/test/TestSuite/StatusSheets/dev2_mail +0 -37
- data/test/TestSuite/StatusSheets/project.tjp +0 -275
- data/test/TestSuite/StatusSheets/run +0 -54
- data/test/TestSuite/Syntax/Correct/DST.tjp +0 -11
- data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +0 -32
- data/test/TestSuite/Syntax/Correct/css/tjmanual.css +0 -86
- data/test/TestSuite/Syntax/Correct/css/tjreport.css +0 -413
- data/test/TestSuite/Syntax/Correct/icons/details.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/resource.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/resourcegroup.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/task.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/taskgroup.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/trend-down.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/trend-flat.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/trend-up.png +0 -0
- data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/TimeSheets/dev2_mail1 +0 -84
- data/test/TestSuite/TimeSheets/dev2_mail2 +0 -87
- data/test/TestSuite/TimeSheets/project.tjp +0 -271
- data/test/TestSuite/TimeSheets/receiver.log.mod +0 -1056
- data/test/TestSuite/TimeSheets/run +0 -76
- data/test/TestSuite/TimeSheets/uu.txt +0 -29
data/tasks/changelog.rake
CHANGED
data/tasks/gem.rake
CHANGED
|
@@ -1,26 +1,55 @@
|
|
|
1
1
|
# GEM TASK
|
|
2
2
|
require 'find'
|
|
3
3
|
|
|
4
|
-
Rake::
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
4
|
+
# Unfortunately Rake::GemPackageTest cannot deal with files that are generated
|
|
5
|
+
# by Rake targets. So we have to write our own packaging task.
|
|
6
|
+
desc 'Build the gem package'
|
|
7
|
+
task :gem => [:clobber] do
|
|
8
|
+
Rake::Task[:vim].invoke
|
|
9
|
+
Rake::Task[:manual].invoke
|
|
10
|
+
Rake::Task[:changelog].invoke
|
|
11
|
+
Rake::Task[:permissions].invoke
|
|
12
|
+
|
|
13
|
+
load 'taskjuggler.gemspec';
|
|
14
|
+
|
|
15
|
+
# Build the gem file according to the loaded spec.
|
|
16
|
+
Gem::Builder.new(GEM_SPEC).build
|
|
17
|
+
pkgBase = "#{GEM_SPEC.name}-#{GEM_SPEC.version}"
|
|
18
|
+
# Create a pkg directory if it doesn't exist already.
|
|
19
|
+
FileUtils.mkdir_p('pkg')
|
|
20
|
+
# Move the gem file into the pkg directory.
|
|
21
|
+
verbose(true) { FileUtils.mv("#{pkgBase}.gem", "pkg/#{pkgBase}.gem")}
|
|
22
|
+
# Create a tar file with all files that are in the gem.
|
|
23
|
+
FileUtils.rm_f("pkg/#{pkgBase}.tar")
|
|
24
|
+
FileUtils.rm_f("pkg/#{pkgBase}.tar.gz")
|
|
25
|
+
verbose(false) {GEM_SPEC.files.each { |f| `tar rf pkg/#{pkgBase}.tar "#{f}"` } }
|
|
26
|
+
# And gzip the file.
|
|
27
|
+
`gzip pkg/#{pkgBase}.tar`
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
desc 'Make sure all files and directories are readable'
|
|
31
|
+
task :permissions do
|
|
32
|
+
# Find the bin and test directories relative to this file.
|
|
33
|
+
baseDir = File.expand_path('..', File.dirname(__FILE__))
|
|
34
|
+
|
|
35
|
+
execs = Dir.glob("#{baseDir}/bin/*") +
|
|
36
|
+
Dir.glob("#{baseDir}/test/**/genrefs")
|
|
37
|
+
|
|
38
|
+
Find.find(baseDir) do |f|
|
|
39
|
+
# Ignore the whoke pkg directory as it may contain links to the other
|
|
40
|
+
# directories.
|
|
41
|
+
next if Regexp.new("#{baseDir}/pkg/*").match(f)
|
|
42
|
+
|
|
43
|
+
FileUtils.chmod_R((FileTest.directory?(f) ||
|
|
44
|
+
execs.include?(f) ? 0755 : 0644), f)
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
desc 'Run all tests and build scripts and create the gem package'
|
|
49
|
+
task :release do
|
|
50
|
+
Rake::Task[:test].invoke
|
|
51
|
+
Rake::Task[:spec].invoke
|
|
52
|
+
Rake::Task[:rdoc].invoke
|
|
53
|
+
Rake::Task[:gem].invoke
|
|
25
54
|
end
|
|
26
55
|
|
data/tasks/manual.rake
CHANGED
data/tasks/rdoc.rake
CHANGED
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
|
|
2
1
|
require 'rake/rdoctask'
|
|
3
2
|
|
|
4
|
-
# RDOC
|
|
5
|
-
GENERAL_RDOC_OPTS = {
|
|
6
|
-
"--title" => "#{PROJECT_NAME} API documentation",
|
|
7
|
-
"--main" => 'README.rdoc'
|
|
8
|
-
}
|
|
9
|
-
|
|
10
3
|
# RDOC TASK
|
|
11
4
|
Rake::RDocTask.new(:rdoc) do |t|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
5
|
+
t.rdoc_files = %w( README.rdoc COPYING CHANGELOG ) +
|
|
6
|
+
`git ls-files -- lib`.split("\n")
|
|
7
|
+
t.title = "TaskJuggler API documentation"
|
|
8
|
+
t.main = 'README.rdoc'
|
|
9
|
+
t.rdoc_dir = 'doc'
|
|
17
10
|
end
|
data/tasks/spec.rake
CHANGED
data/tasks/test.rake
CHANGED
|
@@ -2,14 +2,11 @@ $:.unshift File.join(File.dirname(__FILE__), '..', 'test')
|
|
|
2
2
|
|
|
3
3
|
require 'rake/testtask'
|
|
4
4
|
|
|
5
|
-
REQUIRE_PATHS.unshift File.join(File.dirname(__FILE__), '..')
|
|
6
|
-
|
|
7
5
|
# TEST TASK
|
|
8
6
|
desc 'Run all unit tests in the test directory'
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
t.warning = true
|
|
7
|
+
Rake::TestTask.new(:unittest) do |t|
|
|
8
|
+
t.libs << 'test'
|
|
9
|
+
t.test_files = FileList['test/test_*.rb']
|
|
10
|
+
t.verbose = false
|
|
11
|
+
t.warning = true
|
|
15
12
|
end
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
#!/usr/bin/env ruby -w
|
|
2
|
+
# encoding: UTF-8
|
|
3
|
+
#
|
|
4
|
+
# = ReferenceGenerator.rb -- The TaskJuggler III Project Management Software
|
|
5
|
+
#
|
|
6
|
+
# Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011
|
|
7
|
+
# by Chris Schlaeger <chris@linux.com>
|
|
8
|
+
#
|
|
9
|
+
# This program is free software; you can redistribute it and/or modify
|
|
10
|
+
# it under the terms of version 2 of the GNU General Public License as
|
|
11
|
+
# published by the Free Software Foundation.
|
|
12
|
+
#
|
|
13
|
+
|
|
14
|
+
# This script can be used to (re-)generate all reference reports in the
|
|
15
|
+
# TaskJuggler test suite. These reports will be put in the /refs directories
|
|
16
|
+
# in the TestSuite sub-directories. Usually, reference reports are generated
|
|
17
|
+
# by hand and then manually checked for correctness before they are added to
|
|
18
|
+
# the test suite. But sometimes changes in the syntax will require all
|
|
19
|
+
# reference files to be regenerated.
|
|
20
|
+
# Reference reports must use the following naming scheme:
|
|
21
|
+
# <test case name>-[0-9]+.(csv|html)
|
|
22
|
+
|
|
23
|
+
$:.unshift File.join(File.dirname(__FILE__), '..', 'lib') if __FILE__ == $0
|
|
24
|
+
$:.unshift File.dirname(__FILE__)
|
|
25
|
+
|
|
26
|
+
require 'fileutils'
|
|
27
|
+
|
|
28
|
+
require 'taskjuggler/Tj3Config'
|
|
29
|
+
require 'taskjuggler/TaskJuggler'
|
|
30
|
+
|
|
31
|
+
class TaskJuggler
|
|
32
|
+
|
|
33
|
+
class ReferenceGenerator
|
|
34
|
+
|
|
35
|
+
def initialize
|
|
36
|
+
AppConfig.appName = 'taskjuggler3'
|
|
37
|
+
ENV['TASKJUGGLER_DATA_PATH'] = './:../'
|
|
38
|
+
ENV['TZ'] = 'Europe/Berlin'
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def generate
|
|
42
|
+
processDirectory('ReportGenerator/Correct')
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
private
|
|
46
|
+
|
|
47
|
+
def processProject(tjpFile, outputDir)
|
|
48
|
+
deleteOldReports(tjpFile[0..-5])
|
|
49
|
+
|
|
50
|
+
puts "Generating references for #{tjpFile}"
|
|
51
|
+
tj = TaskJuggler.new(true)
|
|
52
|
+
tj.parse([ tjpFile ]) || error("Parser failed for ${tjpFile}")
|
|
53
|
+
tj.schedule || error("Scheduler failed for #{tjpFile}")
|
|
54
|
+
tj.generateReports(outputDir) ||
|
|
55
|
+
error("Report generator failed for #{tjpFile}")
|
|
56
|
+
unless tj.messageHandler.messages.empty?
|
|
57
|
+
error("Unexpected error in #{tjpFile}")
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
def processDirectory(dir)
|
|
62
|
+
puts "Generating references in #{dir}"
|
|
63
|
+
path = File.dirname(__FILE__) + '/'
|
|
64
|
+
projectDir = path + "TestSuite/#{dir}/"
|
|
65
|
+
outputDir = path + "TestSuite/#{dir}/refs/"
|
|
66
|
+
|
|
67
|
+
Dir.glob(projectDir + '*.tjp').each do |f|
|
|
68
|
+
processProject(f, outputDir)
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
def deleteOldReports(basename)
|
|
73
|
+
%w( .csv .html ).each do |ext|
|
|
74
|
+
Dir.glob(basename + "-[0-9]*" + ext).each do |f|
|
|
75
|
+
puts "Removing old report #{f}"
|
|
76
|
+
File.delete(f)
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
def error(text)
|
|
82
|
+
$stderr.puts text
|
|
83
|
+
exit 1
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
ReferenceGenerator.new.generate
|
|
89
|
+
|
|
90
|
+
end
|
|
91
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"BSI";"Name";"Effort";"2007-12-
|
|
2
|
-
3;"Jack";17.0;"";"";"";
|
|
3
|
-
1;"Jill";42.5;
|
|
4
|
-
2;"Joe";14.0;
|
|
1
|
+
"BSI";"Name";"Effort";"2007-12-17-00:00:00";"2007-12-24-00:00:00";"2007-12-31-00:00:00";"2008-01-07-00:00:00";"2008-01-14-00:00:00";"2008-01-21-00:00:00";"2008-01-28-00:00:00";"2008-02-04-00:00:00";"2008-02-11-00:00:00";"2008-02-18-00:00:00";"2008-02-25-00:00:00";"2008-03-03-00:00:00";"2008-03-10-00:00:00"
|
|
2
|
+
3;"Jack";17.0;"";"";"";3.0;5.0;4.0;"";5.0;"";"";"";"";""
|
|
3
|
+
1;"Jill";42.5;5.0;2.5;5.0;5.0;5.0;5.0;5.0;5.0;5.0;"";"";"";""
|
|
4
|
+
2;"Joe";14.0;5.0;5.0;"";2.0;"";"";"";2.0;"";"";"";"";""
|
|
@@ -2,21 +2,42 @@ project "Journal" 2010-06-07 +1m
|
|
|
2
2
|
|
|
3
3
|
flags foo, bar
|
|
4
4
|
|
|
5
|
+
resource a1 "A1"
|
|
6
|
+
resource a2 "A2"
|
|
7
|
+
resource a3 "A3"
|
|
8
|
+
|
|
5
9
|
task "T" {
|
|
6
10
|
duration 3w
|
|
7
11
|
journalentry 2010-06-07-8:00 "Entry 1" {
|
|
8
12
|
flags foo, bar
|
|
13
|
+
author a1
|
|
14
|
+
summary "Summary 1"
|
|
15
|
+
details "Deails 1"
|
|
9
16
|
}
|
|
10
17
|
journalentry 2010-06-14-8:00 "Entry 2" {
|
|
11
18
|
flags foo
|
|
19
|
+
author a2
|
|
20
|
+
summary "Summary 1"
|
|
21
|
+
details "Deails 1"
|
|
12
22
|
}
|
|
13
23
|
journalentry 2010-06-21-8:00 "Entry 3" {
|
|
14
24
|
flags bar
|
|
25
|
+
author a3
|
|
26
|
+
summary "Summary 1"
|
|
27
|
+
details "Deails 1"
|
|
15
28
|
}
|
|
16
29
|
}
|
|
17
30
|
|
|
31
|
+
textreport "Journal-0" {
|
|
32
|
+
formats html
|
|
33
|
+
journalmode journal
|
|
34
|
+
journalattributes *
|
|
35
|
+
sortjournalentries date.up
|
|
36
|
+
center "<-query attribute='journal'->"
|
|
37
|
+
}
|
|
18
38
|
taskreport "Journal-1" {
|
|
19
39
|
formats csv
|
|
40
|
+
journalmode alerts_down
|
|
20
41
|
# Only "Entry 2" should be included
|
|
21
42
|
columns name, journal { period 2010-06-14 +1w }
|
|
22
43
|
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
project "Test" 2011-08-01 +1m {
|
|
2
|
+
now 2011-08-15
|
|
3
|
+
trackingscenario plan
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
flags foo
|
|
7
|
+
|
|
8
|
+
resource r1 "R1"
|
|
9
|
+
resource r2 "R2"
|
|
10
|
+
resource r3 "R3"
|
|
11
|
+
resource r4 "R4"
|
|
12
|
+
|
|
13
|
+
task t1 "T1" {
|
|
14
|
+
task t2 "T2" {
|
|
15
|
+
effort 1w
|
|
16
|
+
allocate r1
|
|
17
|
+
}
|
|
18
|
+
task t3 "T3" {
|
|
19
|
+
effort 1w
|
|
20
|
+
allocate r2
|
|
21
|
+
journalentry 2011-08-08 "r1 had to help out" {
|
|
22
|
+
author r2
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
# Timesheets 1st week
|
|
28
|
+
timesheet r1 2011-08-01 +1w {
|
|
29
|
+
task t1.t2 {
|
|
30
|
+
work 3d
|
|
31
|
+
remaining 6d
|
|
32
|
+
status green "All good" {
|
|
33
|
+
summary "No problems found"
|
|
34
|
+
details "Work is progressing well"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
task t1.t3 {
|
|
38
|
+
work 1d
|
|
39
|
+
remaining 2d
|
|
40
|
+
status yellow "Helped out" {
|
|
41
|
+
summary "r2 asked for d2"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
newtask t4 "T4" {
|
|
45
|
+
work 1d
|
|
46
|
+
remaining 3d
|
|
47
|
+
status red "Big Problem" {
|
|
48
|
+
flags foo
|
|
49
|
+
summary "Had to help out"
|
|
50
|
+
details "Unplanned distraction"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
timesheet r3 2011-08-01 +1w {
|
|
55
|
+
status yellow "Not feeling good" {
|
|
56
|
+
summary "Will see the doctor again"
|
|
57
|
+
}
|
|
58
|
+
newtask sick "Out sick" {
|
|
59
|
+
work 5d
|
|
60
|
+
remaining 2d
|
|
61
|
+
status green "Hope to feel better soon"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
# Timesheet 2nd week
|
|
66
|
+
timesheet r1 2011-08-01 +1w {
|
|
67
|
+
task t1.t2 {
|
|
68
|
+
work 5d
|
|
69
|
+
remaining 1d
|
|
70
|
+
status green "All ok"
|
|
71
|
+
}
|
|
72
|
+
task t1.t3 {
|
|
73
|
+
work 0d
|
|
74
|
+
remaining 2d
|
|
75
|
+
status red "Fire burning" {
|
|
76
|
+
details "It's really hot"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
statussheet r4 2011-08-09 {
|
|
82
|
+
task t1 {
|
|
83
|
+
status green "Don't panik!"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
macro columns [
|
|
88
|
+
columns name,
|
|
89
|
+
journal {
|
|
90
|
+
title "journal"
|
|
91
|
+
celltext 1 "<-query attribute='journal' journalmode='journal'->"
|
|
92
|
+
},
|
|
93
|
+
journal {
|
|
94
|
+
title "journal_sub"
|
|
95
|
+
celltext 1 "<-query attribute='journal' journalmode='journal_sub'->"
|
|
96
|
+
},
|
|
97
|
+
journal {
|
|
98
|
+
title "status_up"
|
|
99
|
+
celltext 1 "<-query attribute='journal' journalmode='status_up'->"
|
|
100
|
+
},
|
|
101
|
+
journal {
|
|
102
|
+
title "status_down"
|
|
103
|
+
celltext 1 "<-query attribute='journal' journalmode='status_down'->"
|
|
104
|
+
},
|
|
105
|
+
journal {
|
|
106
|
+
title "alerts_down"
|
|
107
|
+
celltext 1 "<-query attribute='journal' journalmode='alerts_down'->"
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
|
|
111
|
+
resourcereport "JournalMode-1" {
|
|
112
|
+
formats html, csv
|
|
113
|
+
journalmode journal
|
|
114
|
+
journalattributes *
|
|
115
|
+
${columns}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
taskreport "JournalMode-2" {
|
|
119
|
+
formats html, csv
|
|
120
|
+
journalmode journal
|
|
121
|
+
journalattributes *
|
|
122
|
+
${columns}
|
|
123
|
+
}
|
|
124
|
+
|
|
@@ -5,6 +5,12 @@ Reported on 2010-08-15
|
|
|
5
5
|
|
|
6
6
|
T1.1.1 Not in report
|
|
7
7
|
|
|
8
|
+
[Green]T1.1
|
|
9
|
+
|
|
10
|
+
Reported on 2010-08-05
|
|
11
|
+
|
|
12
|
+
T1.1
|
|
13
|
+
|
|
8
14
|
[Green]T1.1.1
|
|
9
15
|
|
|
10
16
|
Reported on 2010-08-05
|
|
@@ -15,33 +21,33 @@ T1.1.1
|
|
|
15
21
|
|
|
16
22
|
Reported on 2010-08-03
|
|
17
23
|
|
|
18
|
-
T1.1.1 Not in report
|
|
19
|
-
|
|
20
|
-
[Green]T1.1
|
|
24
|
+
T1.1.1 Not in report";"";"[Green]T1.1
|
|
21
25
|
|
|
22
26
|
Reported on 2010-08-05
|
|
23
27
|
|
|
24
|
-
T1.1
|
|
25
|
-
|
|
26
|
-
Reported on 2010-08-05
|
|
28
|
+
T1.1
|
|
27
29
|
|
|
28
|
-
T1.1.1
|
|
29
|
-
|
|
30
|
-
[Green]T1.1
|
|
30
|
+
[Green]T1.1.1
|
|
31
31
|
|
|
32
32
|
Reported on 2010-08-05
|
|
33
33
|
|
|
34
|
-
T1.1";"Green";"";"";"";""
|
|
35
|
-
" T1.1";"[Green]T1.1
|
|
34
|
+
T1.1.1";"Green";"";"";"";""
|
|
35
|
+
" T1.1";"[Green]T1.1 (ID: _Task_1._Task_2)
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
T1.1
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
Reported on 2010-08-05";"[Green]T1.1.1 Not in report
|
|
40
40
|
|
|
41
41
|
Reported on 2010-08-15
|
|
42
42
|
|
|
43
43
|
T1.1.1 Not in report
|
|
44
44
|
|
|
45
|
+
[Green]T1.1
|
|
46
|
+
|
|
47
|
+
Reported on 2010-08-05
|
|
48
|
+
|
|
49
|
+
T1.1
|
|
50
|
+
|
|
45
51
|
[Green]T1.1.1
|
|
46
52
|
|
|
47
53
|
Reported on 2010-08-05
|
|
@@ -52,48 +58,42 @@ T1.1.1
|
|
|
52
58
|
|
|
53
59
|
Reported on 2010-08-03
|
|
54
60
|
|
|
55
|
-
T1.1.1 Not in report
|
|
61
|
+
T1.1.1 Not in report";"[Green]T1.1 (ID: _Task_1._Task_2)
|
|
56
62
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
Reported on 2010-08-05
|
|
63
|
+
T1.1
|
|
60
64
|
|
|
61
|
-
|
|
65
|
+
Reported on 2010-08-05";"[Green]T1.1
|
|
62
66
|
|
|
63
67
|
Reported on 2010-08-05
|
|
64
68
|
|
|
65
|
-
T1.1
|
|
66
|
-
|
|
67
|
-
Reported on 2010-08-05
|
|
68
|
-
|
|
69
|
-
T1.1.1
|
|
69
|
+
T1.1
|
|
70
70
|
|
|
71
|
-
[Green]T1.1
|
|
71
|
+
[Green]T1.1.1
|
|
72
72
|
|
|
73
73
|
Reported on 2010-08-05
|
|
74
74
|
|
|
75
|
-
T1.1";" Green";"";"";"T1.1
|
|
75
|
+
T1.1.1";" Green";"";"";"T1.1
|
|
76
76
|
|
|
77
77
|
Reported on 2010-08-05";"T1.1
|
|
78
78
|
|
|
79
79
|
Reported on 2010-08-05"
|
|
80
|
-
" T1.1.1";"[Green]T1.1.1
|
|
81
|
-
|
|
82
|
-
Reported on 2010-08-15
|
|
80
|
+
" T1.1.1";"[Green]T1.1.1 (ID: _Task_1._Task_2._Task_3)
|
|
83
81
|
|
|
84
82
|
T1.1.1 Not in report
|
|
85
83
|
|
|
86
|
-
|
|
84
|
+
Reported on 2010-08-03
|
|
87
85
|
|
|
88
|
-
|
|
86
|
+
[Green]T1.1.1 (ID: _Task_1._Task_2._Task_3)
|
|
89
87
|
|
|
90
88
|
T1.1.1
|
|
91
89
|
|
|
92
|
-
|
|
90
|
+
Reported on 2010-08-05
|
|
93
91
|
|
|
94
|
-
|
|
92
|
+
[Green]T1.1.1 (ID: _Task_1._Task_2._Task_3)
|
|
93
|
+
|
|
94
|
+
T1.1.1 Not in report
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
Reported on 2010-08-15";"[Green]T1.1.1 Not in report
|
|
97
97
|
|
|
98
98
|
Reported on 2010-08-15
|
|
99
99
|
|
|
@@ -109,11 +109,11 @@ T1.1.1
|
|
|
109
109
|
|
|
110
110
|
Reported on 2010-08-03
|
|
111
111
|
|
|
112
|
-
T1.1.1 Not in report";"[Green]T1.1.1
|
|
112
|
+
T1.1.1 Not in report";"[Green]T1.1.1 (ID: _Task_1._Task_2._Task_3)
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
T1.1.1
|
|
115
115
|
|
|
116
|
-
|
|
116
|
+
Reported on 2010-08-05";"[Green]T1.1.1
|
|
117
117
|
|
|
118
118
|
Reported on 2010-08-05
|
|
119
119
|
|
|
@@ -122,84 +122,84 @@ T1.1.1";" Green";"";"";"T1.1.1 Not in report
|
|
|
122
122
|
Reported on 2010-08-15";"T1.1.1 Not in report
|
|
123
123
|
|
|
124
124
|
Reported on 2010-08-15"
|
|
125
|
-
"T2";"";"[
|
|
125
|
+
"T2";"";"[Red]T2.1.1 Red Not in report
|
|
126
126
|
|
|
127
|
-
Reported on 2010-08-
|
|
127
|
+
Reported on 2010-08-03
|
|
128
128
|
|
|
129
|
-
T2.1.1
|
|
129
|
+
T2.1.1 Red Not in report
|
|
130
130
|
|
|
131
|
-
[
|
|
131
|
+
[Yellow]T2.1 Yellow
|
|
132
132
|
|
|
133
133
|
Reported on 2010-08-05
|
|
134
134
|
|
|
135
|
-
T2.1
|
|
135
|
+
T2.1 Yellow
|
|
136
136
|
|
|
137
|
-
[
|
|
137
|
+
[Green]T2.1.1 Green Not in report
|
|
138
138
|
|
|
139
|
-
Reported on 2010-08-
|
|
139
|
+
Reported on 2010-08-15
|
|
140
140
|
|
|
141
|
-
T2.1.1
|
|
141
|
+
T2.1.1 Green Not in report
|
|
142
142
|
|
|
143
|
-
[
|
|
143
|
+
[Green]T2.1.1
|
|
144
144
|
|
|
145
145
|
Reported on 2010-08-05
|
|
146
146
|
|
|
147
|
-
T2.1
|
|
147
|
+
T2.1.1";"";"[Yellow]T2.1 Yellow
|
|
148
148
|
|
|
149
149
|
Reported on 2010-08-05
|
|
150
150
|
|
|
151
|
-
T2.1
|
|
151
|
+
T2.1 Yellow
|
|
152
152
|
|
|
153
|
-
[
|
|
153
|
+
[Green]T2.1.1
|
|
154
154
|
|
|
155
155
|
Reported on 2010-08-05
|
|
156
156
|
|
|
157
|
-
T2.1
|
|
157
|
+
T2.1.1";"Yellow";"T2.1 Yellow
|
|
158
158
|
|
|
159
159
|
Reported on 2010-08-05";"T2.1 Yellow
|
|
160
160
|
|
|
161
161
|
Reported on 2010-08-05";"";""
|
|
162
|
-
" T2.1";"[Yellow]T2.1
|
|
162
|
+
" T2.1";"[Yellow]T2.1 (ID: _Task_4._Task_5)
|
|
163
163
|
|
|
164
|
-
|
|
164
|
+
T2.1 Yellow
|
|
165
165
|
|
|
166
|
-
|
|
166
|
+
Reported on 2010-08-05";"[Red]T2.1.1 Red Not in report
|
|
167
167
|
|
|
168
|
-
Reported on 2010-08-
|
|
168
|
+
Reported on 2010-08-03
|
|
169
169
|
|
|
170
|
-
T2.1.1
|
|
170
|
+
T2.1.1 Red Not in report
|
|
171
171
|
|
|
172
|
-
[
|
|
172
|
+
[Yellow]T2.1 Yellow
|
|
173
173
|
|
|
174
174
|
Reported on 2010-08-05
|
|
175
175
|
|
|
176
|
-
T2.1
|
|
176
|
+
T2.1 Yellow
|
|
177
177
|
|
|
178
|
-
[
|
|
178
|
+
[Green]T2.1.1 Green Not in report
|
|
179
179
|
|
|
180
|
-
Reported on 2010-08-
|
|
180
|
+
Reported on 2010-08-15
|
|
181
181
|
|
|
182
|
-
T2.1.1
|
|
182
|
+
T2.1.1 Green Not in report
|
|
183
183
|
|
|
184
|
-
[
|
|
184
|
+
[Green]T2.1.1
|
|
185
185
|
|
|
186
186
|
Reported on 2010-08-05
|
|
187
187
|
|
|
188
|
-
T2.1
|
|
188
|
+
T2.1.1";"[Yellow]T2.1 (ID: _Task_4._Task_5)
|
|
189
189
|
|
|
190
|
-
|
|
190
|
+
T2.1 Yellow
|
|
191
191
|
|
|
192
|
-
|
|
192
|
+
Reported on 2010-08-05";"[Yellow]T2.1 Yellow
|
|
193
193
|
|
|
194
194
|
Reported on 2010-08-05
|
|
195
195
|
|
|
196
|
-
T2.1
|
|
196
|
+
T2.1 Yellow
|
|
197
197
|
|
|
198
|
-
[
|
|
198
|
+
[Green]T2.1.1
|
|
199
199
|
|
|
200
200
|
Reported on 2010-08-05
|
|
201
201
|
|
|
202
|
-
T2.1
|
|
202
|
+
T2.1.1";" Yellow";"T2.1 Yellow
|
|
203
203
|
|
|
204
204
|
Reported on 2010-08-05";"T2.1 Yellow
|
|
205
205
|
|
|
@@ -208,23 +208,29 @@ Reported on 2010-08-05";"T2.1 Yellow
|
|
|
208
208
|
Reported on 2010-08-05";"T2.1 Yellow
|
|
209
209
|
|
|
210
210
|
Reported on 2010-08-05"
|
|
211
|
-
" T2.1.1";"[Green]T2.1.1
|
|
211
|
+
" T2.1.1";"[Green]T2.1.1 (ID: _Task_4._Task_5._Task_6)
|
|
212
212
|
|
|
213
|
-
|
|
213
|
+
T2.1.1
|
|
214
|
+
|
|
215
|
+
Reported on 2010-08-05
|
|
216
|
+
|
|
217
|
+
[Green]T2.1.1 (ID: _Task_4._Task_5._Task_6)
|
|
214
218
|
|
|
215
219
|
T2.1.1 Green Not in report
|
|
216
220
|
|
|
217
|
-
|
|
221
|
+
Reported on 2010-08-15
|
|
218
222
|
|
|
219
|
-
|
|
223
|
+
[Red]T2.1.1 (ID: _Task_4._Task_5._Task_6)
|
|
220
224
|
|
|
221
|
-
T2.1.1
|
|
225
|
+
T2.1.1 Red Not in report
|
|
222
226
|
|
|
223
|
-
[Red]T2.1.1 Red Not in report
|
|
227
|
+
Reported on 2010-08-03";"[Red]T2.1.1 Red Not in report
|
|
224
228
|
|
|
225
229
|
Reported on 2010-08-03
|
|
226
230
|
|
|
227
|
-
T2.1.1 Red Not in report
|
|
231
|
+
T2.1.1 Red Not in report
|
|
232
|
+
|
|
233
|
+
[Green]T2.1.1 Green Not in report
|
|
228
234
|
|
|
229
235
|
Reported on 2010-08-15
|
|
230
236
|
|
|
@@ -234,17 +240,11 @@ T2.1.1 Green Not in report
|
|
|
234
240
|
|
|
235
241
|
Reported on 2010-08-05
|
|
236
242
|
|
|
237
|
-
T2.1.1
|
|
238
|
-
|
|
239
|
-
[Red]T2.1.1 Red Not in report
|
|
240
|
-
|
|
241
|
-
Reported on 2010-08-03
|
|
243
|
+
T2.1.1";"[Green]T2.1.1 (ID: _Task_4._Task_5._Task_6)
|
|
242
244
|
|
|
243
|
-
T2.1.1
|
|
244
|
-
|
|
245
|
-
Reported on 2010-08-05
|
|
245
|
+
T2.1.1
|
|
246
246
|
|
|
247
|
-
|
|
247
|
+
Reported on 2010-08-05";"[Green]T2.1.1
|
|
248
248
|
|
|
249
249
|
Reported on 2010-08-05
|
|
250
250
|
|
|
@@ -253,29 +253,29 @@ T2.1.1";" Green";"";"";"T2.1.1 Green Not in report
|
|
|
253
253
|
Reported on 2010-08-15";"T2.1.1 Green Not in report
|
|
254
254
|
|
|
255
255
|
Reported on 2010-08-15"
|
|
256
|
-
"T3";"";"[
|
|
256
|
+
"T3";"";"[Red]T3.1.1 Red
|
|
257
257
|
|
|
258
|
-
Reported on 2010-08-
|
|
258
|
+
Reported on 2010-08-06
|
|
259
259
|
|
|
260
|
-
T3.1.1
|
|
260
|
+
T3.1.1 Red
|
|
261
261
|
|
|
262
|
-
[
|
|
262
|
+
[Yellow]T3.1 Yellow
|
|
263
263
|
|
|
264
264
|
Reported on 2010-08-06
|
|
265
265
|
|
|
266
|
-
T3.1
|
|
266
|
+
T3.1 Yellow
|
|
267
267
|
|
|
268
|
-
[Green]T3.1.1 Not in report
|
|
268
|
+
[Green]T3.1.1 Green Not in report
|
|
269
269
|
|
|
270
|
-
Reported on 2010-08-
|
|
270
|
+
Reported on 2010-08-15
|
|
271
271
|
|
|
272
|
-
T3.1.1 Not in report
|
|
272
|
+
T3.1.1 Green Not in report
|
|
273
273
|
|
|
274
|
-
[
|
|
274
|
+
[Green]T3.1.1 Not in report
|
|
275
275
|
|
|
276
|
-
Reported on 2010-08-
|
|
276
|
+
Reported on 2010-08-03
|
|
277
277
|
|
|
278
|
-
T3.1
|
|
278
|
+
T3.1.1 Not in report";"";"[Red]T3.1.1 Red
|
|
279
279
|
|
|
280
280
|
Reported on 2010-08-06
|
|
281
281
|
|
|
@@ -290,37 +290,37 @@ T3.1 Yellow";"Yellow";"T3.1 Yellow
|
|
|
290
290
|
Reported on 2010-08-06";"T3.1 Yellow
|
|
291
291
|
|
|
292
292
|
Reported on 2010-08-06";"";""
|
|
293
|
-
" T3.1";"[Yellow]T3.1
|
|
293
|
+
" T3.1";"[Yellow]T3.1 (ID: _Task_7._Task_8)
|
|
294
294
|
|
|
295
|
-
|
|
295
|
+
T3.1 Yellow
|
|
296
296
|
|
|
297
|
-
|
|
297
|
+
Reported on 2010-08-06";"[Red]T3.1.1 Red
|
|
298
298
|
|
|
299
|
-
Reported on 2010-08-
|
|
299
|
+
Reported on 2010-08-06
|
|
300
300
|
|
|
301
|
-
T3.1.1
|
|
301
|
+
T3.1.1 Red
|
|
302
302
|
|
|
303
|
-
[
|
|
303
|
+
[Yellow]T3.1 Yellow
|
|
304
304
|
|
|
305
305
|
Reported on 2010-08-06
|
|
306
306
|
|
|
307
|
-
T3.1
|
|
307
|
+
T3.1 Yellow
|
|
308
308
|
|
|
309
|
-
[Green]T3.1.1 Not in report
|
|
309
|
+
[Green]T3.1.1 Green Not in report
|
|
310
310
|
|
|
311
|
-
Reported on 2010-08-
|
|
311
|
+
Reported on 2010-08-15
|
|
312
312
|
|
|
313
|
-
T3.1.1 Not in report
|
|
313
|
+
T3.1.1 Green Not in report
|
|
314
314
|
|
|
315
|
-
[
|
|
315
|
+
[Green]T3.1.1 Not in report
|
|
316
316
|
|
|
317
|
-
Reported on 2010-08-
|
|
317
|
+
Reported on 2010-08-03
|
|
318
318
|
|
|
319
|
-
T3.1
|
|
319
|
+
T3.1.1 Not in report";"[Yellow]T3.1 (ID: _Task_7._Task_8)
|
|
320
320
|
|
|
321
|
-
|
|
321
|
+
T3.1 Yellow
|
|
322
322
|
|
|
323
|
-
|
|
323
|
+
Reported on 2010-08-06";"[Red]T3.1.1 Red
|
|
324
324
|
|
|
325
325
|
Reported on 2010-08-06
|
|
326
326
|
|
|
@@ -339,43 +339,43 @@ Reported on 2010-08-06";"T3.1 Yellow
|
|
|
339
339
|
Reported on 2010-08-06";"T3.1 Yellow
|
|
340
340
|
|
|
341
341
|
Reported on 2010-08-06"
|
|
342
|
-
" T3.1.1";"[Green]T3.1.1
|
|
342
|
+
" T3.1.1";"[Green]T3.1.1 (ID: _Task_7._Task_8._Task_9)
|
|
343
343
|
|
|
344
|
-
|
|
344
|
+
T3.1.1 Not in report
|
|
345
|
+
|
|
346
|
+
Reported on 2010-08-03
|
|
347
|
+
|
|
348
|
+
[Green]T3.1.1 (ID: _Task_7._Task_8._Task_9)
|
|
345
349
|
|
|
346
350
|
T3.1.1 Green Not in report
|
|
347
351
|
|
|
348
|
-
|
|
352
|
+
Reported on 2010-08-15
|
|
349
353
|
|
|
350
|
-
|
|
354
|
+
[Red]T3.1.1 (ID: _Task_7._Task_8._Task_9)
|
|
351
355
|
|
|
352
356
|
T3.1.1 Red
|
|
353
357
|
|
|
354
|
-
[
|
|
358
|
+
Reported on 2010-08-06";"[Red]T3.1.1 Red
|
|
355
359
|
|
|
356
|
-
Reported on 2010-08-
|
|
360
|
+
Reported on 2010-08-06
|
|
357
361
|
|
|
358
|
-
T3.1.1
|
|
362
|
+
T3.1.1 Red
|
|
363
|
+
|
|
364
|
+
[Green]T3.1.1 Green Not in report
|
|
359
365
|
|
|
360
366
|
Reported on 2010-08-15
|
|
361
367
|
|
|
362
368
|
T3.1.1 Green Not in report
|
|
363
369
|
|
|
364
|
-
[Red]T3.1.1 Red
|
|
365
|
-
|
|
366
|
-
Reported on 2010-08-06
|
|
367
|
-
|
|
368
|
-
T3.1.1 Red
|
|
369
|
-
|
|
370
370
|
[Green]T3.1.1 Not in report
|
|
371
371
|
|
|
372
372
|
Reported on 2010-08-03
|
|
373
373
|
|
|
374
|
-
T3.1.1 Not in report";"[Red]T3.1.1
|
|
374
|
+
T3.1.1 Not in report";"[Red]T3.1.1 (ID: _Task_7._Task_8._Task_9)
|
|
375
375
|
|
|
376
|
-
|
|
376
|
+
T3.1.1 Red
|
|
377
377
|
|
|
378
|
-
|
|
378
|
+
Reported on 2010-08-06";"[Red]T3.1.1 Red
|
|
379
379
|
|
|
380
380
|
Reported on 2010-08-06
|
|
381
381
|
|