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
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
project prj "Release Plan" "1.0" 2010-11-10-00:00-+0000 - 2011-02-09-06:00-+0000 {
|
|
2
|
-
timezone "UTC"
|
|
3
|
-
scenario plan "Plan Scenario" {
|
|
4
|
-
active yes
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
projectids prj
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
task merge "Merge Window" {
|
|
12
|
-
start 2010-11-10-00:00-+0000
|
|
13
|
-
end 2010-11-24-00:00-+0000
|
|
14
|
-
scheduling asap
|
|
15
|
-
scheduled
|
|
16
|
-
}
|
|
17
|
-
task b1 "Beta 1" {
|
|
18
|
-
depends merge
|
|
19
|
-
start 2010-11-24-00:00-+0000
|
|
20
|
-
milestone
|
|
21
|
-
scheduled
|
|
22
|
-
}
|
|
23
|
-
task b2 "Beta 2" {
|
|
24
|
-
depends b1
|
|
25
|
-
start 2010-12-01-00:00-+0000
|
|
26
|
-
milestone
|
|
27
|
-
scheduled
|
|
28
|
-
}
|
|
29
|
-
task b3 "Beta 3" {
|
|
30
|
-
depends b2
|
|
31
|
-
start 2010-12-08-00:00-+0000
|
|
32
|
-
milestone
|
|
33
|
-
scheduled
|
|
34
|
-
}
|
|
35
|
-
task b4 "Beta 4" {
|
|
36
|
-
depends b3
|
|
37
|
-
start 2010-12-15-00:00-+0000
|
|
38
|
-
milestone
|
|
39
|
-
scheduled
|
|
40
|
-
}
|
|
41
|
-
task b5 "Beta 5" {
|
|
42
|
-
depends b4
|
|
43
|
-
start 2010-12-22-00:00-+0000
|
|
44
|
-
milestone
|
|
45
|
-
scheduled
|
|
46
|
-
}
|
|
47
|
-
task final "Final Release" {
|
|
48
|
-
depends b5
|
|
49
|
-
start 2010-12-29-00:00-+0000
|
|
50
|
-
milestone
|
|
51
|
-
scheduled
|
|
52
|
-
}
|
|
53
|
-
supplement task merge {
|
|
54
|
-
priority 500
|
|
55
|
-
projectid prj
|
|
56
|
-
}
|
|
57
|
-
supplement task b1 {
|
|
58
|
-
priority 500
|
|
59
|
-
projectid prj
|
|
60
|
-
}
|
|
61
|
-
supplement task b2 {
|
|
62
|
-
priority 500
|
|
63
|
-
projectid prj
|
|
64
|
-
}
|
|
65
|
-
supplement task b3 {
|
|
66
|
-
priority 500
|
|
67
|
-
projectid prj
|
|
68
|
-
}
|
|
69
|
-
supplement task b4 {
|
|
70
|
-
priority 500
|
|
71
|
-
projectid prj
|
|
72
|
-
}
|
|
73
|
-
supplement task b5 {
|
|
74
|
-
priority 500
|
|
75
|
-
projectid prj
|
|
76
|
-
}
|
|
77
|
-
supplement task final {
|
|
78
|
-
priority 500
|
|
79
|
-
projectid prj
|
|
80
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
project "Include task prefix test" "1.0" 2010-12-01-00:00-+0000 - 2010-12-31-10:00-+0000 {
|
|
2
|
-
timezone "Europe/Amsterdam"
|
|
3
|
-
scenario plan "Plan Scenario" {
|
|
4
|
-
active yes
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
projectids project
|
|
9
|
-
|
|
10
|
-
resource tux "Tux"
|
|
11
|
-
|
|
12
|
-
task parent_task "Parent task" {
|
|
13
|
-
task sub_task1 "Sub task 1" {
|
|
14
|
-
start 2010-12-01-08:00-+0000
|
|
15
|
-
end 2010-12-01-16:00-+0000
|
|
16
|
-
scheduling asap
|
|
17
|
-
scheduled
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
task other_task "Other task" {
|
|
21
|
-
start 2010-12-02-08:00-+0000
|
|
22
|
-
end 2010-12-02-16:00-+0000
|
|
23
|
-
scheduling asap
|
|
24
|
-
scheduled
|
|
25
|
-
}
|
|
26
|
-
supplement task parent_task {
|
|
27
|
-
priority 500
|
|
28
|
-
projectid project
|
|
29
|
-
}
|
|
30
|
-
supplement task parent_task.sub_task1 {
|
|
31
|
-
booking tux 2010-12-01-08:00-+0000 + 8.0h { overtime 2 }
|
|
32
|
-
priority 500
|
|
33
|
-
projectid project
|
|
34
|
-
}
|
|
35
|
-
supplement task other_task {
|
|
36
|
-
booking tux 2010-12-02-08:00-+0000 + 8.0h { overtime 2 }
|
|
37
|
-
priority 500
|
|
38
|
-
projectid project
|
|
39
|
-
}
|
|
40
|
-
supplement resource tux {
|
|
41
|
-
workinghours sun off
|
|
42
|
-
workinghours mon 9:00 - 17:00
|
|
43
|
-
workinghours tue 9:00 - 17:00
|
|
44
|
-
workinghours wed 9:00 - 17:00
|
|
45
|
-
workinghours thu 9:00 - 17:00
|
|
46
|
-
workinghours fri 9:00 - 17:00
|
|
47
|
-
workinghours sat off
|
|
48
|
-
}
|
|
49
|
-
Report . [ Done ]
|
|
@@ -1,424 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
-
<!-- This file has been generated by taskjuggler3 v0.0.8 -->
|
|
4
|
-
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
-
<head>
|
|
6
|
-
<title>TaskJuggler Report - Alerts</title>
|
|
7
|
-
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
8
|
-
<meta content="TaskJuggler Report" name="description"/>
|
|
9
|
-
<meta content="taskjuggler, project, management" name="keywords"/>
|
|
10
|
-
<link href="css/tjreport.css" rel="stylesheet" type="text/css"></link>
|
|
11
|
-
</head>
|
|
12
|
-
<!-- Dynamic Report ID: 0 -->
|
|
13
|
-
<body>
|
|
14
|
-
<script src="scripts/wz_tooltip.js" type="text/javascript"></script>
|
|
15
|
-
<noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
|
|
16
|
-
in your browser settings!
|
|
17
|
-
</div></noscript>
|
|
18
|
-
<div class="tj_page">
|
|
19
|
-
<!-- Dynamic Report ID: 0 -->
|
|
20
|
-
<table cellspacing="1" class="tj_table_frame">
|
|
21
|
-
<tr><td><table cellspacing="1" class="tj_table"><tbody>
|
|
22
|
-
<tr class="tabhead" style="height:39px; font-size:15px;">
|
|
23
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td></tr></table></td>
|
|
24
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Alert</td></tr></table></td>
|
|
25
|
-
</tr>
|
|
26
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
27
|
-
<td class="taskcell1">
|
|
28
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
29
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10056800', TITLE, 'Red')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
30
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Red</td>
|
|
31
|
-
</tr></table>
|
|
32
|
-
<div class="tj_tooltip_box" id="ID10056800" style="cursor:help"><div>
|
|
33
|
-
<b>ID:</b> _Task_7._Task_13._Task_15</div></div>
|
|
34
|
-
</td>
|
|
35
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
36
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
|
|
37
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
|
|
38
|
-
</tr></table></td>
|
|
39
|
-
</tr>
|
|
40
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
41
|
-
<td class="taskcell2">
|
|
42
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
43
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10051780', TITLE, 'Inherit Red')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
44
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Red</td>
|
|
45
|
-
</tr></table>
|
|
46
|
-
<div class="tj_tooltip_box" id="ID10051780" style="cursor:help"><div>
|
|
47
|
-
<b>ID:</b> _Task_7._Task_13</div></div>
|
|
48
|
-
</td>
|
|
49
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
50
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
|
|
51
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
|
|
52
|
-
</tr></table></td>
|
|
53
|
-
</tr>
|
|
54
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
55
|
-
<td class="taskcell1">
|
|
56
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
57
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10028720', TITLE, 'Red')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
58
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Red</td>
|
|
59
|
-
</tr></table>
|
|
60
|
-
<div class="tj_tooltip_box" id="ID10028720" style="cursor:help"><div>
|
|
61
|
-
<b>ID:</b> _Task_3</div></div>
|
|
62
|
-
</td>
|
|
63
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
64
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
|
|
65
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
|
|
66
|
-
</tr></table></td>
|
|
67
|
-
</tr>
|
|
68
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
69
|
-
<td class="taskcell2">
|
|
70
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
71
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10022900', TITLE, 'Overwrite Red')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
72
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Overwrite Red</td>
|
|
73
|
-
</tr></table>
|
|
74
|
-
<div class="tj_tooltip_box" id="ID10022900" style="cursor:help"><div>
|
|
75
|
-
<b>ID:</b> _Task_16._Task_20</div></div>
|
|
76
|
-
</td>
|
|
77
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
78
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
|
|
79
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
|
|
80
|
-
</tr></table></td>
|
|
81
|
-
</tr>
|
|
82
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
83
|
-
<td class="taskcell1">
|
|
84
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
85
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10017620', TITLE, 'Red')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
86
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Red</td>
|
|
87
|
-
</tr></table>
|
|
88
|
-
<div class="tj_tooltip_box" id="ID10017620" style="cursor:help"><div>
|
|
89
|
-
<b>ID:</b> _Task_25._Task_26._Task_27</div></div>
|
|
90
|
-
</td>
|
|
91
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
92
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
|
|
93
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
|
|
94
|
-
</tr></table></td>
|
|
95
|
-
</tr>
|
|
96
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
97
|
-
<td class="taskcell2">
|
|
98
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
99
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10012380', TITLE, 'Inherit Red')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
100
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Red</td>
|
|
101
|
-
</tr></table>
|
|
102
|
-
<div class="tj_tooltip_box" id="ID10012380" style="cursor:help"><div>
|
|
103
|
-
<b>ID:</b> _Task_16._Task_22</div></div>
|
|
104
|
-
</td>
|
|
105
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
106
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
|
|
107
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
|
|
108
|
-
</tr></table></td>
|
|
109
|
-
</tr>
|
|
110
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
111
|
-
<td class="taskcell1">
|
|
112
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
113
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10007420', TITLE, 'Inherit Red')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
114
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Red</td>
|
|
115
|
-
</tr></table>
|
|
116
|
-
<div class="tj_tooltip_box" id="ID10007420" style="cursor:help"><div>
|
|
117
|
-
<b>ID:</b> _Task_7</div></div>
|
|
118
|
-
</td>
|
|
119
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
120
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
|
|
121
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
|
|
122
|
-
</tr></table></td>
|
|
123
|
-
</tr>
|
|
124
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
125
|
-
<td class="taskcell2">
|
|
126
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
127
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10002260', TITLE, 'Red')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
128
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Red</td>
|
|
129
|
-
</tr></table>
|
|
130
|
-
<div class="tj_tooltip_box" id="ID10002260" style="cursor:help"><div>
|
|
131
|
-
<b>ID:</b> _Task_16._Task_22._Task_24</div></div>
|
|
132
|
-
</td>
|
|
133
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
134
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
|
|
135
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
|
|
136
|
-
</tr></table></td>
|
|
137
|
-
</tr>
|
|
138
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
139
|
-
<td class="taskcell1">
|
|
140
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
141
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID9995040', TITLE, 'Inherit Yellow')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
142
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Yellow</td>
|
|
143
|
-
</tr></table>
|
|
144
|
-
<div class="tj_tooltip_box" id="ID9995040" style="cursor:help"><div>
|
|
145
|
-
<b>ID:</b> _Task_7._Task_8</div></div>
|
|
146
|
-
</td>
|
|
147
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
148
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
|
|
149
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
|
|
150
|
-
</tr></table></td>
|
|
151
|
-
</tr>
|
|
152
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
153
|
-
<td class="taskcell2">
|
|
154
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
155
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID9989640', TITLE, 'Yellow')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
156
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Yellow</td>
|
|
157
|
-
</tr></table>
|
|
158
|
-
<div class="tj_tooltip_box" id="ID9989640" style="cursor:help"><div>
|
|
159
|
-
<b>ID:</b> _Task_7._Task_8._Task_10</div></div>
|
|
160
|
-
</td>
|
|
161
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
162
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
|
|
163
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
|
|
164
|
-
</tr></table></td>
|
|
165
|
-
</tr>
|
|
166
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
167
|
-
<td class="taskcell1">
|
|
168
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
169
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID9983720', TITLE, 'Yellow')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
170
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Yellow</td>
|
|
171
|
-
</tr></table>
|
|
172
|
-
<div class="tj_tooltip_box" id="ID9983720" style="cursor:help"><div>
|
|
173
|
-
<b>ID:</b> _Task_4._Task_6</div></div>
|
|
174
|
-
</td>
|
|
175
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
176
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
|
|
177
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
|
|
178
|
-
</tr></table></td>
|
|
179
|
-
</tr>
|
|
180
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
181
|
-
<td class="taskcell2">
|
|
182
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
183
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID9976980', TITLE, 'Inherit Yellow')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
184
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Yellow</td>
|
|
185
|
-
</tr></table>
|
|
186
|
-
<div class="tj_tooltip_box" id="ID9976980" style="cursor:help"><div>
|
|
187
|
-
<b>ID:</b> _Task_4</div></div>
|
|
188
|
-
</td>
|
|
189
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
190
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
|
|
191
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
|
|
192
|
-
</tr></table></td>
|
|
193
|
-
</tr>
|
|
194
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
195
|
-
<td class="taskcell1">
|
|
196
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
197
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID9971560', TITLE, 'Yellow')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
198
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Yellow</td>
|
|
199
|
-
</tr></table>
|
|
200
|
-
<div class="tj_tooltip_box" id="ID9971560" style="cursor:help"><div>
|
|
201
|
-
<b>ID:</b> _Task_2</div></div>
|
|
202
|
-
</td>
|
|
203
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
204
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
|
|
205
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
|
|
206
|
-
</tr></table></td>
|
|
207
|
-
</tr>
|
|
208
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
209
|
-
<td class="taskcell2">
|
|
210
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
211
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7895880', TITLE, 'Yellow')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
212
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Yellow</td>
|
|
213
|
-
</tr></table>
|
|
214
|
-
<div class="tj_tooltip_box" id="ID7895880" style="cursor:help"><div>
|
|
215
|
-
<b>ID:</b> _Task_16._Task_17._Task_19</div></div>
|
|
216
|
-
</td>
|
|
217
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
218
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
|
|
219
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
|
|
220
|
-
</tr></table></td>
|
|
221
|
-
</tr>
|
|
222
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
223
|
-
<td class="taskcell1">
|
|
224
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
225
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7865520', TITLE, 'Inherit Yellow')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
226
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Yellow</td>
|
|
227
|
-
</tr></table>
|
|
228
|
-
<div class="tj_tooltip_box" id="ID7865520" style="cursor:help"><div>
|
|
229
|
-
<b>ID:</b> _Task_16._Task_17</div></div>
|
|
230
|
-
</td>
|
|
231
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
232
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
|
|
233
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
|
|
234
|
-
</tr></table></td>
|
|
235
|
-
</tr>
|
|
236
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
237
|
-
<td class="taskcell2">
|
|
238
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
239
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7817540', TITLE, 'Overwrite Yellow')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
240
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Overwrite Yellow</td>
|
|
241
|
-
</tr></table>
|
|
242
|
-
<div class="tj_tooltip_box" id="ID7817540" style="cursor:help"><div>
|
|
243
|
-
<b>ID:</b> _Task_16</div></div>
|
|
244
|
-
</td>
|
|
245
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
246
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
|
|
247
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
|
|
248
|
-
</tr></table></td>
|
|
249
|
-
</tr>
|
|
250
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
251
|
-
<td class="taskcell1">
|
|
252
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
253
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7784620', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
254
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
|
|
255
|
-
</tr></table>
|
|
256
|
-
<div class="tj_tooltip_box" id="ID7784620" style="cursor:help"><div>
|
|
257
|
-
<b>ID:</b> _Task_1</div></div>
|
|
258
|
-
</td>
|
|
259
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
260
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
261
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
262
|
-
</tr></table></td>
|
|
263
|
-
</tr>
|
|
264
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
265
|
-
<td class="taskcell2">
|
|
266
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
267
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7727480', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
268
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
|
|
269
|
-
</tr></table>
|
|
270
|
-
<div class="tj_tooltip_box" id="ID7727480" style="cursor:help"><div>
|
|
271
|
-
<b>ID:</b> _Task_16._Task_17._Task_18</div></div>
|
|
272
|
-
</td>
|
|
273
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
274
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
275
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
276
|
-
</tr></table></td>
|
|
277
|
-
</tr>
|
|
278
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
279
|
-
<td class="taskcell1">
|
|
280
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
281
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7713460', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
282
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
|
|
283
|
-
</tr></table>
|
|
284
|
-
<div class="tj_tooltip_box" id="ID7713460" style="cursor:help"><div>
|
|
285
|
-
<b>ID:</b> _Task_7._Task_13._Task_14</div></div>
|
|
286
|
-
</td>
|
|
287
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
288
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
289
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
290
|
-
</tr></table></td>
|
|
291
|
-
</tr>
|
|
292
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
293
|
-
<td class="taskcell2">
|
|
294
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
295
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7703160', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
296
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
|
|
297
|
-
</tr></table>
|
|
298
|
-
<div class="tj_tooltip_box" id="ID7703160" style="cursor:help"><div>
|
|
299
|
-
<b>ID:</b> _Task_7._Task_11._Task_12</div></div>
|
|
300
|
-
</td>
|
|
301
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
302
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
303
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
304
|
-
</tr></table></td>
|
|
305
|
-
</tr>
|
|
306
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
307
|
-
<td class="taskcell1">
|
|
308
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
309
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7693160', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
310
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
|
|
311
|
-
</tr></table>
|
|
312
|
-
<div class="tj_tooltip_box" id="ID7693160" style="cursor:help"><div>
|
|
313
|
-
<b>ID:</b> _Task_16._Task_20._Task_21</div></div>
|
|
314
|
-
</td>
|
|
315
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
316
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
317
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
318
|
-
</tr></table></td>
|
|
319
|
-
</tr>
|
|
320
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
321
|
-
<td class="taskcell2">
|
|
322
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
323
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7679720', TITLE, 'Inherit Green')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
324
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Green</td>
|
|
325
|
-
</tr></table>
|
|
326
|
-
<div class="tj_tooltip_box" id="ID7679720" style="cursor:help"><div>
|
|
327
|
-
<b>ID:</b> _Task_7._Task_11</div></div>
|
|
328
|
-
</td>
|
|
329
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
330
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
331
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
332
|
-
</tr></table></td>
|
|
333
|
-
</tr>
|
|
334
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
335
|
-
<td class="taskcell1">
|
|
336
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
337
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7628940', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
338
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
|
|
339
|
-
</tr></table>
|
|
340
|
-
<div class="tj_tooltip_box" id="ID7628940" style="cursor:help"><div>
|
|
341
|
-
<b>ID:</b> _Task_16._Task_22._Task_23</div></div>
|
|
342
|
-
</td>
|
|
343
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
344
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
345
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
346
|
-
</tr></table></td>
|
|
347
|
-
</tr>
|
|
348
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
349
|
-
<td class="taskcell2">
|
|
350
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
351
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7563940', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
352
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
|
|
353
|
-
</tr></table>
|
|
354
|
-
<div class="tj_tooltip_box" id="ID7563940" style="cursor:help"><div>
|
|
355
|
-
<b>ID:</b> _Task_7._Task_8._Task_9</div></div>
|
|
356
|
-
</td>
|
|
357
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
358
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
359
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
360
|
-
</tr></table></td>
|
|
361
|
-
</tr>
|
|
362
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
363
|
-
<td class="taskcell1">
|
|
364
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
365
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7519360', TITLE, 'Overwrite Green')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
366
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Overwrite Green</td>
|
|
367
|
-
</tr></table>
|
|
368
|
-
<div class="tj_tooltip_box" id="ID7519360" style="cursor:help"><div>
|
|
369
|
-
<b>ID:</b> _Task_25</div></div>
|
|
370
|
-
</td>
|
|
371
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
372
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
373
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
374
|
-
</tr></table></td>
|
|
375
|
-
</tr>
|
|
376
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
377
|
-
<td class="taskcell2">
|
|
378
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
379
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7504900', TITLE, 'Overwrite Green')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
380
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Overwrite Green</td>
|
|
381
|
-
</tr></table>
|
|
382
|
-
<div class="tj_tooltip_box" id="ID7504900" style="cursor:help"><div>
|
|
383
|
-
<b>ID:</b> _Task_25._Task_26</div></div>
|
|
384
|
-
</td>
|
|
385
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
386
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
387
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
388
|
-
</tr></table></td>
|
|
389
|
-
</tr>
|
|
390
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
391
|
-
<td class="taskcell1">
|
|
392
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
393
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7487140', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
394
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
|
|
395
|
-
</tr></table>
|
|
396
|
-
<div class="tj_tooltip_box" id="ID7487140" style="cursor:help"><div>
|
|
397
|
-
<b>ID:</b> _Task_4._Task_5</div></div>
|
|
398
|
-
</td>
|
|
399
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
400
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
401
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
402
|
-
</tr></table></td>
|
|
403
|
-
</tr>
|
|
404
|
-
<tr class="tabline" style="font-size:12px; ">
|
|
405
|
-
<td class="taskcell2">
|
|
406
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
407
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7472760', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
408
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
|
|
409
|
-
</tr></table>
|
|
410
|
-
<div class="tj_tooltip_box" id="ID7472760" style="cursor:help"><div>
|
|
411
|
-
<b>ID:</b> _Task_25._Task_26._Task_28</div></div>
|
|
412
|
-
</td>
|
|
413
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
|
|
414
|
-
<td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
|
|
415
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
|
|
416
|
-
</tr></table></td>
|
|
417
|
-
</tr>
|
|
418
|
-
</tbody></table></td></tr>
|
|
419
|
-
<tr><td></td></tr>
|
|
420
|
-
</table>
|
|
421
|
-
<div class="copyright">Project: Alerts Version: 1.0 - Created on 2011-01-26 14:48:15 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.8</div>
|
|
422
|
-
</div>
|
|
423
|
-
</body>
|
|
424
|
-
</html>
|