taskjuggler 0.0.6 → 0.0.7
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/CHANGELOG +160 -0
- data/benchmarks/UTF-8-Strings.rb +58 -0
- data/data/css/tjreport.css +7 -2
- data/doc/AppConfig.html +10 -4
- data/doc/Arguments.html +10 -4
- data/doc/CHANGELOG.html +171 -5
- data/doc/COPYING.html +10 -4
- data/doc/Object.html +11 -107
- data/doc/README.html +10 -4
- data/doc/RuntimeConfig.html +10 -4
- data/doc/String.html +16 -11
- data/doc/StringIO.html +10 -4
- data/doc/TaskJuggler.html +506 -435
- data/doc/TaskJuggler/Account.html +10 -4
- data/doc/TaskJuggler/AccountAttribute.html +10 -4
- data/doc/TaskJuggler/AccountScenario.html +10 -4
- data/doc/TaskJuggler/Allocation.html +69 -60
- data/doc/TaskJuggler/AllocationAttribute.html +10 -4
- data/doc/TaskJuggler/AttributeBase.html +10 -4
- data/doc/TaskJuggler/AttributeDefinition.html +10 -4
- data/doc/TaskJuggler/BatchProcessor.html +202 -192
- data/doc/TaskJuggler/Booking.html +10 -4
- data/doc/TaskJuggler/BookingListAttribute.html +10 -4
- data/doc/TaskJuggler/BooleanAttribute.html +10 -4
- data/doc/TaskJuggler/CSVFile.html +10 -4
- data/doc/TaskJuggler/CellSettingPattern.html +10 -4
- data/doc/TaskJuggler/CellSettingPatternList.html +10 -4
- data/doc/TaskJuggler/Charge.html +10 -4
- data/doc/TaskJuggler/ChargeListAttribute.html +10 -4
- data/doc/TaskJuggler/ChargeSet.html +10 -4
- data/doc/TaskJuggler/ChargeSetListAttribute.html +10 -4
- data/doc/TaskJuggler/ColumnListAttribute.html +10 -4
- data/doc/TaskJuggler/ColumnTable.html +10 -4
- data/doc/TaskJuggler/Daemon.html +71 -52
- data/doc/TaskJuggler/DateAttribute.html +10 -4
- data/doc/TaskJuggler/DefinitionListAttribute.html +10 -4
- data/doc/TaskJuggler/DependencyListAttribute.html +10 -4
- data/doc/TaskJuggler/DurationAttribute.html +10 -4
- data/doc/TaskJuggler/{MacroParser.html → FileList.html} +58 -173
- data/doc/TaskJuggler/{RichTextException.html → FileRecord.html} +59 -80
- data/doc/TaskJuggler/FixnumAttribute.html +10 -4
- data/doc/TaskJuggler/FlagListAttribute.html +10 -4
- data/doc/TaskJuggler/FloatAttribute.html +10 -4
- data/doc/TaskJuggler/FormatListAttribute.html +10 -4
- data/doc/TaskJuggler/GanttChart.html +10 -4
- data/doc/TaskJuggler/GanttContainer.html +14 -8
- data/doc/TaskJuggler/GanttHeader.html +10 -4
- data/doc/TaskJuggler/GanttHeaderScaleItem.html +10 -4
- data/doc/TaskJuggler/GanttLine.html +29 -24
- data/doc/TaskJuggler/GanttLoadStack.html +10 -4
- data/doc/TaskJuggler/GanttMilestone.html +10 -4
- data/doc/TaskJuggler/GanttRouter.html +10 -4
- data/doc/TaskJuggler/GanttTaskBar.html +20 -10
- data/doc/TaskJuggler/HTMLDocument.html +10 -4
- data/doc/TaskJuggler/HTMLGraphics.html +10 -4
- data/doc/TaskJuggler/Interval.html +10 -4
- data/doc/TaskJuggler/IntervalListAttribute.html +10 -4
- data/doc/TaskJuggler/JobInfo.html +10 -4
- data/doc/TaskJuggler/Journal.html +227 -160
- data/doc/TaskJuggler/JournalEntry.html +10 -4
- data/doc/TaskJuggler/JournalEntryList.html +158 -72
- data/doc/TaskJuggler/KeywordArray.html +21 -9
- data/doc/TaskJuggler/KeywordDocumentation.html +612 -475
- data/doc/TaskJuggler/Limits.html +13 -8
- data/doc/TaskJuggler/Limits/Limit.html +10 -4
- data/doc/TaskJuggler/LimitsAttribute.html +10 -4
- data/doc/TaskJuggler/ListAttributeBase.html +10 -4
- data/doc/TaskJuggler/Log.html +10 -4
- data/doc/TaskJuggler/LogFile.html +10 -4
- data/doc/TaskJuggler/LogicalAttribute.html +10 -4
- data/doc/TaskJuggler/LogicalExpression.html +11 -5
- data/doc/TaskJuggler/LogicalExpressionAttribute.html +10 -4
- data/doc/TaskJuggler/LogicalFlag.html +10 -4
- data/doc/TaskJuggler/LogicalFunction.html +132 -124
- data/doc/TaskJuggler/LogicalOperation.html +10 -4
- data/doc/TaskJuggler/Macro.html +16 -10
- data/doc/TaskJuggler/MacroTable.html +44 -38
- data/doc/TaskJuggler/ManagerResponsibilities.html +10 -4
- data/doc/TaskJuggler/ManagerStatusRecord.html +10 -4
- data/doc/TaskJuggler/Message.html +92 -68
- data/doc/TaskJuggler/MessageHandler.html +349 -28
- data/doc/TaskJuggler/Navigator.html +10 -4
- data/doc/TaskJuggler/NavigatorElement.html +10 -4
- data/doc/TaskJuggler/NikuProject.html +10 -4
- data/doc/TaskJuggler/NikuReport.html +10 -4
- data/doc/TaskJuggler/NikuResource.html +10 -4
- data/doc/TaskJuggler/NodeListAttribute.html +10 -4
- data/doc/TaskJuggler/OnShiftCache.html +10 -4
- data/doc/TaskJuggler/ProcessIntercom.html +118 -111
- data/doc/TaskJuggler/ProcessIntercomIface.html +75 -22
- data/doc/TaskJuggler/Project.html +886 -913
- data/doc/TaskJuggler/ProjectBroker.html +442 -331
- data/doc/TaskJuggler/ProjectBrokerIface.html +95 -38
- data/doc/TaskJuggler/ProjectFileParser.html +320 -317
- data/doc/TaskJuggler/ProjectFileScanner.html +336 -339
- data/doc/TaskJuggler/ProjectRecord.html +119 -56
- data/doc/TaskJuggler/ProjectServer.html +282 -237
- data/doc/TaskJuggler/ProjectServerIface.html +45 -39
- data/doc/TaskJuggler/PropertyAttribute.html +10 -4
- data/doc/TaskJuggler/PropertyList.html +177 -173
- data/doc/TaskJuggler/PropertySet.html +11 -5
- data/doc/TaskJuggler/PropertyTreeNode.html +194 -191
- data/doc/TaskJuggler/Query.html +280 -256
- data/doc/TaskJuggler/RTFHandlers.html +10 -4
- data/doc/TaskJuggler/RTFNavigator.html +33 -26
- data/doc/TaskJuggler/RTFQuery.html +135 -169
- data/doc/TaskJuggler/RTFReport.html +63 -56
- data/doc/TaskJuggler/RTFReportLink.html +58 -47
- data/doc/TaskJuggler/RTFWithQuerySupport.html +666 -0
- data/doc/TaskJuggler/RealFormat.html +10 -4
- data/doc/TaskJuggler/RealFormatAttribute.html +10 -4
- data/doc/TaskJuggler/ReferenceAttribute.html +10 -4
- data/doc/TaskJuggler/Report.html +333 -290
- data/doc/TaskJuggler/ReportBase.html +182 -174
- data/doc/TaskJuggler/ReportContext.html +10 -4
- data/doc/TaskJuggler/ReportServer.html +144 -126
- data/doc/TaskJuggler/ReportServerIface.html +50 -44
- data/doc/TaskJuggler/ReportServerRecord.html +38 -32
- data/doc/TaskJuggler/ReportServlet.html +144 -137
- data/doc/TaskJuggler/ReportTable.html +10 -4
- data/doc/TaskJuggler/ReportTableCell.html +169 -164
- data/doc/TaskJuggler/ReportTableColumn.html +10 -4
- data/doc/TaskJuggler/ReportTableLegend.html +10 -4
- data/doc/TaskJuggler/ReportTableLine.html +10 -4
- data/doc/TaskJuggler/Resource.html +121 -115
- data/doc/TaskJuggler/ResourceListAttribute.html +10 -4
- data/doc/TaskJuggler/ResourceListRE.html +10 -4
- data/doc/TaskJuggler/ResourceScenario.html +13 -7
- data/doc/TaskJuggler/RichText.html +61 -37
- data/doc/TaskJuggler/RichTextAttribute.html +10 -4
- data/doc/TaskJuggler/RichTextDocument.html +91 -81
- data/doc/TaskJuggler/RichTextElement.html +378 -317
- data/doc/TaskJuggler/RichTextFunctionExample.html +10 -4
- data/doc/TaskJuggler/RichTextFunctionHandler.html +16 -11
- data/doc/TaskJuggler/RichTextImage.html +10 -4
- data/doc/TaskJuggler/RichTextIntermediate.html +138 -70
- data/doc/TaskJuggler/RichTextParser.html +48 -40
- data/doc/TaskJuggler/RichTextScanner.html +328 -906
- data/doc/TaskJuggler/RichTextSnip.html +59 -57
- data/doc/TaskJuggler/RichTextSyntaxRules.html +458 -369
- data/doc/TaskJuggler/Scenario.html +10 -4
- data/doc/TaskJuggler/ScenarioData.html +33 -30
- data/doc/TaskJuggler/ScenarioListAttribute.html +10 -4
- data/doc/TaskJuggler/Scoreboard.html +10 -4
- data/doc/TaskJuggler/SheetHandlerBase.html +315 -191
- data/doc/TaskJuggler/SheetReceiver.html +334 -313
- data/doc/TaskJuggler/SheetSender.html +10 -4
- data/doc/TaskJuggler/Shift.html +10 -4
- data/doc/TaskJuggler/ShiftAssignment.html +10 -4
- data/doc/TaskJuggler/ShiftAssignments.html +10 -4
- data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +10 -4
- data/doc/TaskJuggler/ShiftScenario.html +10 -4
- data/doc/TaskJuggler/SimpleQueryExpander.html +697 -0
- data/doc/TaskJuggler/SortListAttribute.html +10 -4
- data/doc/TaskJuggler/SourceFileInfo.html +10 -4
- data/doc/TaskJuggler/StatusSheetReceiver.html +10 -4
- data/doc/TaskJuggler/StatusSheetReport.html +10 -4
- data/doc/TaskJuggler/StatusSheetSender.html +10 -4
- data/doc/TaskJuggler/StringAttribute.html +10 -4
- data/doc/TaskJuggler/SymbolAttribute.html +10 -4
- data/doc/TaskJuggler/SyntaxReference.html +260 -230
- data/doc/TaskJuggler/TOCEntry.html +99 -42
- data/doc/TaskJuggler/TSResourceRecord.html +10 -4
- data/doc/TaskJuggler/TSTaskRecord.html +10 -4
- data/doc/TaskJuggler/TableColumnDefinition.html +10 -4
- data/doc/TaskJuggler/TableOfContents.html +54 -12
- data/doc/TaskJuggler/TableReport.html +877 -872
- data/doc/TaskJuggler/Task.html +117 -68
- data/doc/TaskJuggler/TaskDependency.html +10 -4
- data/doc/TaskJuggler/TaskListAttribute.html +10 -4
- data/doc/TaskJuggler/TaskListRE.html +10 -4
- data/doc/TaskJuggler/TaskScenario.html +1681 -1563
- data/doc/TaskJuggler/TextFormatter.html +10 -4
- data/doc/TaskJuggler/TextParser.html +567 -534
- data/doc/TaskJuggler/TextParser/Pattern.html +128 -118
- data/doc/TaskJuggler/TextParser/Rule.html +26 -15
- data/doc/TaskJuggler/TextParser/StackElement.html +10 -4
- data/doc/TaskJuggler/TextParser/TextParserResultArray.html +22 -16
- data/doc/TaskJuggler/TextParser/TokenDoc.html +10 -4
- data/doc/TaskJuggler/TextReport.html +15 -6
- data/doc/TaskJuggler/TextScanner.html +319 -287
- data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +16 -10
- data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +23 -17
- data/doc/TaskJuggler/TextScanner/MacroStackEntry.html +17 -11
- data/doc/TaskJuggler/TextScanner/StreamHandle.html +102 -96
- data/doc/TaskJuggler/TimeSheet.html +138 -175
- data/doc/TaskJuggler/TimeSheetReceiver.html +10 -4
- data/doc/TaskJuggler/TimeSheetRecord.html +65 -58
- data/doc/TaskJuggler/TimeSheetReport.html +47 -42
- data/doc/TaskJuggler/TimeSheetSender.html +10 -4
- data/doc/TaskJuggler/TimeSheetSummary.html +91 -83
- data/doc/TaskJuggler/TimeSheets.html +22 -16
- data/doc/TaskJuggler/Tj3AppBase.html +10 -4
- data/doc/TaskJuggler/Tj3Client.html +399 -365
- data/doc/TaskJuggler/Tj3Daemon.html +107 -94
- data/doc/TaskJuggler/Tj3SheetAppBase.html +10 -4
- data/doc/TaskJuggler/Tj3SsReceiver.html +10 -4
- data/doc/TaskJuggler/Tj3SsSender.html +10 -4
- data/doc/TaskJuggler/Tj3TsReceiver.html +10 -4
- data/doc/TaskJuggler/Tj3TsSender.html +10 -4
- data/doc/TaskJuggler/Tj3TsSummary.html +10 -4
- data/doc/TaskJuggler/TjException.html +10 -4
- data/doc/TaskJuggler/TjTime.html +145 -140
- data/doc/TaskJuggler/TjpExample.html +10 -4
- data/doc/TaskJuggler/TjpExportRE.html +122 -118
- data/doc/TaskJuggler/TjpSyntaxRules.html +4065 -4052
- data/doc/TaskJuggler/URLParameter.html +10 -4
- data/doc/TaskJuggler/UserManual.html +162 -155
- data/doc/TaskJuggler/VimSyntax.html +1028 -0
- data/doc/TaskJuggler/WebServer.html +45 -27
- data/doc/TaskJuggler/WorkingHours.html +10 -4
- data/doc/TaskJuggler/WorkingHoursAttribute.html +10 -4
- data/doc/TaskJuggler/XMLBlob.html +10 -4
- data/doc/TaskJuggler/XMLComment.html +10 -4
- data/doc/TaskJuggler/XMLDocument.html +10 -4
- data/doc/TaskJuggler/XMLElement.html +10 -4
- data/doc/TaskJuggler/XMLNamedText.html +10 -4
- data/doc/TaskJuggler/XMLText.html +10 -4
- data/doc/index.html +735 -677
- data/doc/lib/AccountScenario_rb.html +1 -1
- data/doc/lib/Account_rb.html +1 -1
- data/doc/lib/Allocation_rb.html +1 -1
- data/doc/lib/AppConfig_rb.html +1 -1
- data/doc/lib/AttributeBase_rb.html +1 -1
- data/doc/lib/AttributeDefinition_rb.html +1 -1
- data/doc/lib/Attributes_rb.html +1 -1
- data/doc/lib/BatchProcessor_rb.html +1 -1
- data/doc/lib/Booking_rb.html +1 -1
- data/doc/lib/ChargeSet_rb.html +1 -1
- data/doc/lib/Charge_rb.html +1 -1
- data/doc/lib/{Message_rb.html → FileList_rb.html} +3 -5
- data/doc/lib/HTMLDocument_rb.html +1 -1
- data/doc/lib/Interval_rb.html +1 -1
- data/doc/lib/Journal_rb.html +1 -1
- data/doc/lib/KeywordArray_rb.html +1 -1
- data/doc/lib/KeywordDocumentation_rb.html +1 -1
- data/doc/lib/Limits_rb.html +1 -1
- data/doc/lib/LogFile_rb.html +1 -1
- data/doc/lib/Log_rb.html +1 -1
- data/doc/lib/LogicalExpression_rb.html +1 -1
- data/doc/lib/LogicalFunction_rb.html +1 -1
- data/doc/lib/LogicalOperation_rb.html +1 -1
- data/doc/lib/MacroTable_rb.html +1 -3
- data/doc/lib/MessageHandler_rb.html +1 -1
- data/doc/lib/ProjectFileParser_rb.html +1 -1
- data/doc/lib/ProjectFileScanner_rb.html +1 -1
- data/doc/lib/Project_rb.html +4 -2
- data/doc/lib/PropertyList_rb.html +1 -1
- data/doc/lib/PropertySet_rb.html +1 -1
- data/doc/lib/PropertyTreeNode_rb.html +1 -1
- data/doc/lib/Query_rb.html +1 -1
- data/doc/lib/RTFHandlers_rb.html +1 -1
- data/doc/lib/RTFNavigator_rb.html +1 -1
- data/doc/lib/RTFQuery_rb.html +2 -2
- data/doc/lib/RTFReportLink_rb.html +4 -2
- data/doc/lib/RTFReport_rb.html +1 -1
- data/doc/lib/{MacroParser_rb.html → RTFWithQuerySupport_rb.html} +4 -6
- data/doc/lib/RealFormat_rb.html +1 -1
- data/doc/lib/ResourceScenario_rb.html +1 -1
- data/doc/lib/Resource_rb.html +1 -1
- data/doc/lib/RichTextDocument_rb.html +1 -1
- data/doc/lib/RichTextElement_rb.html +1 -1
- data/doc/lib/RichTextFunctionExample_rb.html +1 -1
- data/doc/lib/RichTextFunctionHandler_rb.html +1 -1
- data/doc/lib/RichTextParser_rb.html +1 -1
- data/doc/lib/RichTextScanner_rb.html +3 -1
- data/doc/lib/RichTextSnip_rb.html +1 -1
- data/doc/lib/RichTextSyntaxRules_rb.html +1 -1
- data/doc/lib/RichText_rb.html +3 -1
- data/doc/lib/RuntimeConfig_rb.html +1 -1
- data/doc/lib/ScenarioData_rb.html +2 -2
- data/doc/lib/Scenario_rb.html +1 -1
- data/doc/lib/Scoreboard_rb.html +1 -1
- data/doc/lib/SheetHandlerBase_rb.html +5 -1
- data/doc/lib/SheetReceiver_rb.html +3 -1
- data/doc/lib/SheetSender_rb.html +1 -1
- data/doc/lib/ShiftAssignments_rb.html +1 -1
- data/doc/lib/ShiftScenario_rb.html +1 -1
- data/doc/lib/Shift_rb.html +1 -1
- data/doc/lib/SimpleQueryExpander_rb.html +67 -0
- data/doc/lib/SourceFileInfo_rb.html +1 -1
- data/doc/lib/StatusSheetReceiver_rb.html +1 -1
- data/doc/lib/StatusSheetSender_rb.html +1 -1
- data/doc/lib/SyntaxReference_rb.html +1 -1
- data/doc/lib/TOCEntry_rb.html +1 -1
- data/doc/lib/TableColumnDefinition_rb.html +1 -1
- data/doc/lib/TableOfContents_rb.html +1 -1
- data/doc/lib/TaskDependency_rb.html +1 -1
- data/doc/lib/TaskJuggler_rb.html +1 -1
- data/doc/lib/TaskScenario_rb.html +1 -1
- data/doc/lib/Task_rb.html +1 -1
- data/doc/lib/TextFormatter_rb.html +1 -1
- data/doc/lib/TextParser/Pattern_rb.html +1 -1
- data/doc/lib/TextParser/Rule_rb.html +1 -1
- data/doc/lib/TextParser/StackElement_rb.html +1 -1
- data/doc/lib/TextParser/TokenDoc_rb.html +1 -1
- data/doc/lib/TextParser_rb.html +3 -1
- data/doc/lib/TextScanner_rb.html +1 -3
- data/doc/lib/TimeSheetReceiver_rb.html +1 -1
- data/doc/lib/TimeSheetSender_rb.html +1 -1
- data/doc/lib/TimeSheetSummary_rb.html +1 -1
- data/doc/lib/TimeSheets_rb.html +1 -1
- data/doc/lib/Tj3AppBase_rb.html +1 -1
- data/doc/lib/Tj3Config_rb.html +1 -1
- data/doc/lib/Tj3SheetAppBase_rb.html +1 -1
- data/doc/lib/TjException_rb.html +1 -1
- data/doc/lib/TjTime_rb.html +1 -1
- data/doc/lib/TjpExample_rb.html +1 -1
- data/doc/lib/TjpSyntaxRules_rb.html +1 -1
- data/doc/lib/URLParameter_rb.html +1 -1
- data/doc/lib/UTF8String_rb.html +1 -1
- data/doc/lib/UserManual_rb.html +1 -1
- data/doc/lib/{ruby-signal-bug_rb.html → VimSyntax_rb.html} +17 -4
- data/doc/lib/WorkingHours_rb.html +1 -1
- data/doc/lib/XMLDocument_rb.html +1 -1
- data/doc/lib/XMLElement_rb.html +1 -1
- data/doc/lib/daemon/Daemon_rb.html +1 -1
- data/doc/lib/daemon/ProcessIntercom_rb.html +1 -1
- data/doc/lib/daemon/ProjectBroker_rb.html +1 -1
- data/doc/lib/daemon/ProjectServer_rb.html +1 -1
- data/doc/lib/daemon/ReportServer_rb.html +1 -3
- data/doc/lib/daemon/WebServer_rb.html +1 -1
- data/doc/lib/deep_copy_rb.html +1 -1
- data/doc/lib/reports/CSVFile_rb.html +1 -1
- data/doc/lib/reports/ColumnTable_rb.html +1 -1
- data/doc/lib/reports/GanttChart_rb.html +1 -1
- data/doc/lib/reports/GanttContainer_rb.html +1 -1
- data/doc/lib/reports/GanttHeaderScaleItem_rb.html +1 -1
- data/doc/lib/reports/GanttHeader_rb.html +1 -1
- data/doc/lib/reports/GanttLine_rb.html +1 -1
- data/doc/lib/reports/GanttLoadStack_rb.html +1 -1
- data/doc/lib/reports/GanttMilestone_rb.html +1 -1
- data/doc/lib/reports/GanttRouter_rb.html +1 -1
- data/doc/lib/reports/GanttTaskBar_rb.html +1 -1
- data/doc/lib/reports/HTMLGraphics_rb.html +1 -1
- data/doc/lib/reports/Navigator_rb.html +1 -1
- data/doc/lib/reports/NikuReport_rb.html +1 -1
- data/doc/lib/reports/ReportBase_rb.html +1 -1
- data/doc/lib/reports/ReportContext_rb.html +1 -1
- data/doc/lib/reports/ReportTableCell_rb.html +1 -1
- data/doc/lib/reports/ReportTableColumn_rb.html +1 -1
- data/doc/lib/reports/ReportTableLegend_rb.html +1 -1
- data/doc/lib/reports/ReportTableLine_rb.html +1 -1
- data/doc/lib/reports/ReportTable_rb.html +1 -1
- data/doc/lib/reports/Report_rb.html +1 -1
- data/doc/lib/reports/ResourceListRE_rb.html +1 -1
- data/doc/lib/reports/StatusSheetReport_rb.html +1 -1
- data/doc/lib/reports/TableReport_rb.html +1 -1
- data/doc/lib/reports/TaskListRE_rb.html +1 -1
- data/doc/lib/reports/TextReport_rb.html +1 -1
- data/doc/lib/reports/TimeSheetReport_rb.html +1 -1
- data/doc/lib/reports/TjpExportRE_rb.html +1 -1
- data/doc/lib/taskjuggler3_rb.html +1 -1
- data/doc/lib/tj3client_rb.html +1 -1
- data/doc/lib/tj3d_rb.html +1 -1
- data/doc/lib/tj3man_rb.html +1 -1
- data/doc/lib/tj3ss_receiver_rb.html +1 -1
- data/doc/lib/tj3ss_sender_rb.html +1 -1
- data/doc/lib/tj3ts_receiver_rb.html +1 -1
- data/doc/lib/tj3ts_sender_rb.html +1 -1
- data/doc/lib/tj3ts_summary_rb.html +1 -1
- data/lib/Allocation.rb +8 -5
- data/lib/BatchProcessor.rb +7 -3
- data/lib/FileList.rb +58 -0
- data/lib/Journal.rb +73 -33
- data/lib/KeywordArray.rb +4 -0
- data/lib/KeywordDocumentation.rb +45 -11
- data/lib/Limits.rb +0 -1
- data/lib/LogicalExpression.rb +1 -1
- data/lib/LogicalFunction.rb +14 -12
- data/lib/MacroTable.rb +3 -4
- data/lib/MessageHandler.rb +136 -7
- data/lib/Project.rb +72 -86
- data/lib/ProjectFileParser.rb +30 -33
- data/lib/ProjectFileScanner.rb +7 -16
- data/lib/PropertyList.rb +25 -27
- data/lib/PropertySet.rb +1 -1
- data/lib/PropertyTreeNode.rb +9 -12
- data/lib/Query.rb +5 -4
- data/lib/RTFNavigator.rb +2 -1
- data/lib/RTFQuery.rb +4 -11
- data/lib/RTFReport.rb +2 -1
- data/lib/RTFReportLink.rb +10 -4
- data/lib/RTFWithQuerySupport.rb +45 -0
- data/lib/Resource.rb +20 -20
- data/lib/ResourceScenario.rb +3 -3
- data/lib/RichText.rb +15 -7
- data/lib/RichTextDocument.rb +8 -4
- data/lib/RichTextElement.rb +35 -12
- data/lib/RichTextFunctionHandler.rb +11 -12
- data/lib/RichTextParser.rb +5 -3
- data/lib/RichTextScanner.rb +144 -565
- data/lib/RichTextSnip.rb +3 -7
- data/lib/RichTextSyntaxRules.rb +51 -32
- data/lib/ScenarioData.rb +16 -25
- data/lib/SheetHandlerBase.rb +59 -2
- data/lib/SheetReceiver.rb +36 -18
- data/lib/SimpleQueryExpander.rb +58 -0
- data/lib/SyntaxReference.rb +9 -5
- data/lib/TOCEntry.rb +2 -0
- data/lib/TableOfContents.rb +4 -0
- data/lib/Task.rb +23 -12
- data/lib/TaskJuggler.rb +72 -33
- data/lib/TaskScenario.rb +131 -53
- data/lib/TextParser.rb +43 -30
- data/lib/TextParser/Pattern.rb +17 -13
- data/lib/TextParser/Rule.rb +5 -0
- data/lib/TextScanner.rb +46 -25
- data/lib/TimeSheetSummary.rb +9 -7
- data/lib/TimeSheets.rb +14 -23
- data/lib/Tj3Config.rb +1 -1
- data/lib/TjTime.rb +1 -2
- data/lib/TjpSyntaxRules.rb +128 -104
- data/lib/UTF8String.rb +0 -1
- data/lib/UserManual.rb +5 -4
- data/lib/VimSyntax.rb +223 -0
- data/lib/daemon/Daemon.rb +9 -0
- data/lib/daemon/ProcessIntercom.rb +19 -4
- data/lib/daemon/ProjectBroker.rb +149 -68
- data/lib/daemon/ProjectServer.rb +119 -79
- data/lib/daemon/ReportServer.rb +42 -31
- data/lib/daemon/WebServer.rb +21 -2
- data/lib/deep_copy.rb +1 -1
- data/lib/reports/GanttContainer.rb +2 -2
- data/lib/reports/GanttLine.rb +2 -3
- data/lib/reports/GanttTaskBar.rb +7 -3
- data/lib/reports/Report.rb +62 -57
- data/lib/reports/ReportBase.rb +6 -4
- data/lib/reports/ReportTableCell.rb +13 -14
- data/lib/reports/TableReport.rb +2 -1
- data/lib/reports/TextReport.rb +3 -0
- data/lib/reports/TimeSheetReport.rb +2 -3
- data/lib/reports/TjpExportRE.rb +0 -2
- data/lib/tj3client.rb +31 -3
- data/lib/tj3d.rb +8 -1
- data/manual/Day_To_Day_Juggling +2 -95
- data/manual/How_To_Contribute +2 -1
- data/manual/Rich_Text_Attributes +37 -3
- data/manual/Software +203 -0
- data/test/MessageChecker.rb +4 -4
- data/test/TestSuite/HTML-Reports/Alerts.html +172 -0
- data/test/TestSuite/HTML-Reports/CellText.html +758 -0
- data/test/TestSuite/HTML-Reports/ColumnPeriods.html +156 -0
- data/test/TestSuite/HTML-Reports/IsOngoing.html +172 -0
- data/test/TestSuite/HTML-Reports/LogicalFunctions.html +245 -0
- data/test/TestSuite/HTML-Reports/Query.html +31 -0
- data/test/TestSuite/HTML-Reports/css/tjmanual.css +14 -0
- data/test/TestSuite/HTML-Reports/css/tjreport.css +233 -21
- data/test/TestSuite/HTML-Reports/depArrows.html +842 -0
- data/test/TestSuite/HTML-Reports/scripts/scripts/wz_tooltip.js +1301 -0
- data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +20 -20
- data/test/TestSuite/ReportGenerator/Correct/Alerts.tjp +48 -0
- data/test/TestSuite/ReportGenerator/Correct/Macros.tjp +57 -0
- data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +386 -0
- data/test/TestSuite/ReportGenerator/Correct/refs/Macros-1.csv +6 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/css/tjmanual.css +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/css/tjreport.css +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/details.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/flag-green.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/flag-red.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/flag-yellow.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/resource.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/resourcegroup.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/task.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/taskgroup.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/trend-down.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/trend-flat.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/trend-up.png +0 -0
- data/test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.html +26 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/scripts/wz_tooltip.js +0 -0
- data/test/TestSuite/Scheduler/Correct/Allocate.html +3210 -0
- data/test/TestSuite/Scheduler/Correct/Allocate.tjp +19 -0
- data/test/TestSuite/Scheduler/Correct/Container.html +22 -22
- data/test/TestSuite/Scheduler/Correct/Limits.html +4964 -0
- data/test/TestSuite/Scheduler/Correct/Shift.html +1707 -417
- data/test/TestSuite/Scheduler/Correct/Shift2.html +9 -9
- data/test/TestSuite/Scheduler/Correct/css/tjreport.css +6 -2
- data/test/TestSuite/Scheduler/Errors/css/tjmanual.css +66 -0
- data/test/TestSuite/Scheduler/Errors/css/tjreport.css +407 -0
- data/test/TestSuite/Scheduler/Errors/icons/details.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/flag-green.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/flag-red.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/flag-yellow.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/resource.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/resourcegroup.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/task.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/taskgroup.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/trend-down.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/trend-flat.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/trend-up.png +0 -0
- data/test/TestSuite/Scheduler/Errors/loop_detected_1.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_10.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_11.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_12.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_13.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_14.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_2.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_3.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_4.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_5.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_6.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_7.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_8.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_9.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/scripts/wz_tooltip.js +1301 -0
- data/test/TestSuite/Scheduler/Errors/task_pred_before.tjp +11 -0
- data/test/TestSuite/Scheduler/Errors/task_pred_before_gd.tjp +11 -0
- data/test/TestSuite/Scheduler/Errors/task_pred_before_gl.tjp +11 -0
- data/test/TestSuite/Scheduler/Errors/task_succ_after.tjp +12 -0
- data/test/TestSuite/Scheduler/Errors/task_succ_after_gd.tjp +12 -0
- data/test/TestSuite/Scheduler/Errors/task_succ_after_gl.tjp +12 -0
- data/test/TestSuite/StatusSheets/dev2.tji +22 -0
- data/test/TestSuite/StatusSheets/resrep.tji +7 -0
- data/test/TestSuite/StatusSheets/run +6 -4
- data/test/TestSuite/StatusSheets/tj3d.log +312 -0
- data/test/TestSuite/Syntax/Correct/Managers.html +263 -0
- data/test/TestSuite/Syntax/Correct/tutorial.tjp +1 -2
- data/test/TestSuite/Syntax/Errors/empty.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/macro_stack_overflow.tjp +1 -1
- data/test/TestSuite/TimeSheets/acceptable_intervals +1 -0
- data/test/TestSuite/TimeSheets/resrep.tji +7 -0
- data/test/TestSuite/TimeSheets/run +6 -5
- data/test/TestSuite/TimeSheets/statussheets.log +1 -0
- data/test/TestSuite/TimeSheets/ts.tji +351 -0
- data/test/TestSuite/TimeSheets/tsdef.tji +2 -0
- data/test/test_PropertySet.rb +2 -2
- data/test/test_RichText.rb +178 -387
- data/test/test_SimpleQueryExpander.rb +55 -0
- data/test/test_deep_copy.rb +2 -2
- metadata +854 -834
- data/lib/MacroParser.rb +0 -77
- data/lib/Message.rb +0 -56
- data/lib/ruby-signal-bug.rb +0 -43
- data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
- data/test/TestSuite/HTML-Reports/reference.html +0 -51
- data/test/TestSuite/ReportGenerator/Correct/Journal.html +0 -63
- data/test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.csv +0 -3
- data/test/TestSuite/ReportGenerator/Correct/opennodes.csv +0 -2
- data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
- data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
- data/test/TestSuite/Scheduler/Correct/Booking2.html +0 -603
- data/test/TestSuite/Scheduler/Correct/TimeSheet2.html +0 -108
- data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
- data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
- data/test/TestSuite/Syntax/Correct/ResourcePrefix.html +0 -32
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
#!/usr/bin/env ruby -w
|
|
2
|
+
# encoding: UTF-8
|
|
3
|
+
#
|
|
4
|
+
# = test_SimpleQueryExpander.rb -- The TaskJuggler III Project Management Software
|
|
5
|
+
#
|
|
6
|
+
# Copyright (c) 2006, 2007, 2008, 2009, 2010 by Chris Schlaeger <cs@kde.org>
|
|
7
|
+
#
|
|
8
|
+
# This program is free software; you can redistribute it and/or modify
|
|
9
|
+
# it under the terms of version 2 of the GNU General Public License as
|
|
10
|
+
# published by the Free Software Foundation.
|
|
11
|
+
#
|
|
12
|
+
|
|
13
|
+
$:.unshift File.join(File.dirname(__FILE__), '..', 'lib') if __FILE__ == $0
|
|
14
|
+
|
|
15
|
+
require 'test/unit'
|
|
16
|
+
require 'SimpleQueryExpander'
|
|
17
|
+
require 'MessageHandler'
|
|
18
|
+
|
|
19
|
+
class TestSimpleQueryExpander < Test::Unit::TestCase
|
|
20
|
+
|
|
21
|
+
class Query
|
|
22
|
+
|
|
23
|
+
def initialize
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
def process
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
def attributeId=(value)
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
def ok
|
|
33
|
+
true
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
def to_s
|
|
37
|
+
'XXX'
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def setup
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
def teardown
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
def test_expand
|
|
48
|
+
exp = TaskJuggler::SimpleQueryExpander.new('foo <-bar-> foo',
|
|
49
|
+
Query.new,
|
|
50
|
+
nil, nil)
|
|
51
|
+
assert_equal('foo XXX foo', exp.expand)
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
end
|
|
55
|
+
|
data/test/test_deep_copy.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: taskjuggler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
segments:
|
|
6
|
-
- 0
|
|
7
|
-
- 0
|
|
8
|
-
- 6
|
|
9
|
-
version: 0.0.6
|
|
4
|
+
version: 0.0.7
|
|
10
5
|
platform: ruby
|
|
11
6
|
authors:
|
|
12
7
|
- Chris Schlaeger
|
|
@@ -14,52 +9,42 @@ autorequire:
|
|
|
14
9
|
bindir: bin
|
|
15
10
|
cert_chain: []
|
|
16
11
|
|
|
17
|
-
date: 2010-
|
|
12
|
+
date: 2010-09-08 00:00:00 +02:00
|
|
18
13
|
default_executable:
|
|
19
14
|
dependencies:
|
|
20
15
|
- !ruby/object:Gem::Dependency
|
|
21
16
|
name: mail
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
17
|
+
type: :runtime
|
|
18
|
+
version_requirement:
|
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
20
|
requirements:
|
|
26
21
|
- - "="
|
|
27
22
|
- !ruby/object:Gem::Version
|
|
28
|
-
segments:
|
|
29
|
-
- 2
|
|
30
|
-
- 1
|
|
31
|
-
- 3
|
|
32
23
|
version: 2.1.3
|
|
33
|
-
|
|
34
|
-
version_requirements: *id001
|
|
24
|
+
version:
|
|
35
25
|
- !ruby/object:Gem::Dependency
|
|
36
26
|
name: open4
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
27
|
+
type: :runtime
|
|
28
|
+
version_requirement:
|
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
40
30
|
requirements:
|
|
41
31
|
- - "="
|
|
42
32
|
- !ruby/object:Gem::Version
|
|
43
|
-
segments:
|
|
44
|
-
- 1
|
|
45
|
-
- 0
|
|
46
|
-
- 1
|
|
47
33
|
version: 1.0.1
|
|
48
|
-
|
|
49
|
-
version_requirements: *id002
|
|
34
|
+
version:
|
|
50
35
|
description: |
|
|
51
36
|
TaskJuggler is a project management software that goes far beyond the commonly
|
|
52
37
|
known Gantt chart editors.
|
|
53
38
|
|
|
54
39
|
email: cs@kde.org
|
|
55
40
|
executables:
|
|
56
|
-
- tj3ts_summary
|
|
57
|
-
- tj3client
|
|
58
41
|
- tj3
|
|
59
|
-
- tj3ts_sender
|
|
60
42
|
- tj3d
|
|
61
|
-
-
|
|
43
|
+
- tj3ts_summary
|
|
44
|
+
- tj3client
|
|
62
45
|
- tj3ts_receiver
|
|
46
|
+
- tj3man
|
|
47
|
+
- tj3ts_sender
|
|
63
48
|
extensions: []
|
|
64
49
|
|
|
65
50
|
extra_rdoc_files:
|
|
@@ -71,928 +56,968 @@ files:
|
|
|
71
56
|
- prj_cfg.rb
|
|
72
57
|
- gem_spec.rb
|
|
73
58
|
- setup.rb
|
|
74
|
-
- tasks/
|
|
59
|
+
- tasks/rexml_fix.rb
|
|
75
60
|
- tasks/changelog.rake
|
|
76
|
-
- tasks/
|
|
61
|
+
- tasks/rdoc.rake
|
|
62
|
+
- tasks/gem.rake
|
|
63
|
+
- tasks/manual.rake
|
|
77
64
|
- tasks/show.rake
|
|
78
65
|
- tasks/missing.rake
|
|
79
|
-
- tasks/
|
|
80
|
-
- tasks/
|
|
66
|
+
- tasks/csts.rake
|
|
67
|
+
- tasks/stats.rake
|
|
68
|
+
- tasks/test.rake
|
|
81
69
|
- tasks/rexml_fix_19.rb
|
|
82
|
-
- tasks/rexml_fix.rb
|
|
83
70
|
- tasks/rcov.rake
|
|
84
|
-
- tasks/test.rake
|
|
85
|
-
- tasks/stats.rake
|
|
86
|
-
- bin/tj3ts_summary
|
|
87
|
-
- bin/tj3client
|
|
88
71
|
- bin/tj3
|
|
89
|
-
- bin/tj3ts_sender
|
|
90
72
|
- bin/tj3d
|
|
91
|
-
- bin/
|
|
73
|
+
- bin/tj3ts_summary
|
|
74
|
+
- bin/tj3client
|
|
92
75
|
- bin/tj3ts_receiver
|
|
93
|
-
-
|
|
94
|
-
-
|
|
95
|
-
- lib/
|
|
96
|
-
- lib/TextParser/Rule.rb
|
|
97
|
-
- lib/TextParser/Pattern.rb
|
|
98
|
-
- lib/ShiftAssignments.rb
|
|
99
|
-
- lib/deep_copy.rb
|
|
100
|
-
- lib/RichTextElement.rb
|
|
101
|
-
- lib/tj3ss_receiver.rb
|
|
102
|
-
- lib/Query.rb
|
|
103
|
-
- lib/TimeSheetSender.rb
|
|
76
|
+
- bin/tj3man
|
|
77
|
+
- bin/tj3ts_sender
|
|
78
|
+
- lib/ScenarioData.rb
|
|
104
79
|
- lib/TableOfContents.rb
|
|
80
|
+
- lib/ShiftScenario.rb
|
|
81
|
+
- lib/AppConfig.rb
|
|
82
|
+
- lib/SheetSender.rb
|
|
105
83
|
- lib/tj3ss_sender.rb
|
|
106
|
-
- lib/Resource.rb
|
|
107
|
-
- lib/Limits.rb
|
|
108
|
-
- lib/BatchProcessor.rb
|
|
109
|
-
- lib/HTMLDocument.rb
|
|
110
|
-
- lib/Scenario.rb
|
|
111
|
-
- lib/UserManual.rb
|
|
112
|
-
- lib/TaskDependency.rb
|
|
113
|
-
- lib/TjpSyntaxRules.rb
|
|
114
|
-
- lib/ResourceScenario.rb
|
|
115
|
-
- lib/MacroParser.rb
|
|
116
|
-
- lib/UTF8String.rb
|
|
117
|
-
- lib/TableColumnDefinition.rb
|
|
118
|
-
- lib/TOCEntry.rb
|
|
119
|
-
- lib/RichText.rb
|
|
120
84
|
- lib/WorkingHours.rb
|
|
121
|
-
- lib/
|
|
122
|
-
- lib/
|
|
123
|
-
- lib/
|
|
124
|
-
- lib/
|
|
125
|
-
- lib/
|
|
126
|
-
- lib/Message.rb
|
|
127
|
-
- lib/tj3man.rb
|
|
128
|
-
- lib/ProjectFileScanner.rb
|
|
129
|
-
- lib/AttributeBase.rb
|
|
130
|
-
- lib/TimeSheetSummary.rb
|
|
131
|
-
- lib/MessageHandler.rb
|
|
132
|
-
- lib/Allocation.rb
|
|
133
|
-
- lib/Booking.rb
|
|
134
|
-
- lib/Attributes.rb
|
|
135
|
-
- lib/MacroTable.rb
|
|
136
|
-
- lib/TextParser.rb
|
|
137
|
-
- lib/RichTextFunctionHandler.rb
|
|
138
|
-
- lib/tj3ts_summary.rb
|
|
139
|
-
- lib/Scoreboard.rb
|
|
140
|
-
- lib/Tj3AppBase.rb
|
|
141
|
-
- lib/reports/GanttChart.rb
|
|
142
|
-
- lib/reports/GanttContainer.rb
|
|
143
|
-
- lib/reports/GanttLoadStack.rb
|
|
144
|
-
- lib/reports/ReportBase.rb
|
|
145
|
-
- lib/reports/ReportTable.rb
|
|
146
|
-
- lib/reports/GanttHeader.rb
|
|
147
|
-
- lib/reports/GanttHeaderScaleItem.rb
|
|
148
|
-
- lib/reports/Navigator.rb
|
|
149
|
-
- lib/reports/GanttTaskBar.rb
|
|
85
|
+
- lib/TjpExample.rb
|
|
86
|
+
- lib/RichTextElement.rb
|
|
87
|
+
- lib/XMLElement.rb
|
|
88
|
+
- lib/reports/ReportContext.rb
|
|
89
|
+
- lib/reports/ReportTableCell.rb
|
|
150
90
|
- lib/reports/ColumnTable.rb
|
|
151
|
-
- lib/reports/
|
|
152
|
-
- lib/reports/
|
|
91
|
+
- lib/reports/TjpExportRE.rb
|
|
92
|
+
- lib/reports/TimeSheetReport.rb
|
|
93
|
+
- lib/reports/GanttHeaderScaleItem.rb
|
|
153
94
|
- lib/reports/GanttRouter.rb
|
|
95
|
+
- lib/reports/ReportBase.rb
|
|
96
|
+
- lib/reports/CSVFile.rb
|
|
97
|
+
- lib/reports/GanttChart.rb
|
|
98
|
+
- lib/reports/NikuReport.rb
|
|
99
|
+
- lib/reports/TaskListRE.rb
|
|
154
100
|
- lib/reports/ReportTableColumn.rb
|
|
155
|
-
- lib/reports/
|
|
101
|
+
- lib/reports/GanttHeader.rb
|
|
102
|
+
- lib/reports/StatusSheetReport.rb
|
|
103
|
+
- lib/reports/GanttContainer.rb
|
|
156
104
|
- lib/reports/TextReport.rb
|
|
157
|
-
- lib/reports/
|
|
158
|
-
- lib/reports/
|
|
105
|
+
- lib/reports/ReportTableLine.rb
|
|
106
|
+
- lib/reports/Navigator.rb
|
|
159
107
|
- lib/reports/GanttMilestone.rb
|
|
160
|
-
- lib/reports/
|
|
161
|
-
- lib/reports/CSVFile.rb
|
|
162
|
-
- lib/reports/ReportContext.rb
|
|
163
|
-
- lib/reports/HTMLGraphics.rb
|
|
164
|
-
- lib/reports/TjpExportRE.rb
|
|
165
|
-
- lib/reports/NikuReport.rb
|
|
108
|
+
- lib/reports/ReportTableLegend.rb
|
|
166
109
|
- lib/reports/GanttLine.rb
|
|
110
|
+
- lib/reports/HTMLGraphics.rb
|
|
111
|
+
- lib/reports/GanttTaskBar.rb
|
|
167
112
|
- lib/reports/ResourceListRE.rb
|
|
168
|
-
- lib/reports/
|
|
169
|
-
- lib/reports/
|
|
170
|
-
- lib/
|
|
171
|
-
- lib/
|
|
172
|
-
- lib/
|
|
173
|
-
- lib/KeywordDocumentation.rb
|
|
174
|
-
- lib/SyntaxReference.rb
|
|
113
|
+
- lib/reports/ReportTable.rb
|
|
114
|
+
- lib/reports/Report.rb
|
|
115
|
+
- lib/reports/GanttLoadStack.rb
|
|
116
|
+
- lib/reports/TableReport.rb
|
|
117
|
+
- lib/FileList.rb
|
|
175
118
|
- lib/RichTextParser.rb
|
|
176
|
-
- lib/LogFile.rb
|
|
177
|
-
- lib/tj3client.rb
|
|
178
|
-
- lib/URLParameter.rb
|
|
179
|
-
- lib/TjException.rb
|
|
180
|
-
- lib/TimeSheetReceiver.rb
|
|
181
|
-
- lib/TimeSheets.rb
|
|
182
|
-
- lib/Task.rb
|
|
183
|
-
- lib/RTFHandlers.rb
|
|
184
|
-
- lib/PropertyList.rb
|
|
185
|
-
- lib/KeywordArray.rb
|
|
186
|
-
- lib/SourceFileInfo.rb
|
|
187
|
-
- lib/RichTextDocument.rb
|
|
188
|
-
- lib/Tj3SheetAppBase.rb
|
|
189
119
|
- lib/TextScanner.rb
|
|
190
|
-
- lib/SheetReceiver.rb
|
|
191
120
|
- lib/Journal.rb
|
|
192
|
-
- lib/
|
|
193
|
-
- lib/
|
|
194
|
-
- lib/XMLDocument.rb
|
|
121
|
+
- lib/KeywordDocumentation.rb
|
|
122
|
+
- lib/Log.rb
|
|
195
123
|
- lib/AccountScenario.rb
|
|
196
|
-
- lib/
|
|
197
|
-
- lib/
|
|
198
|
-
- lib/
|
|
199
|
-
- lib/
|
|
200
|
-
- lib/Project.rb
|
|
124
|
+
- lib/tj3ts_sender.rb
|
|
125
|
+
- lib/TextParser.rb
|
|
126
|
+
- lib/AttributeDefinition.rb
|
|
127
|
+
- lib/TimeSheetSender.rb
|
|
201
128
|
- lib/tj3ts_receiver.rb
|
|
202
|
-
- lib/
|
|
203
|
-
- lib/
|
|
129
|
+
- lib/TimeSheetSummary.rb
|
|
130
|
+
- lib/tj3client.rb
|
|
131
|
+
- lib/PropertyList.rb
|
|
132
|
+
- lib/SheetReceiver.rb
|
|
133
|
+
- lib/PropertyTreeNode.rb
|
|
134
|
+
- lib/TjException.rb
|
|
135
|
+
- lib/Limits.rb
|
|
136
|
+
- lib/RealFormat.rb
|
|
204
137
|
- lib/TaskScenario.rb
|
|
205
|
-
- lib/
|
|
206
|
-
- lib/
|
|
138
|
+
- lib/ProjectFileParser.rb
|
|
139
|
+
- lib/RTFWithQuerySupport.rb
|
|
140
|
+
- lib/ChargeSet.rb
|
|
141
|
+
- lib/SimpleQueryExpander.rb
|
|
142
|
+
- lib/URLParameter.rb
|
|
207
143
|
- lib/tj3d.rb
|
|
208
|
-
- lib/
|
|
144
|
+
- lib/Booking.rb
|
|
145
|
+
- lib/Allocation.rb
|
|
146
|
+
- lib/UTF8String.rb
|
|
147
|
+
- lib/Query.rb
|
|
148
|
+
- lib/MacroTable.rb
|
|
209
149
|
- lib/RichTextScanner.rb
|
|
210
|
-
- lib/
|
|
211
|
-
- lib/
|
|
212
|
-
- lib/
|
|
150
|
+
- lib/RichTextSnip.rb
|
|
151
|
+
- lib/HTMLDocument.rb
|
|
152
|
+
- lib/TjpSyntaxRules.rb
|
|
153
|
+
- lib/RTFReport.rb
|
|
154
|
+
- lib/daemon/ProjectServer.rb
|
|
213
155
|
- lib/daemon/ReportServer.rb
|
|
214
|
-
- lib/daemon/Daemon.rb
|
|
215
|
-
- lib/daemon/ProjectBroker.rb
|
|
216
156
|
- lib/daemon/WebServer.rb
|
|
217
|
-
- lib/daemon/
|
|
157
|
+
- lib/daemon/ProjectBroker.rb
|
|
158
|
+
- lib/daemon/Daemon.rb
|
|
218
159
|
- lib/daemon/ProcessIntercom.rb
|
|
219
|
-
- lib/
|
|
220
|
-
- lib/
|
|
160
|
+
- lib/VimSyntax.rb
|
|
161
|
+
- lib/StatusSheetSender.rb
|
|
162
|
+
- lib/tj3man.rb
|
|
163
|
+
- lib/tj3ss_receiver.rb
|
|
164
|
+
- lib/SourceFileInfo.rb
|
|
165
|
+
- lib/Tj3SheetAppBase.rb
|
|
166
|
+
- lib/KeywordArray.rb
|
|
167
|
+
- lib/SyntaxReference.rb
|
|
168
|
+
- lib/Project.rb
|
|
169
|
+
- lib/MessageHandler.rb
|
|
170
|
+
- lib/ShiftAssignments.rb
|
|
171
|
+
- lib/ProjectFileScanner.rb
|
|
172
|
+
- lib/RTFNavigator.rb
|
|
173
|
+
- lib/ResourceScenario.rb
|
|
174
|
+
- lib/TimeSheetReceiver.rb
|
|
175
|
+
- lib/Attributes.rb
|
|
221
176
|
- lib/TaskJuggler.rb
|
|
222
|
-
- lib/
|
|
223
|
-
- lib/
|
|
224
|
-
- lib/
|
|
225
|
-
- lib/
|
|
226
|
-
- lib/
|
|
227
|
-
- lib/
|
|
177
|
+
- lib/TaskDependency.rb
|
|
178
|
+
- lib/RTFQuery.rb
|
|
179
|
+
- lib/RichText.rb
|
|
180
|
+
- lib/SheetHandlerBase.rb
|
|
181
|
+
- lib/Scenario.rb
|
|
182
|
+
- lib/LogicalOperation.rb
|
|
183
|
+
- lib/BatchProcessor.rb
|
|
184
|
+
- lib/Task.rb
|
|
185
|
+
- lib/Scoreboard.rb
|
|
186
|
+
- lib/TimeSheets.rb
|
|
187
|
+
- lib/RTFHandlers.rb
|
|
188
|
+
- lib/taskjuggler3.rb
|
|
189
|
+
- lib/LogFile.rb
|
|
190
|
+
- lib/TextParser/Pattern.rb
|
|
191
|
+
- lib/TextParser/Rule.rb
|
|
192
|
+
- lib/TextParser/TokenDoc.rb
|
|
193
|
+
- lib/TextParser/StackElement.rb
|
|
194
|
+
- lib/Tj3AppBase.rb
|
|
195
|
+
- lib/UserManual.rb
|
|
228
196
|
- lib/Shift.rb
|
|
229
|
-
- lib/
|
|
197
|
+
- lib/RichTextFunctionHandler.rb
|
|
198
|
+
- lib/PropertySet.rb
|
|
199
|
+
- lib/RichTextFunctionExample.rb
|
|
200
|
+
- lib/StatusSheetReceiver.rb
|
|
201
|
+
- lib/RTFReportLink.rb
|
|
202
|
+
- lib/LogicalExpression.rb
|
|
203
|
+
- lib/RichTextSyntaxRules.rb
|
|
204
|
+
- lib/tj3ts_summary.rb
|
|
205
|
+
- lib/RuntimeConfig.rb
|
|
206
|
+
- lib/RichTextDocument.rb
|
|
207
|
+
- lib/XMLDocument.rb
|
|
208
|
+
- lib/deep_copy.rb
|
|
209
|
+
- lib/Tj3Config.rb
|
|
210
|
+
- lib/TjTime.rb
|
|
211
|
+
- lib/AttributeBase.rb
|
|
212
|
+
- lib/TableColumnDefinition.rb
|
|
230
213
|
- lib/Account.rb
|
|
231
|
-
- lib/
|
|
232
|
-
- lib/
|
|
233
|
-
- lib/
|
|
214
|
+
- lib/Interval.rb
|
|
215
|
+
- lib/Charge.rb
|
|
216
|
+
- lib/TextFormatter.rb
|
|
217
|
+
- lib/Resource.rb
|
|
218
|
+
- lib/LogicalFunction.rb
|
|
219
|
+
- lib/TOCEntry.rb
|
|
220
|
+
- test/test_WorkingHours.rb
|
|
221
|
+
- test/test_Syntax.rb
|
|
222
|
+
- test/test_Limits.rb
|
|
223
|
+
- test/test_Journal.rb
|
|
224
|
+
- test/test_CSV-Reports.rb
|
|
234
225
|
- test/test_CSVFile.rb
|
|
235
|
-
- test/
|
|
236
|
-
- test/test_UTF8String.rb
|
|
226
|
+
- test/test_deep_copy.rb
|
|
237
227
|
- test/test_Query.rb
|
|
238
|
-
- test/
|
|
239
|
-
- test/test_Scheduler.rb
|
|
228
|
+
- test/test_URLParameter.rb
|
|
240
229
|
- test/test_LogicalExpression.rb
|
|
241
|
-
- test/test_deep_copy.rb
|
|
242
|
-
- test/test_TjTime.rb
|
|
243
230
|
- test/test_RichText.rb
|
|
244
|
-
- test/test_Limits.rb
|
|
245
|
-
- test/test_PropertySet.rb
|
|
246
|
-
- test/test_Journal.rb
|
|
247
|
-
- test/test_ShiftAssignments.rb
|
|
248
|
-
- test/test_Project.rb
|
|
249
|
-
- test/test_BatchProcessor.rb
|
|
250
231
|
- test/test_TjpExample.rb
|
|
251
|
-
- test/
|
|
252
|
-
- test/test_ReportGenerator.rb
|
|
253
|
-
- test/test_WorkingHours.rb
|
|
232
|
+
- test/test_Scheduler.rb
|
|
254
233
|
- test/test_ProjectFileScanner.rb
|
|
234
|
+
- test/test_Project.rb
|
|
235
|
+
- test/test_SimpleQueryExpander.rb
|
|
236
|
+
- test/test_BatchProcessor.rb
|
|
237
|
+
- test/test_ShiftAssignments.rb
|
|
255
238
|
- test/test_TextFormatter.rb
|
|
256
239
|
- test/test_RealFormat.rb
|
|
257
|
-
- test/
|
|
240
|
+
- test/test_TjTime.rb
|
|
241
|
+
- test/test_UTF8String.rb
|
|
242
|
+
- test/test_MacroTable.rb
|
|
243
|
+
- test/test_ReportGenerator.rb
|
|
244
|
+
- test/test_PropertySet.rb
|
|
258
245
|
- README
|
|
259
246
|
- COPYING
|
|
260
247
|
- CHANGELOG
|
|
261
|
-
- benchmarks/booking.tjp
|
|
262
|
-
- benchmarks/depends.tjp
|
|
263
248
|
- benchmarks/allocate.tjp
|
|
264
|
-
- benchmarks/
|
|
249
|
+
- benchmarks/UTF-8-Strings.rb
|
|
250
|
+
- benchmarks/depends.tjp
|
|
265
251
|
- benchmarks/runbench.rb
|
|
252
|
+
- benchmarks/booking.tjp
|
|
253
|
+
- benchmarks/htmltaskreport.tjp
|
|
266
254
|
- benchmarks/666tasks.tjp
|
|
267
255
|
- examples/tutorial.tjp
|
|
256
|
+
- manual/fdl
|
|
257
|
+
- manual/Getting_Started
|
|
258
|
+
- manual/Day_To_Day_Juggling
|
|
259
|
+
- manual/The_TaskJuggler_Syntax
|
|
268
260
|
- manual/Intro
|
|
269
261
|
- manual/Rich_Text_Attributes
|
|
270
|
-
- manual/
|
|
262
|
+
- manual/How_To_Contribute
|
|
271
263
|
- manual/Tutorial
|
|
272
|
-
- manual/TaskJuggler_Internals
|
|
273
|
-
- manual/The_TaskJuggler_Syntax
|
|
274
264
|
- manual/Reporting_Bugs
|
|
275
|
-
- manual/fdl
|
|
276
|
-
- manual/How_To_Contribute
|
|
277
265
|
- manual/TaskJuggler_2x_Migration
|
|
278
|
-
- manual/
|
|
279
|
-
- manual/
|
|
266
|
+
- manual/TaskJuggler_Internals
|
|
267
|
+
- manual/Software
|
|
268
|
+
- manual/Installation
|
|
280
269
|
- test/all.rb
|
|
281
270
|
- test/MessageChecker.rb
|
|
282
|
-
- test/TestSuite/
|
|
283
|
-
- test/TestSuite/
|
|
284
|
-
- test/TestSuite/
|
|
285
|
-
- test/TestSuite/
|
|
286
|
-
- test/TestSuite/
|
|
287
|
-
- test/TestSuite/
|
|
288
|
-
- test/TestSuite/
|
|
289
|
-
- test/TestSuite/
|
|
290
|
-
- test/TestSuite/
|
|
291
|
-
- test/TestSuite/Scheduler/Errors/weak_end_dep.tjp
|
|
292
|
-
- test/TestSuite/Scheduler/Errors/effort_no_allocations.tjp
|
|
293
|
-
- test/TestSuite/Scheduler/Errors/ts_no_status_work.tjp
|
|
294
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_3.tjp
|
|
295
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
|
|
296
|
-
- test/TestSuite/Scheduler/Errors/minend.tjp
|
|
297
|
-
- test/TestSuite/Scheduler/Errors/task_depend_self.tjp
|
|
298
|
-
- test/TestSuite/Scheduler/Errors/ts_no_headline1.tjp
|
|
299
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_6.tjp
|
|
300
|
-
- test/TestSuite/Scheduler/Errors/manager_is_group.tjp
|
|
301
|
-
- test/TestSuite/Scheduler/Errors/task_overspecified_3.tjp
|
|
302
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_13.tjp
|
|
303
|
-
- test/TestSuite/Scheduler/Errors/task_underspecified_3.tjp
|
|
304
|
-
- test/TestSuite/Scheduler/Errors/ts_work_too_high.tjp
|
|
305
|
-
- test/TestSuite/Scheduler/Errors/task_overspecified_2.tjp
|
|
306
|
-
- test/TestSuite/Scheduler/Errors/ts_work_too_low.tjp
|
|
307
|
-
- test/TestSuite/Scheduler/Errors/task_depend_child.tjp
|
|
308
|
-
- test/TestSuite/Scheduler/Errors/maxend.tjp
|
|
309
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_4.tjp
|
|
310
|
-
- test/TestSuite/Scheduler/Errors/booking_no_duty.tjp
|
|
311
|
-
- test/TestSuite/Scheduler/Errors/ts_no_remaining.tjp
|
|
312
|
-
- test/TestSuite/Scheduler/Errors/task_depend_parent.tjp
|
|
313
|
-
- test/TestSuite/Scheduler/Errors/task_overspecified_1.tjp
|
|
314
|
-
- test/TestSuite/Scheduler/Errors/task_underspecified_2.tjp
|
|
315
|
-
- test/TestSuite/Scheduler/Errors/container_booking.tjp
|
|
316
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_12.tjp
|
|
317
|
-
- test/TestSuite/Scheduler/Errors/booking_conflict.tjp
|
|
318
|
-
- test/TestSuite/Scheduler/Errors/container_duration.tjp
|
|
319
|
-
- test/TestSuite/Scheduler/Errors/multiple_durations.tjp
|
|
320
|
-
- test/TestSuite/Scheduler/Errors/ts_no_rem_or_end.tjp
|
|
321
|
-
- test/TestSuite/Scheduler/Errors/task_underspecified_1.tjp
|
|
322
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_8.tjp
|
|
323
|
-
- test/TestSuite/Scheduler/Errors/resource_warn_check.tjp
|
|
324
|
-
- test/TestSuite/Scheduler/Errors/ts_res_new_task.tjp
|
|
325
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_7.tjp
|
|
326
|
-
- test/TestSuite/Scheduler/Errors/task_warn_check.tjp
|
|
327
|
-
- test/TestSuite/Scheduler/Errors/no_tasks.tjp
|
|
328
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_2.tjp
|
|
329
|
-
- test/TestSuite/Scheduler/Errors/resource_fail_check.tjp
|
|
330
|
-
- test/TestSuite/Scheduler/Errors/weak_start_dep.tjp
|
|
331
|
-
- test/TestSuite/Scheduler/Errors/task_depend_unknown.tjp
|
|
332
|
-
- test/TestSuite/Scheduler/Errors/ts_no_work.tjp
|
|
333
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_1.tjp
|
|
334
|
-
- test/TestSuite/Scheduler/Errors/maxstart.tjp
|
|
335
|
-
- test/TestSuite/Scheduler/Errors/milestone_start_end.tjp
|
|
336
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_5.tjp
|
|
337
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_9.tjp
|
|
338
|
-
- test/TestSuite/Scheduler/Errors/minstart.tjp
|
|
339
|
-
- test/TestSuite/Scheduler/Errors/ts_alert1_more_details.tjp
|
|
340
|
-
- test/TestSuite/Scheduler/Errors/manager_is_self.tjp
|
|
341
|
-
- test/TestSuite/Scheduler/Errors/milestone_booking.tjp
|
|
342
|
-
- test/TestSuite/Scheduler/Errors/loop_detected_14.tjp
|
|
343
|
-
- test/TestSuite/Scheduler/Errors/booking_on_vacation.tjp
|
|
344
|
-
- test/TestSuite/Scheduler/Correct/Container.tjp
|
|
345
|
-
- test/TestSuite/Scheduler/Correct/Allocate.tjp
|
|
346
|
-
- test/TestSuite/Scheduler/Correct/Shift.tjp
|
|
347
|
-
- test/TestSuite/Scheduler/Correct/Booking2.html
|
|
348
|
-
- test/TestSuite/Scheduler/Correct/TimeSheet2.html
|
|
349
|
-
- test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp
|
|
350
|
-
- test/TestSuite/Scheduler/Correct/Duration.tjp
|
|
351
|
-
- test/TestSuite/Scheduler/Correct/icons/task.png
|
|
352
|
-
- test/TestSuite/Scheduler/Correct/icons/trend-flat.png
|
|
353
|
-
- test/TestSuite/Scheduler/Correct/icons/trend-up.png
|
|
354
|
-
- test/TestSuite/Scheduler/Correct/icons/flag-yellow.png
|
|
355
|
-
- test/TestSuite/Scheduler/Correct/icons/flag-green.png
|
|
356
|
-
- test/TestSuite/Scheduler/Correct/icons/resource.png
|
|
357
|
-
- test/TestSuite/Scheduler/Correct/icons/resourcegroup.png
|
|
358
|
-
- test/TestSuite/Scheduler/Correct/icons/trend-down.png
|
|
359
|
-
- test/TestSuite/Scheduler/Correct/icons/flag-red.png
|
|
360
|
-
- test/TestSuite/Scheduler/Correct/icons/details.png
|
|
361
|
-
- test/TestSuite/Scheduler/Correct/icons/taskgroup.png
|
|
362
|
-
- test/TestSuite/Scheduler/Correct/Mandatory.tjp
|
|
363
|
-
- test/TestSuite/Scheduler/Correct/Optimize-3.tjp
|
|
364
|
-
- test/TestSuite/Scheduler/Correct/Booking2.tjp
|
|
365
|
-
- test/TestSuite/Scheduler/Correct/Shift2.html
|
|
366
|
-
- test/TestSuite/Scheduler/Correct/TimeSheet2.tjp
|
|
367
|
-
- test/TestSuite/Scheduler/Correct/Container.html
|
|
368
|
-
- test/TestSuite/Scheduler/Correct/checks.tji
|
|
369
|
-
- test/TestSuite/Scheduler/Correct/Precedes.tjp
|
|
370
|
-
- test/TestSuite/Scheduler/Correct/Optimize-5.tjp
|
|
371
|
-
- test/TestSuite/Scheduler/Correct/Optimize-1.tjp
|
|
372
|
-
- test/TestSuite/Scheduler/Correct/Optimize-4.tjp
|
|
373
|
-
- test/TestSuite/Scheduler/Correct/MultipleMandatories.tjp
|
|
374
|
-
- test/TestSuite/Scheduler/Correct/css/tjmanual.css
|
|
375
|
-
- test/TestSuite/Scheduler/Correct/css/tjreport.css
|
|
376
|
-
- test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp
|
|
377
|
-
- test/TestSuite/Scheduler/Correct/Depends.tjp
|
|
378
|
-
- test/TestSuite/Scheduler/Correct/Shift2.tjp
|
|
379
|
-
- test/TestSuite/Scheduler/Correct/Limits.tjp
|
|
380
|
-
- test/TestSuite/Scheduler/Correct/Shift.html
|
|
381
|
-
- test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js
|
|
382
|
-
- test/TestSuite/Scheduler/Correct/Booking.tjp
|
|
383
|
-
- test/TestSuite/Scheduler/Correct/Optimize-2.tjp
|
|
384
|
-
- test/TestSuite/Scheduler/Correct/Manager.tjp
|
|
385
|
-
- test/TestSuite/Scheduler/Correct/Container-2.tjp
|
|
386
|
-
- test/TestSuite/StatusSheets/project.tjp
|
|
387
|
-
- test/TestSuite/StatusSheets/dev2_mail
|
|
388
|
-
- test/TestSuite/StatusSheets/boss.tji
|
|
389
|
-
- test/TestSuite/StatusSheets/run
|
|
390
|
-
- test/TestSuite/StatusSheets/boss_mail
|
|
391
|
-
- test/TestSuite/HTML-Reports/icons/task.png
|
|
392
|
-
- test/TestSuite/HTML-Reports/icons/trend-flat.png
|
|
393
|
-
- test/TestSuite/HTML-Reports/icons/trend-up.png
|
|
394
|
-
- test/TestSuite/HTML-Reports/icons/flag-yellow.png
|
|
395
|
-
- test/TestSuite/HTML-Reports/icons/flag-green.png
|
|
396
|
-
- test/TestSuite/HTML-Reports/icons/resource.png
|
|
397
|
-
- test/TestSuite/HTML-Reports/icons/resourcegroup.png
|
|
398
|
-
- test/TestSuite/HTML-Reports/icons/trend-down.png
|
|
399
|
-
- test/TestSuite/HTML-Reports/icons/flag-red.png
|
|
400
|
-
- test/TestSuite/HTML-Reports/icons/details.png
|
|
401
|
-
- test/TestSuite/HTML-Reports/icons/taskgroup.png
|
|
402
|
-
- test/TestSuite/HTML-Reports/UDAQuery.tjp
|
|
403
|
-
- test/TestSuite/HTML-Reports/reference.html
|
|
404
|
-
- test/TestSuite/HTML-Reports/depArrows.tjp
|
|
405
|
-
- test/TestSuite/HTML-Reports/TimeSheet.tjp
|
|
406
|
-
- test/TestSuite/HTML-Reports/Query.tjp
|
|
407
|
-
- test/TestSuite/HTML-Reports/TimeSheet.html
|
|
408
|
-
- test/TestSuite/HTML-Reports/ColumnPeriods.tjp
|
|
409
|
-
- test/TestSuite/HTML-Reports/Sorting.tjp
|
|
410
|
-
- test/TestSuite/HTML-Reports/CellText.tjp
|
|
411
|
-
- test/TestSuite/HTML-Reports/css/tjmanual.css
|
|
412
|
-
- test/TestSuite/HTML-Reports/css/tjreport.css
|
|
413
|
-
- test/TestSuite/HTML-Reports/Alerts.tjp
|
|
414
|
-
- test/TestSuite/HTML-Reports/reference.tjp
|
|
415
|
-
- test/TestSuite/HTML-Reports/IsOngoing.tjp
|
|
416
|
-
- test/TestSuite/HTML-Reports/scripts/wz_tooltip.js
|
|
417
|
-
- test/TestSuite/Syntax/Errors/leaf_resource_id_expected.tjp
|
|
418
|
-
- test/TestSuite/Syntax/Errors/bad_timing_res.tjp
|
|
419
|
-
- test/TestSuite/Syntax/Errors/bad_include.tjp
|
|
420
|
-
- test/TestSuite/Syntax/Errors/operand_attribute.tjp
|
|
421
|
-
- test/TestSuite/Syntax/Errors/sorting_crit_exptd2.tjp
|
|
422
|
-
- test/TestSuite/Syntax/Errors/task_exists.tjp
|
|
423
|
-
- test/TestSuite/Syntax/Errors/include_recursion.tji
|
|
424
|
-
- test/TestSuite/Syntax/Errors/task_without_chargeset.tjp
|
|
425
|
-
- test/TestSuite/Syntax/Errors/effort_zero.tjp
|
|
426
|
-
- test/TestSuite/Syntax/Errors/shift_exists.tjp
|
|
427
|
-
- test/TestSuite/Syntax/Errors/junk_after_cut.tjp
|
|
428
|
-
- test/TestSuite/Syntax/Errors/purge_unknown_id.tjp
|
|
429
|
-
- test/TestSuite/Syntax/Errors/shift_id_expected.tjp
|
|
430
|
-
- test/TestSuite/Syntax/Errors/too_large_timing_res.tjp
|
|
271
|
+
- test/TestSuite/TimeSheets/run
|
|
272
|
+
- test/TestSuite/TimeSheets/dev2_mail1
|
|
273
|
+
- test/TestSuite/TimeSheets/dev2_mail2
|
|
274
|
+
- test/TestSuite/TimeSheets/project.tjp
|
|
275
|
+
- test/TestSuite/TimeSheets/resrep.tji
|
|
276
|
+
- test/TestSuite/TimeSheets/statussheets.log
|
|
277
|
+
- test/TestSuite/TimeSheets/ts.tji
|
|
278
|
+
- test/TestSuite/TimeSheets/acceptable_intervals
|
|
279
|
+
- test/TestSuite/TimeSheets/tsdef.tji
|
|
431
280
|
- test/TestSuite/Syntax/Errors/resource_exists.tjp
|
|
432
|
-
- test/TestSuite/Syntax/Errors/
|
|
433
|
-
- test/TestSuite/Syntax/Errors/sort_direction.tjp
|
|
434
|
-
- test/TestSuite/Syntax/Errors/chargeset_master.tjp
|
|
435
|
-
- test/TestSuite/Syntax/Errors/overtime_range.tjp
|
|
436
|
-
- test/TestSuite/Syntax/Errors/purge_no_list.tjp
|
|
281
|
+
- test/TestSuite/Syntax/Errors/cost_acct_no_top.tjp
|
|
437
282
|
- test/TestSuite/Syntax/Errors/operand_unkn_scen.tjp
|
|
438
|
-
- test/TestSuite/Syntax/Errors/
|
|
439
|
-
- test/TestSuite/Syntax/Errors/
|
|
440
|
-
- test/TestSuite/Syntax/Errors/task_priority.tjp
|
|
441
|
-
- test/TestSuite/Syntax/Errors/booking_milestone.tjp
|
|
442
|
-
- test/TestSuite/Syntax/Errors/bad_time_zone.tjp
|
|
443
|
-
- test/TestSuite/Syntax/Errors/extend_id_cap.tjp
|
|
444
|
-
- test/TestSuite/Syntax/Errors/booking_group.tjp
|
|
445
|
-
- test/TestSuite/Syntax/Errors/container_attribute.tjp
|
|
283
|
+
- test/TestSuite/Syntax/Errors/effort_zero.tjp
|
|
284
|
+
- test/TestSuite/Syntax/Errors/unknown_task.tjp
|
|
446
285
|
- test/TestSuite/Syntax/Errors/ts_summary_too_long.tjp
|
|
447
|
-
- test/TestSuite/Syntax/Errors/booking_no_leaf.tjp
|
|
448
|
-
- test/TestSuite/Syntax/Errors/interval_end_in_range.tjp
|
|
449
|
-
- test/TestSuite/Syntax/Errors/report_exists.tjp
|
|
450
|
-
- test/TestSuite/Syntax/Errors/ts_default_details.tjp
|
|
451
286
|
- test/TestSuite/Syntax/Errors/sloppy_range.tjp
|
|
452
|
-
- test/TestSuite/Syntax/Errors/
|
|
287
|
+
- test/TestSuite/Syntax/Errors/bad_include.tjp
|
|
288
|
+
- test/TestSuite/Syntax/Errors/booking_group.tjp
|
|
289
|
+
- test/TestSuite/Syntax/Errors/container_attribute.tjp
|
|
290
|
+
- test/TestSuite/Syntax/Errors/unknown_projectid.tjp
|
|
291
|
+
- test/TestSuite/Syntax/Errors/bad_time_zone.tjp
|
|
292
|
+
- test/TestSuite/Syntax/Errors/task_without_chargeset.tjp
|
|
293
|
+
- test/TestSuite/Syntax/Errors/no_token_match1.tjp
|
|
294
|
+
- test/TestSuite/Syntax/Errors/no_token_match2.tjp
|
|
295
|
+
- test/TestSuite/Syntax/Errors/no_token_match3.tjp
|
|
296
|
+
- test/TestSuite/Syntax/Errors/no_token_match4.tjp
|
|
453
297
|
- test/TestSuite/Syntax/Errors/no_token_match5.tjp
|
|
298
|
+
- test/TestSuite/Syntax/Errors/operand_attribute.tjp
|
|
299
|
+
- test/TestSuite/Syntax/Errors/date_in_range.tjp
|
|
300
|
+
- test/TestSuite/Syntax/Errors/junk_after_cut.tjp
|
|
301
|
+
- test/TestSuite/Syntax/Errors/shift_assignment_overlap.tjp
|
|
302
|
+
- test/TestSuite/Syntax/Errors/report_exists.tjp
|
|
303
|
+
- test/TestSuite/Syntax/Errors/include_recursion.tji
|
|
454
304
|
- test/TestSuite/Syntax/Errors/include_recursion.tjp
|
|
455
|
-
- test/TestSuite/Syntax/Errors/
|
|
456
|
-
- test/TestSuite/Syntax/Errors/
|
|
457
|
-
- test/TestSuite/Syntax/Errors/
|
|
458
|
-
- test/TestSuite/Syntax/Errors/
|
|
305
|
+
- test/TestSuite/Syntax/Errors/macro_stack_overflow.tjp
|
|
306
|
+
- test/TestSuite/Syntax/Errors/sorting_wbs.tjp
|
|
307
|
+
- test/TestSuite/Syntax/Errors/ts_no_headline2.tjp
|
|
308
|
+
- test/TestSuite/Syntax/Errors/booking_milestone.tjp
|
|
309
|
+
- test/TestSuite/Syntax/Errors/scenario_exists.tjp
|
|
459
310
|
- test/TestSuite/Syntax/Errors/misaligned_date.tjp
|
|
311
|
+
- test/TestSuite/Syntax/Errors/ts_default_summary.tjp
|
|
312
|
+
- test/TestSuite/Syntax/Errors/ts_default_details.tjp
|
|
313
|
+
- test/TestSuite/Syntax/Errors/task_complete.tjp
|
|
314
|
+
- test/TestSuite/Syntax/Errors/chargeset_master.tjp
|
|
460
315
|
- test/TestSuite/Syntax/Errors/start_before_end1.tjp
|
|
461
|
-
- test/TestSuite/Syntax/Errors/
|
|
462
|
-
- test/TestSuite/Syntax/Errors/
|
|
463
|
-
- test/TestSuite/Syntax/Errors/not_scheduled.tjp
|
|
464
|
-
- test/TestSuite/Syntax/Errors/interval_start_in_range.tjp
|
|
465
|
-
- test/TestSuite/Syntax/Errors/unknown_projectid.tjp
|
|
316
|
+
- test/TestSuite/Syntax/Errors/start_before_end2.tjp
|
|
317
|
+
- test/TestSuite/Syntax/Errors/chargeset.tjp
|
|
466
318
|
- test/TestSuite/Syntax/Errors/navigator_exists.tjp
|
|
467
|
-
- test/TestSuite/Syntax/Errors/
|
|
468
|
-
- test/TestSuite/Syntax/Errors/
|
|
469
|
-
- test/TestSuite/Syntax/Errors/
|
|
470
|
-
- test/TestSuite/Syntax/Errors/
|
|
319
|
+
- test/TestSuite/Syntax/Errors/interval_start_in_range.tjp
|
|
320
|
+
- test/TestSuite/Syntax/Errors/purge_no_list.tjp
|
|
321
|
+
- test/TestSuite/Syntax/Errors/undecl_flag.tjp
|
|
322
|
+
- test/TestSuite/Syntax/Errors/unsupported_token.tjp
|
|
323
|
+
- test/TestSuite/Syntax/Errors/report_start.tjp
|
|
471
324
|
- test/TestSuite/Syntax/Errors/operand_unkn_flag.tjp
|
|
472
|
-
- test/TestSuite/Syntax/Errors/
|
|
473
|
-
- test/TestSuite/Syntax/Errors/
|
|
474
|
-
- test/TestSuite/Syntax/Errors/
|
|
475
|
-
- test/TestSuite/Syntax/Errors/
|
|
476
|
-
- test/TestSuite/Syntax/Errors/
|
|
477
|
-
- test/TestSuite/Syntax/Errors/
|
|
325
|
+
- test/TestSuite/Syntax/Errors/ts_bad_priority.tjp
|
|
326
|
+
- test/TestSuite/Syntax/Errors/bad_timing_res.tjp
|
|
327
|
+
- test/TestSuite/Syntax/Errors/ts_end_too_early.tjp
|
|
328
|
+
- test/TestSuite/Syntax/Errors/purge_unknown_id.tjp
|
|
329
|
+
- test/TestSuite/Syntax/Errors/unknown_scenario_id.tjp
|
|
330
|
+
- test/TestSuite/Syntax/Errors/time_interval.tjp
|
|
331
|
+
- test/TestSuite/Syntax/Errors/not_scheduled.tjp
|
|
332
|
+
- test/TestSuite/Syntax/Errors/booking_no_leaf.tjp
|
|
478
333
|
- test/TestSuite/Syntax/Errors/report_end.tjp
|
|
479
|
-
- test/TestSuite/Syntax/Errors/
|
|
480
|
-
- test/TestSuite/Syntax/Errors/
|
|
334
|
+
- test/TestSuite/Syntax/Errors/unknown_scenario_idx.tjp
|
|
335
|
+
- test/TestSuite/Syntax/Errors/shift_id_expected.tjp
|
|
336
|
+
- test/TestSuite/Syntax/Errors/empty.tjp
|
|
337
|
+
- test/TestSuite/Syntax/Errors/sort_direction.tjp
|
|
481
338
|
- test/TestSuite/Syntax/Errors/ts_duplicate_task.tjp
|
|
339
|
+
- test/TestSuite/Syntax/Errors/sort_unknown_scen.tjp
|
|
340
|
+
- test/TestSuite/Syntax/Errors/overtime_range.tjp
|
|
341
|
+
- test/TestSuite/Syntax/Errors/too_many_bangs.tjp
|
|
342
|
+
- test/TestSuite/Syntax/Errors/rev_acct_no_top.tjp
|
|
343
|
+
- test/TestSuite/Syntax/Errors/leaf_resource_id_expected.tjp
|
|
344
|
+
- test/TestSuite/Syntax/Errors/shift_exists.tjp
|
|
345
|
+
- test/TestSuite/Syntax/Errors/task_exists.tjp
|
|
482
346
|
- test/TestSuite/Syntax/Errors/resource_id_expected.tjp
|
|
483
|
-
- test/TestSuite/Syntax/Errors/
|
|
484
|
-
- test/TestSuite/Syntax/Errors/
|
|
485
|
-
- test/TestSuite/Syntax/Errors/
|
|
486
|
-
- test/TestSuite/Syntax/Errors/
|
|
487
|
-
- test/TestSuite/Syntax/Errors/
|
|
488
|
-
- test/TestSuite/Syntax/Errors/
|
|
489
|
-
- test/TestSuite/Syntax/Errors/
|
|
490
|
-
- test/TestSuite/Syntax/Errors/
|
|
491
|
-
- test/TestSuite/Syntax/
|
|
492
|
-
- test/TestSuite/Syntax/Correct/
|
|
347
|
+
- test/TestSuite/Syntax/Errors/interval_end_in_range.tjp
|
|
348
|
+
- test/TestSuite/Syntax/Errors/task_priority.tjp
|
|
349
|
+
- test/TestSuite/Syntax/Errors/extend_id_cap.tjp
|
|
350
|
+
- test/TestSuite/Syntax/Errors/ts_headline_too_long.tjp
|
|
351
|
+
- test/TestSuite/Syntax/Errors/too_large_timing_res.tjp
|
|
352
|
+
- test/TestSuite/Syntax/Errors/sorting_crit_exptd1.tjp
|
|
353
|
+
- test/TestSuite/Syntax/Errors/sorting_crit_exptd2.tjp
|
|
354
|
+
- test/TestSuite/Syntax/Errors/cost_rev_same.tjp
|
|
355
|
+
- test/TestSuite/Syntax/Correct/css/tjmanual.css
|
|
356
|
+
- test/TestSuite/Syntax/Correct/css/tjreport.css
|
|
357
|
+
- test/TestSuite/Syntax/Correct/CustomAttributes.tjp
|
|
358
|
+
- test/TestSuite/Syntax/Correct/Comments.tjp
|
|
493
359
|
- test/TestSuite/Syntax/Correct/Shift.tjp
|
|
494
|
-
- test/TestSuite/Syntax/Correct/
|
|
495
|
-
- test/TestSuite/Syntax/Correct/HtmlTaskReport.tjp
|
|
496
|
-
- test/TestSuite/Syntax/Correct/Persistent.tjp
|
|
497
|
-
- test/TestSuite/Syntax/Correct/icons/task.png
|
|
498
|
-
- test/TestSuite/Syntax/Correct/icons/trend-flat.png
|
|
499
|
-
- test/TestSuite/Syntax/Correct/icons/trend-up.png
|
|
500
|
-
- test/TestSuite/Syntax/Correct/icons/flag-yellow.png
|
|
501
|
-
- test/TestSuite/Syntax/Correct/icons/flag-green.png
|
|
360
|
+
- test/TestSuite/Syntax/Correct/icons/trend-down.png
|
|
502
361
|
- test/TestSuite/Syntax/Correct/icons/resource.png
|
|
503
362
|
- test/TestSuite/Syntax/Correct/icons/resourcegroup.png
|
|
504
|
-
- test/TestSuite/Syntax/Correct/icons/trend-
|
|
505
|
-
- test/TestSuite/Syntax/Correct/icons/flag-red.png
|
|
363
|
+
- test/TestSuite/Syntax/Correct/icons/trend-flat.png
|
|
506
364
|
- test/TestSuite/Syntax/Correct/icons/details.png
|
|
507
365
|
- test/TestSuite/Syntax/Correct/icons/taskgroup.png
|
|
508
|
-
- test/TestSuite/Syntax/Correct/
|
|
509
|
-
- test/TestSuite/Syntax/Correct/
|
|
510
|
-
- test/TestSuite/Syntax/Correct/
|
|
511
|
-
- test/TestSuite/Syntax/Correct/
|
|
512
|
-
- test/TestSuite/Syntax/Correct/
|
|
513
|
-
- test/TestSuite/Syntax/Correct/
|
|
514
|
-
- test/TestSuite/Syntax/Correct/ResourcePrefix.html
|
|
515
|
-
- test/TestSuite/Syntax/Correct/Export.tjp
|
|
516
|
-
- test/TestSuite/Syntax/Correct/Numberformat.tjp
|
|
517
|
-
- test/TestSuite/Syntax/Correct/Priority.tjp
|
|
518
|
-
- test/TestSuite/Syntax/Correct/Macro-1.tjp
|
|
519
|
-
- test/TestSuite/Syntax/Correct/CriticalPath.tjp
|
|
520
|
-
- test/TestSuite/Syntax/Correct/Limits-1.tjp
|
|
521
|
-
- test/TestSuite/Syntax/Correct/Celltext.tjp
|
|
522
|
-
- test/TestSuite/Syntax/Correct/AutoID.tjp
|
|
523
|
-
- test/TestSuite/Syntax/Correct/Reports.tjp
|
|
524
|
-
- test/TestSuite/Syntax/Correct/Caption.tjp
|
|
525
|
-
- test/TestSuite/Syntax/Correct/Period.tjp
|
|
526
|
-
- test/TestSuite/Syntax/Correct/Comments.tjp
|
|
527
|
-
- test/TestSuite/Syntax/Correct/Timezone.tjp
|
|
366
|
+
- test/TestSuite/Syntax/Correct/icons/flag-yellow.png
|
|
367
|
+
- test/TestSuite/Syntax/Correct/icons/trend-up.png
|
|
368
|
+
- test/TestSuite/Syntax/Correct/icons/task.png
|
|
369
|
+
- test/TestSuite/Syntax/Correct/icons/flag-red.png
|
|
370
|
+
- test/TestSuite/Syntax/Correct/icons/flag-green.png
|
|
371
|
+
- test/TestSuite/Syntax/Correct/tutorial.tjp
|
|
528
372
|
- test/TestSuite/Syntax/Correct/Scenario.tjp
|
|
373
|
+
- test/TestSuite/Syntax/Correct/Alternative.tjp
|
|
374
|
+
- test/TestSuite/Syntax/Correct/Scheduling.tjp
|
|
375
|
+
- test/TestSuite/Syntax/Correct/LogicalExpression.tjp
|
|
376
|
+
- test/TestSuite/Syntax/Correct/AutoMacros.tjp
|
|
377
|
+
- test/TestSuite/Syntax/Correct/Timezone.tjp
|
|
378
|
+
- test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js
|
|
379
|
+
- test/TestSuite/Syntax/Correct/Limits-1.tjp
|
|
380
|
+
- test/TestSuite/Syntax/Correct/Booking.tjp
|
|
381
|
+
- test/TestSuite/Syntax/Correct/ResourcePrefix.tji
|
|
382
|
+
- test/TestSuite/Syntax/Correct/ResourcePrefix.tjp
|
|
383
|
+
- test/TestSuite/Syntax/Correct/TaskRoot.tjp
|
|
384
|
+
- test/TestSuite/Syntax/Correct/Macro-1.tjp
|
|
529
385
|
- test/TestSuite/Syntax/Correct/Durations.tjp
|
|
530
386
|
- test/TestSuite/Syntax/Correct/Macro-2.tjp
|
|
531
|
-
- test/TestSuite/Syntax/Correct/
|
|
387
|
+
- test/TestSuite/Syntax/Correct/Macro-3.tjp
|
|
388
|
+
- test/TestSuite/Syntax/Correct/Select.tjp
|
|
389
|
+
- test/TestSuite/Syntax/Correct/String.tjp
|
|
390
|
+
- test/TestSuite/Syntax/Correct/Responsible.tjp
|
|
391
|
+
- test/TestSuite/Syntax/Correct/Vacation.tjp
|
|
392
|
+
- test/TestSuite/Syntax/Correct/Priority.tjp
|
|
393
|
+
- test/TestSuite/Syntax/Correct/CompletedWork.tji
|
|
394
|
+
- test/TestSuite/Syntax/Correct/TimeSheet1.tjp
|
|
532
395
|
- test/TestSuite/Syntax/Correct/Query.tjp
|
|
533
|
-
- test/TestSuite/Syntax/Correct/
|
|
534
|
-
- test/TestSuite/Syntax/Correct/
|
|
535
|
-
- test/TestSuite/Syntax/Correct/
|
|
536
|
-
- test/TestSuite/Syntax/Correct/
|
|
537
|
-
- test/TestSuite/Syntax/Correct/
|
|
538
|
-
- test/TestSuite/Syntax/Correct/
|
|
396
|
+
- test/TestSuite/Syntax/Correct/HtmlTaskReport.tjp
|
|
397
|
+
- test/TestSuite/Syntax/Correct/Journal.tjp
|
|
398
|
+
- test/TestSuite/Syntax/Correct/StatusSheet.tjp
|
|
399
|
+
- test/TestSuite/Syntax/Correct/Milestone.tjp
|
|
400
|
+
- test/TestSuite/Syntax/Correct/Include.tjp
|
|
401
|
+
- test/TestSuite/Syntax/Correct/Managers.html
|
|
539
402
|
- test/TestSuite/Syntax/Correct/Freeze.tjp
|
|
403
|
+
- test/TestSuite/Syntax/Correct/Numberformat.tjp
|
|
404
|
+
- test/TestSuite/Syntax/Correct/Mandatory.tjp
|
|
540
405
|
- test/TestSuite/Syntax/Correct/Currencyformat.tjp
|
|
541
|
-
- test/TestSuite/Syntax/Correct/
|
|
542
|
-
- test/TestSuite/Syntax/Correct/
|
|
543
|
-
- test/TestSuite/Syntax/Correct/Simple.tjp
|
|
544
|
-
- test/TestSuite/Syntax/Correct/String.tjp
|
|
545
|
-
- test/TestSuite/Syntax/Correct/TaskRoot.tjp
|
|
546
|
-
- test/TestSuite/Syntax/Correct/css/tjmanual.css
|
|
547
|
-
- test/TestSuite/Syntax/Correct/css/tjreport.css
|
|
548
|
-
- test/TestSuite/Syntax/Correct/Flags.tjp
|
|
549
|
-
- test/TestSuite/Syntax/Correct/Project.tjp
|
|
550
|
-
- test/TestSuite/Syntax/Correct/Scheduling.tjp
|
|
551
|
-
- test/TestSuite/Syntax/Correct/StatusSheet.tjp
|
|
406
|
+
- test/TestSuite/Syntax/Correct/Resource.tjp
|
|
407
|
+
- test/TestSuite/Syntax/Correct/Persistent.tjp
|
|
552
408
|
- test/TestSuite/Syntax/Correct/MinMax.tjp
|
|
553
|
-
- test/TestSuite/Syntax/Correct/
|
|
554
|
-
- test/TestSuite/Syntax/Correct/Include.tjp
|
|
409
|
+
- test/TestSuite/Syntax/Correct/Caption.tjp
|
|
555
410
|
- test/TestSuite/Syntax/Correct/ProjectIDs.tjp
|
|
556
|
-
- test/TestSuite/Syntax/Correct/
|
|
557
|
-
- test/TestSuite/Syntax/Correct/TimeSheet1.tjp
|
|
558
|
-
- test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js
|
|
559
|
-
- test/TestSuite/Syntax/Correct/AutoMacros.tjp
|
|
560
|
-
- test/TestSuite/Syntax/Correct/Journal.tjp
|
|
411
|
+
- test/TestSuite/Syntax/Correct/Supplement.tjp
|
|
561
412
|
- test/TestSuite/Syntax/Correct/Efficiency.tjp
|
|
562
|
-
- test/TestSuite/Syntax/Correct/
|
|
563
|
-
- test/TestSuite/Syntax/Correct/
|
|
564
|
-
- test/TestSuite/Syntax/Correct/
|
|
565
|
-
- test/TestSuite/Syntax/Correct/
|
|
413
|
+
- test/TestSuite/Syntax/Correct/Celltext.tjp
|
|
414
|
+
- test/TestSuite/Syntax/Correct/Export.tjp
|
|
415
|
+
- test/TestSuite/Syntax/Correct/Allocate-1.tjp
|
|
416
|
+
- test/TestSuite/Syntax/Correct/CriticalPath.tjp
|
|
417
|
+
- test/TestSuite/Syntax/Correct/Gap.tjp
|
|
418
|
+
- test/TestSuite/Syntax/Correct/TimeFrame.tjp
|
|
419
|
+
- test/TestSuite/Syntax/Correct/Complete.tjp
|
|
420
|
+
- test/TestSuite/Syntax/Correct/Precedes1.tjp
|
|
421
|
+
- test/TestSuite/Syntax/Correct/manual2example.rb
|
|
422
|
+
- test/TestSuite/Syntax/Correct/AutoID.tjp
|
|
423
|
+
- test/TestSuite/Syntax/Correct/Niku.tjp
|
|
424
|
+
- test/TestSuite/Syntax/Correct/Account.tjp
|
|
425
|
+
- test/TestSuite/Syntax/Correct/Simple.tjp
|
|
426
|
+
- test/TestSuite/Syntax/Correct/Reports.tjp
|
|
427
|
+
- test/TestSuite/Syntax/Correct/LogicalFunction.tjp
|
|
428
|
+
- test/TestSuite/Syntax/Correct/LoadUnits.tjp
|
|
429
|
+
- test/TestSuite/Syntax/Correct/include/dir1/file2.tji
|
|
430
|
+
- test/TestSuite/Syntax/Correct/include/dir1/file5.tji
|
|
431
|
+
- test/TestSuite/Syntax/Correct/include/dir2/file3.tji
|
|
566
432
|
- test/TestSuite/Syntax/Correct/include/dir3/all.tji
|
|
567
433
|
- test/TestSuite/Syntax/Correct/include/dir3/file1.tji
|
|
568
434
|
- test/TestSuite/Syntax/Correct/include/dir3/file2.tji
|
|
569
|
-
- test/TestSuite/Syntax/Correct/include/
|
|
570
|
-
- test/TestSuite/Syntax/Correct/
|
|
571
|
-
- test/TestSuite/Syntax/Correct/include/dir2/file3.tji
|
|
572
|
-
- test/TestSuite/Syntax/Correct/TimeFrame.tjp
|
|
573
|
-
- test/TestSuite/Syntax/Correct/CompletedWork.tji
|
|
435
|
+
- test/TestSuite/Syntax/Correct/include/file1.tji
|
|
436
|
+
- test/TestSuite/Syntax/Correct/Flags.tjp
|
|
574
437
|
- test/TestSuite/Syntax/Correct/Manager.tjp
|
|
575
|
-
- test/TestSuite/Syntax/Correct/
|
|
576
|
-
- test/TestSuite/Syntax/Correct/
|
|
577
|
-
- test/TestSuite/Syntax/Correct/
|
|
578
|
-
- test/TestSuite/
|
|
579
|
-
- test/TestSuite/
|
|
580
|
-
- test/TestSuite/
|
|
581
|
-
- test/TestSuite/
|
|
438
|
+
- test/TestSuite/Syntax/Correct/Period.tjp
|
|
439
|
+
- test/TestSuite/Syntax/Correct/Project.tjp
|
|
440
|
+
- test/TestSuite/Syntax/Correct/Depends1.tjp
|
|
441
|
+
- test/TestSuite/ReportGenerator/Errors/css/tjmanual.css
|
|
442
|
+
- test/TestSuite/ReportGenerator/Errors/css/tjreport.css
|
|
443
|
+
- test/TestSuite/ReportGenerator/Errors/icons/trend-down.png
|
|
444
|
+
- test/TestSuite/ReportGenerator/Errors/icons/resource.png
|
|
445
|
+
- test/TestSuite/ReportGenerator/Errors/icons/resourcegroup.png
|
|
446
|
+
- test/TestSuite/ReportGenerator/Errors/icons/trend-flat.png
|
|
447
|
+
- test/TestSuite/ReportGenerator/Errors/icons/details.png
|
|
448
|
+
- test/TestSuite/ReportGenerator/Errors/icons/taskgroup.png
|
|
449
|
+
- test/TestSuite/ReportGenerator/Errors/icons/flag-yellow.png
|
|
450
|
+
- test/TestSuite/ReportGenerator/Errors/icons/trend-up.png
|
|
451
|
+
- test/TestSuite/ReportGenerator/Errors/icons/task.png
|
|
452
|
+
- test/TestSuite/ReportGenerator/Errors/icons/flag-red.png
|
|
453
|
+
- test/TestSuite/ReportGenerator/Errors/icons/flag-green.png
|
|
454
|
+
- test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.html
|
|
455
|
+
- test/TestSuite/ReportGenerator/Errors/scripts/wz_tooltip.js
|
|
456
|
+
- test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.tjp
|
|
457
|
+
- test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions1-1.csv
|
|
458
|
+
- test/TestSuite/ReportGenerator/Correct/refs/Macros-1.csv
|
|
459
|
+
- test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions2-1.csv
|
|
460
|
+
- test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv
|
|
461
|
+
- test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv
|
|
462
|
+
- test/TestSuite/ReportGenerator/Correct/Macros.tjp
|
|
463
|
+
- test/TestSuite/ReportGenerator/Correct/Journal.tjp
|
|
464
|
+
- test/TestSuite/ReportGenerator/Correct/Alerts.tjp
|
|
465
|
+
- test/TestSuite/ReportGenerator/Correct/LogicalFunctions1.tjp
|
|
466
|
+
- test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.tjp
|
|
582
467
|
- test/TestSuite/CSV-Reports/celltext-Reference.csv
|
|
468
|
+
- test/TestSuite/CSV-Reports/sortBy_effort.up-Reference.csv
|
|
469
|
+
- test/TestSuite/CSV-Reports/sortBy_effort.up.tjp
|
|
470
|
+
- test/TestSuite/CSV-Reports/taskreport-Reference.csv
|
|
583
471
|
- test/TestSuite/CSV-Reports/celltext.tjp
|
|
584
|
-
- test/TestSuite/CSV-Reports/
|
|
472
|
+
- test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp
|
|
473
|
+
- test/TestSuite/CSV-Reports/project-1.tji
|
|
585
474
|
- test/TestSuite/CSV-Reports/sortBy_duration.down.tjp
|
|
586
|
-
- test/TestSuite/CSV-Reports/
|
|
587
|
-
- test/TestSuite/CSV-Reports/
|
|
475
|
+
- test/TestSuite/CSV-Reports/sortBy_plan.start.down-Reference.csv
|
|
476
|
+
- test/TestSuite/CSV-Reports/sortBy_duration.down-Reference.csv
|
|
588
477
|
- test/TestSuite/CSV-Reports/resourcereport_with_tasks-Reference.csv
|
|
478
|
+
- test/TestSuite/CSV-Reports/sortByTree.tjp
|
|
479
|
+
- test/TestSuite/CSV-Reports/taskreport_with_resources.tjp
|
|
589
480
|
- test/TestSuite/CSV-Reports/genrefs
|
|
590
|
-
- test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp
|
|
591
481
|
- test/TestSuite/CSV-Reports/resourcereport.tjp
|
|
592
|
-
- test/TestSuite/CSV-Reports/
|
|
593
|
-
- test/TestSuite/CSV-Reports/
|
|
482
|
+
- test/TestSuite/CSV-Reports/resourcereport-Reference.csv
|
|
483
|
+
- test/TestSuite/CSV-Reports/taskreport.tjp
|
|
594
484
|
- test/TestSuite/CSV-Reports/sortByTree-Reference.csv
|
|
595
|
-
- test/TestSuite/CSV-Reports/
|
|
596
|
-
- test/TestSuite/CSV-Reports/
|
|
597
|
-
- test/TestSuite/
|
|
598
|
-
- test/TestSuite/
|
|
599
|
-
- test/TestSuite/
|
|
600
|
-
- test/TestSuite/
|
|
601
|
-
- test/TestSuite/
|
|
602
|
-
- test/TestSuite/
|
|
603
|
-
- test/TestSuite/
|
|
604
|
-
- test/TestSuite/
|
|
605
|
-
- test/TestSuite/
|
|
606
|
-
- test/TestSuite/
|
|
607
|
-
- test/TestSuite/
|
|
608
|
-
- test/TestSuite/
|
|
609
|
-
- test/TestSuite/
|
|
610
|
-
- test/TestSuite/
|
|
611
|
-
- test/TestSuite/
|
|
612
|
-
- test/TestSuite/
|
|
613
|
-
- test/TestSuite/
|
|
614
|
-
- test/TestSuite/
|
|
615
|
-
- test/TestSuite/
|
|
616
|
-
- test/TestSuite/
|
|
617
|
-
- test/TestSuite/
|
|
618
|
-
- test/TestSuite/
|
|
619
|
-
- test/TestSuite/
|
|
620
|
-
- test/TestSuite/
|
|
621
|
-
- test/TestSuite/
|
|
622
|
-
- test/TestSuite/
|
|
623
|
-
- test/TestSuite/
|
|
624
|
-
- test/TestSuite/
|
|
625
|
-
- test/TestSuite/
|
|
626
|
-
- test/TestSuite/
|
|
627
|
-
- test/TestSuite/
|
|
628
|
-
-
|
|
629
|
-
-
|
|
630
|
-
-
|
|
631
|
-
-
|
|
632
|
-
-
|
|
633
|
-
-
|
|
634
|
-
-
|
|
635
|
-
-
|
|
636
|
-
-
|
|
637
|
-
-
|
|
638
|
-
-
|
|
639
|
-
-
|
|
640
|
-
-
|
|
641
|
-
-
|
|
642
|
-
-
|
|
643
|
-
-
|
|
644
|
-
-
|
|
645
|
-
-
|
|
646
|
-
-
|
|
647
|
-
-
|
|
648
|
-
-
|
|
649
|
-
-
|
|
650
|
-
-
|
|
651
|
-
-
|
|
652
|
-
-
|
|
485
|
+
- test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp
|
|
486
|
+
- test/TestSuite/CSV-Reports/taskreport_with_resources-Reference.csv
|
|
487
|
+
- test/TestSuite/HTML-Reports/css/tjmanual.css
|
|
488
|
+
- test/TestSuite/HTML-Reports/css/tjreport.css
|
|
489
|
+
- test/TestSuite/HTML-Reports/icons/trend-down.png
|
|
490
|
+
- test/TestSuite/HTML-Reports/icons/resource.png
|
|
491
|
+
- test/TestSuite/HTML-Reports/icons/resourcegroup.png
|
|
492
|
+
- test/TestSuite/HTML-Reports/icons/trend-flat.png
|
|
493
|
+
- test/TestSuite/HTML-Reports/icons/details.png
|
|
494
|
+
- test/TestSuite/HTML-Reports/icons/taskgroup.png
|
|
495
|
+
- test/TestSuite/HTML-Reports/icons/flag-yellow.png
|
|
496
|
+
- test/TestSuite/HTML-Reports/icons/trend-up.png
|
|
497
|
+
- test/TestSuite/HTML-Reports/icons/task.png
|
|
498
|
+
- test/TestSuite/HTML-Reports/icons/flag-red.png
|
|
499
|
+
- test/TestSuite/HTML-Reports/icons/flag-green.png
|
|
500
|
+
- test/TestSuite/HTML-Reports/scripts/scripts/wz_tooltip.js
|
|
501
|
+
- test/TestSuite/HTML-Reports/scripts/wz_tooltip.js
|
|
502
|
+
- test/TestSuite/HTML-Reports/IsOngoing.tjp
|
|
503
|
+
- test/TestSuite/HTML-Reports/UDAQuery.tjp
|
|
504
|
+
- test/TestSuite/HTML-Reports/CellText.tjp
|
|
505
|
+
- test/TestSuite/HTML-Reports/Query.tjp
|
|
506
|
+
- test/TestSuite/HTML-Reports/reference.tjp
|
|
507
|
+
- test/TestSuite/HTML-Reports/depArrows.tjp
|
|
508
|
+
- test/TestSuite/HTML-Reports/Alerts.tjp
|
|
509
|
+
- test/TestSuite/HTML-Reports/TimeSheet.tjp
|
|
510
|
+
- test/TestSuite/HTML-Reports/ColumnPeriods.tjp
|
|
511
|
+
- test/TestSuite/HTML-Reports/ColumnPeriods.html
|
|
512
|
+
- test/TestSuite/HTML-Reports/CellText.html
|
|
513
|
+
- test/TestSuite/HTML-Reports/IsOngoing.html
|
|
514
|
+
- test/TestSuite/HTML-Reports/LogicalFunctions.html
|
|
515
|
+
- test/TestSuite/HTML-Reports/depArrows.html
|
|
516
|
+
- test/TestSuite/HTML-Reports/Query.html
|
|
517
|
+
- test/TestSuite/HTML-Reports/Sorting.tjp
|
|
518
|
+
- test/TestSuite/HTML-Reports/Alerts.html
|
|
519
|
+
- test/TestSuite/StatusSheets/run
|
|
520
|
+
- test/TestSuite/StatusSheets/tj3d.log
|
|
521
|
+
- test/TestSuite/StatusSheets/project.tjp
|
|
522
|
+
- test/TestSuite/StatusSheets/dev2_mail
|
|
523
|
+
- test/TestSuite/StatusSheets/resrep.tji
|
|
524
|
+
- test/TestSuite/StatusSheets/boss_mail
|
|
525
|
+
- test/TestSuite/StatusSheets/dev2.tji
|
|
526
|
+
- test/TestSuite/StatusSheets/boss.tji
|
|
527
|
+
- test/TestSuite/Scheduler/Errors/css/tjmanual.css
|
|
528
|
+
- test/TestSuite/Scheduler/Errors/css/tjreport.css
|
|
529
|
+
- test/TestSuite/Scheduler/Errors/resource_warn_check.tjp
|
|
530
|
+
- test/TestSuite/Scheduler/Errors/weak_end_dep.tjp
|
|
531
|
+
- test/TestSuite/Scheduler/Errors/task_depend_unknown.tjp
|
|
532
|
+
- test/TestSuite/Scheduler/Errors/task_underspecified_1.tjp
|
|
533
|
+
- test/TestSuite/Scheduler/Errors/task_underspecified_2.tjp
|
|
534
|
+
- test/TestSuite/Scheduler/Errors/task_underspecified_3.tjp
|
|
535
|
+
- test/TestSuite/Scheduler/Errors/ts_no_expected_end.tjp
|
|
536
|
+
- test/TestSuite/Scheduler/Errors/milestone_start_end.tjp
|
|
537
|
+
- test/TestSuite/Scheduler/Errors/task_overspecified_1.tjp
|
|
538
|
+
- test/TestSuite/Scheduler/Errors/task_overspecified_2.tjp
|
|
539
|
+
- test/TestSuite/Scheduler/Errors/task_overspecified_3.tjp
|
|
540
|
+
- test/TestSuite/Scheduler/Errors/task_depend_child.tjp
|
|
541
|
+
- test/TestSuite/Scheduler/Errors/icons/trend-down.png
|
|
542
|
+
- test/TestSuite/Scheduler/Errors/icons/resource.png
|
|
543
|
+
- test/TestSuite/Scheduler/Errors/icons/resourcegroup.png
|
|
544
|
+
- test/TestSuite/Scheduler/Errors/icons/trend-flat.png
|
|
545
|
+
- test/TestSuite/Scheduler/Errors/icons/details.png
|
|
546
|
+
- test/TestSuite/Scheduler/Errors/icons/taskgroup.png
|
|
547
|
+
- test/TestSuite/Scheduler/Errors/icons/flag-yellow.png
|
|
548
|
+
- test/TestSuite/Scheduler/Errors/icons/trend-up.png
|
|
549
|
+
- test/TestSuite/Scheduler/Errors/icons/task.png
|
|
550
|
+
- test/TestSuite/Scheduler/Errors/icons/flag-red.png
|
|
551
|
+
- test/TestSuite/Scheduler/Errors/icons/flag-green.png
|
|
552
|
+
- test/TestSuite/Scheduler/Errors/ts_alert2_more_details.tjp
|
|
553
|
+
- test/TestSuite/Scheduler/Errors/weak_start_dep.tjp
|
|
554
|
+
- test/TestSuite/Scheduler/Errors/scripts/wz_tooltip.js
|
|
555
|
+
- test/TestSuite/Scheduler/Errors/task_depend_multi.tjp
|
|
556
|
+
- test/TestSuite/Scheduler/Errors/minstart.tjp
|
|
557
|
+
- test/TestSuite/Scheduler/Errors/ts_no_headline1.tjp
|
|
558
|
+
- test/TestSuite/Scheduler/Errors/account_no_leaf.tjp
|
|
559
|
+
- test/TestSuite/Scheduler/Errors/booking_conflict.tjp
|
|
560
|
+
- test/TestSuite/Scheduler/Errors/booking_no_duty.tjp
|
|
561
|
+
- test/TestSuite/Scheduler/Errors/task_succ_after.tjp
|
|
562
|
+
- test/TestSuite/Scheduler/Errors/minend.tjp
|
|
563
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_1.tjp
|
|
564
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_2.tjp
|
|
565
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_3.tjp
|
|
566
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_4.tjp
|
|
567
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_5.tjp
|
|
568
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_6.tjp
|
|
569
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_7.tjp
|
|
570
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_8.tjp
|
|
571
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_9.tjp
|
|
572
|
+
- test/TestSuite/Scheduler/Errors/task_fail_check.tjp
|
|
573
|
+
- test/TestSuite/Scheduler/Errors/task_depend_parent.tjp
|
|
574
|
+
- test/TestSuite/Scheduler/Errors/ts_no_status_work.tjp
|
|
575
|
+
- test/TestSuite/Scheduler/Errors/ts_no_remaining.tjp
|
|
576
|
+
- test/TestSuite/Scheduler/Errors/container_booking.tjp
|
|
577
|
+
- test/TestSuite/Scheduler/Errors/milestone_duration.tjp
|
|
578
|
+
- test/TestSuite/Scheduler/Errors/manager_is_self.tjp
|
|
579
|
+
- test/TestSuite/Scheduler/Errors/task_succ_after_gd.tjp
|
|
580
|
+
- test/TestSuite/Scheduler/Errors/task_succ_after_gl.tjp
|
|
581
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_10.tjp
|
|
582
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
|
|
583
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_12.tjp
|
|
584
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_13.tjp
|
|
585
|
+
- test/TestSuite/Scheduler/Errors/loop_detected_14.tjp
|
|
586
|
+
- test/TestSuite/Scheduler/Errors/no_tasks.tjp
|
|
587
|
+
- test/TestSuite/Scheduler/Errors/resource_fail_check.tjp
|
|
588
|
+
- test/TestSuite/Scheduler/Errors/ts_res_new_task.tjp
|
|
589
|
+
- test/TestSuite/Scheduler/Errors/task_depend_self.tjp
|
|
590
|
+
- test/TestSuite/Scheduler/Errors/effort_no_allocations.tjp
|
|
591
|
+
- test/TestSuite/Scheduler/Errors/ts_work_too_high.tjp
|
|
592
|
+
- test/TestSuite/Scheduler/Errors/booking_on_vacation.tjp
|
|
593
|
+
- test/TestSuite/Scheduler/Errors/task_pred_before_gd.tjp
|
|
594
|
+
- test/TestSuite/Scheduler/Errors/task_pred_before_gl.tjp
|
|
595
|
+
- test/TestSuite/Scheduler/Errors/multiple_durations.tjp
|
|
596
|
+
- test/TestSuite/Scheduler/Errors/ts_alert1_more_details.tjp
|
|
597
|
+
- test/TestSuite/Scheduler/Errors/manager_is_group.tjp
|
|
598
|
+
- test/TestSuite/Scheduler/Errors/task_pred_before.tjp
|
|
599
|
+
- test/TestSuite/Scheduler/Errors/task_warn_check.tjp
|
|
600
|
+
- test/TestSuite/Scheduler/Errors/container_duration.tjp
|
|
601
|
+
- test/TestSuite/Scheduler/Errors/ts_work_too_low.tjp
|
|
602
|
+
- test/TestSuite/Scheduler/Errors/maxstart.tjp
|
|
603
|
+
- test/TestSuite/Scheduler/Errors/ts_no_work.tjp
|
|
604
|
+
- test/TestSuite/Scheduler/Errors/maxend.tjp
|
|
605
|
+
- test/TestSuite/Scheduler/Errors/ts_no_rem_or_end.tjp
|
|
606
|
+
- test/TestSuite/Scheduler/Errors/milestone_booking.tjp
|
|
607
|
+
- test/TestSuite/Scheduler/Correct/css/tjmanual.css
|
|
608
|
+
- test/TestSuite/Scheduler/Correct/css/tjreport.css
|
|
609
|
+
- test/TestSuite/Scheduler/Correct/MultipleMandatories.tjp
|
|
610
|
+
- test/TestSuite/Scheduler/Correct/Container.html
|
|
611
|
+
- test/TestSuite/Scheduler/Correct/Limits.tjp
|
|
612
|
+
- test/TestSuite/Scheduler/Correct/Shift.tjp
|
|
613
|
+
- test/TestSuite/Scheduler/Correct/icons/trend-down.png
|
|
614
|
+
- test/TestSuite/Scheduler/Correct/icons/resource.png
|
|
615
|
+
- test/TestSuite/Scheduler/Correct/icons/resourcegroup.png
|
|
616
|
+
- test/TestSuite/Scheduler/Correct/icons/trend-flat.png
|
|
617
|
+
- test/TestSuite/Scheduler/Correct/icons/details.png
|
|
618
|
+
- test/TestSuite/Scheduler/Correct/icons/taskgroup.png
|
|
619
|
+
- test/TestSuite/Scheduler/Correct/icons/flag-yellow.png
|
|
620
|
+
- test/TestSuite/Scheduler/Correct/icons/trend-up.png
|
|
621
|
+
- test/TestSuite/Scheduler/Correct/icons/task.png
|
|
622
|
+
- test/TestSuite/Scheduler/Correct/icons/flag-red.png
|
|
623
|
+
- test/TestSuite/Scheduler/Correct/icons/flag-green.png
|
|
624
|
+
- test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js
|
|
625
|
+
- test/TestSuite/Scheduler/Correct/Booking.tjp
|
|
626
|
+
- test/TestSuite/Scheduler/Correct/Shift2.html
|
|
627
|
+
- test/TestSuite/Scheduler/Correct/Allocate.html
|
|
628
|
+
- test/TestSuite/Scheduler/Correct/Duration.tjp
|
|
629
|
+
- test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp
|
|
630
|
+
- test/TestSuite/Scheduler/Correct/Limits.html
|
|
631
|
+
- test/TestSuite/Scheduler/Correct/TimeSheet2.tjp
|
|
632
|
+
- test/TestSuite/Scheduler/Correct/Container-2.tjp
|
|
633
|
+
- test/TestSuite/Scheduler/Correct/Shift2.tjp
|
|
634
|
+
- test/TestSuite/Scheduler/Correct/Shift.html
|
|
635
|
+
- test/TestSuite/Scheduler/Correct/Allocate.tjp
|
|
636
|
+
- test/TestSuite/Scheduler/Correct/Booking2.tjp
|
|
637
|
+
- test/TestSuite/Scheduler/Correct/Mandatory.tjp
|
|
638
|
+
- test/TestSuite/Scheduler/Correct/Optimize-1.tjp
|
|
639
|
+
- test/TestSuite/Scheduler/Correct/Optimize-2.tjp
|
|
640
|
+
- test/TestSuite/Scheduler/Correct/Optimize-3.tjp
|
|
641
|
+
- test/TestSuite/Scheduler/Correct/Optimize-4.tjp
|
|
642
|
+
- test/TestSuite/Scheduler/Correct/Optimize-5.tjp
|
|
643
|
+
- test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp
|
|
644
|
+
- test/TestSuite/Scheduler/Correct/checks.tji
|
|
645
|
+
- test/TestSuite/Scheduler/Correct/Container.tjp
|
|
646
|
+
- test/TestSuite/Scheduler/Correct/Precedes.tjp
|
|
647
|
+
- test/TestSuite/Scheduler/Correct/Depends.tjp
|
|
648
|
+
- test/TestSuite/Scheduler/Correct/Manager.tjp
|
|
649
|
+
- data/css/tjmanual.css
|
|
650
|
+
- data/css/tjreport.css
|
|
651
|
+
- data/icons/trend-down.png
|
|
652
|
+
- data/icons/resource.png
|
|
653
|
+
- data/icons/resourcegroup.png
|
|
654
|
+
- data/icons/trend-flat.png
|
|
655
|
+
- data/icons/details.png
|
|
656
|
+
- data/icons/taskgroup.png
|
|
657
|
+
- data/icons/flag-yellow.png
|
|
658
|
+
- data/icons/trend-up.png
|
|
659
|
+
- data/icons/task.png
|
|
660
|
+
- data/icons/flag-red.png
|
|
661
|
+
- data/icons/flag-green.png
|
|
662
|
+
- data/scripts/wz_tooltip.js
|
|
653
663
|
- doc/lib/Attributes_rb.html
|
|
654
|
-
- doc/lib/
|
|
655
|
-
- doc/lib/
|
|
656
|
-
- doc/lib/URLParameter_rb.html
|
|
657
|
-
- doc/lib/Project_rb.html
|
|
664
|
+
- doc/lib/FileList_rb.html
|
|
665
|
+
- doc/lib/AccountScenario_rb.html
|
|
658
666
|
- doc/lib/tj3ts_summary_rb.html
|
|
659
|
-
- doc/lib/
|
|
660
|
-
- doc/lib/
|
|
661
|
-
- doc/lib/
|
|
662
|
-
- doc/lib/TjpExample_rb.html
|
|
663
|
-
- doc/lib/StatusSheetSender_rb.html
|
|
664
|
-
- doc/lib/SourceFileInfo_rb.html
|
|
665
|
-
- doc/lib/Interval_rb.html
|
|
666
|
-
- doc/lib/Message_rb.html
|
|
667
|
-
- doc/lib/MacroTable_rb.html
|
|
668
|
-
- doc/lib/BatchProcessor_rb.html
|
|
669
|
-
- doc/lib/PropertySet_rb.html
|
|
670
|
-
- doc/lib/Journal_rb.html
|
|
671
|
-
- doc/lib/RTFHandlers_rb.html
|
|
672
|
-
- doc/lib/tj3ts_sender_rb.html
|
|
667
|
+
- doc/lib/AttributeBase_rb.html
|
|
668
|
+
- doc/lib/LogicalFunction_rb.html
|
|
669
|
+
- doc/lib/TextFormatter_rb.html
|
|
673
670
|
- doc/lib/ScenarioData_rb.html
|
|
674
|
-
- doc/lib/HTMLDocument_rb.html
|
|
675
|
-
- doc/lib/RichTextFunctionExample_rb.html
|
|
676
|
-
- doc/lib/Task_rb.html
|
|
677
|
-
- doc/lib/RichTextDocument_rb.html
|
|
678
|
-
- doc/lib/SheetSender_rb.html
|
|
679
671
|
- doc/lib/ResourceScenario_rb.html
|
|
680
|
-
- doc/lib/
|
|
681
|
-
- doc/lib/
|
|
682
|
-
- doc/lib/
|
|
683
|
-
- doc/lib/
|
|
684
|
-
- doc/lib/reports/
|
|
685
|
-
- doc/lib/reports/
|
|
672
|
+
- doc/lib/Resource_rb.html
|
|
673
|
+
- doc/lib/SheetReceiver_rb.html
|
|
674
|
+
- doc/lib/TableOfContents_rb.html
|
|
675
|
+
- doc/lib/SourceFileInfo_rb.html
|
|
676
|
+
- doc/lib/reports/ReportTableLine_rb.html
|
|
677
|
+
- doc/lib/reports/CSVFile_rb.html
|
|
686
678
|
- doc/lib/reports/TableReport_rb.html
|
|
687
|
-
- doc/lib/reports/
|
|
688
|
-
- doc/lib/reports/
|
|
689
|
-
- doc/lib/reports/
|
|
690
|
-
- doc/lib/reports/
|
|
679
|
+
- doc/lib/reports/ColumnTable_rb.html
|
|
680
|
+
- doc/lib/reports/ReportTableLegend_rb.html
|
|
681
|
+
- doc/lib/reports/ResourceListRE_rb.html
|
|
682
|
+
- doc/lib/reports/GanttLine_rb.html
|
|
691
683
|
- doc/lib/reports/Navigator_rb.html
|
|
692
|
-
- doc/lib/reports/
|
|
684
|
+
- doc/lib/reports/GanttMilestone_rb.html
|
|
693
685
|
- doc/lib/reports/ReportContext_rb.html
|
|
686
|
+
- doc/lib/reports/GanttContainer_rb.html
|
|
687
|
+
- doc/lib/reports/TimeSheetReport_rb.html
|
|
688
|
+
- doc/lib/reports/GanttTaskBar_rb.html
|
|
689
|
+
- doc/lib/reports/ReportTableCell_rb.html
|
|
690
|
+
- doc/lib/reports/GanttHeader_rb.html
|
|
691
|
+
- doc/lib/reports/ReportTableColumn_rb.html
|
|
694
692
|
- doc/lib/reports/GanttChart_rb.html
|
|
695
|
-
- doc/lib/reports/
|
|
693
|
+
- doc/lib/reports/TjpExportRE_rb.html
|
|
696
694
|
- doc/lib/reports/GanttLoadStack_rb.html
|
|
695
|
+
- doc/lib/reports/GanttRouter_rb.html
|
|
696
|
+
- doc/lib/reports/TextReport_rb.html
|
|
697
697
|
- doc/lib/reports/GanttHeaderScaleItem_rb.html
|
|
698
|
-
- doc/lib/reports/
|
|
699
|
-
- doc/lib/reports/GanttHeader_rb.html
|
|
700
|
-
- doc/lib/reports/TaskListRE_rb.html
|
|
701
|
-
- doc/lib/reports/ResourceListRE_rb.html
|
|
702
|
-
- doc/lib/reports/ColumnTable_rb.html
|
|
703
|
-
- doc/lib/reports/TimeSheetReport_rb.html
|
|
704
|
-
- doc/lib/reports/ReportTableLegend_rb.html
|
|
705
|
-
- doc/lib/reports/GanttTaskBar_rb.html
|
|
706
|
-
- doc/lib/reports/CSVFile_rb.html
|
|
707
|
-
- doc/lib/reports/GanttLine_rb.html
|
|
708
|
-
- doc/lib/reports/NikuReport_rb.html
|
|
698
|
+
- doc/lib/reports/HTMLGraphics_rb.html
|
|
709
699
|
- doc/lib/reports/Report_rb.html
|
|
710
700
|
- doc/lib/reports/ReportTable_rb.html
|
|
711
|
-
- doc/lib/
|
|
712
|
-
- doc/lib/
|
|
713
|
-
- doc/lib/
|
|
714
|
-
- doc/lib/
|
|
715
|
-
- doc/lib/
|
|
716
|
-
- doc/lib/TimeSheets_rb.html
|
|
717
|
-
- doc/lib/deep_copy_rb.html
|
|
718
|
-
- doc/lib/RealFormat_rb.html
|
|
719
|
-
- doc/lib/tj3d_rb.html
|
|
720
|
-
- doc/lib/Resource_rb.html
|
|
721
|
-
- doc/lib/KeywordDocumentation_rb.html
|
|
722
|
-
- doc/lib/TaskDependency_rb.html
|
|
701
|
+
- doc/lib/reports/NikuReport_rb.html
|
|
702
|
+
- doc/lib/reports/ReportBase_rb.html
|
|
703
|
+
- doc/lib/reports/TaskListRE_rb.html
|
|
704
|
+
- doc/lib/reports/StatusSheetReport_rb.html
|
|
705
|
+
- doc/lib/TjException_rb.html
|
|
723
706
|
- doc/lib/LogFile_rb.html
|
|
724
|
-
- doc/lib/TjpSyntaxRules_rb.html
|
|
725
|
-
- doc/lib/ProjectFileScanner_rb.html
|
|
726
|
-
- doc/lib/TextFormatter_rb.html
|
|
727
|
-
- doc/lib/TableColumnDefinition_rb.html
|
|
728
|
-
- doc/lib/Tj3Config_rb.html
|
|
729
|
-
- doc/lib/RTFReportLink_rb.html
|
|
730
|
-
- doc/lib/LogicalExpression_rb.html
|
|
731
|
-
- doc/lib/tj3ts_receiver_rb.html
|
|
732
|
-
- doc/lib/RichTextSyntaxRules_rb.html
|
|
733
|
-
- doc/lib/AccountScenario_rb.html
|
|
734
707
|
- doc/lib/RichText_rb.html
|
|
735
|
-
- doc/lib/
|
|
736
|
-
- doc/lib/
|
|
737
|
-
- doc/lib/
|
|
738
|
-
- doc/lib/
|
|
739
|
-
- doc/lib/ProjectFileParser_rb.html
|
|
740
|
-
- doc/lib/Limits_rb.html
|
|
741
|
-
- doc/lib/StatusSheetReceiver_rb.html
|
|
742
|
-
- doc/lib/PropertyTreeNode_rb.html
|
|
708
|
+
- doc/lib/tj3d_rb.html
|
|
709
|
+
- doc/lib/SyntaxReference_rb.html
|
|
710
|
+
- doc/lib/TjpSyntaxRules_rb.html
|
|
711
|
+
- doc/lib/PropertySet_rb.html
|
|
743
712
|
- doc/lib/TimeSheetReceiver_rb.html
|
|
744
|
-
- doc/lib/
|
|
745
|
-
- doc/lib/Allocation_rb.html
|
|
746
|
-
- doc/lib/RuntimeConfig_rb.html
|
|
747
|
-
- doc/lib/taskjuggler3_rb.html
|
|
748
|
-
- doc/lib/tj3ss_receiver_rb.html
|
|
749
|
-
- doc/lib/TextScanner_rb.html
|
|
750
|
-
- doc/lib/Account_rb.html
|
|
751
|
-
- doc/lib/TextParser_rb.html
|
|
752
|
-
- doc/lib/SheetHandlerBase_rb.html
|
|
753
|
-
- doc/lib/ChargeSet_rb.html
|
|
754
|
-
- doc/lib/TimeSheetSummary_rb.html
|
|
755
|
-
- doc/lib/UserManual_rb.html
|
|
713
|
+
- doc/lib/TaskDependency_rb.html
|
|
756
714
|
- doc/lib/TjTime_rb.html
|
|
715
|
+
- doc/lib/VimSyntax_rb.html
|
|
757
716
|
- doc/lib/Charge_rb.html
|
|
717
|
+
- doc/lib/ProjectFileScanner_rb.html
|
|
718
|
+
- doc/lib/Task_rb.html
|
|
719
|
+
- doc/lib/URLParameter_rb.html
|
|
720
|
+
- doc/lib/Scoreboard_rb.html
|
|
721
|
+
- doc/lib/Query_rb.html
|
|
722
|
+
- doc/lib/KeywordArray_rb.html
|
|
723
|
+
- doc/lib/Booking_rb.html
|
|
724
|
+
- doc/lib/taskjuggler3_rb.html
|
|
725
|
+
- doc/lib/RTFQuery_rb.html
|
|
726
|
+
- doc/lib/RealFormat_rb.html
|
|
727
|
+
- doc/lib/RichTextFunctionHandler_rb.html
|
|
728
|
+
- doc/lib/KeywordDocumentation_rb.html
|
|
729
|
+
- doc/lib/Limits_rb.html
|
|
730
|
+
- doc/lib/RichTextScanner_rb.html
|
|
731
|
+
- doc/lib/MessageHandler_rb.html
|
|
732
|
+
- doc/lib/tj3ss_receiver_rb.html
|
|
733
|
+
- doc/lib/TimeSheets_rb.html
|
|
758
734
|
- doc/lib/Tj3AppBase_rb.html
|
|
759
|
-
- doc/lib/TOCEntry_rb.html
|
|
760
|
-
- doc/lib/daemon/ReportServer_rb.html
|
|
761
735
|
- doc/lib/daemon/Daemon_rb.html
|
|
762
736
|
- doc/lib/daemon/ProcessIntercom_rb.html
|
|
737
|
+
- doc/lib/daemon/ProjectBroker_rb.html
|
|
763
738
|
- doc/lib/daemon/ProjectServer_rb.html
|
|
764
739
|
- doc/lib/daemon/WebServer_rb.html
|
|
765
|
-
- doc/lib/daemon/
|
|
766
|
-
- doc/lib/
|
|
767
|
-
- doc/lib/
|
|
740
|
+
- doc/lib/daemon/ReportServer_rb.html
|
|
741
|
+
- doc/lib/Journal_rb.html
|
|
742
|
+
- doc/lib/UserManual_rb.html
|
|
743
|
+
- doc/lib/StatusSheetReceiver_rb.html
|
|
744
|
+
- doc/lib/StatusSheetSender_rb.html
|
|
745
|
+
- doc/lib/TimeSheetSummary_rb.html
|
|
768
746
|
- doc/lib/AttributeDefinition_rb.html
|
|
769
|
-
- doc/lib/
|
|
770
|
-
- doc/lib/
|
|
771
|
-
- doc/lib/
|
|
772
|
-
- doc/lib/
|
|
773
|
-
- doc/lib/
|
|
774
|
-
- doc/lib/
|
|
775
|
-
- doc/lib/
|
|
776
|
-
- doc/lib/
|
|
747
|
+
- doc/lib/TableColumnDefinition_rb.html
|
|
748
|
+
- doc/lib/LogicalExpression_rb.html
|
|
749
|
+
- doc/lib/RTFReportLink_rb.html
|
|
750
|
+
- doc/lib/tj3ss_sender_rb.html
|
|
751
|
+
- doc/lib/Tj3SheetAppBase_rb.html
|
|
752
|
+
- doc/lib/RTFReport_rb.html
|
|
753
|
+
- doc/lib/RichTextFunctionExample_rb.html
|
|
754
|
+
- doc/lib/ChargeSet_rb.html
|
|
755
|
+
- doc/lib/Scenario_rb.html
|
|
756
|
+
- doc/lib/SheetHandlerBase_rb.html
|
|
757
|
+
- doc/lib/deep_copy_rb.html
|
|
758
|
+
- doc/lib/TaskJuggler_rb.html
|
|
759
|
+
- doc/lib/tj3client_rb.html
|
|
760
|
+
- doc/lib/RichTextParser_rb.html
|
|
777
761
|
- doc/lib/AppConfig_rb.html
|
|
778
|
-
- doc/lib/
|
|
779
|
-
- doc/lib/
|
|
780
|
-
- doc/lib/
|
|
781
|
-
- doc/lib/
|
|
762
|
+
- doc/lib/RTFWithQuerySupport_rb.html
|
|
763
|
+
- doc/lib/RichTextDocument_rb.html
|
|
764
|
+
- doc/lib/RTFHandlers_rb.html
|
|
765
|
+
- doc/lib/RichTextSnip_rb.html
|
|
766
|
+
- doc/lib/RichTextElement_rb.html
|
|
767
|
+
- doc/lib/XMLElement_rb.html
|
|
768
|
+
- doc/lib/Allocation_rb.html
|
|
769
|
+
- doc/lib/Interval_rb.html
|
|
770
|
+
- doc/lib/TextParser/TokenDoc_rb.html
|
|
771
|
+
- doc/lib/TextParser/Rule_rb.html
|
|
772
|
+
- doc/lib/TextParser/StackElement_rb.html
|
|
773
|
+
- doc/lib/TextParser/Pattern_rb.html
|
|
774
|
+
- doc/lib/SheetSender_rb.html
|
|
775
|
+
- doc/lib/XMLDocument_rb.html
|
|
776
|
+
- doc/lib/MacroTable_rb.html
|
|
777
|
+
- doc/lib/TextParser_rb.html
|
|
778
|
+
- doc/lib/TextScanner_rb.html
|
|
779
|
+
- doc/lib/TjpExample_rb.html
|
|
780
|
+
- doc/lib/Tj3Config_rb.html
|
|
781
|
+
- doc/lib/BatchProcessor_rb.html
|
|
782
|
+
- doc/lib/TOCEntry_rb.html
|
|
783
|
+
- doc/lib/tj3ts_sender_rb.html
|
|
784
|
+
- doc/lib/RTFNavigator_rb.html
|
|
785
|
+
- doc/lib/tj3ts_receiver_rb.html
|
|
786
|
+
- doc/lib/ShiftScenario_rb.html
|
|
787
|
+
- doc/lib/RuntimeConfig_rb.html
|
|
788
|
+
- doc/lib/Shift_rb.html
|
|
789
|
+
- doc/lib/Account_rb.html
|
|
790
|
+
- doc/lib/ProjectFileParser_rb.html
|
|
791
|
+
- doc/lib/HTMLDocument_rb.html
|
|
782
792
|
- doc/lib/Log_rb.html
|
|
793
|
+
- doc/lib/ShiftAssignments_rb.html
|
|
794
|
+
- doc/lib/PropertyList_rb.html
|
|
795
|
+
- doc/lib/SimpleQueryExpander_rb.html
|
|
796
|
+
- doc/lib/PropertyTreeNode_rb.html
|
|
797
|
+
- doc/lib/LogicalOperation_rb.html
|
|
798
|
+
- doc/lib/tj3man_rb.html
|
|
799
|
+
- doc/lib/Project_rb.html
|
|
800
|
+
- doc/lib/WorkingHours_rb.html
|
|
801
|
+
- doc/lib/TimeSheetSender_rb.html
|
|
802
|
+
- doc/lib/TaskScenario_rb.html
|
|
803
|
+
- doc/lib/RichTextSyntaxRules_rb.html
|
|
804
|
+
- doc/lib/UTF8String_rb.html
|
|
805
|
+
- doc/StringIO.html
|
|
806
|
+
- doc/Arguments.html
|
|
807
|
+
- doc/String.html
|
|
808
|
+
- doc/TaskJuggler.html
|
|
809
|
+
- doc/Object.html
|
|
810
|
+
- doc/index.html
|
|
811
|
+
- doc/CHANGELOG.html
|
|
783
812
|
- doc/RuntimeConfig.html
|
|
784
|
-
- doc/
|
|
785
|
-
- doc/
|
|
786
|
-
- doc/
|
|
787
|
-
- doc/TaskJuggler/
|
|
788
|
-
- doc/TaskJuggler/
|
|
789
|
-
- doc/TaskJuggler/
|
|
790
|
-
- doc/TaskJuggler/
|
|
791
|
-
- doc/TaskJuggler/
|
|
792
|
-
- doc/TaskJuggler/
|
|
793
|
-
- doc/TaskJuggler/
|
|
794
|
-
- doc/TaskJuggler/RichTextException.html
|
|
795
|
-
- doc/TaskJuggler/ManagerResponsibilities.html
|
|
796
|
-
- doc/TaskJuggler/RTFQuery.html
|
|
813
|
+
- doc/AppConfig.html
|
|
814
|
+
- doc/README.html
|
|
815
|
+
- doc/COPYING.html
|
|
816
|
+
- doc/TaskJuggler/Scoreboard.html
|
|
817
|
+
- doc/TaskJuggler/ListAttributeBase.html
|
|
818
|
+
- doc/TaskJuggler/Macro.html
|
|
819
|
+
- doc/TaskJuggler/TSTaskRecord.html
|
|
820
|
+
- doc/TaskJuggler/LogicalExpression.html
|
|
821
|
+
- doc/TaskJuggler/GanttMilestone.html
|
|
822
|
+
- doc/TaskJuggler/SourceFileInfo.html
|
|
797
823
|
- doc/TaskJuggler/ShiftScenario.html
|
|
798
|
-
- doc/TaskJuggler/ReportServerRecord.html
|
|
799
|
-
- doc/TaskJuggler/RichTextFunctionHandler.html
|
|
800
|
-
- doc/TaskJuggler/RichTextSnip.html
|
|
801
|
-
- doc/TaskJuggler/HTMLDocument.html
|
|
802
|
-
- doc/TaskJuggler/LogicalFlag.html
|
|
803
|
-
- doc/TaskJuggler/ReferenceAttribute.html
|
|
804
|
-
- doc/TaskJuggler/LogicalOperation.html
|
|
805
|
-
- doc/TaskJuggler/FixnumAttribute.html
|
|
806
824
|
- doc/TaskJuggler/Tj3SsSender.html
|
|
825
|
+
- doc/TaskJuggler/ProjectBroker.html
|
|
826
|
+
- doc/TaskJuggler/ProcessIntercomIface.html
|
|
827
|
+
- doc/TaskJuggler/NodeListAttribute.html
|
|
828
|
+
- doc/TaskJuggler/RealFormat.html
|
|
829
|
+
- doc/TaskJuggler/RealFormatAttribute.html
|
|
830
|
+
- doc/TaskJuggler/Charge.html
|
|
831
|
+
- doc/TaskJuggler/GanttHeaderScaleItem.html
|
|
832
|
+
- doc/TaskJuggler/ReportBase.html
|
|
833
|
+
- doc/TaskJuggler/TimeSheetReceiver.html
|
|
834
|
+
- doc/TaskJuggler/ReferenceAttribute.html
|
|
835
|
+
- doc/TaskJuggler/IntervalListAttribute.html
|
|
836
|
+
- doc/TaskJuggler/GanttChart.html
|
|
807
837
|
- doc/TaskJuggler/TextReport.html
|
|
808
|
-
- doc/TaskJuggler/
|
|
809
|
-
- doc/TaskJuggler/
|
|
810
|
-
- doc/TaskJuggler/
|
|
811
|
-
- doc/TaskJuggler/
|
|
812
|
-
- doc/TaskJuggler/
|
|
813
|
-
- doc/TaskJuggler/
|
|
814
|
-
- doc/TaskJuggler/
|
|
815
|
-
- doc/TaskJuggler/
|
|
838
|
+
- doc/TaskJuggler/ReportTableColumn.html
|
|
839
|
+
- doc/TaskJuggler/LogFile.html
|
|
840
|
+
- doc/TaskJuggler/ReportTableCell.html
|
|
841
|
+
- doc/TaskJuggler/AllocationAttribute.html
|
|
842
|
+
- doc/TaskJuggler/ColumnListAttribute.html
|
|
843
|
+
- doc/TaskJuggler/Limits/Limit.html
|
|
844
|
+
- doc/TaskJuggler/PropertyList.html
|
|
845
|
+
- doc/TaskJuggler/Tj3Client.html
|
|
846
|
+
- doc/TaskJuggler/FlagListAttribute.html
|
|
847
|
+
- doc/TaskJuggler/TableColumnDefinition.html
|
|
848
|
+
- doc/TaskJuggler/NikuResource.html
|
|
849
|
+
- doc/TaskJuggler/Tj3SheetAppBase.html
|
|
850
|
+
- doc/TaskJuggler/RichTextSnip.html
|
|
851
|
+
- doc/TaskJuggler/JournalEntryList.html
|
|
852
|
+
- doc/TaskJuggler/FixnumAttribute.html
|
|
853
|
+
- doc/TaskJuggler/CellSettingPattern.html
|
|
854
|
+
- doc/TaskJuggler/XMLBlob.html
|
|
816
855
|
- doc/TaskJuggler/Navigator.html
|
|
817
|
-
- doc/TaskJuggler/
|
|
818
|
-
- doc/TaskJuggler/
|
|
819
|
-
- doc/TaskJuggler/
|
|
856
|
+
- doc/TaskJuggler/ColumnTable.html
|
|
857
|
+
- doc/TaskJuggler/Allocation.html
|
|
858
|
+
- doc/TaskJuggler/GanttRouter.html
|
|
859
|
+
- doc/TaskJuggler/LogicalOperation.html
|
|
860
|
+
- doc/TaskJuggler/TextScanner/MacroStackEntry.html
|
|
861
|
+
- doc/TaskJuggler/TextScanner/StreamHandle.html
|
|
862
|
+
- doc/TaskJuggler/TextScanner/FileStreamHandle.html
|
|
863
|
+
- doc/TaskJuggler/TextScanner/BufferStreamHandle.html
|
|
864
|
+
- doc/TaskJuggler/RichText.html
|
|
865
|
+
- doc/TaskJuggler/StatusSheetReceiver.html
|
|
866
|
+
- doc/TaskJuggler/Journal.html
|
|
867
|
+
- doc/TaskJuggler/Project.html
|
|
868
|
+
- doc/TaskJuggler/FileList.html
|
|
869
|
+
- doc/TaskJuggler/ChargeSetListAttribute.html
|
|
870
|
+
- doc/TaskJuggler/SortListAttribute.html
|
|
871
|
+
- doc/TaskJuggler/Account.html
|
|
872
|
+
- doc/TaskJuggler/Message.html
|
|
820
873
|
- doc/TaskJuggler/RichTextAttribute.html
|
|
821
|
-
- doc/TaskJuggler/
|
|
874
|
+
- doc/TaskJuggler/CSVFile.html
|
|
875
|
+
- doc/TaskJuggler/TimeSheetReport.html
|
|
876
|
+
- doc/TaskJuggler/TimeSheetSender.html
|
|
877
|
+
- doc/TaskJuggler/Tj3TsSender.html
|
|
878
|
+
- doc/TaskJuggler/ProjectBrokerIface.html
|
|
879
|
+
- doc/TaskJuggler/RichTextImage.html
|
|
880
|
+
- doc/TaskJuggler/Tj3SsReceiver.html
|
|
881
|
+
- doc/TaskJuggler/Interval.html
|
|
882
|
+
- doc/TaskJuggler/ProjectServerIface.html
|
|
883
|
+
- doc/TaskJuggler/BatchProcessor.html
|
|
884
|
+
- doc/TaskJuggler/VimSyntax.html
|
|
885
|
+
- doc/TaskJuggler/TextParser.html
|
|
886
|
+
- doc/TaskJuggler/AttributeBase.html
|
|
887
|
+
- doc/TaskJuggler/NikuReport.html
|
|
888
|
+
- doc/TaskJuggler/RichTextDocument.html
|
|
889
|
+
- doc/TaskJuggler/ResourceScenario.html
|
|
890
|
+
- doc/TaskJuggler/KeywordDocumentation.html
|
|
891
|
+
- doc/TaskJuggler/GanttHeader.html
|
|
892
|
+
- doc/TaskJuggler/ProjectFileParser.html
|
|
893
|
+
- doc/TaskJuggler/ShiftAssignment.html
|
|
894
|
+
- doc/TaskJuggler/FileRecord.html
|
|
895
|
+
- doc/TaskJuggler/ReportServerRecord.html
|
|
822
896
|
- doc/TaskJuggler/TimeSheetSummary.html
|
|
823
|
-
- doc/TaskJuggler/
|
|
824
|
-
- doc/TaskJuggler/
|
|
825
|
-
- doc/TaskJuggler/
|
|
826
|
-
- doc/TaskJuggler/
|
|
827
|
-
- doc/TaskJuggler/TimeSheets.html
|
|
828
|
-
- doc/TaskJuggler/OnShiftCache.html
|
|
829
|
-
- doc/TaskJuggler/StatusSheetReceiver.html
|
|
830
|
-
- doc/TaskJuggler/LogicalFunction.html
|
|
831
|
-
- doc/TaskJuggler/DateAttribute.html
|
|
832
|
-
- doc/TaskJuggler/ProjectFileScanner.html
|
|
833
|
-
- doc/TaskJuggler/FormatListAttribute.html
|
|
834
|
-
- doc/TaskJuggler/LogicalExpression.html
|
|
835
|
-
- doc/TaskJuggler/TableReport.html
|
|
836
|
-
- doc/TaskJuggler/GanttLoadStack.html
|
|
837
|
-
- doc/TaskJuggler/ResourceListAttribute.html
|
|
838
|
-
- doc/TaskJuggler/LogFile.html
|
|
839
|
-
- doc/TaskJuggler/TjpExportRE.html
|
|
897
|
+
- doc/TaskJuggler/ChargeSet.html
|
|
898
|
+
- doc/TaskJuggler/Log.html
|
|
899
|
+
- doc/TaskJuggler/Limits.html
|
|
900
|
+
- doc/TaskJuggler/SimpleQueryExpander.html
|
|
840
901
|
- doc/TaskJuggler/MacroTable.html
|
|
841
|
-
- doc/TaskJuggler/
|
|
842
|
-
- doc/TaskJuggler/
|
|
843
|
-
- doc/TaskJuggler/
|
|
844
|
-
- doc/TaskJuggler/
|
|
845
|
-
- doc/TaskJuggler/
|
|
902
|
+
- doc/TaskJuggler/LimitsAttribute.html
|
|
903
|
+
- doc/TaskJuggler/URLParameter.html
|
|
904
|
+
- doc/TaskJuggler/RichTextParser.html
|
|
905
|
+
- doc/TaskJuggler/TimeSheet.html
|
|
906
|
+
- doc/TaskJuggler/StatusSheetReport.html
|
|
907
|
+
- doc/TaskJuggler/StatusSheetSender.html
|
|
908
|
+
- doc/TaskJuggler/ReportContext.html
|
|
909
|
+
- doc/TaskJuggler/NikuProject.html
|
|
910
|
+
- doc/TaskJuggler/PropertySet.html
|
|
846
911
|
- doc/TaskJuggler/AccountAttribute.html
|
|
847
|
-
- doc/TaskJuggler/
|
|
848
|
-
- doc/TaskJuggler/
|
|
849
|
-
- doc/TaskJuggler/
|
|
912
|
+
- doc/TaskJuggler/KeywordArray.html
|
|
913
|
+
- doc/TaskJuggler/Shift.html
|
|
914
|
+
- doc/TaskJuggler/Tj3TsReceiver.html
|
|
915
|
+
- doc/TaskJuggler/Tj3TsSummary.html
|
|
916
|
+
- doc/TaskJuggler/LogicalAttribute.html
|
|
917
|
+
- doc/TaskJuggler/Booking.html
|
|
850
918
|
- doc/TaskJuggler/BooleanAttribute.html
|
|
919
|
+
- doc/TaskJuggler/RichTextFunctionExample.html
|
|
920
|
+
- doc/TaskJuggler/ManagerResponsibilities.html
|
|
921
|
+
- doc/TaskJuggler/SheetReceiver.html
|
|
851
922
|
- doc/TaskJuggler/Daemon.html
|
|
852
|
-
- doc/TaskJuggler/
|
|
853
|
-
- doc/TaskJuggler/
|
|
854
|
-
- doc/TaskJuggler/
|
|
855
|
-
- doc/TaskJuggler/
|
|
856
|
-
- doc/TaskJuggler/
|
|
857
|
-
- doc/TaskJuggler/
|
|
858
|
-
- doc/TaskJuggler/
|
|
859
|
-
- doc/TaskJuggler/
|
|
923
|
+
- doc/TaskJuggler/TSResourceRecord.html
|
|
924
|
+
- doc/TaskJuggler/PropertyAttribute.html
|
|
925
|
+
- doc/TaskJuggler/LogicalFunction.html
|
|
926
|
+
- doc/TaskJuggler/ScenarioData.html
|
|
927
|
+
- doc/TaskJuggler/ShiftAssignmentsAttribute.html
|
|
928
|
+
- doc/TaskJuggler/ScenarioListAttribute.html
|
|
929
|
+
- doc/TaskJuggler/LogicalFlag.html
|
|
930
|
+
- doc/TaskJuggler/SyntaxReference.html
|
|
931
|
+
- doc/TaskJuggler/TimeSheetRecord.html
|
|
932
|
+
- doc/TaskJuggler/DefinitionListAttribute.html
|
|
933
|
+
- doc/TaskJuggler/JobInfo.html
|
|
934
|
+
- doc/TaskJuggler/RTFQuery.html
|
|
860
935
|
- doc/TaskJuggler/PropertyTreeNode.html
|
|
861
|
-
- doc/TaskJuggler/
|
|
862
|
-
- doc/TaskJuggler/Tj3SheetAppBase.html
|
|
863
|
-
- doc/TaskJuggler/ChargeSetListAttribute.html
|
|
936
|
+
- doc/TaskJuggler/SheetHandlerBase.html
|
|
864
937
|
- doc/TaskJuggler/ProjectServer.html
|
|
865
|
-
- doc/TaskJuggler/
|
|
866
|
-
- doc/TaskJuggler/
|
|
938
|
+
- doc/TaskJuggler/XMLNamedText.html
|
|
939
|
+
- doc/TaskJuggler/GanttContainer.html
|
|
940
|
+
- doc/TaskJuggler/GanttTaskBar.html
|
|
941
|
+
- doc/TaskJuggler/TaskListRE.html
|
|
867
942
|
- doc/TaskJuggler/ReportServerIface.html
|
|
868
|
-
- doc/TaskJuggler/
|
|
869
|
-
- doc/TaskJuggler/
|
|
870
|
-
- doc/TaskJuggler/
|
|
871
|
-
- doc/TaskJuggler/
|
|
872
|
-
- doc/TaskJuggler/
|
|
873
|
-
- doc/TaskJuggler/
|
|
874
|
-
- doc/TaskJuggler/
|
|
875
|
-
- doc/TaskJuggler/
|
|
876
|
-
- doc/TaskJuggler/
|
|
877
|
-
- doc/TaskJuggler/
|
|
943
|
+
- doc/TaskJuggler/LogicalExpressionAttribute.html
|
|
944
|
+
- doc/TaskJuggler/AttributeDefinition.html
|
|
945
|
+
- doc/TaskJuggler/HTMLGraphics.html
|
|
946
|
+
- doc/TaskJuggler/RichTextElement.html
|
|
947
|
+
- doc/TaskJuggler/ManagerStatusRecord.html
|
|
948
|
+
- doc/TaskJuggler/ProjectRecord.html
|
|
949
|
+
- doc/TaskJuggler/RichTextScanner.html
|
|
950
|
+
- doc/TaskJuggler/XMLComment.html
|
|
951
|
+
- doc/TaskJuggler/TextParser/Pattern.html
|
|
952
|
+
- doc/TaskJuggler/TextParser/Rule.html
|
|
953
|
+
- doc/TaskJuggler/TextParser/TextParserResultArray.html
|
|
954
|
+
- doc/TaskJuggler/TextParser/TokenDoc.html
|
|
955
|
+
- doc/TaskJuggler/TextParser/StackElement.html
|
|
878
956
|
- doc/TaskJuggler/BookingListAttribute.html
|
|
879
|
-
- doc/TaskJuggler/
|
|
880
|
-
- doc/TaskJuggler/
|
|
881
|
-
- doc/TaskJuggler/
|
|
882
|
-
- doc/TaskJuggler/
|
|
883
|
-
- doc/TaskJuggler/
|
|
884
|
-
- doc/TaskJuggler/
|
|
885
|
-
- doc/TaskJuggler/
|
|
886
|
-
- doc/TaskJuggler/
|
|
887
|
-
- doc/TaskJuggler/TimeSheetReport.html
|
|
888
|
-
- doc/TaskJuggler/Task.html
|
|
889
|
-
- doc/TaskJuggler/TableColumnDefinition.html
|
|
890
|
-
- doc/TaskJuggler/TSResourceRecord.html
|
|
891
|
-
- doc/TaskJuggler/TaskListRE.html
|
|
957
|
+
- doc/TaskJuggler/Resource.html
|
|
958
|
+
- doc/TaskJuggler/RTFReport.html
|
|
959
|
+
- doc/TaskJuggler/RTFWithQuerySupport.html
|
|
960
|
+
- doc/TaskJuggler/Tj3Daemon.html
|
|
961
|
+
- doc/TaskJuggler/WorkingHoursAttribute.html
|
|
962
|
+
- doc/TaskJuggler/XMLElement.html
|
|
963
|
+
- doc/TaskJuggler/TjpExample.html
|
|
964
|
+
- doc/TaskJuggler/TimeSheets.html
|
|
892
965
|
- doc/TaskJuggler/TextScanner.html
|
|
893
|
-
- doc/TaskJuggler/
|
|
894
|
-
- doc/TaskJuggler/
|
|
895
|
-
- doc/TaskJuggler/
|
|
896
|
-
- doc/TaskJuggler/
|
|
897
|
-
- doc/TaskJuggler/RTFNavigator.html
|
|
898
|
-
- doc/TaskJuggler/NikuReport.html
|
|
899
|
-
- doc/TaskJuggler/ReportBase.html
|
|
900
|
-
- doc/TaskJuggler/RichTextElement.html
|
|
966
|
+
- doc/TaskJuggler/ResourceListAttribute.html
|
|
967
|
+
- doc/TaskJuggler/Tj3AppBase.html
|
|
968
|
+
- doc/TaskJuggler/Report.html
|
|
969
|
+
- doc/TaskJuggler/ReportTableLegend.html
|
|
901
970
|
- doc/TaskJuggler/TjException.html
|
|
902
|
-
- doc/TaskJuggler/
|
|
903
|
-
- doc/TaskJuggler/
|
|
904
|
-
- doc/TaskJuggler/RTFHandlers.html
|
|
971
|
+
- doc/TaskJuggler/OnShiftCache.html
|
|
972
|
+
- doc/TaskJuggler/TOCEntry.html
|
|
905
973
|
- doc/TaskJuggler/GanttLine.html
|
|
906
|
-
- doc/TaskJuggler/
|
|
907
|
-
- doc/TaskJuggler/
|
|
908
|
-
- doc/TaskJuggler/
|
|
909
|
-
- doc/TaskJuggler/
|
|
974
|
+
- doc/TaskJuggler/TaskDependency.html
|
|
975
|
+
- doc/TaskJuggler/GanttLoadStack.html
|
|
976
|
+
- doc/TaskJuggler/RTFNavigator.html
|
|
977
|
+
- doc/TaskJuggler/RichTextSyntaxRules.html
|
|
978
|
+
- doc/TaskJuggler/StringAttribute.html
|
|
979
|
+
- doc/TaskJuggler/ReportTableLine.html
|
|
980
|
+
- doc/TaskJuggler/TableOfContents.html
|
|
981
|
+
- doc/TaskJuggler/NavigatorElement.html
|
|
982
|
+
- doc/TaskJuggler/XMLDocument.html
|
|
983
|
+
- doc/TaskJuggler/RichTextFunctionHandler.html
|
|
984
|
+
- doc/TaskJuggler/WorkingHours.html
|
|
910
985
|
- doc/TaskJuggler/Scenario.html
|
|
911
|
-
- doc/TaskJuggler/
|
|
912
|
-
- doc/TaskJuggler/LogicalAttribute.html
|
|
913
|
-
- doc/TaskJuggler/SheetReceiver.html
|
|
914
|
-
- doc/TaskJuggler/ScenarioListAttribute.html
|
|
915
|
-
- doc/TaskJuggler/GanttHeader.html
|
|
916
|
-
- doc/TaskJuggler/Allocation.html
|
|
917
|
-
- doc/TaskJuggler/ListAttributeBase.html
|
|
918
|
-
- doc/TaskJuggler/IntervalListAttribute.html
|
|
919
|
-
- doc/TaskJuggler/GanttHeaderScaleItem.html
|
|
986
|
+
- doc/TaskJuggler/FloatAttribute.html
|
|
920
987
|
- doc/TaskJuggler/WebServer.html
|
|
921
|
-
- doc/TaskJuggler/
|
|
922
|
-
- doc/TaskJuggler/
|
|
923
|
-
- doc/TaskJuggler/
|
|
988
|
+
- doc/TaskJuggler/RichTextIntermediate.html
|
|
989
|
+
- doc/TaskJuggler/XMLText.html
|
|
990
|
+
- doc/TaskJuggler/DurationAttribute.html
|
|
991
|
+
- doc/TaskJuggler/TjpSyntaxRules.html
|
|
924
992
|
- doc/TaskJuggler/TjTime.html
|
|
925
|
-
- doc/TaskJuggler/
|
|
926
|
-
- doc/TaskJuggler/
|
|
927
|
-
- doc/TaskJuggler/
|
|
928
|
-
- doc/TaskJuggler/
|
|
929
|
-
- doc/TaskJuggler/
|
|
930
|
-
- doc/TaskJuggler/
|
|
931
|
-
- doc/TaskJuggler/SymbolAttribute.html
|
|
932
|
-
- doc/TaskJuggler/XMLBlob.html
|
|
933
|
-
- doc/TaskJuggler/ShiftAssignment.html
|
|
934
|
-
- doc/TaskJuggler/ProjectFileParser.html
|
|
993
|
+
- doc/TaskJuggler/TaskScenario.html
|
|
994
|
+
- doc/TaskJuggler/Query.html
|
|
995
|
+
- doc/TaskJuggler/ReportServer.html
|
|
996
|
+
- doc/TaskJuggler/CellSettingPatternList.html
|
|
997
|
+
- doc/TaskJuggler/ShiftAssignments.html
|
|
998
|
+
- doc/TaskJuggler/ProjectFileScanner.html
|
|
935
999
|
- doc/TaskJuggler/AccountScenario.html
|
|
936
|
-
- doc/TaskJuggler/
|
|
937
|
-
- doc/TaskJuggler/
|
|
938
|
-
- doc/TaskJuggler/
|
|
939
|
-
- doc/TaskJuggler/
|
|
1000
|
+
- doc/TaskJuggler/ProcessIntercom.html
|
|
1001
|
+
- doc/TaskJuggler/RTFReportLink.html
|
|
1002
|
+
- doc/TaskJuggler/UserManual.html
|
|
1003
|
+
- doc/TaskJuggler/HTMLDocument.html
|
|
940
1004
|
- doc/TaskJuggler/TextFormatter.html
|
|
941
|
-
- doc/TaskJuggler/
|
|
942
|
-
- doc/TaskJuggler/
|
|
943
|
-
- doc/TaskJuggler/
|
|
944
|
-
- doc/TaskJuggler/Shift.html
|
|
945
|
-
- doc/TaskJuggler/Tj3TsReceiver.html
|
|
946
|
-
- doc/TaskJuggler/ColumnListAttribute.html
|
|
947
|
-
- doc/TaskJuggler/Tj3SsReceiver.html
|
|
948
|
-
- doc/TaskJuggler/GanttChart.html
|
|
949
|
-
- doc/TaskJuggler/SourceFileInfo.html
|
|
950
|
-
- doc/TaskJuggler/ReportTableColumn.html
|
|
951
|
-
- doc/TaskJuggler/RealFormat.html
|
|
952
|
-
- doc/TaskJuggler/TjpSyntaxRules.html
|
|
953
|
-
- doc/TaskJuggler/SheetHandlerBase.html
|
|
954
|
-
- doc/TaskJuggler/GanttContainer.html
|
|
955
|
-
- doc/TaskJuggler/PropertySet.html
|
|
956
|
-
- doc/TaskJuggler/TimeSheetRecord.html
|
|
957
|
-
- doc/TaskJuggler/ShiftAssignments.html
|
|
958
|
-
- doc/TaskJuggler/Message.html
|
|
959
|
-
- doc/TaskJuggler/JournalEntryList.html
|
|
960
|
-
- doc/TaskJuggler/KeywordArray.html
|
|
1005
|
+
- doc/TaskJuggler/TjpExportRE.html
|
|
1006
|
+
- doc/TaskJuggler/DependencyListAttribute.html
|
|
1007
|
+
- doc/TaskJuggler/MessageHandler.html
|
|
961
1008
|
- doc/TaskJuggler/JournalEntry.html
|
|
962
|
-
- doc/TaskJuggler/
|
|
963
|
-
- doc/TaskJuggler/
|
|
964
|
-
- doc/TaskJuggler/
|
|
965
|
-
- doc/TaskJuggler/
|
|
966
|
-
- doc/TaskJuggler/
|
|
967
|
-
- doc/TaskJuggler/GanttTaskBar.html
|
|
968
|
-
- doc/TaskJuggler/ScenarioData.html
|
|
969
|
-
- doc/TaskJuggler/Project.html
|
|
970
|
-
- doc/TaskJuggler/TimeSheetReceiver.html
|
|
971
|
-
- doc/TaskJuggler/TjpExample.html
|
|
972
|
-
- doc/TaskJuggler/XMLComment.html
|
|
973
|
-
- doc/TaskJuggler/TimeSheetSender.html
|
|
974
|
-
- doc/TaskJuggler/JobInfo.html
|
|
975
|
-
- doc/TaskJuggler/GanttMilestone.html
|
|
976
|
-
- doc/TaskJuggler/Booking.html
|
|
977
|
-
- doc/TaskJuggler/GanttRouter.html
|
|
978
|
-
- doc/TaskJuggler/Macro.html
|
|
979
|
-
- doc/TaskJuggler/RichTextImage.html
|
|
980
|
-
- doc/TaskJuggler/NavigatorElement.html
|
|
981
|
-
- doc/TaskJuggler/ReportTableLine.html
|
|
982
|
-
- doc/TaskJuggler/XMLElement.html
|
|
983
|
-
- doc/TaskJuggler/Tj3TsSummary.html
|
|
984
|
-
- doc/TaskJuggler/Tj3Client.html
|
|
1009
|
+
- doc/TaskJuggler/TaskListAttribute.html
|
|
1010
|
+
- doc/TaskJuggler/RTFHandlers.html
|
|
1011
|
+
- doc/TaskJuggler/ResourceListRE.html
|
|
1012
|
+
- doc/TaskJuggler/TableReport.html
|
|
1013
|
+
- doc/TaskJuggler/SheetSender.html
|
|
985
1014
|
- doc/TaskJuggler/ReportTable.html
|
|
986
|
-
- doc/
|
|
987
|
-
- doc/
|
|
988
|
-
- doc/TaskJuggler.html
|
|
989
|
-
- doc/
|
|
990
|
-
- doc/
|
|
991
|
-
- doc/
|
|
992
|
-
- doc/Arguments.html
|
|
993
|
-
- doc/CHANGELOG.html
|
|
994
|
-
- doc/README.html
|
|
995
|
-
- doc/StringIO.html
|
|
1015
|
+
- doc/TaskJuggler/ReportServlet.html
|
|
1016
|
+
- doc/TaskJuggler/Task.html
|
|
1017
|
+
- doc/TaskJuggler/DateAttribute.html
|
|
1018
|
+
- doc/TaskJuggler/FormatListAttribute.html
|
|
1019
|
+
- doc/TaskJuggler/SymbolAttribute.html
|
|
1020
|
+
- doc/TaskJuggler/ChargeListAttribute.html
|
|
996
1021
|
- doc/rdoc.css
|
|
997
1022
|
has_rdoc: true
|
|
998
1023
|
homepage: http://www.taskjuggler.org
|
|
@@ -1004,52 +1029,47 @@ rdoc_options: []
|
|
|
1004
1029
|
require_paths:
|
|
1005
1030
|
- lib
|
|
1006
1031
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
1007
|
-
none: false
|
|
1008
1032
|
requirements:
|
|
1009
1033
|
- - ">="
|
|
1010
1034
|
- !ruby/object:Gem::Version
|
|
1011
|
-
segments:
|
|
1012
|
-
- 1
|
|
1013
|
-
- 8
|
|
1014
|
-
- 6
|
|
1015
1035
|
version: 1.8.6
|
|
1036
|
+
version:
|
|
1016
1037
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1017
|
-
none: false
|
|
1018
1038
|
requirements:
|
|
1019
1039
|
- - ">="
|
|
1020
1040
|
- !ruby/object:Gem::Version
|
|
1021
|
-
segments:
|
|
1022
|
-
- 0
|
|
1023
1041
|
version: "0"
|
|
1042
|
+
version:
|
|
1024
1043
|
requirements: []
|
|
1025
1044
|
|
|
1026
1045
|
rubyforge_project: taskjuggler
|
|
1027
|
-
rubygems_version: 1.3.
|
|
1046
|
+
rubygems_version: 1.3.5
|
|
1028
1047
|
signing_key:
|
|
1029
1048
|
specification_version: 3
|
|
1030
1049
|
summary: Project Management Software
|
|
1031
1050
|
test_files:
|
|
1051
|
+
- test/test_WorkingHours.rb
|
|
1052
|
+
- test/test_Syntax.rb
|
|
1053
|
+
- test/test_Limits.rb
|
|
1054
|
+
- test/test_Journal.rb
|
|
1055
|
+
- test/test_CSV-Reports.rb
|
|
1032
1056
|
- test/test_CSVFile.rb
|
|
1033
|
-
- test/
|
|
1034
|
-
- test/test_UTF8String.rb
|
|
1057
|
+
- test/test_deep_copy.rb
|
|
1035
1058
|
- test/test_Query.rb
|
|
1036
|
-
- test/
|
|
1037
|
-
- test/test_Scheduler.rb
|
|
1059
|
+
- test/test_URLParameter.rb
|
|
1038
1060
|
- test/test_LogicalExpression.rb
|
|
1039
|
-
- test/test_deep_copy.rb
|
|
1040
|
-
- test/test_TjTime.rb
|
|
1041
1061
|
- test/test_RichText.rb
|
|
1042
|
-
- test/test_Limits.rb
|
|
1043
|
-
- test/test_PropertySet.rb
|
|
1044
|
-
- test/test_Journal.rb
|
|
1045
|
-
- test/test_ShiftAssignments.rb
|
|
1046
|
-
- test/test_Project.rb
|
|
1047
|
-
- test/test_BatchProcessor.rb
|
|
1048
1062
|
- test/test_TjpExample.rb
|
|
1049
|
-
- test/
|
|
1050
|
-
- test/test_ReportGenerator.rb
|
|
1051
|
-
- test/test_WorkingHours.rb
|
|
1063
|
+
- test/test_Scheduler.rb
|
|
1052
1064
|
- test/test_ProjectFileScanner.rb
|
|
1065
|
+
- test/test_Project.rb
|
|
1066
|
+
- test/test_SimpleQueryExpander.rb
|
|
1067
|
+
- test/test_BatchProcessor.rb
|
|
1068
|
+
- test/test_ShiftAssignments.rb
|
|
1053
1069
|
- test/test_TextFormatter.rb
|
|
1054
1070
|
- test/test_RealFormat.rb
|
|
1055
|
-
- test/
|
|
1071
|
+
- test/test_TjTime.rb
|
|
1072
|
+
- test/test_UTF8String.rb
|
|
1073
|
+
- test/test_MacroTable.rb
|
|
1074
|
+
- test/test_ReportGenerator.rb
|
|
1075
|
+
- test/test_PropertySet.rb
|