taskjuggler 3.8.1 → 3.8.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.
- checksums.yaml +4 -4
- data/data/tjp.vim +1 -1
- data/lib/taskjuggler/Account.rb +1 -0
- data/lib/taskjuggler/AccountCredit.rb +1 -0
- data/lib/taskjuggler/AccountScenario.rb +1 -0
- data/lib/taskjuggler/AlertLevelDefinitions.rb +1 -0
- data/lib/taskjuggler/AlgorithmDiff.rb +3 -2
- data/lib/taskjuggler/Allocation.rb +1 -0
- data/lib/taskjuggler/AppConfig.rb +1 -0
- data/lib/taskjuggler/AttributeBase.rb +1 -0
- data/lib/taskjuggler/AttributeDefinition.rb +1 -0
- data/lib/taskjuggler/Attributes.rb +3 -2
- data/lib/taskjuggler/BatchProcessor.rb +3 -2
- data/lib/taskjuggler/Booking.rb +1 -0
- data/lib/taskjuggler/Charge.rb +1 -0
- data/lib/taskjuggler/ChargeSet.rb +1 -0
- data/lib/taskjuggler/DataCache.rb +1 -0
- data/lib/taskjuggler/FileList.rb +1 -0
- data/lib/taskjuggler/HTMLDocument.rb +1 -0
- data/lib/taskjuggler/HTMLElements.rb +1 -0
- data/lib/taskjuggler/ICalendar.rb +3 -2
- data/lib/taskjuggler/Interval.rb +1 -0
- data/lib/taskjuggler/IntervalList.rb +1 -0
- data/lib/taskjuggler/Journal.rb +5 -4
- data/lib/taskjuggler/KateSyntax.rb +1 -0
- data/lib/taskjuggler/KeywordArray.rb +1 -0
- data/lib/taskjuggler/KeywordDocumentation.rb +6 -5
- data/lib/taskjuggler/LeaveList.rb +1 -0
- data/lib/taskjuggler/Limits.rb +1 -0
- data/lib/taskjuggler/Log.rb +2 -1
- data/lib/taskjuggler/LogicalExpression.rb +1 -0
- data/lib/taskjuggler/LogicalFunction.rb +1 -0
- data/lib/taskjuggler/LogicalOperation.rb +1 -0
- data/lib/taskjuggler/MessageHandler.rb +2 -1
- data/lib/taskjuggler/PTNProxy.rb +1 -0
- data/lib/taskjuggler/Painter/BasicShapes.rb +1 -0
- data/lib/taskjuggler/Painter/Color.rb +1 -0
- data/lib/taskjuggler/Painter/Element.rb +1 -0
- data/lib/taskjuggler/Painter/FontData.rb +1 -0
- data/lib/taskjuggler/Painter/FontMetrics.rb +1 -0
- data/lib/taskjuggler/Painter/FontMetricsData.rb +1 -0
- data/lib/taskjuggler/Painter/Group.rb +1 -0
- data/lib/taskjuggler/Painter/Points.rb +2 -1
- data/lib/taskjuggler/Painter/Primitives.rb +1 -0
- data/lib/taskjuggler/Painter/SVGSupport.rb +1 -0
- data/lib/taskjuggler/Painter/Text.rb +1 -0
- data/lib/taskjuggler/Painter.rb +1 -0
- data/lib/taskjuggler/Project.rb +3 -2
- data/lib/taskjuggler/ProjectFileParser.rb +2 -1
- data/lib/taskjuggler/ProjectFileScanner.rb +4 -3
- data/lib/taskjuggler/PropertyList.rb +2 -1
- data/lib/taskjuggler/PropertySet.rb +1 -0
- data/lib/taskjuggler/PropertyTreeNode.rb +2 -1
- data/lib/taskjuggler/Query.rb +2 -1
- data/lib/taskjuggler/RealFormat.rb +2 -1
- data/lib/taskjuggler/Resource.rb +2 -1
- data/lib/taskjuggler/ResourceScenario.rb +9 -1
- data/lib/taskjuggler/RichText/Document.rb +1 -0
- data/lib/taskjuggler/RichText/Element.rb +6 -5
- data/lib/taskjuggler/RichText/FunctionExample.rb +1 -0
- data/lib/taskjuggler/RichText/FunctionHandler.rb +1 -0
- data/lib/taskjuggler/RichText/Parser.rb +1 -0
- data/lib/taskjuggler/RichText/RTFHandlers.rb +1 -0
- data/lib/taskjuggler/RichText/RTFNavigator.rb +1 -0
- data/lib/taskjuggler/RichText/RTFQuery.rb +1 -0
- data/lib/taskjuggler/RichText/RTFReport.rb +1 -0
- data/lib/taskjuggler/RichText/RTFReportLink.rb +1 -0
- data/lib/taskjuggler/RichText/RTFWithQuerySupport.rb +1 -0
- data/lib/taskjuggler/RichText/Scanner.rb +1 -0
- data/lib/taskjuggler/RichText/Snip.rb +2 -1
- data/lib/taskjuggler/RichText/SyntaxRules.rb +1 -0
- data/lib/taskjuggler/RichText/TOCEntry.rb +1 -0
- data/lib/taskjuggler/RichText/TableOfContents.rb +1 -0
- data/lib/taskjuggler/RichText.rb +1 -0
- data/lib/taskjuggler/RuntimeConfig.rb +1 -0
- data/lib/taskjuggler/Scenario.rb +1 -0
- data/lib/taskjuggler/ScenarioData.rb +1 -0
- data/lib/taskjuggler/Scoreboard.rb +2 -1
- data/lib/taskjuggler/SheetHandlerBase.rb +2 -1
- data/lib/taskjuggler/SheetReceiver.rb +1 -0
- data/lib/taskjuggler/SheetSender.rb +3 -2
- data/lib/taskjuggler/Shift.rb +1 -0
- data/lib/taskjuggler/ShiftAssignments.rb +1 -0
- data/lib/taskjuggler/ShiftScenario.rb +1 -0
- data/lib/taskjuggler/SimpleQueryExpander.rb +1 -0
- data/lib/taskjuggler/StatusSheetReceiver.rb +1 -0
- data/lib/taskjuggler/StatusSheetSender.rb +1 -0
- data/lib/taskjuggler/StdIoWrapper.rb +1 -0
- data/lib/taskjuggler/SyntaxReference.rb +2 -1
- data/lib/taskjuggler/TableColumnDefinition.rb +1 -0
- data/lib/taskjuggler/TableColumnSorter.rb +1 -0
- data/lib/taskjuggler/Task.rb +2 -1
- data/lib/taskjuggler/TaskDependency.rb +1 -0
- data/lib/taskjuggler/TaskJuggler.rb +1 -0
- data/lib/taskjuggler/TaskScenario.rb +3 -2
- data/lib/taskjuggler/TernarySearchTree.rb +5 -4
- data/lib/taskjuggler/TextFormatter.rb +5 -4
- data/lib/taskjuggler/TextParser/MacroTable.rb +1 -0
- data/lib/taskjuggler/TextParser/Pattern.rb +2 -1
- data/lib/taskjuggler/TextParser/Rule.rb +3 -2
- data/lib/taskjuggler/TextParser/Scanner.rb +1 -0
- data/lib/taskjuggler/TextParser/SourceFileInfo.rb +1 -0
- data/lib/taskjuggler/TextParser/StackElement.rb +1 -0
- data/lib/taskjuggler/TextParser/State.rb +1 -0
- data/lib/taskjuggler/TextParser/TokenDoc.rb +1 -0
- data/lib/taskjuggler/TextParser.rb +1 -0
- data/lib/taskjuggler/TimeSheetReceiver.rb +1 -0
- data/lib/taskjuggler/TimeSheetSender.rb +1 -0
- data/lib/taskjuggler/TimeSheetSummary.rb +3 -2
- data/lib/taskjuggler/TimeSheets.rb +1 -0
- data/lib/taskjuggler/Tj3AppBase.rb +2 -1
- data/lib/taskjuggler/Tj3Config.rb +1 -0
- data/lib/taskjuggler/Tj3SheetAppBase.rb +1 -0
- data/lib/taskjuggler/TjException.rb +1 -0
- data/lib/taskjuggler/TjTime.rb +1 -0
- data/lib/taskjuggler/TjpExample.rb +2 -1
- data/lib/taskjuggler/TjpSyntaxRules.rb +1 -0
- data/lib/taskjuggler/URLParameter.rb +1 -0
- data/lib/taskjuggler/UTF8String.rb +4 -3
- data/lib/taskjuggler/UserManual.rb +1 -0
- data/lib/taskjuggler/VimSyntax.rb +1 -0
- data/lib/taskjuggler/WorkingHours.rb +2 -1
- data/lib/taskjuggler/XMLDocument.rb +2 -1
- data/lib/taskjuggler/XMLElement.rb +6 -5
- data/lib/taskjuggler/apps/Tj3.rb +1 -0
- data/lib/taskjuggler/apps/Tj3Client.rb +1 -0
- data/lib/taskjuggler/apps/Tj3Daemon.rb +1 -0
- data/lib/taskjuggler/apps/Tj3Man.rb +1 -0
- data/lib/taskjuggler/apps/Tj3SsReceiver.rb +1 -0
- data/lib/taskjuggler/apps/Tj3SsSender.rb +1 -0
- data/lib/taskjuggler/apps/Tj3TsReceiver.rb +1 -0
- data/lib/taskjuggler/apps/Tj3TsSender.rb +1 -0
- data/lib/taskjuggler/apps/Tj3TsSummary.rb +1 -0
- data/lib/taskjuggler/apps/Tj3WebD.rb +1 -0
- data/lib/taskjuggler/daemon/Daemon.rb +2 -1
- data/lib/taskjuggler/daemon/DaemonConnector.rb +1 -0
- data/lib/taskjuggler/daemon/ProcessIntercom.rb +1 -0
- data/lib/taskjuggler/daemon/ProjectBroker.rb +1 -0
- data/lib/taskjuggler/daemon/ProjectServer.rb +1 -0
- data/lib/taskjuggler/daemon/ReportServer.rb +1 -0
- data/lib/taskjuggler/daemon/ReportServlet.rb +1 -0
- data/lib/taskjuggler/daemon/WebServer.rb +1 -0
- data/lib/taskjuggler/daemon/WelcomePage.rb +1 -0
- data/lib/taskjuggler/deep_copy.rb +1 -0
- data/lib/taskjuggler/reports/AccountListRE.rb +1 -0
- data/lib/taskjuggler/reports/CSVFile.rb +3 -2
- data/lib/taskjuggler/reports/ChartPlotter.rb +1 -0
- data/lib/taskjuggler/reports/CollisionDetector.rb +1 -0
- data/lib/taskjuggler/reports/ColumnTable.rb +1 -0
- data/lib/taskjuggler/reports/ExportRE.rb +1 -0
- data/lib/taskjuggler/reports/GanttChart.rb +1 -0
- data/lib/taskjuggler/reports/GanttContainer.rb +1 -0
- data/lib/taskjuggler/reports/GanttHeader.rb +1 -0
- data/lib/taskjuggler/reports/GanttHeaderScaleItem.rb +1 -0
- data/lib/taskjuggler/reports/GanttLine.rb +2 -1
- data/lib/taskjuggler/reports/GanttLoadStack.rb +1 -0
- data/lib/taskjuggler/reports/GanttMilestone.rb +1 -0
- data/lib/taskjuggler/reports/GanttRouter.rb +1 -0
- data/lib/taskjuggler/reports/GanttTaskBar.rb +1 -0
- data/lib/taskjuggler/reports/HTMLGraphics.rb +1 -0
- data/lib/taskjuggler/reports/ICalReport.rb +1 -0
- data/lib/taskjuggler/reports/MspXmlRE.rb +1 -0
- data/lib/taskjuggler/reports/Navigator.rb +1 -0
- data/lib/taskjuggler/reports/NikuReport.rb +2 -1
- data/lib/taskjuggler/reports/Report.rb +1 -0
- data/lib/taskjuggler/reports/ReportBase.rb +1 -0
- data/lib/taskjuggler/reports/ReportContext.rb +1 -0
- data/lib/taskjuggler/reports/ReportTable.rb +2 -1
- data/lib/taskjuggler/reports/ReportTableCell.rb +7 -6
- data/lib/taskjuggler/reports/ReportTableColumn.rb +1 -0
- data/lib/taskjuggler/reports/ReportTableLegend.rb +1 -0
- data/lib/taskjuggler/reports/ReportTableLine.rb +1 -0
- data/lib/taskjuggler/reports/ResourceListRE.rb +1 -0
- data/lib/taskjuggler/reports/StatusSheetReport.rb +4 -3
- data/lib/taskjuggler/reports/TableReport.rb +2 -1
- data/lib/taskjuggler/reports/TableReportColumn.rb +1 -0
- data/lib/taskjuggler/reports/TagFile.rb +1 -0
- data/lib/taskjuggler/reports/TaskListRE.rb +1 -0
- data/lib/taskjuggler/reports/TextReport.rb +2 -1
- data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -2
- data/lib/taskjuggler/reports/TjpExportRE.rb +4 -3
- data/lib/taskjuggler/reports/TraceReport.rb +2 -1
- data/lib/taskjuggler/version.rb +1 -1
- data/lib/tj3.rb +1 -0
- data/man/tj3.1 +130 -0
- data/man/tj3client.1 +145 -0
- data/man/tj3d.1 +93 -0
- data/man/tj3man.1 +76 -0
- data/man/tj3ss_receiver.1 +86 -0
- data/man/tj3ss_sender.1 +100 -0
- data/man/tj3ts_receiver.1 +86 -0
- data/man/tj3ts_sender.1 +92 -0
- data/man/tj3ts_summary.1 +104 -0
- data/manual/html/Day_To_Day_Juggling.html +1 -1
- data/manual/html/Getting_Started.html +1 -1
- data/manual/html/How_To_Contribute.html +1 -1
- data/manual/html/Installation.html +1 -1
- data/manual/html/Intro.html +1 -1
- data/manual/html/List_Attributes.html +1 -1
- data/manual/html/Reporting_Bugs.html +1 -1
- data/manual/html/Rich_Text_Attributes.html +1 -1
- data/manual/html/Software.html +1 -1
- data/manual/html/TaskJuggler_2x_Migration.html +1 -1
- data/manual/html/TaskJuggler_Internals.html +1 -1
- data/manual/html/The_TaskJuggler_Syntax.html +1 -1
- data/manual/html/Tutorial.html +1 -1
- data/manual/html/account.html +1 -1
- data/manual/html/account.task.html +1 -1
- data/manual/html/accountprefix.html +1 -1
- data/manual/html/accountreport.html +1 -1
- data/manual/html/accountroot.html +1 -1
- data/manual/html/active.html +1 -1
- data/manual/html/adopt.task.html +1 -1
- data/manual/html/aggregate.html +1 -1
- data/manual/html/alert.html +1 -1
- data/manual/html/alertlevels.html +1 -1
- data/manual/html/allocate.html +1 -1
- data/manual/html/alphabet.html +1 -1
- data/manual/html/alternative.html +1 -1
- data/manual/html/author.html +1 -1
- data/manual/html/auxdir.html +1 -1
- data/manual/html/auxdir.report.html +1 -1
- data/manual/html/balance.html +1 -1
- data/manual/html/booking.resource.html +1 -1
- data/manual/html/booking.task.html +1 -1
- data/manual/html/caption.html +1 -1
- data/manual/html/cellcolor.column.html +1 -1
- data/manual/html/celltext.column.html +1 -1
- data/manual/html/center.html +1 -1
- data/manual/html/charge.html +1 -1
- data/manual/html/chargeset.html +1 -1
- data/manual/html/columnid.html +1 -1
- data/manual/html/columns.html +1 -1
- data/manual/html/complete.html +1 -1
- data/manual/html/copyright.html +1 -1
- data/manual/html/credits.html +1 -1
- data/manual/html/currency.html +1 -1
- data/manual/html/currencyformat.html +1 -1
- data/manual/html/dailymax.html +1 -1
- data/manual/html/dailymin.html +1 -1
- data/manual/html/dailyworkinghours.html +1 -1
- data/manual/html/date.extend.html +1 -1
- data/manual/html/date.html +1 -1
- data/manual/html/definitions.html +1 -1
- data/manual/html/depends.html +1 -1
- data/manual/html/details.html +1 -1
- data/manual/html/disabled.html +1 -1
- data/manual/html/duration.html +1 -1
- data/manual/html/efficiency.html +1 -1
- data/manual/html/effort.html +1 -1
- data/manual/html/effortdone.html +1 -1
- data/manual/html/effortleft.html +1 -1
- data/manual/html/email.html +1 -1
- data/manual/html/enabled.html +1 -1
- data/manual/html/end.column.html +1 -1
- data/manual/html/end.html +1 -1
- data/manual/html/end.limit.html +1 -1
- data/manual/html/end.report.html +1 -1
- data/manual/html/end.timesheet.html +1 -1
- data/manual/html/endcredit.html +1 -1
- data/manual/html/epilog.html +1 -1
- data/manual/html/export.html +1 -1
- data/manual/html/extend.html +1 -1
- data/manual/html/fail.html +1 -1
- data/manual/html/fdl.html +1 -1
- data/manual/html/flags.account.html +1 -1
- data/manual/html/flags.html +1 -1
- data/manual/html/flags.journalentry.html +1 -1
- data/manual/html/flags.report.html +1 -1
- data/manual/html/flags.resource.html +1 -1
- data/manual/html/flags.statussheet.html +1 -1
- data/manual/html/flags.task.html +1 -1
- data/manual/html/flags.timesheet.html +1 -1
- data/manual/html/fontcolor.column.html +1 -1
- data/manual/html/footer.html +1 -1
- data/manual/html/formats.export.html +1 -1
- data/manual/html/formats.html +1 -1
- data/manual/html/functions.html +1 -1
- data/manual/html/gapduration.html +1 -1
- data/manual/html/gaplength.html +1 -1
- data/manual/html/halign.center.html +1 -1
- data/manual/html/halign.column.html +1 -1
- data/manual/html/halign.left.html +1 -1
- data/manual/html/halign.right.html +1 -1
- data/manual/html/hasalert.html +1 -1
- data/manual/html/header.html +1 -1
- data/manual/html/headline.html +1 -1
- data/manual/html/height.html +1 -1
- data/manual/html/hideaccount.html +1 -1
- data/manual/html/hidejournalentry.html +1 -1
- data/manual/html/hidereport.html +1 -1
- data/manual/html/hideresource.html +1 -1
- data/manual/html/hidetask.html +1 -1
- data/manual/html/icalreport.html +1 -1
- data/manual/html/include.macro.html +1 -1
- data/manual/html/include.project.html +1 -1
- data/manual/html/include.properties.html +1 -1
- data/manual/html/index.html +1 -1
- data/manual/html/inherit.extend.html +1 -1
- data/manual/html/interval1.html +1 -1
- data/manual/html/interval2.html +1 -1
- data/manual/html/interval3.html +1 -1
- data/manual/html/interval4.html +1 -1
- data/manual/html/isactive.html +1 -1
- data/manual/html/ischildof.html +1 -1
- data/manual/html/isdependencyof.html +1 -1
- data/manual/html/isdutyof.html +1 -1
- data/manual/html/isfeatureof.html +1 -1
- data/manual/html/isleaf.html +1 -1
- data/manual/html/ismilestone.html +1 -1
- data/manual/html/isongoing.html +1 -1
- data/manual/html/isresource.html +1 -1
- data/manual/html/isresponsibilityof.html +1 -1
- data/manual/html/istask.html +1 -1
- data/manual/html/isvalid.html +1 -1
- data/manual/html/journalattributes.html +1 -1
- data/manual/html/journalentry.html +1 -1
- data/manual/html/journalmode.html +1 -1
- data/manual/html/leaveallowance.html +1 -1
- data/manual/html/leaves.html +1 -1
- data/manual/html/left.html +1 -1
- data/manual/html/length.html +1 -1
- data/manual/html/limits.allocate.html +1 -1
- data/manual/html/limits.html +1 -1
- data/manual/html/limits.resource.html +1 -1
- data/manual/html/limits.task.html +1 -1
- data/manual/html/listitem.column.html +1 -1
- data/manual/html/listtype.column.html +1 -1
- data/manual/html/loadunit.html +1 -1
- data/manual/html/logicalexpression.html +1 -1
- data/manual/html/logicalflagexpression.html +1 -1
- data/manual/html/macro.html +1 -1
- data/manual/html/managers.html +1 -1
- data/manual/html/mandatory.html +1 -1
- data/manual/html/markdate.html +1 -1
- data/manual/html/maxend.html +1 -1
- data/manual/html/maximum.html +1 -1
- data/manual/html/maxstart.html +1 -1
- data/manual/html/milestone.html +1 -1
- data/manual/html/minend.html +1 -1
- data/manual/html/minimum.html +1 -1
- data/manual/html/minstart.html +1 -1
- data/manual/html/monthlymax.html +1 -1
- data/manual/html/monthlymin.html +1 -1
- data/manual/html/navbar.html +1 -1
- data/manual/html/navigator.html +1 -1
- data/manual/html/newtask.html +1 -1
- data/manual/html/nikureport.html +1 -1
- data/manual/html/note.task.html +1 -1
- data/manual/html/novevents.html +1 -1
- data/manual/html/now.html +1 -1
- data/manual/html/number.extend.html +1 -1
- data/manual/html/numberformat.html +1 -1
- data/manual/html/onend.html +1 -1
- data/manual/html/onstart.html +1 -1
- data/manual/html/opennodes.html +1 -1
- data/manual/html/outputdir.html +1 -1
- data/manual/html/overtime.booking.html +1 -1
- data/manual/html/period.column.html +1 -1
- data/manual/html/period.limit.html +1 -1
- data/manual/html/period.report.html +1 -1
- data/manual/html/period.task.html +1 -1
- data/manual/html/persistent.html +1 -1
- data/manual/html/precedes.html +1 -1
- data/manual/html/priority.html +1 -1
- data/manual/html/priority.timesheet.html +1 -1
- data/manual/html/project.html +1 -1
- data/manual/html/projectid.html +1 -1
- data/manual/html/projectid.task.html +1 -1
- data/manual/html/projectids.html +1 -1
- data/manual/html/projection.html +1 -1
- data/manual/html/prolog.html +1 -1
- data/manual/html/properties.html +1 -1
- data/manual/html/purge.html +1 -1
- data/manual/html/rate.html +1 -1
- data/manual/html/rate.resource.html +1 -1
- data/manual/html/rawhtmlhead.html +1 -1
- data/manual/html/reference.extend.html +1 -1
- data/manual/html/remaining.html +1 -1
- data/manual/html/replace.html +1 -1
- data/manual/html/reportprefix.html +1 -1
- data/manual/html/resource.html +1 -1
- data/manual/html/resourceattributes.html +1 -1
- data/manual/html/resourceprefix.html +1 -1
- data/manual/html/resourcereport.html +1 -1
- data/manual/html/resourceroot.html +1 -1
- data/manual/html/resources.limit.html +1 -1
- data/manual/html/responsible.html +1 -1
- data/manual/html/richtext.extend.html +1 -1
- data/manual/html/right.html +1 -1
- data/manual/html/rollupaccount.html +1 -1
- data/manual/html/rollupresource.html +1 -1
- data/manual/html/rolluptask.html +1 -1
- data/manual/html/scale.column.html +1 -1
- data/manual/html/scenario.html +1 -1
- data/manual/html/scenario.ical.html +1 -1
- data/manual/html/scenarios.export.html +1 -1
- data/manual/html/scenarios.html +1 -1
- data/manual/html/scenariospecific.extend.html +1 -1
- data/manual/html/scheduled.html +1 -1
- data/manual/html/scheduling.html +1 -1
- data/manual/html/schedulingmode.html +1 -1
- data/manual/html/select.html +1 -1
- data/manual/html/selfcontained.html +1 -1
- data/manual/html/shift.allocate.html +1 -1
- data/manual/html/shift.html +1 -1
- data/manual/html/shift.resource.html +1 -1
- data/manual/html/shift.task.html +1 -1
- data/manual/html/shift.timesheet.html +1 -1
- data/manual/html/shifts.allocate.html +1 -1
- data/manual/html/shifts.resource.html +1 -1
- data/manual/html/shifts.task.html +1 -1
- data/manual/html/shorttimeformat.html +1 -1
- data/manual/html/sloppy.booking.html +1 -1
- data/manual/html/sloppy.projection.html +1 -1
- data/manual/html/sortaccounts.html +1 -1
- data/manual/html/sortjournalentries.html +1 -1
- data/manual/html/sortresources.html +1 -1
- data/manual/html/sorttasks.html +1 -1
- data/manual/html/start.column.html +1 -1
- data/manual/html/start.html +1 -1
- data/manual/html/start.limit.html +1 -1
- data/manual/html/start.report.html +1 -1
- data/manual/html/startcredit.html +1 -1
- data/manual/html/status.statussheet.html +1 -1
- data/manual/html/status.timesheet.html +1 -1
- data/manual/html/statussheet.html +1 -1
- data/manual/html/statussheetreport.html +1 -1
- data/manual/html/strict.projection.html +1 -1
- data/manual/html/summary.html +1 -1
- data/manual/html/supplement.html +1 -1
- data/manual/html/supplement.resource.html +1 -1
- data/manual/html/supplement.task.html +1 -1
- data/manual/html/tagfile.html +1 -1
- data/manual/html/task.html +1 -1
- data/manual/html/task.statussheet.html +1 -1
- data/manual/html/task.timesheet.html +1 -1
- data/manual/html/taskattributes.html +1 -1
- data/manual/html/taskprefix.html +1 -1
- data/manual/html/taskreport.html +1 -1
- data/manual/html/taskroot.export.html +1 -1
- data/manual/html/taskroot.html +1 -1
- data/manual/html/text.extend.html +1 -1
- data/manual/html/textreport.html +1 -1
- data/manual/html/timeformat.html +1 -1
- data/manual/html/timeformat1.html +1 -1
- data/manual/html/timeformat2.html +1 -1
- data/manual/html/timeoff.nikureport.html +1 -1
- data/manual/html/timesheet.html +1 -1
- data/manual/html/timesheetreport.html +1 -1
- data/manual/html/timezone.export.html +1 -1
- data/manual/html/timezone.html +1 -1
- data/manual/html/timezone.report.html +1 -1
- data/manual/html/timezone.shift.html +1 -1
- data/manual/html/timingresolution.html +1 -1
- data/manual/html/title.column.html +1 -1
- data/manual/html/title.html +1 -1
- data/manual/html/toc.html +2 -2
- data/manual/html/tooltip.column.html +1 -1
- data/manual/html/tracereport.html +1 -1
- data/manual/html/trackingscenario.html +1 -1
- data/manual/html/treelevel.html +1 -1
- data/manual/html/vacation.html +1 -1
- data/manual/html/vacation.resource.html +1 -1
- data/manual/html/vacation.shift.html +1 -1
- data/manual/html/warn.html +1 -1
- data/manual/html/weeklymax.html +1 -1
- data/manual/html/weeklymin.html +1 -1
- data/manual/html/weekstartsmonday.html +1 -1
- data/manual/html/weekstartssunday.html +1 -1
- data/manual/html/width.column.html +1 -1
- data/manual/html/width.html +1 -1
- data/manual/html/work.html +1 -1
- data/manual/html/workinghours.project.html +1 -1
- data/manual/html/workinghours.resource.html +1 -1
- data/manual/html/workinghours.shift.html +1 -1
- data/manual/html/yearlyworkingdays.html +1 -1
- data/spec/Color_spec.rb +1 -0
- data/spec/ICalendar_spec.rb +1 -0
- data/spec/IntervalList_spec.rb +1 -0
- data/spec/ProjectBroker_spec.rb +1 -0
- data/spec/StatusSheets_spec.rb +1 -0
- data/spec/TableColumnSorter_spec.rb +1 -0
- data/spec/TernarySearchTree_spec.rb +1 -0
- data/spec/TimeSheets_spec.rb +1 -0
- data/spec/Tj3Daemon_spec.rb +1 -0
- data/spec/Tj3_spec.rb +1 -0
- data/spec/TraceReport_spec.rb +1 -0
- data/taskjuggler.gemspec +1 -1
- data/test/MessageChecker.rb +1 -0
- data/test/ReferenceGenerator.rb +1 -0
- data/test/TjpGen.rb +1 -0
- data/test/all.rb +1 -0
- data/test/test_AlgorithmDiff.rb +3 -2
- data/test/test_BatchProcessor.rb +1 -0
- data/test/test_CSV-Reports.rb +1 -0
- data/test/test_CSVFile.rb +1 -0
- data/test/test_CollisionDetector.rb +1 -0
- data/test/test_Export-Reports.rb +1 -0
- data/test/test_Journal.rb +1 -0
- data/test/test_Limits.rb +1 -0
- data/test/test_LogicalExpression.rb +1 -0
- data/test/test_MacroTable.rb +1 -0
- data/test/test_Project.rb +1 -0
- data/test/test_ProjectFileScanner.rb +1 -0
- data/test/test_PropertySet.rb +1 -0
- data/test/test_Query.rb +1 -0
- data/test/test_RealFormat.rb +1 -0
- data/test/test_ReportGenerator.rb +1 -0
- data/test/test_RichText.rb +1 -0
- data/test/test_Scheduler.rb +1 -0
- data/test/test_ShiftAssignments.rb +1 -0
- data/test/test_SimpleQueryExpander.rb +1 -0
- data/test/test_Syntax.rb +1 -0
- data/test/test_TextFormatter.rb +1 -0
- data/test/test_TjTime.rb +1 -0
- data/test/test_TjpExample.rb +1 -0
- data/test/test_URLParameter.rb +1 -0
- data/test/test_UTF8String.rb +5 -4
- data/test/test_WorkingHours.rb +1 -0
- data/test/test_deep_copy.rb +2 -1
- metadata +12 -3
@@ -1,4 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby -w
|
2
|
+
# frozen_string_literal: true
|
2
3
|
# encoding: UTF-8
|
3
4
|
#
|
4
5
|
# = StatusSheetReport.rb -- The TaskJuggler III Project Management Software
|
@@ -143,7 +144,7 @@ class TaskJuggler
|
|
143
144
|
def to_tjp
|
144
145
|
|
145
146
|
# This String will hold the result.
|
146
|
-
@file = ''
|
147
|
+
@file = +''
|
147
148
|
|
148
149
|
# Iterate over all the ManagerStatusRecord objects.
|
149
150
|
@managers.each do |manager|
|
@@ -216,11 +217,11 @@ class TaskJuggler
|
|
216
217
|
def indentBlock(indent, text)
|
217
218
|
indentation = ' ' * indent + '# '
|
218
219
|
buffer = indentation
|
219
|
-
out = ''
|
220
|
+
out = +''
|
220
221
|
text.each_utf8_char do |c|
|
221
222
|
unless buffer.empty?
|
222
223
|
out += buffer
|
223
|
-
buffer = ''
|
224
|
+
buffer = +''
|
224
225
|
end
|
225
226
|
out << c
|
226
227
|
buffer = indentation if c == "\n"
|
@@ -1,4 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby -w
|
2
|
+
# frozen_string_literal: true
|
2
3
|
# encoding: UTF-8
|
3
4
|
#
|
4
5
|
# = TableReport.rb -- The TaskJuggler III Project Management Software
|
@@ -1168,7 +1169,7 @@ class TaskJuggler
|
|
1168
1169
|
query.revenueAccount == query.property)
|
1169
1170
|
prefix = 'revenue'
|
1170
1171
|
else
|
1171
|
-
prefix = ''
|
1172
|
+
prefix = +''
|
1172
1173
|
end
|
1173
1174
|
|
1174
1175
|
cell.category = prefix + 'accountcell' +
|
@@ -1,4 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby -w
|
2
|
+
# frozen_string_literal: true
|
2
3
|
# encoding: UTF-8
|
3
4
|
#
|
4
5
|
# = TextReport.rb -- The TaskJuggler III Project Management Software
|
@@ -73,7 +74,7 @@ class TaskJuggler
|
|
73
74
|
padding = instance_variable_get('@' + i[0].chr + 'Padding')
|
74
75
|
if a(i)
|
75
76
|
row << (col = XMLElement.new('td', 'class' => "tj_column_#{i}"))
|
76
|
-
style = ''
|
77
|
+
style = +''
|
77
78
|
style += "width:#{width}%; " if width > 0
|
78
79
|
style += "padding-right:#{padding}%; " if padding > 0
|
79
80
|
col['style'] = style
|
@@ -1,4 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby -w
|
2
|
+
# frozen_string_literal: true
|
2
3
|
# encoding: UTF-8
|
3
4
|
#
|
4
5
|
# = TimeSheetReport.rb -- The TaskJuggler III Project Management Software
|
@@ -72,7 +73,7 @@ class TaskJuggler
|
|
72
73
|
# Generate a time sheet in TJP syntax format.
|
73
74
|
def to_tjp
|
74
75
|
# This String will hold the result.
|
75
|
-
@file =
|
76
|
+
@file = +<<'EOT'
|
76
77
|
# The status headline should be no more than 60 characters and may
|
77
78
|
# not be empty! The status summary is optional and should be no
|
78
79
|
# longer than one or two sentences of plain text. The details section
|
@@ -294,7 +295,7 @@ EOT
|
|
294
295
|
# after the first word of the first line. The text may not end with a line
|
295
296
|
# break.
|
296
297
|
def indentBlock(text, indent)
|
297
|
-
out = ''
|
298
|
+
out = +''
|
298
299
|
firstSpace = 0
|
299
300
|
text.length.times do |i|
|
300
301
|
if firstSpace == 0 && text[i] == ?\ # There must be a space after ?
|
@@ -1,4 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby -w
|
2
|
+
# frozen_string_literal: true
|
2
3
|
# encoding: UTF-8
|
3
4
|
#
|
4
5
|
# = TjpExportRE.rb -- The TaskJuggler III Project Management Software
|
@@ -51,7 +52,7 @@ class TaskJuggler
|
|
51
52
|
|
52
53
|
getBookings
|
53
54
|
|
54
|
-
@file = ''
|
55
|
+
@file = +''
|
55
56
|
|
56
57
|
generateProjectProperty if a('definitions').include?('project')
|
57
58
|
|
@@ -396,7 +397,7 @@ class TaskJuggler
|
|
396
397
|
|
397
398
|
def generateAttributeText(text, indent, scenarioIdx = nil)
|
398
399
|
@file << ' ' * indent
|
399
|
-
tag = ''
|
400
|
+
tag = +''
|
400
401
|
if !scenarioIdx.nil? && scenarioIdx != 0
|
401
402
|
tag = "#{@project.scenario(scenarioIdx).id}:"
|
402
403
|
@file << tag
|
@@ -468,7 +469,7 @@ class TaskJuggler
|
|
468
469
|
# after the first word of the first line. The text may not end with a line
|
469
470
|
# break.
|
470
471
|
def indentBlock(text, indent)
|
471
|
-
out = ''
|
472
|
+
out = +''
|
472
473
|
firstSpace = 0
|
473
474
|
text.length.times do |i|
|
474
475
|
if firstSpace == 0 && text[i] == ?\ # There must be a space after ?
|
@@ -1,4 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby -w
|
2
|
+
# frozen_string_literal: true
|
2
3
|
# encoding: UTF-8
|
3
4
|
#
|
4
5
|
# = TraceReport.rb -- The TaskJuggler III Project Management Software
|
@@ -177,7 +178,7 @@ class TaskJuggler
|
|
177
178
|
@table.each do |line|
|
178
179
|
line.length.times do |i|
|
179
180
|
if line[i].nil?
|
180
|
-
line[i] = ''
|
181
|
+
line[i] = +''
|
181
182
|
elsif line[i].is_a?(TjTime)
|
182
183
|
line[i] = line[i].to_s('%Y-%m-%d')
|
183
184
|
end
|
data/lib/taskjuggler/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
VERSION = '3.8.
|
1
|
+
VERSION = '3.8.2'
|
data/lib/tj3.rb
CHANGED
data/man/tj3.1
ADDED
@@ -0,0 +1,130 @@
|
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
2
|
+
.TH TJ3 "1" "December 2024" "TaskJuggler 3.8.1" "TaskJuggler"
|
3
|
+
.SH NAME
|
4
|
+
tj3 \- schedules tj3 projects and generates reports
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B tj3
|
7
|
+
[\fI\,options\/\fR]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
This is the main application. It reads in your project files, schedules the
|
10
|
+
project and generates the reports.
|
11
|
+
.SH OPTIONS
|
12
|
+
.TP
|
13
|
+
\fB\-\-config\fR <FILE>
|
14
|
+
Use the specified YAML configuration file
|
15
|
+
.TP
|
16
|
+
\fB\-\-silent\fR
|
17
|
+
Don't show program and progress information
|
18
|
+
.TP
|
19
|
+
\fB\-\-no\-color\fR
|
20
|
+
Don't use ANSI contol sequences to color the
|
21
|
+
terminal output. Colors should only be used when
|
22
|
+
spooling to an ANSI terminal. In case the detection
|
23
|
+
fails, you can use this option to force colors to
|
24
|
+
be off.
|
25
|
+
.TP
|
26
|
+
\fB\-\-debug\fR
|
27
|
+
Enable Ruby debug mode
|
28
|
+
.TP
|
29
|
+
\fB\-\-debuglevel\fR N
|
30
|
+
Verbosity of debug output
|
31
|
+
.TP
|
32
|
+
\fB\-\-debugmodules\fR x,y,z
|
33
|
+
Restrict debug output to a list of modules
|
34
|
+
.TP
|
35
|
+
\fB\-\-freeze\fR
|
36
|
+
Generate or update the booking file for the
|
37
|
+
project. The file will have the same base name as
|
38
|
+
the project file but has a \fB\-bookings\fR.tji extension.
|
39
|
+
.TP
|
40
|
+
\fB\-\-freezedate\fR <date>
|
41
|
+
Use a different date than the current momentas
|
42
|
+
cut\-off date for the booking file
|
43
|
+
.TP
|
44
|
+
\fB\-\-freezebytask\fR
|
45
|
+
Group the bookings in the booking file generated
|
46
|
+
during a freeze by task instead of by resource.
|
47
|
+
.TP
|
48
|
+
\fB\-\-check\-time\-sheet\fR <tji\-file>
|
49
|
+
Check the given time sheet
|
50
|
+
.TP
|
51
|
+
\fB\-\-check\-status\-sheet\fR <tji\-file>
|
52
|
+
Check the given status sheet
|
53
|
+
.TP
|
54
|
+
\fB\-\-warn\-ts\-deltas\fR
|
55
|
+
Turn on warnings for requested changes in time
|
56
|
+
sheets
|
57
|
+
.TP
|
58
|
+
\fB\-\-check\-syntax\fR
|
59
|
+
Only parse the input files and check the syntax.
|
60
|
+
.TP
|
61
|
+
\fB\-\-no\-reports\fR
|
62
|
+
Just schedule the project, but don't generate any
|
63
|
+
reports.
|
64
|
+
.TP
|
65
|
+
\fB\-\-list\-reports\fR <report ID regular expression>
|
66
|
+
List id, formats and file name of all the defined
|
67
|
+
reports that have IDs that match the specified
|
68
|
+
regular expression.
|
69
|
+
.TP
|
70
|
+
\fB\-\-report\fR <report ID>
|
71
|
+
Only generate the report with the specified ID.
|
72
|
+
This option can be used multiple times.
|
73
|
+
.TP
|
74
|
+
\fB\-\-reports\fR <report ID regular expression>
|
75
|
+
Only generate the reports that have IDs that match
|
76
|
+
the specified regular expression. This option can
|
77
|
+
be used multiple times.
|
78
|
+
.TP
|
79
|
+
\fB\-f\fR, \fB\-\-force\-reports\fR
|
80
|
+
Generate reports despite scheduling errors
|
81
|
+
.TP
|
82
|
+
\fB\-\-add\-trace\fR
|
83
|
+
Append a current data set to all trace reports.
|
84
|
+
.TP
|
85
|
+
\fB\-\-abort\-on\-warnings\fR
|
86
|
+
Abort program on warnings like we do on errors.
|
87
|
+
.TP
|
88
|
+
\fB\-o\fR <directory>,
|
89
|
+
Directory the reports should go into
|
90
|
+
.HP
|
91
|
+
\fB\-\-output\-dir\fR
|
92
|
+
.TP
|
93
|
+
\fB\-c\fR N
|
94
|
+
Maximum number of CPU cores to use
|
95
|
+
.TP
|
96
|
+
\fB\-h\fR, \fB\-\-help\fR
|
97
|
+
Show this message
|
98
|
+
.TP
|
99
|
+
\fB\-\-version\fR
|
100
|
+
Show version info
|
101
|
+
.SH ENVIRONMENT
|
102
|
+
|
103
|
+
.TP
|
104
|
+
\fBTASKJUGGLER_DATA_PATH\fR
|
105
|
+
Override the path to the TaskJuggler data folder.
|
106
|
+
The data folder contains the css, icons and scripts
|
107
|
+
for TaskJuggler reports.
|
108
|
+
|
109
|
+
.TP
|
110
|
+
\fBTZ\fR
|
111
|
+
The POSIX Time Zone environment variable.
|
112
|
+
|
113
|
+
Any environment variable may be used in a TaskJuggler file using the expression $(VAR_NAME).
|
114
|
+
.SH EXAMPLES
|
115
|
+
|
116
|
+
tj3 tutorial.tjp
|
117
|
+
.SH COPYRIGHT
|
118
|
+
Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
|
119
|
+
.IP
|
120
|
+
by Chris Schlaeger <cs@taskjuggler.org>
|
121
|
+
.PP
|
122
|
+
This program is free software; you can redistribute it and/or modify it under
|
123
|
+
the terms of version 2 of the GNU General Public License as published by the
|
124
|
+
Free Software Foundation.
|
125
|
+
.PP
|
126
|
+
For more info about TaskJuggler see http://www.taskjuggler.org
|
127
|
+
.SH "SEE ALSO"
|
128
|
+
tj3client(1), tj3d(1), tj3man(1), tj3ss_receiver(1), tj3ss_sender(1), tj3ts_receiver(1), tj3ts_sender(1), tj3ts_summary(1), tj3webd(1)
|
129
|
+
|
130
|
+
The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.
|
data/man/tj3client.1
ADDED
@@ -0,0 +1,145 @@
|
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
2
|
+
.TH TJ3CLIENT "1" "December 2024" "TaskJuggler 3.8.1" "TaskJuggler"
|
3
|
+
.SH NAME
|
4
|
+
tj3client \- send commands and data to the TaskJuggler daemon
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B tj3client
|
7
|
+
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,arg1 arg2 \/\fR...]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
The TaskJuggler client is used to send commands and data to the TaskJuggler
|
10
|
+
daemon. The communication is done via TCP/IP.
|
11
|
+
.PP
|
12
|
+
The following commands are supported:
|
13
|
+
.IP
|
14
|
+
status
|
15
|
+
.IP
|
16
|
+
Display the status of the available projects
|
17
|
+
.IP
|
18
|
+
terminate
|
19
|
+
.IP
|
20
|
+
Terminate the TaskJuggler daemon
|
21
|
+
.IP
|
22
|
+
add <tjp file> [<tji file> ...]
|
23
|
+
.IP
|
24
|
+
Add a new project or update and existing one
|
25
|
+
.IP
|
26
|
+
update
|
27
|
+
.IP
|
28
|
+
Reload all projects that have modified files and are not being
|
29
|
+
reloaded already
|
30
|
+
.IP
|
31
|
+
remove <project ID> [<project ID> ...]
|
32
|
+
.IP
|
33
|
+
Remove the project with the specified ID from the daemon
|
34
|
+
.TP
|
35
|
+
report <project ID> <report ID> [<report ID> ...] [=
|
36
|
+
[<tji file> ...]]
|
37
|
+
.IP
|
38
|
+
Generate the report with the provided ID for the project with the
|
39
|
+
given ID
|
40
|
+
.IP
|
41
|
+
list\-reports <project ID> [report ID ]
|
42
|
+
.IP
|
43
|
+
List all available reports of the project or those that match the
|
44
|
+
provided report ID
|
45
|
+
.IP
|
46
|
+
check\-ts <project ID> <time sheet>
|
47
|
+
.IP
|
48
|
+
Check the provided time sheet for correctness against the project
|
49
|
+
with the given ID
|
50
|
+
.IP
|
51
|
+
check\-ss <project ID> <status sheet>
|
52
|
+
.IP
|
53
|
+
Check the provided status sheet for correctness against the project
|
54
|
+
with the given ID
|
55
|
+
.SH OPTIONS
|
56
|
+
.TP
|
57
|
+
\fB\-c\fR, \fB\-\-config\fR <FILE>
|
58
|
+
Use the specified YAML configuration file
|
59
|
+
.TP
|
60
|
+
\fB\-\-silent\fR
|
61
|
+
Don't show program and progress information
|
62
|
+
.TP
|
63
|
+
\fB\-\-no\-color\fR
|
64
|
+
Don't use ANSI contol sequences to color the
|
65
|
+
terminal output. Colors should only be used when
|
66
|
+
spooling to an ANSI terminal. In case the detection
|
67
|
+
fails, you can use this option to force colors to
|
68
|
+
be off.
|
69
|
+
.TP
|
70
|
+
\fB\-\-debug\fR
|
71
|
+
Enable Ruby debug mode
|
72
|
+
.TP
|
73
|
+
\fB\-p\fR, \fB\-\-port\fR <NUMBER>
|
74
|
+
Use the specified TCP/IP port
|
75
|
+
.TP
|
76
|
+
\fB\-\-urifile\fR <FILE>
|
77
|
+
If the port is 0, use this file to get the URI of
|
78
|
+
the server.
|
79
|
+
.TP
|
80
|
+
\fB\-r\fR, \fB\-\-regexp\fR
|
81
|
+
The report IDs are not fixed but regular
|
82
|
+
expressions that match a set of reports
|
83
|
+
.TP
|
84
|
+
\fB\-\-unsafe\fR
|
85
|
+
Run the program without sandbox protection. This is
|
86
|
+
not recommended for normal operation! It may only
|
87
|
+
be used for debugging or testing purposes.
|
88
|
+
.TP
|
89
|
+
\fB\-\-format\fR [FORMAT]
|
90
|
+
Request the report to be generated in the
|
91
|
+
specifiedformat. Use multiple options to request
|
92
|
+
multiple formats. Supported formats are csv, html,
|
93
|
+
niku and tjp. By default, the formats specified in
|
94
|
+
the report definition are used.
|
95
|
+
.TP
|
96
|
+
\fB\-h\fR, \fB\-\-help\fR
|
97
|
+
Show this message
|
98
|
+
.TP
|
99
|
+
\fB\-\-version\fR
|
100
|
+
Show version info
|
101
|
+
.SH ENVIRONMENT
|
102
|
+
|
103
|
+
.TP
|
104
|
+
\fBHOME\fR
|
105
|
+
The user's home folder. Used to search for configuration file if not specified.
|
106
|
+
.SH FILES
|
107
|
+
|
108
|
+
.TP
|
109
|
+
\fB.taskjugglerrc\fR or \fBtaskjuggler.rc\fR
|
110
|
+
tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the current path, the user's home path as specified by the HOME environment variable or /etc/. At a minimum the file must contain:
|
111
|
+
|
112
|
+
_global:
|
113
|
+
authKey: ********
|
114
|
+
|
115
|
+
(the user should specify their own auth key and set file permissions accordingly). An alternative config file location may be specified using the -c, --config FILE option.
|
116
|
+
.SH EXAMPLES
|
117
|
+
.TP
|
118
|
+
Load a project:
|
119
|
+
tj3client add yourproject.tjp
|
120
|
+
.PP
|
121
|
+
.TP
|
122
|
+
List available reports for a project:
|
123
|
+
tj3client list-reports <project_id>
|
124
|
+
.PP
|
125
|
+
.TP
|
126
|
+
Generate a report:
|
127
|
+
tj3client report <project_id> <report_id>
|
128
|
+
.PP
|
129
|
+
.TP
|
130
|
+
Terminate a running instance of the server:
|
131
|
+
tj3client terminate
|
132
|
+
.SH COPYRIGHT
|
133
|
+
Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
|
134
|
+
.IP
|
135
|
+
by Chris Schlaeger <cs@taskjuggler.org>
|
136
|
+
.PP
|
137
|
+
This program is free software; you can redistribute it and/or modify it under
|
138
|
+
the terms of version 2 of the GNU General Public License as published by the
|
139
|
+
Free Software Foundation.
|
140
|
+
.PP
|
141
|
+
For more info about TaskJuggler see http://www.taskjuggler.org
|
142
|
+
.SH "SEE ALSO"
|
143
|
+
tj3d(1)
|
144
|
+
|
145
|
+
The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.
|
data/man/tj3d.1
ADDED
@@ -0,0 +1,93 @@
|
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
2
|
+
.TH TJD3 "1" "December 2024" "TaskJuggler 3.8.1" "TaskJuggler"
|
3
|
+
.SH NAME
|
4
|
+
tjd3 \- the TaskJuggler daemon
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B tj3d
|
7
|
+
[\fI\,options\/\fR] [\fI\,<tjp file> \/\fR[\fI\,<tji file> \/\fR...] ...]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
The TaskJuggler daemon can be used to quickly generate reports for a number
|
10
|
+
of scheduled projects that are resident in memory. Once the daemon has been
|
11
|
+
started tj3client can be used to control it.
|
12
|
+
.SH OPTIONS
|
13
|
+
.TP
|
14
|
+
\fB\-c\fR, \fB\-\-config\fR <FILE>
|
15
|
+
Use the specified YAML configuration file
|
16
|
+
.TP
|
17
|
+
\fB\-\-silent\fR
|
18
|
+
Don't show program and progress information
|
19
|
+
.TP
|
20
|
+
\fB\-\-no\-color\fR
|
21
|
+
Don't use ANSI contol sequences to color the
|
22
|
+
terminal output. Colors should only be used when
|
23
|
+
spooling to an ANSI terminal. In case the detection
|
24
|
+
fails, you can use this option to force colors to
|
25
|
+
be off.
|
26
|
+
.TP
|
27
|
+
\fB\-\-debug\fR
|
28
|
+
Enable Ruby debug mode
|
29
|
+
.TP
|
30
|
+
\fB\-d\fR, \fB\-\-dont\-daemonize\fR
|
31
|
+
Don't put program into daemon mode. Keep it
|
32
|
+
connected to the terminal and show debug output.
|
33
|
+
.TP
|
34
|
+
\fB\-p\fR, \fB\-\-port\fR <NUMBER>
|
35
|
+
Use the specified TCP/IP port to serve tj3client
|
36
|
+
requests (Default: 8474).
|
37
|
+
.TP
|
38
|
+
\fB\-\-logfile\fR <FILE NAME>
|
39
|
+
Log daemon messages to the specified file.
|
40
|
+
.TP
|
41
|
+
\fB\-\-urifile\fR <FILE NAME>
|
42
|
+
If the port is 0, use this file to store the URI of
|
43
|
+
the server.
|
44
|
+
.TP
|
45
|
+
\fB\-w\fR, \fB\-\-webserver\fR
|
46
|
+
Start a web server that serves the reports of the
|
47
|
+
loaded projects.
|
48
|
+
.TP
|
49
|
+
\fB\-\-webserver\-port\fR <NUMBER>
|
50
|
+
Use the specified TCP/IP port to serve web browser
|
51
|
+
requests (Default: 8080).
|
52
|
+
.TP
|
53
|
+
\fB\-h\fR, \fB\-\-help\fR
|
54
|
+
Show this message
|
55
|
+
.TP
|
56
|
+
\fB\-\-version\fR
|
57
|
+
Show version info
|
58
|
+
.SH SECURITY
|
59
|
+
The author advises: "the daemon has not received any kind of security review ... only use the daemon in a trusted environment with only trusted users!"
|
60
|
+
.SH ENVIRONMENT
|
61
|
+
|
62
|
+
.TP
|
63
|
+
\fBHOME\fR
|
64
|
+
The user's home folder. Used to search for configuration file if not specified.
|
65
|
+
.SH FILES
|
66
|
+
|
67
|
+
.TP
|
68
|
+
\fB.taskjugglerrc\fR or \fBtaskjuggler.rc\fR
|
69
|
+
tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the current path, the user's home path as specified by the HOME environment variable or /etc/. At a minimum the file must contain:
|
70
|
+
|
71
|
+
_global:
|
72
|
+
authKey: ********
|
73
|
+
|
74
|
+
(the user should specify their own auth key and set file permissions accordingly). An alternative config file location may be specified using the -c, --config FILE option.
|
75
|
+
|
76
|
+
.TP
|
77
|
+
\fBtj3d.log\fR
|
78
|
+
|
79
|
+
The tj3d log file, created in the working directory. Location can be overridden using the --logfile FILE option.
|
80
|
+
.SH COPYRIGHT
|
81
|
+
Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
|
82
|
+
.IP
|
83
|
+
by Chris Schlaeger <cs@taskjuggler.org>
|
84
|
+
.PP
|
85
|
+
This program is free software; you can redistribute it and/or modify it under
|
86
|
+
the terms of version 2 of the GNU General Public License as published by the
|
87
|
+
Free Software Foundation.
|
88
|
+
.PP
|
89
|
+
For more info about TaskJuggler see http://www.taskjuggler.org
|
90
|
+
.SH "SEE ALSO"
|
91
|
+
tj3client(1)
|
92
|
+
|
93
|
+
The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.
|
data/man/tj3man.1
ADDED
@@ -0,0 +1,76 @@
|
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
2
|
+
.TH TJ3MAN "1" "December 2024" "TaskJuggler 3.8.1" "TaskJuggler"
|
3
|
+
.SH NAME
|
4
|
+
tj3man \- get documentation for TaskJuggler keywords or generate user manual
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B tj3man
|
7
|
+
[\fI\,options\/\fR]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
This program can be used to generate the user manual in HTML format or to get
|
10
|
+
a textual help for individual keywords.
|
11
|
+
.SH OPTIONS
|
12
|
+
.TP
|
13
|
+
\fB\-c\fR, \fB\-\-config\fR <FILE>
|
14
|
+
Use the specified YAML configuration file
|
15
|
+
.TP
|
16
|
+
\fB\-\-silent\fR
|
17
|
+
Don't show program and progress information
|
18
|
+
.TP
|
19
|
+
\fB\-\-no\-color\fR
|
20
|
+
Don't use ANSI contol sequences to color the
|
21
|
+
terminal output. Colors should only be used when
|
22
|
+
spooling to an ANSI terminal. In case the detection
|
23
|
+
fails, you can use this option to force colors to
|
24
|
+
be off.
|
25
|
+
.TP
|
26
|
+
\fB\-\-debug\fR
|
27
|
+
Enable Ruby debug mode
|
28
|
+
.TP
|
29
|
+
\fB\-d\fR, \fB\-\-dir\fR <directory>
|
30
|
+
directory to put the manual
|
31
|
+
.TP
|
32
|
+
\fB\-\-html\fR
|
33
|
+
Show the user manual in your local web browser. By
|
34
|
+
default, Firefox is used or the browser specified
|
35
|
+
with the $BROWSER environment variable.
|
36
|
+
.TP
|
37
|
+
\fB\-\-browser\fR <command>
|
38
|
+
Specify the command to start your web browser. The
|
39
|
+
default is 'firefox'.
|
40
|
+
.TP
|
41
|
+
\fB\-m\fR, \fB\-\-manual\fR
|
42
|
+
Generate the user manual into the current directory
|
43
|
+
or the directory specified with the \fB\-d\fR option.
|
44
|
+
.TP
|
45
|
+
\fB\-h\fR, \fB\-\-help\fR
|
46
|
+
Show this message
|
47
|
+
.TP
|
48
|
+
\fB\-\-version\fR
|
49
|
+
Show version info
|
50
|
+
.SH ENVIRONMENT
|
51
|
+
|
52
|
+
.TP
|
53
|
+
\fBBROWSER\fR
|
54
|
+
The web browser used to display the user manual as HTML.
|
55
|
+
.SH EXAMPLES
|
56
|
+
|
57
|
+
tj3man shift
|
58
|
+
.br
|
59
|
+
tj3man --html shift.timesheet
|
60
|
+
.br
|
61
|
+
tj3man --html
|
62
|
+
.SH COPYRIGHT
|
63
|
+
Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
|
64
|
+
.IP
|
65
|
+
by Chris Schlaeger <cs@taskjuggler.org>
|
66
|
+
.PP
|
67
|
+
This program is free software; you can redistribute it and/or modify it under
|
68
|
+
the terms of version 2 of the GNU General Public License as published by the
|
69
|
+
Free Software Foundation.
|
70
|
+
.PP
|
71
|
+
For more info about TaskJuggler see http://www.taskjuggler.org
|
72
|
+
.SH "SEE ALSO"
|
73
|
+
|
74
|
+
tj3(1)
|
75
|
+
|
76
|
+
The TaskJuggler manual is also available online at http://www.taskjuggler.org/tj3/manual/.
|
@@ -0,0 +1,86 @@
|
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
2
|
+
.TH TJ3SS_RECEIVER "1" "December 2024" "TaskJuggler 3.8.1" "TaskJuggler"
|
3
|
+
.SH NAME
|
4
|
+
tj3ss_receiver \- receive filled-out status sheets via email
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B tj3ss_receiver
|
7
|
+
[\fI\,options\/\fR]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
This program can be used to receive filled\-out status sheets via email.
|
10
|
+
It reads the emails from STDIN and extracts the status sheet from the
|
11
|
+
attached files. The status sheet is checked for correctness. Good status
|
12
|
+
sheets are filed away. The sender be informed by email that the status
|
13
|
+
sheets was accepted or rejected.
|
14
|
+
.SH OPTIONS
|
15
|
+
.TP
|
16
|
+
\fB\-c\fR, \fB\-\-config\fR <FILE>
|
17
|
+
Use the specified YAML configuration file
|
18
|
+
.TP
|
19
|
+
\fB\-\-silent\fR
|
20
|
+
Don't show program and progress information
|
21
|
+
.TP
|
22
|
+
\fB\-\-no\-color\fR
|
23
|
+
Don't use ANSI contol sequences to color the
|
24
|
+
terminal output. Colors should only be used when
|
25
|
+
spooling to an ANSI terminal. In case the detection
|
26
|
+
fails, you can use this option to force colors to
|
27
|
+
be off.
|
28
|
+
.TP
|
29
|
+
\fB\-\-debug\fR
|
30
|
+
Enable Ruby debug mode
|
31
|
+
.TP
|
32
|
+
\fB\-d\fR, \fB\-\-directory\fR <DIR>
|
33
|
+
Use the specified directory as working directory
|
34
|
+
.TP
|
35
|
+
\fB\-\-dryrun\fR
|
36
|
+
Don't send out any emails or do SCM commits
|
37
|
+
.TP
|
38
|
+
\fB\-h\fR, \fB\-\-help\fR
|
39
|
+
Show this message
|
40
|
+
.TP
|
41
|
+
\fB\-\-version\fR
|
42
|
+
Show version info
|
43
|
+
.SH ENVIRONMENT
|
44
|
+
|
45
|
+
.TP
|
46
|
+
\fBHOME\fR
|
47
|
+
The user's home folder. Used to search for configuration file if not specified.
|
48
|
+
.SH FILES
|
49
|
+
.TP
|
50
|
+
\fB.taskjugglerrc\fR or \fBtaskjuggler.rc\fR
|
51
|
+
tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the current path, the user's home path as specified by the HOME environment variable or /etc/. At a minimum the file must configure an e-mail delivery method and sender e-mail e.g.:
|
52
|
+
|
53
|
+
_global:
|
54
|
+
emailDeliveryMethod: smtp
|
55
|
+
smtpServer: smtp.your_company.com
|
56
|
+
.br
|
57
|
+
_statussheets:
|
58
|
+
senderEmail: 'TaskJuggler <statussheets@taskjuggler.amd.com>'
|
59
|
+
|
60
|
+
An alternative config file location may be specified using the -c, --config FILE option.
|
61
|
+
|
62
|
+
.TP
|
63
|
+
\fBstatussheets.log\fR
|
64
|
+
The statussheets log file, created in the working directory.
|
65
|
+
|
66
|
+
.TP
|
67
|
+
\fBStatusSheets/FailedMails/\fR
|
68
|
+
Directory created in the working directory to store the failed emails.
|
69
|
+
|
70
|
+
.TP
|
71
|
+
\fBStatusSheets/FailedSheets/\fR
|
72
|
+
Directory created in the working directory to store the failed status sheets.
|
73
|
+
.SH COPYRIGHT
|
74
|
+
Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
|
75
|
+
.IP
|
76
|
+
by Chris Schlaeger <cs@taskjuggler.org>
|
77
|
+
.PP
|
78
|
+
This program is free software; you can redistribute it and/or modify it under
|
79
|
+
the terms of version 2 of the GNU General Public License as published by the
|
80
|
+
Free Software Foundation.
|
81
|
+
.PP
|
82
|
+
For more info about TaskJuggler see http://www.taskjuggler.org
|
83
|
+
.SH "SEE ALSO"
|
84
|
+
tj3ss_sender(1)
|
85
|
+
|
86
|
+
The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.
|