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
|
Binary file
|
|
@@ -0,0 +1,423 @@
|
|
|
1
|
+
# Report definitions for Fedora 20
|
|
2
|
+
#
|
|
3
|
+
# Copyright 2011 John Poelstra <poelstra@fedoraproject.org>
|
|
4
|
+
# Copyright 2011 Robyn Bergeron <rbergero@fedoraproject.org>
|
|
5
|
+
#
|
|
6
|
+
# Permission is hereby granted, free of charge, to any person
|
|
7
|
+
# obtaining a copy of this software and associated documentation files
|
|
8
|
+
# (the "Software"), to deal in the Software without restriction,
|
|
9
|
+
# including without limitation the rights to use, copy, modify, merge,
|
|
10
|
+
# publish, distribute, sublicense, and/or sell copies of the Software,
|
|
11
|
+
# and to permit persons to whom the Software is furnished to do so,
|
|
12
|
+
# subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be
|
|
15
|
+
# included in all copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
18
|
+
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
19
|
+
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
20
|
+
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
|
21
|
+
# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
|
22
|
+
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
23
|
+
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
|
+
# SOFTWARE.
|
|
25
|
+
#
|
|
26
|
+
|
|
27
|
+
# This project schedule was derived from the original Fedora 20
|
|
28
|
+
# schedule way before the actual project start. By the time you are
|
|
29
|
+
# looking at this file, the real schedule might have been updated
|
|
30
|
+
# already. This is just an example file with example dates. The real
|
|
31
|
+
# schedule can be found at http://fedoraproject.org/wiki/Schedule
|
|
32
|
+
|
|
33
|
+
# These macros are set (edited) manually each week to create
|
|
34
|
+
# the individual team schedule reminders, created by running
|
|
35
|
+
# $ make calendar
|
|
36
|
+
# Sunday
|
|
37
|
+
macro weekly_start [2013-05-05]
|
|
38
|
+
# Wednesday falling two weeks after starting Sunday
|
|
39
|
+
macro weekly_end [2013-05-22]
|
|
40
|
+
|
|
41
|
+
navigator menu
|
|
42
|
+
|
|
43
|
+
macro all_navbar [
|
|
44
|
+
header -8<-
|
|
45
|
+
== [[File:icons/fedoralogo.png|bottom]] ${content_title}-${major} Project Plan ==
|
|
46
|
+
----
|
|
47
|
+
<[navigator id="menu"]>
|
|
48
|
+
----
|
|
49
|
+
->8-
|
|
50
|
+
]
|
|
51
|
+
macro FilePrefix [${content}-${major}-]
|
|
52
|
+
macro HLPrefix [${content_title} ${major} ]
|
|
53
|
+
|
|
54
|
+
textreport "Public Reports" {
|
|
55
|
+
formats html
|
|
56
|
+
${all_navbar}
|
|
57
|
+
timeformat "%a %Y-%m-%d"
|
|
58
|
+
scenarios actual
|
|
59
|
+
|
|
60
|
+
taskreport "index" {
|
|
61
|
+
title "Project Overview"
|
|
62
|
+
headline "${HLPrefix} Task Overview"
|
|
63
|
+
columns name, start, end, duration, chart { scale month }
|
|
64
|
+
sorttasks tree, actual.start.up, seqno.up
|
|
65
|
+
hidetask hidden
|
|
66
|
+
|
|
67
|
+
taskreport "${FilePrefix}planning-phase" {
|
|
68
|
+
title "Planning Phase"
|
|
69
|
+
headline "${HLPrefix} Planning Phase"
|
|
70
|
+
taskroot f20.PlanningPhase
|
|
71
|
+
}
|
|
72
|
+
taskreport "${FilePrefix}development-phase" {
|
|
73
|
+
title "Development Phase"
|
|
74
|
+
headline "${HLPrefix} Development Phase"
|
|
75
|
+
taskroot f20.DevelopmentPhase
|
|
76
|
+
}
|
|
77
|
+
taskreport "${FilePrefix}alpha-phase" {
|
|
78
|
+
title "Alpha Testing Phase"
|
|
79
|
+
headline "${HLPrefix} Alpha Testing Phase"
|
|
80
|
+
taskroot f20.TestingPhase.alpha
|
|
81
|
+
}
|
|
82
|
+
taskreport "${FilePrefix}beta-phase" {
|
|
83
|
+
title "Beta Testing Phase"
|
|
84
|
+
headline "${HLPrefix} Beta Testing Phase"
|
|
85
|
+
taskroot f20.TestingPhase.beta
|
|
86
|
+
}
|
|
87
|
+
taskreport "${FilePrefix}launch-phase" {
|
|
88
|
+
title "Launch Phase"
|
|
89
|
+
headline "${HLPrefix} Launch Phase"
|
|
90
|
+
taskroot f20.LaunchPhase
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
hidetask hidden | isleaf()
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
taskreport "${content}-${major}-all-tasks" {
|
|
97
|
+
title "All Tasks"
|
|
98
|
+
headline "${content_title} ${major} Tasks"
|
|
99
|
+
columns name, start, end, duration
|
|
100
|
+
sorttasks tree, actual.start.up, seqno.up
|
|
101
|
+
hidetask hidden
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
# key tasks
|
|
105
|
+
# this report mirrors what should be on the wiki
|
|
106
|
+
# https://fedoraproject.org/wiki/Releases/14/Schedule
|
|
107
|
+
taskreport "${content}-${major}-key-tasks" {
|
|
108
|
+
title "Milestones"
|
|
109
|
+
headline "${content_title} ${major} Key Tasks & Milestones"
|
|
110
|
+
columns name, start, end, chart
|
|
111
|
+
sorttasks actual.start.up
|
|
112
|
+
hidetask ~key
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
textreport "Team Reports" {
|
|
116
|
+
sorttasks tree, actual.start.up
|
|
117
|
+
columns no, name, start, end, duration
|
|
118
|
+
timeformat "%a %Y-%m-%d"
|
|
119
|
+
scenarios actual
|
|
120
|
+
|
|
121
|
+
# Ambassador Team Reports
|
|
122
|
+
taskreport "${content}-${major}-ambassadors-tasks" {
|
|
123
|
+
title "Ambassador"
|
|
124
|
+
headline "${content_title} ${major} Ambassadors Team Tasks"
|
|
125
|
+
hidetask ~ambassadors
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
# Design Team Reports
|
|
129
|
+
taskreport "${content}-${major}-design-tasks.html" {
|
|
130
|
+
title "Design"
|
|
131
|
+
headline "${content_title} ${major} Design Team Tasks"
|
|
132
|
+
hidetask ~design
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
# Development Team Reports
|
|
136
|
+
taskreport "${content}-${major}-devel-tasks" {
|
|
137
|
+
title "Development"
|
|
138
|
+
headline "${content_title} ${major} Development Team Tasks"
|
|
139
|
+
hidetask ~devel
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
# Docs Team Reports
|
|
143
|
+
taskreport "${content}-${major}-docs-tasks" {
|
|
144
|
+
title "Docs"
|
|
145
|
+
headline "${content_title} ${major} Docs Team Tasks"
|
|
146
|
+
hidetask ~docs
|
|
147
|
+
}
|
|
148
|
+
# Marketing Team Reports
|
|
149
|
+
taskreport "${content}-${major}-marketing-tasks" {
|
|
150
|
+
title "Marketing"
|
|
151
|
+
headline "${content_title} ${major} Marketing Team Tasks"
|
|
152
|
+
hidetask ~marketing
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
# Release Engineering Team Reports
|
|
156
|
+
taskreport "${content}-${major}-releng-tasks" {
|
|
157
|
+
title "Release Engineering"
|
|
158
|
+
headline "${content_title} ${major} Releng Team Tasks"
|
|
159
|
+
hidetask ~releng
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
# Quality Team Reports
|
|
163
|
+
taskreport "${content}-${major}-quality-tasks" {
|
|
164
|
+
title "Quality"
|
|
165
|
+
headline "${content_title} ${major} Quality Tasks"
|
|
166
|
+
hidetask ~quality
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
# Spins SIG Reports
|
|
170
|
+
taskreport "${content}-${major}-spins-tasks" {
|
|
171
|
+
title "Spins SIG"
|
|
172
|
+
headline "${content_title} ${major} Spins SIG Tasks"
|
|
173
|
+
hidetask ~spins
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
# Translation Team Reports
|
|
177
|
+
taskreport "${content}-${major}-trans-tasks" {
|
|
178
|
+
title "Translation"
|
|
179
|
+
headline "${content_title} ${major} Translation Tasks"
|
|
180
|
+
hidetask ~translation
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
# Web Team Reports
|
|
184
|
+
taskreport "${content}-${major}-web-tasks" {
|
|
185
|
+
title "Web"
|
|
186
|
+
headline "${content_title} ${major} Web Team Tasks"
|
|
187
|
+
hidetask ~web & ~infrastructure
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
# This report is just a menu entry, not a real report.
|
|
191
|
+
purge formats
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
textreport "Administrative Items" {
|
|
195
|
+
sorttasks tree, actual.start.up
|
|
196
|
+
columns no, name, start, end, duration
|
|
197
|
+
timeformat "%a %Y-%m-%d"
|
|
198
|
+
scenarios actual
|
|
199
|
+
|
|
200
|
+
# Elections
|
|
201
|
+
taskreport "${content}-${major}-elections" {
|
|
202
|
+
title "Elections"
|
|
203
|
+
headline "${content_title} ${major} Elections "
|
|
204
|
+
hidetask ~elections
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
# FPL
|
|
208
|
+
taskreport "${content}-${major}-fpl" {
|
|
209
|
+
title "FPL"
|
|
210
|
+
headline "${content_title} ${major} FPL"
|
|
211
|
+
hidetask ~fpl
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
# PR
|
|
215
|
+
taskreport "${content}-${major}-pr" {
|
|
216
|
+
title "PR"
|
|
217
|
+
headline "${content_title} ${major} Media/PR"
|
|
218
|
+
hidetask ~pr
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
# Infrastructure
|
|
222
|
+
taskreport "${content}-${major}-infrastructure" {
|
|
223
|
+
title "Infrastructure"
|
|
224
|
+
headline "${content_title} ${major} Infrastructure Freezes"
|
|
225
|
+
hidetask ~infrastructure
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
purge formats
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
### Miscelaneous reports ###
|
|
232
|
+
textreport "Miscellaneous Reports" {
|
|
233
|
+
sorttasks actual.start.up
|
|
234
|
+
columns no, name, start, end, duration
|
|
235
|
+
|
|
236
|
+
taskreport "${content}-${major}-pm-tasks" {
|
|
237
|
+
title "PM"
|
|
238
|
+
headline "${content_title} ${major} Project Management Tasks"
|
|
239
|
+
hidetask ~pm
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
taskreport "${content}-${major}-blocker-meetings" {
|
|
243
|
+
title "Blocker"
|
|
244
|
+
headline "${content_title} ${major} Blocker Meeting"
|
|
245
|
+
hidetask ~blocker & ~key
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
taskreport "${content}-${major}-draft-schedule" {
|
|
249
|
+
title "Primary Tasks"
|
|
250
|
+
headline "${content_title} ${major} Primary Tasks"
|
|
251
|
+
sorttasks actual.start.up
|
|
252
|
+
hidetask ~proto
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
purge formats
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
purge formats
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
textreport "Weekly CSV Reports" {
|
|
262
|
+
formats csv
|
|
263
|
+
start ${weekly_start}
|
|
264
|
+
end ${weekly_end}
|
|
265
|
+
sorttasks actual.start.up
|
|
266
|
+
columns start, end, name
|
|
267
|
+
timeformat "%a %d-%b"
|
|
268
|
+
scenarios actual
|
|
269
|
+
|
|
270
|
+
# Reports for weekly emails to team lists
|
|
271
|
+
# These reports are post-processed by 'format-weekly-calendar.py'
|
|
272
|
+
taskreport "${content}-${major}-ambassadors-weekly" {
|
|
273
|
+
hidetask ~ambassadors
|
|
274
|
+
}
|
|
275
|
+
taskreport "${content}-${major}-design-weekly" {
|
|
276
|
+
hidetask ~design
|
|
277
|
+
}
|
|
278
|
+
taskreport "${content}-${major}-devel-weekly" {
|
|
279
|
+
hidetask ~devel
|
|
280
|
+
}
|
|
281
|
+
taskreport "${content}-${major}-docs-weekly" {
|
|
282
|
+
hidetask ~docs
|
|
283
|
+
}
|
|
284
|
+
taskreport "${content}-${major}-fpl-weekly" {
|
|
285
|
+
hidetask ~fpl
|
|
286
|
+
}
|
|
287
|
+
taskreport "${content}-${major}-infrastructure-weekly" {
|
|
288
|
+
hidetask ~infrastructure
|
|
289
|
+
}
|
|
290
|
+
taskreport "${content}-${major}-marketing-weekly" {
|
|
291
|
+
hidetask ~marketing
|
|
292
|
+
}
|
|
293
|
+
taskreport "${content}-${major}-pm-weekly" {
|
|
294
|
+
hidetask ~pm
|
|
295
|
+
}
|
|
296
|
+
taskreport "${content}-${major}-pr-weekly" {
|
|
297
|
+
hidetask ~pr
|
|
298
|
+
}
|
|
299
|
+
taskreport "${content}-${major}-quality-weekly" {
|
|
300
|
+
hidetask ~quality
|
|
301
|
+
}
|
|
302
|
+
taskreport "${content}-${major}-releng-weekly" {
|
|
303
|
+
hidetask ~releng & ~devel
|
|
304
|
+
}
|
|
305
|
+
taskreport "${content}-${major}-spins-weekly" {
|
|
306
|
+
hidetask ~spins
|
|
307
|
+
}
|
|
308
|
+
taskreport "${content}-${major}-trans-weekly" {
|
|
309
|
+
hidetask ~translation
|
|
310
|
+
}
|
|
311
|
+
taskreport "${content}-${major}-web-weekly" {
|
|
312
|
+
hidetask ~web
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
purge formats
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
textreport "Miscellaneous CSV Reports" {
|
|
319
|
+
formats csv
|
|
320
|
+
scenarios actual
|
|
321
|
+
|
|
322
|
+
# Text export of entire schedule for outside parsing and analysis
|
|
323
|
+
# This is required for other teams--DO NOT REMOVE
|
|
324
|
+
taskreport "${content}-${major}" {
|
|
325
|
+
columns name, id, note, resources, start, end, duration
|
|
326
|
+
timeformat "%a %Y-%m-%d"
|
|
327
|
+
}
|
|
328
|
+
# reports for new schedule prototyping and planning
|
|
329
|
+
# not used once the release gets rolling
|
|
330
|
+
taskreport "${content}-${major}-plan" {
|
|
331
|
+
sorttasks actual.start.up
|
|
332
|
+
columns start, end, name
|
|
333
|
+
timeformat "%a %d-%b"
|
|
334
|
+
hidetask ~releng & ~quality
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
taskreport "${content}-${major}-devel" {
|
|
338
|
+
sorttasks actual.start.up
|
|
339
|
+
columns start, end, name
|
|
340
|
+
timeformat "%a %d-%b"
|
|
341
|
+
# TODO: tj3 does not yet support the separator attribute
|
|
342
|
+
#separator " "
|
|
343
|
+
hidetask ~devel
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
purge formats
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
icalreport "${content}-${major}-all-milestones" {
|
|
350
|
+
hidetask ~ismilestone(actual)
|
|
351
|
+
scenario actual
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
icalreport "${content}-${major}-ambassadors-ics" {
|
|
355
|
+
hidetask (~ismilestone(actual) | ~ambassadors)
|
|
356
|
+
scenario actual
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
icalreport "${content}-${major}-design-ics" {
|
|
360
|
+
hidetask (~ismilestone(actual) | ~design)
|
|
361
|
+
scenario actual
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
icalreport "${content}-${major}-devel-ics" {
|
|
365
|
+
hidetask (~ismilestone(actual) | ~devel)
|
|
366
|
+
scenario actual
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
icalreport "${content}-${major}-docs-ics" {
|
|
370
|
+
hidetask (~ismilestone(actual) | ~docs)
|
|
371
|
+
scenario actual
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
icalreport "${content}-${major}-fpl-ics" {
|
|
375
|
+
scenario actual
|
|
376
|
+
hidetask ~fpl
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
icalreport "${content}-${major}-pr-ics" {
|
|
380
|
+
hidetask ~pr
|
|
381
|
+
scenario actual
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
icalreport "${content}-${major}-key-ics" {
|
|
385
|
+
hidetask (~ismilestone(actual) | ~key)
|
|
386
|
+
scenario actual
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
icalreport "${content}-${major}-marketing-ics" {
|
|
390
|
+
hidetask (~ismilestone(actual) | ~marketing)
|
|
391
|
+
scenario actual
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
icalreport "${content}-${major}-releng-ics" {
|
|
395
|
+
hidetask (~ismilestone(actual) | ~releng)
|
|
396
|
+
scenario actual
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
icalreport "${content}-${major}-quality-ics" {
|
|
400
|
+
hidetask (~ismilestone(actual) | ~quality)
|
|
401
|
+
scenario actual
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
icalreport "${content}-${major}-spins-ics" {
|
|
405
|
+
hidetask (~ismilestone(actual) | ~spins)
|
|
406
|
+
scenario actual
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
icalreport "${content}-${major}-translation-ics" {
|
|
410
|
+
hidetask (~ismilestone(actual) | ~translation)
|
|
411
|
+
scenario actual
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
icalreport "${content}-${major}-web-ics" {
|
|
415
|
+
hidetask (~ismilestone(actual) | ~web)
|
|
416
|
+
scenario actual
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
icalreport "${content}-${major}-pm-ics" {
|
|
420
|
+
hidetask (~ismilestone(actual) | ~pm)
|
|
421
|
+
scenario actual
|
|
422
|
+
}
|
|
423
|
+
|
data/lib/header.tmpl
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/usr/bin/env ruby -w
|
|
2
|
+
# encoding: UTF-8
|
|
3
|
+
#
|
|
4
|
+
# = $FILE -- 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
|
+
|
|
@@ -124,6 +124,11 @@ class AppConfig
|
|
|
124
124
|
dirs << path + "/#{baseDir}/"
|
|
125
125
|
end
|
|
126
126
|
end
|
|
127
|
+
|
|
128
|
+
# Find the data dir relative to the source of this file. This should
|
|
129
|
+
# always work.
|
|
130
|
+
dirs << File.join(File.dirname(__FILE__), '..', '..', baseDir)
|
|
131
|
+
|
|
127
132
|
# This hopefully works for all setups. Otherwise we have to add more
|
|
128
133
|
# alternative pathes.
|
|
129
134
|
# This one is for RPM based distros like Novell
|