taskjuggler 0.0.4 → 0.0.5
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/README +1 -1
- data/bin/tj3client +3 -0
- data/bin/tj3d +3 -0
- data/bin/tj3ts_receiver +3 -0
- data/bin/tj3ts_sender +3 -0
- data/bin/tj3ts_summary +3 -0
- data/data/css/tjmanual.css +14 -0
- data/data/css/tjreport.css +233 -21
- data/data/scripts/wz_tooltip.js +20 -20
- data/doc/AppConfig.html +1389 -0
- data/doc/Arguments.html +678 -0
- data/doc/COPYING.html +837 -0
- data/doc/Object.html +996 -0
- data/doc/README.html +523 -0
- data/doc/RuntimeConfig.html +762 -0
- data/doc/String.html +872 -0
- data/doc/TaskJuggler/Account.html +691 -0
- data/doc/TaskJuggler/AccountAttribute.html +707 -0
- data/doc/TaskJuggler/AccountScenario.html +650 -0
- data/doc/TaskJuggler/Allocation.html +898 -0
- data/doc/TaskJuggler/AllocationAttribute.html +737 -0
- data/doc/TaskJuggler/AttributeBase.html +1193 -0
- data/doc/TaskJuggler/AttributeDefinition.html +753 -0
- data/doc/TaskJuggler/BatchProcessor.html +1112 -0
- data/doc/TaskJuggler/Booking.html +797 -0
- data/doc/TaskJuggler/BookingListAttribute.html +709 -0
- data/doc/TaskJuggler/BooleanAttribute.html +707 -0
- data/doc/TaskJuggler/CSVFile.html +924 -0
- data/doc/TaskJuggler/CellSettingPattern.html +638 -0
- data/doc/TaskJuggler/CellSettingPatternList.html +687 -0
- data/doc/TaskJuggler/Charge.html +715 -0
- data/doc/TaskJuggler/ChargeListAttribute.html +671 -0
- data/doc/TaskJuggler/ChargeSet.html +887 -0
- data/doc/TaskJuggler/ChargeSetListAttribute.html +718 -0
- data/doc/TaskJuggler/ColumnListAttribute.html +673 -0
- data/doc/TaskJuggler/ColumnTable.html +701 -0
- data/doc/TaskJuggler/Daemon.html +728 -0
- data/doc/TaskJuggler/DateAttribute.html +675 -0
- data/doc/TaskJuggler/DefinitionListAttribute.html +593 -0
- data/doc/TaskJuggler/DependencyListAttribute.html +713 -0
- data/doc/TaskJuggler/DurationAttribute.html +707 -0
- data/doc/TaskJuggler/FixnumAttribute.html +629 -0
- data/doc/TaskJuggler/FlagListAttribute.html +709 -0
- data/doc/TaskJuggler/FloatAttribute.html +671 -0
- data/doc/TaskJuggler/FormatListAttribute.html +635 -0
- data/doc/TaskJuggler/GanttChart.html +1473 -0
- data/doc/TaskJuggler/GanttContainer.html +885 -0
- data/doc/TaskJuggler/GanttHeader.html +886 -0
- data/doc/TaskJuggler/GanttHeaderScaleItem.html +700 -0
- data/doc/TaskJuggler/GanttLine.html +1263 -0
- data/doc/TaskJuggler/GanttLoadStack.html +766 -0
- data/doc/TaskJuggler/GanttMilestone.html +865 -0
- data/doc/TaskJuggler/GanttRouter.html +1433 -0
- data/doc/TaskJuggler/GanttTaskBar.html +880 -0
- data/doc/TaskJuggler/HTMLDocument.html +719 -0
- data/doc/TaskJuggler/HTMLGraphics.html +775 -0
- data/doc/TaskJuggler/Interval.html +1016 -0
- data/doc/TaskJuggler/IntervalListAttribute.html +713 -0
- data/doc/TaskJuggler/JobInfo.html +881 -0
- data/doc/TaskJuggler/Journal.html +991 -0
- data/doc/TaskJuggler/JournalEntry.html +779 -0
- data/doc/TaskJuggler/JournalEntryList.html +952 -0
- data/doc/TaskJuggler/KeywordArray.html +628 -0
- data/doc/TaskJuggler/KeywordDocumentation.html +1662 -0
- data/doc/TaskJuggler/Limits/Limit.html +826 -0
- data/doc/TaskJuggler/Limits.html +966 -0
- data/doc/TaskJuggler/LimitsAttribute.html +707 -0
- data/doc/TaskJuggler/ListAttributeBase.html +641 -0
- data/doc/TaskJuggler/Log.html +1103 -0
- data/doc/TaskJuggler/LogFile.html +918 -0
- data/doc/TaskJuggler/LogicalAttribute.html +698 -0
- data/doc/TaskJuggler/LogicalExpression.html +739 -0
- data/doc/TaskJuggler/LogicalExpressionAttribute.html +629 -0
- data/doc/TaskJuggler/LogicalFlag.html +681 -0
- data/doc/TaskJuggler/LogicalFunction.html +1218 -0
- data/doc/TaskJuggler/LogicalOperation.html +1078 -0
- data/doc/TaskJuggler/Macro.html +646 -0
- data/doc/TaskJuggler/MacroParser.html +810 -0
- data/doc/TaskJuggler/MacroTable.html +810 -0
- data/doc/TaskJuggler/ManagerResponsibilities.html +674 -0
- data/doc/TaskJuggler/ManagerStatusRecord.html +678 -0
- data/doc/TaskJuggler/Message.html +757 -0
- data/doc/TaskJuggler/MessageHandler.html +679 -0
- data/doc/TaskJuggler/Navigator.html +867 -0
- data/doc/TaskJuggler/NavigatorElement.html +932 -0
- data/doc/TaskJuggler/NikuProject.html +662 -0
- data/doc/TaskJuggler/NikuReport.html +1316 -0
- data/doc/TaskJuggler/NikuResource.html +632 -0
- data/doc/TaskJuggler/OnShiftCache.html +864 -0
- data/doc/TaskJuggler/ProcessIntercom.html +847 -0
- data/doc/TaskJuggler/ProcessIntercomIface.html +664 -0
- data/doc/TaskJuggler/Project.html +3056 -0
- data/doc/TaskJuggler/ProjectBroker.html +1260 -0
- data/doc/TaskJuggler/ProjectBrokerIface.html +734 -0
- data/doc/TaskJuggler/ProjectFileParser.html +1951 -0
- data/doc/TaskJuggler/ProjectRecord.html +859 -0
- data/doc/TaskJuggler/ProjectServer.html +1092 -0
- data/doc/TaskJuggler/ProjectServerIface.html +768 -0
- data/doc/TaskJuggler/PropertyAttribute.html +629 -0
- data/doc/TaskJuggler/PropertyList.html +1336 -0
- data/doc/TaskJuggler/PropertySet.html +1785 -0
- data/doc/TaskJuggler/PropertyTreeNode.html +2482 -0
- data/doc/TaskJuggler/Query.html +1831 -0
- data/doc/TaskJuggler/RTFNavigator.html +729 -0
- data/doc/TaskJuggler/RTFQuery.html +1038 -0
- data/doc/TaskJuggler/RTFReport.html +740 -0
- data/doc/TaskJuggler/RealFormat.html +743 -0
- data/doc/TaskJuggler/RealFormatAttribute.html +593 -0
- data/doc/TaskJuggler/ReferenceAttribute.html +782 -0
- data/doc/TaskJuggler/Report.html +1255 -0
- data/doc/TaskJuggler/ReportBase.html +1198 -0
- data/doc/TaskJuggler/ReportContext.html +711 -0
- data/doc/TaskJuggler/ReportServer.html +988 -0
- data/doc/TaskJuggler/ReportServerIface.html +838 -0
- data/doc/TaskJuggler/ReportServerRecord.html +716 -0
- data/doc/TaskJuggler/ReportTable.html +1106 -0
- data/doc/TaskJuggler/ReportTableCell.html +1536 -0
- data/doc/TaskJuggler/ReportTableColumn.html +828 -0
- data/doc/TaskJuggler/ReportTableLegend.html +999 -0
- data/doc/TaskJuggler/ReportTableLine.html +1003 -0
- data/doc/TaskJuggler/Resource.html +938 -0
- data/doc/TaskJuggler/ResourceListAttribute.html +752 -0
- data/doc/TaskJuggler/ResourceListRE.html +674 -0
- data/doc/TaskJuggler/ResourceScenario.html +2457 -0
- data/doc/TaskJuggler/RichText.html +791 -0
- data/doc/TaskJuggler/RichTextAttribute.html +743 -0
- data/doc/TaskJuggler/RichTextDocument.html +972 -0
- data/doc/TaskJuggler/RichTextElement.html +1615 -0
- data/doc/TaskJuggler/RichTextException.html +667 -0
- data/doc/TaskJuggler/RichTextFunctionExample.html +737 -0
- data/doc/TaskJuggler/RichTextFunctionHandler.html +689 -0
- data/doc/TaskJuggler/RichTextImage.html +650 -0
- data/doc/TaskJuggler/RichTextIntermediate.html +1161 -0
- data/doc/TaskJuggler/RichTextParser.html +756 -0
- data/doc/TaskJuggler/RichTextScanner.html +2010 -0
- data/doc/TaskJuggler/RichTextSnip.html +942 -0
- data/doc/TaskJuggler/RichTextSyntaxRules.html +1722 -0
- data/doc/TaskJuggler/Scenario.html +594 -0
- data/doc/TaskJuggler/ScenarioData.html +815 -0
- data/doc/TaskJuggler/ScenarioListAttribute.html +671 -0
- data/doc/TaskJuggler/Scoreboard.html +1114 -0
- data/doc/TaskJuggler/SheetHandlerBase.html +1115 -0
- data/doc/TaskJuggler/SheetReceiver.html +1293 -0
- data/doc/TaskJuggler/SheetSender.html +1089 -0
- data/doc/TaskJuggler/Shift.html +689 -0
- data/doc/TaskJuggler/ShiftAssignment.html +950 -0
- data/doc/TaskJuggler/ShiftAssignments.html +1379 -0
- data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +707 -0
- data/doc/TaskJuggler/ShiftScenario.html +720 -0
- data/doc/TaskJuggler/SortListAttribute.html +631 -0
- data/doc/TaskJuggler/SourceFileInfo.html +698 -0
- data/doc/TaskJuggler/StatusSheetReceiver.html +615 -0
- data/doc/TaskJuggler/StatusSheetReport.html +872 -0
- data/doc/TaskJuggler/StatusSheetSender.html +654 -0
- data/doc/TaskJuggler/StringAttribute.html +671 -0
- data/doc/TaskJuggler/SymbolAttribute.html +629 -0
- data/doc/TaskJuggler/SyntaxReference.html +1155 -0
- data/doc/TaskJuggler/TOCEntry.html +723 -0
- data/doc/TaskJuggler/TSResourceRecord.html +670 -0
- data/doc/TaskJuggler/TSTaskRecord.html +682 -0
- data/doc/TaskJuggler/TableColumnDefinition.html +830 -0
- data/doc/TaskJuggler/TableOfContents.html +692 -0
- data/doc/TaskJuggler/TableReport.html +2444 -0
- data/doc/TaskJuggler/Task.html +781 -0
- data/doc/TaskJuggler/TaskDependency.html +730 -0
- data/doc/TaskJuggler/TaskListAttribute.html +713 -0
- data/doc/TaskJuggler/TaskListRE.html +673 -0
- data/doc/TaskJuggler/TaskScenario.html +4380 -0
- data/doc/TaskJuggler/TextFormatter.html +911 -0
- data/doc/TaskJuggler/TextParser/Pattern.html +1482 -0
- data/doc/TaskJuggler/TextParser/Rule.html +1288 -0
- data/doc/TaskJuggler/TextParser/StackElement.html +726 -0
- data/doc/TaskJuggler/TextParser/TextParserResultArray.html +648 -0
- data/doc/TaskJuggler/TextParser/TokenDoc.html +680 -0
- data/doc/TaskJuggler/TextParser.html +1670 -0
- data/doc/TaskJuggler/TextReport.html +856 -0
- data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +831 -0
- data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +832 -0
- data/doc/TaskJuggler/TextScanner/StreamHandle.html +737 -0
- data/doc/TaskJuggler/TextScanner.html +2430 -0
- data/doc/TaskJuggler/TimeSheet.html +1233 -0
- data/doc/TaskJuggler/TimeSheetReceiver.html +612 -0
- data/doc/TaskJuggler/TimeSheetRecord.html +1352 -0
- data/doc/TaskJuggler/TimeSheetReport.html +948 -0
- data/doc/TaskJuggler/TimeSheetSender.html +637 -0
- data/doc/TaskJuggler/TimeSheetSummary.html +865 -0
- data/doc/TaskJuggler/TimeSheets.html +674 -0
- data/doc/TaskJuggler/Tj3AppBase.html +782 -0
- data/doc/TaskJuggler/Tj3Client.html +1455 -0
- data/doc/TaskJuggler/Tj3Daemon.html +767 -0
- data/doc/TaskJuggler/Tj3SheetAppBase.html +696 -0
- data/doc/TaskJuggler/Tj3SsReceiver.html +682 -0
- data/doc/TaskJuggler/Tj3SsSender.html +708 -0
- data/doc/TaskJuggler/Tj3TsReceiver.html +681 -0
- data/doc/TaskJuggler/Tj3TsSender.html +702 -0
- data/doc/TaskJuggler/Tj3TsSummary.html +710 -0
- data/doc/TaskJuggler/TjException.html +630 -0
- data/doc/TaskJuggler/TjTime.html +2590 -0
- data/doc/TaskJuggler/TjpExample.html +835 -0
- data/doc/TaskJuggler/TjpExportRE.html +1581 -0
- data/doc/TaskJuggler/TjpSyntaxRules.html +13004 -0
- data/doc/TaskJuggler/UserManual.html +1145 -0
- data/doc/TaskJuggler/WorkingHours.html +1101 -0
- data/doc/TaskJuggler/WorkingHoursAttribute.html +694 -0
- data/doc/TaskJuggler/XMLBlob.html +645 -0
- data/doc/TaskJuggler/XMLComment.html +640 -0
- data/doc/TaskJuggler/XMLDocument.html +732 -0
- data/doc/TaskJuggler/XMLElement.html +900 -0
- data/doc/TaskJuggler/XMLNamedText.html +601 -0
- data/doc/TaskJuggler/XMLText.html +655 -0
- data/doc/TaskJuggler.html +2243 -0
- data/doc/index.html +3778 -17
- data/doc/lib/AccountScenario_rb.html +67 -0
- data/doc/lib/Account_rb.html +69 -0
- data/doc/lib/Allocation_rb.html +69 -0
- data/doc/lib/AppConfig_rb.html +69 -0
- data/doc/lib/AttributeBase_rb.html +67 -0
- data/doc/lib/AttributeDefinition_rb.html +65 -0
- data/doc/lib/Attributes_rb.html +81 -0
- data/doc/lib/BatchProcessor_rb.html +69 -0
- data/doc/lib/Booking_rb.html +65 -0
- data/doc/lib/ChargeSet_rb.html +67 -0
- data/doc/lib/Charge_rb.html +67 -0
- data/doc/lib/HTMLDocument_rb.html +67 -0
- data/doc/lib/Interval_rb.html +67 -0
- data/doc/lib/Journal_rb.html +65 -0
- data/doc/lib/KeywordArray_rb.html +65 -0
- data/doc/lib/KeywordDocumentation_rb.html +75 -0
- data/doc/lib/Limits_rb.html +67 -0
- data/doc/lib/LogFile_rb.html +67 -0
- data/doc/lib/Log_rb.html +69 -0
- data/doc/lib/LogicalExpression_rb.html +71 -0
- data/doc/lib/LogicalFunction_rb.html +67 -0
- data/doc/lib/LogicalOperation_rb.html +67 -0
- data/doc/lib/MacroParser_rb.html +69 -0
- data/doc/lib/MacroTable_rb.html +73 -0
- data/doc/lib/MessageHandler_rb.html +65 -0
- data/doc/lib/Message_rb.html +67 -0
- data/doc/lib/ProjectFileParser_rb.html +79 -0
- data/doc/lib/Project_rb.html +109 -0
- data/doc/lib/PropertyList_rb.html +65 -0
- data/doc/lib/PropertySet_rb.html +69 -0
- data/doc/lib/PropertyTreeNode_rb.html +65 -0
- data/doc/lib/Query_rb.html +67 -0
- data/doc/lib/RTFNavigator_rb.html +71 -0
- data/doc/lib/RTFQuery_rb.html +71 -0
- data/doc/lib/RTFReport_rb.html +69 -0
- data/doc/lib/RealFormat_rb.html +65 -0
- data/doc/lib/ResourceScenario_rb.html +67 -0
- data/doc/lib/Resource_rb.html +69 -0
- data/doc/lib/RichTextDocument_rb.html +71 -0
- data/doc/lib/RichTextElement_rb.html +73 -0
- data/doc/lib/RichTextFunctionExample_rb.html +71 -0
- data/doc/lib/RichTextFunctionHandler_rb.html +65 -0
- data/doc/lib/RichTextParser_rb.html +71 -0
- data/doc/lib/RichTextScanner_rb.html +67 -0
- data/doc/lib/RichTextSnip_rb.html +69 -0
- data/doc/lib/RichTextSyntaxRules_rb.html +65 -0
- data/doc/lib/RichText_rb.html +69 -0
- data/doc/lib/RuntimeConfig_rb.html +67 -0
- data/doc/lib/ScenarioData_rb.html +69 -0
- data/doc/lib/Scenario_rb.html +67 -0
- data/doc/lib/Scoreboard_rb.html +65 -0
- data/doc/lib/SheetHandlerBase_rb.html +69 -0
- data/doc/lib/SheetReceiver_rb.html +75 -0
- data/doc/lib/SheetSender_rb.html +73 -0
- data/doc/lib/ShiftAssignments_rb.html +67 -0
- data/doc/lib/ShiftScenario_rb.html +67 -0
- data/doc/lib/Shift_rb.html +69 -0
- data/doc/lib/SourceFileInfo_rb.html +65 -0
- data/doc/lib/StatusSheetReceiver_rb.html +67 -0
- data/doc/lib/StatusSheetSender_rb.html +67 -0
- data/doc/lib/SyntaxReference_rb.html +73 -0
- data/doc/lib/TOCEntry_rb.html +69 -0
- data/doc/lib/TableColumnDefinition_rb.html +65 -0
- data/doc/lib/TableOfContents_rb.html +69 -0
- data/doc/lib/TaskDependency_rb.html +65 -0
- data/doc/lib/TaskJuggler_rb.html +73 -0
- data/doc/lib/TaskScenario_rb.html +67 -0
- data/doc/lib/Task_rb.html +69 -0
- data/doc/lib/TextFormatter_rb.html +67 -0
- data/doc/lib/TextParser/Pattern_rb.html +67 -0
- data/doc/lib/TextParser/Rule_rb.html +65 -0
- data/doc/lib/TextParser/StackElement_rb.html +65 -0
- data/doc/lib/TextParser/TokenDoc_rb.html +65 -0
- data/doc/lib/TextParser_rb.html +75 -0
- data/doc/lib/TextScanner_rb.html +79 -0
- data/doc/lib/TimeSheetReceiver_rb.html +67 -0
- data/doc/lib/TimeSheetSender_rb.html +67 -0
- data/doc/lib/TimeSheetSummary_rb.html +67 -0
- data/doc/lib/TimeSheets_rb.html +65 -0
- data/doc/lib/Tj3AppBase_rb.html +77 -0
- data/doc/lib/Tj3Config_rb.html +69 -0
- data/doc/lib/Tj3SheetAppBase_rb.html +67 -0
- data/doc/lib/TjException_rb.html +65 -0
- data/doc/lib/TjTime_rb.html +69 -0
- data/doc/lib/TjpExample_rb.html +67 -0
- data/doc/lib/TjpSyntaxRules_rb.html +65 -0
- data/doc/lib/UTF8String_rb.html +65 -0
- data/doc/lib/UserManual_rb.html +77 -0
- data/doc/lib/WorkingHours_rb.html +67 -0
- data/doc/lib/XMLDocument_rb.html +67 -0
- data/doc/lib/XMLElement_rb.html +67 -0
- data/doc/lib/daemon/Daemon_rb.html +67 -0
- data/doc/lib/daemon/ProcessIntercom_rb.html +67 -0
- data/doc/lib/daemon/ProjectBroker_rb.html +79 -0
- data/doc/lib/daemon/ProjectServer_rb.html +83 -0
- data/doc/lib/daemon/ReportServer_rb.html +73 -0
- data/doc/lib/deep_copy_rb.html +65 -0
- data/doc/lib/reports/CSVFile_rb.html +67 -0
- data/doc/lib/reports/ColumnTable_rb.html +67 -0
- data/doc/lib/reports/GanttChart_rb.html +73 -0
- data/doc/lib/reports/GanttContainer_rb.html +67 -0
- data/doc/lib/reports/GanttHeaderScaleItem_rb.html +65 -0
- data/doc/lib/reports/GanttHeader_rb.html +67 -0
- data/doc/lib/reports/GanttLine_rb.html +77 -0
- data/doc/lib/reports/GanttLoadStack_rb.html +67 -0
- data/doc/lib/reports/GanttMilestone_rb.html +67 -0
- data/doc/lib/reports/GanttRouter_rb.html +65 -0
- data/doc/lib/reports/GanttTaskBar_rb.html +67 -0
- data/doc/lib/reports/HTMLGraphics_rb.html +65 -0
- data/doc/lib/reports/Navigator_rb.html +67 -0
- data/doc/lib/reports/NikuReport_rb.html +69 -0
- data/doc/lib/reports/ReportBase_rb.html +65 -0
- data/doc/lib/reports/ReportContext_rb.html +65 -0
- data/doc/lib/reports/ReportTableCell_rb.html +65 -0
- data/doc/lib/reports/ReportTableColumn_rb.html +65 -0
- data/doc/lib/reports/ReportTableLegend_rb.html +65 -0
- data/doc/lib/reports/ReportTableLine_rb.html +67 -0
- data/doc/lib/reports/ReportTable_rb.html +69 -0
- data/doc/lib/reports/Report_rb.html +91 -0
- data/doc/lib/reports/ResourceListRE_rb.html +73 -0
- data/doc/lib/reports/StatusSheetReport_rb.html +67 -0
- data/doc/lib/reports/TableReport_rb.html +75 -0
- data/doc/lib/reports/TaskListRE_rb.html +73 -0
- data/doc/lib/reports/TextReport_rb.html +67 -0
- data/doc/lib/reports/TimeSheetReport_rb.html +67 -0
- data/doc/lib/reports/TjpExportRE_rb.html +67 -0
- data/doc/lib/ruby-signal-bug_rb.html +54 -0
- data/doc/lib/taskjuggler3_rb.html +73 -0
- data/doc/lib/tj3client_rb.html +73 -0
- data/doc/lib/tj3d_rb.html +73 -0
- data/doc/lib/tj3man_rb.html +73 -0
- data/doc/lib/tj3ss_receiver_rb.html +69 -0
- data/doc/lib/tj3ss_sender_rb.html +69 -0
- data/doc/lib/tj3ts_receiver_rb.html +69 -0
- data/doc/lib/tj3ts_sender_rb.html +69 -0
- data/doc/lib/tj3ts_summary_rb.html +69 -0
- data/doc/rdoc.css +701 -0
- data/examples/tutorial.tjp +25 -6
- data/lib/Attributes.rb +6 -2
- data/lib/HTMLDocument.rb +18 -2
- data/lib/Journal.rb +47 -4
- data/lib/KeywordArray.rb +1 -1
- data/lib/KeywordDocumentation.rb +17 -77
- data/lib/Log.rb +3 -1
- data/lib/LogFile.rb +72 -0
- data/lib/LogicalExpression.rb +5 -10
- data/lib/LogicalFunction.rb +34 -18
- data/lib/LogicalOperation.rb +32 -18
- data/lib/Project.rb +85 -13
- data/lib/ProjectFileParser.rb +19 -6
- data/lib/PropertyList.rb +12 -2
- data/lib/PropertyTreeNode.rb +23 -9
- data/lib/Query.rb +51 -13
- data/lib/RTFReport.rb +2 -2
- data/lib/Resource.rb +157 -0
- data/lib/ResourceScenario.rb +215 -68
- data/lib/RichText.rb +15 -3
- data/lib/RichTextDocument.rb +2 -4
- data/lib/RichTextElement.rb +87 -25
- data/lib/RichTextScanner.rb +32 -5
- data/lib/RichTextSnip.rb +6 -4
- data/lib/RichTextSyntaxRules.rb +44 -8
- data/lib/RuntimeConfig.rb +93 -0
- data/lib/Scoreboard.rb +6 -6
- data/lib/SheetHandlerBase.rb +215 -0
- data/lib/SheetReceiver.rb +355 -0
- data/lib/SheetSender.rb +264 -0
- data/lib/ShiftAssignments.rb +35 -27
- data/lib/StatusSheetReceiver.rb +45 -0
- data/lib/StatusSheetSender.rb +54 -0
- data/lib/SyntaxReference.rb +2 -7
- data/lib/Task.rb +70 -0
- data/lib/TaskJuggler.rb +114 -12
- data/lib/TaskScenario.rb +131 -22
- data/lib/TextFormatter.rb +177 -0
- data/lib/TextParser.rb +10 -1
- data/lib/TextScanner.rb +63 -33
- data/lib/TimeSheetReceiver.rb +42 -0
- data/lib/TimeSheetSender.rb +55 -0
- data/lib/TimeSheetSummary.rb +149 -0
- data/lib/TimeSheets.rb +406 -0
- data/lib/Tj3AppBase.rb +114 -0
- data/lib/Tj3Config.rb +1 -1
- data/lib/Tj3SheetAppBase.rb +59 -0
- data/lib/TjTime.rb +14 -1
- data/lib/TjpSyntaxRules.rb +573 -211
- data/lib/UTF8String.rb +4 -0
- data/lib/UserManual.rb +8 -7
- data/lib/XMLElement.rb +27 -19
- data/lib/daemon/Daemon.rb +70 -0
- data/lib/daemon/ProcessIntercom.rb +117 -0
- data/lib/daemon/ProjectBroker.rb +450 -0
- data/lib/daemon/ProjectServer.rb +348 -0
- data/lib/daemon/ReportServer.rb +194 -0
- data/lib/reports/ColumnTable.rb +2 -0
- data/lib/reports/GanttChart.rb +5 -7
- data/lib/reports/GanttContainer.rb +5 -8
- data/lib/reports/GanttHeader.rb +1 -1
- data/lib/reports/GanttLine.rb +89 -53
- data/lib/reports/GanttMilestone.rb +7 -4
- data/lib/reports/GanttTaskBar.rb +7 -3
- data/lib/reports/HTMLGraphics.rb +24 -9
- data/lib/reports/NikuReport.rb +414 -0
- data/lib/reports/Report.rb +54 -20
- data/lib/reports/ReportBase.rb +21 -0
- data/lib/reports/ReportTable.rb +29 -11
- data/lib/reports/ReportTableCell.rb +154 -86
- data/lib/reports/ReportTableLegend.rb +77 -80
- data/lib/reports/ResourceListRE.rb +2 -3
- data/lib/reports/StatusSheetReport.rb +231 -0
- data/lib/reports/TableReport.rb +74 -65
- data/lib/reports/TaskListRE.rb +2 -4
- data/lib/reports/TextReport.rb +18 -12
- data/lib/reports/TimeSheetReport.rb +145 -80
- data/lib/reports/TjpExportRE.rb +4 -4
- data/lib/ruby-signal-bug.rb +43 -0
- data/lib/taskjuggler3.rb +27 -10
- data/lib/tj3client.rb +411 -77
- data/lib/tj3d.rb +110 -0
- data/lib/tj3ss_receiver.rb +56 -0
- data/lib/tj3ss_sender.rb +84 -0
- data/lib/tj3ts_receiver.rb +59 -0
- data/lib/tj3ts_sender.rb +78 -0
- data/lib/tj3ts_summary.rb +87 -0
- data/manual/Day_To_Day_Juggling +761 -32
- data/manual/Getting_Started +12 -12
- data/manual/Rich_Text_Attributes +13 -1
- data/manual/TaskJuggler_2x_Migration +41 -3
- data/manual/TaskJuggler_Internals +87 -0
- data/manual/The_TaskJuggler_Syntax +1 -2
- data/manual/Tutorial +10 -10
- data/test/TestSuite/CSV-Reports/celltext.tjp +1 -1
- data/test/TestSuite/HTML-Reports/TimeSheet.html +79 -0
- data/test/TestSuite/HTML-Reports/icons/trend-down.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/trend-flat.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/trend-up.png +0 -0
- data/test/TestSuite/HTML-Reports/reference.html +51 -0
- data/test/TestSuite/Scheduler/Correct/Booking2.html +603 -0
- data/test/TestSuite/Scheduler/Correct/Booking2.tjp +57 -0
- data/test/TestSuite/Scheduler/Correct/Duration.tjp +32 -18
- data/test/TestSuite/Scheduler/Correct/Manager.tjp +9 -0
- data/test/TestSuite/Scheduler/Correct/Shift.html +429 -0
- data/test/TestSuite/Scheduler/Correct/Shift2.html +162 -0
- data/test/TestSuite/Scheduler/Correct/Shift2.tjp +67 -0
- data/test/TestSuite/{Syntax/Correct/TimeSheet.tjp → Scheduler/Correct/TimeSheet2.tjp} +21 -8
- data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +52 -0
- data/test/TestSuite/Scheduler/Correct/css/tjreport.css +195 -0
- data/test/TestSuite/{Syntax → Scheduler}/Correct/icons/details.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
- data/test/TestSuite/{Syntax → Scheduler}/Correct/icons/resource.png +0 -0
- data/test/TestSuite/{Syntax → Scheduler}/Correct/icons/resourcegroup.png +0 -0
- data/test/TestSuite/{Syntax → Scheduler}/Correct/icons/task.png +0 -0
- data/test/TestSuite/{Syntax → Scheduler}/Correct/icons/taskgroup.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
- data/test/TestSuite/{HTML-Reports/scripts → Scheduler/Correct}/scripts/wz_tooltip.js +0 -0
- data/test/TestSuite/Scheduler/Errors/manager_is_group.tjp +15 -0
- data/test/TestSuite/Scheduler/Errors/manager_is_self.tjp +11 -0
- data/test/TestSuite/Scheduler/Errors/resource_fail_check.tjp +12 -0
- data/test/TestSuite/Scheduler/Errors/resource_warn_check.tjp +12 -0
- data/test/TestSuite/Scheduler/Errors/task_fail_check.tjp +8 -0
- data/test/TestSuite/Scheduler/Errors/task_warn_check.tjp +8 -0
- data/test/TestSuite/Scheduler/Errors/ts_alert1_more_details.tjp +20 -0
- data/test/TestSuite/Scheduler/Errors/ts_alert2_more_details.tjp +21 -0
- data/test/TestSuite/Scheduler/Errors/ts_no_expected_end.tjp +26 -0
- data/test/TestSuite/Scheduler/Errors/ts_no_headline1.tjp +27 -0
- data/test/TestSuite/Scheduler/Errors/ts_no_rem_or_end.tjp +26 -0
- data/test/TestSuite/Scheduler/Errors/ts_no_remaining.tjp +26 -0
- data/test/TestSuite/Scheduler/Errors/ts_no_status_work.tjp +18 -0
- data/test/TestSuite/Scheduler/Errors/ts_no_work.tjp +26 -0
- data/test/TestSuite/Scheduler/Errors/ts_res_new_task.tjp +20 -0
- data/test/TestSuite/Scheduler/Errors/ts_work_too_high.tjp +27 -0
- data/test/TestSuite/Scheduler/Errors/ts_work_too_low.tjp +27 -0
- data/test/TestSuite/StatusSheets/boss.tji +45 -0
- data/test/TestSuite/StatusSheets/boss_mail +51 -0
- data/test/TestSuite/StatusSheets/dev2_mail +37 -0
- data/test/TestSuite/StatusSheets/project.tjp +275 -0
- data/test/TestSuite/StatusSheets/run +50 -0
- data/test/TestSuite/Syntax/Correct/Include.tjp +4 -0
- data/test/TestSuite/Syntax/Correct/Limits-1.tjp +10 -1
- data/test/TestSuite/Syntax/Correct/Manager.tjp +30 -0
- data/test/TestSuite/Syntax/Correct/Niku.tjp +66 -0
- data/test/TestSuite/Syntax/Correct/TimeSheet1.tjp +83 -0
- data/test/TestSuite/Syntax/Correct/include/dir1/file2.tji +1 -0
- data/test/TestSuite/Syntax/Correct/include/dir2/file3.tji +2 -0
- data/test/TestSuite/Syntax/Correct/include/file1.tji +3 -0
- data/test/TestSuite/Syntax/Correct/tutorial.tjp +29 -8
- data/test/TestSuite/Syntax/Errors/ts_bad_priority.tjp +19 -0
- data/test/TestSuite/Syntax/Errors/ts_default_details.tjp +22 -0
- data/test/TestSuite/Syntax/Errors/ts_default_summary.tjp +22 -0
- data/test/TestSuite/Syntax/Errors/ts_duplicate_task.tjp +23 -0
- data/test/TestSuite/Syntax/Errors/ts_end_too_early.tjp +18 -0
- data/test/TestSuite/Syntax/Errors/ts_headline_too_long.tjp +19 -0
- data/test/TestSuite/Syntax/Errors/ts_no_headline2.tjp +27 -0
- data/test/TestSuite/Syntax/Errors/ts_summary_too_long.tjp +29 -0
- data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/boss_2002-03-01.tji +36 -0
- data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/dev1_2002-03-01.tji +48 -0
- data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/dev2_2002-03-01.tji +67 -0
- data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/dev3_2002-03-01.tji +67 -0
- data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/doc_2002-03-01.tji +48 -0
- data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/resources.yml +31 -0
- data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/test_2002-03-01.tji +36 -0
- data/test/TestSuite/TimeSheets/TimeSheetTemplates/acceptable_intervals +1 -0
- data/test/TestSuite/TimeSheets/TimeSheets/2002-03-01/all.tji +1 -0
- data/test/TestSuite/TimeSheets/TimeSheets/2002-03-01/dev2_2002-03-01.tji +54 -0
- data/test/TestSuite/TimeSheets/TimeSheets/all.tji +2 -0
- data/test/TestSuite/TimeSheets/dev2_mail1 +84 -0
- data/test/TestSuite/TimeSheets/dev2_mail2 +87 -0
- data/test/TestSuite/TimeSheets/project.tjp +271 -0
- data/test/TestSuite/TimeSheets/receiver.log +102 -0
- data/test/TestSuite/TimeSheets/run +75 -0
- data/test/TestSuite/TimeSheets/sender.log +794 -0
- data/test/TestSuite/TimeSheets/summary.log +884 -0
- data/test/TestSuite/TimeSheets/timesheets.log +45 -0
- data/test/TestSuite/TimeSheets/tj3d.log +292 -0
- data/test/test_CSV-Reports.rb +5 -3
- data/test/test_RichText.rb +264 -56
- data/test/test_Scheduler.rb +1 -0
- data/test/test_TextFormatter.rb +142 -0
- data/test/test_TjTime.rb +15 -0
- metadata +816 -644
- data/benchmarks/UTF-8-Strings.rb +0 -58
- data/doc/classes/AppConfig.html +0 -880
- data/doc/classes/Arguments.html +0 -230
- data/doc/classes/Object.html +0 -229
- data/doc/classes/String.html +0 -399
- data/doc/classes/TaskJuggler/Account.html +0 -257
- data/doc/classes/TaskJuggler/AccountAttribute.html +0 -261
- data/doc/classes/TaskJuggler/AccountScenario.html +0 -218
- data/doc/classes/TaskJuggler/Allocation.html +0 -423
- data/doc/classes/TaskJuggler/AllocationAttribute.html +0 -291
- data/doc/classes/TaskJuggler/AttributeBase.html +0 -704
- data/doc/classes/TaskJuggler/AttributeDefinition.html +0 -276
- data/doc/classes/TaskJuggler/BatchProcessor.html +0 -347
- data/doc/classes/TaskJuggler/Booking.html +0 -311
- data/doc/classes/TaskJuggler/BookingListAttribute.html +0 -263
- data/doc/classes/TaskJuggler/BooleanAttribute.html +0 -261
- data/doc/classes/TaskJuggler/CSVFile.html +0 -329
- data/doc/classes/TaskJuggler/CellSettingPattern.html +0 -201
- data/doc/classes/TaskJuggler/CellSettingPatternList.html +0 -253
- data/doc/classes/TaskJuggler/Charge.html +0 -283
- data/doc/classes/TaskJuggler/ChargeListAttribute.html +0 -229
- data/doc/classes/TaskJuggler/ChargeSet.html +0 -444
- data/doc/classes/TaskJuggler/ChargeSetListAttribute.html +0 -276
- data/doc/classes/TaskJuggler/ColumnListAttribute.html +0 -231
- data/doc/classes/TaskJuggler/ColumnTable.html +0 -262
- data/doc/classes/TaskJuggler/DateAttribute.html +0 -233
- data/doc/classes/TaskJuggler/DefinitionListAttribute.html +0 -162
- data/doc/classes/TaskJuggler/DependencyListAttribute.html +0 -267
- data/doc/classes/TaskJuggler/DurationAttribute.html +0 -229
- data/doc/classes/TaskJuggler/FixnumAttribute.html +0 -194
- data/doc/classes/TaskJuggler/FlagListAttribute.html +0 -263
- data/doc/classes/TaskJuggler/FloatAttribute.html +0 -229
- data/doc/classes/TaskJuggler/FormatListAttribute.html +0 -197
- data/doc/classes/TaskJuggler/GanttChart.html +0 -696
- data/doc/classes/TaskJuggler/GanttContainer.html +0 -445
- data/doc/classes/TaskJuggler/GanttHeader.html +0 -284
- data/doc/classes/TaskJuggler/GanttHeaderScaleItem.html +0 -249
- data/doc/classes/TaskJuggler/GanttLine.html +0 -402
- data/doc/classes/TaskJuggler/GanttLoadStack.html +0 -331
- data/doc/classes/TaskJuggler/GanttMilestone.html +0 -419
- data/doc/classes/TaskJuggler/GanttRouter.html +0 -431
- data/doc/classes/TaskJuggler/GanttTaskBar.html +0 -433
- data/doc/classes/TaskJuggler/HTMLDocument.html +0 -240
- data/doc/classes/TaskJuggler/HTMLGraphics.html +0 -231
- data/doc/classes/TaskJuggler/Interval.html +0 -558
- data/doc/classes/TaskJuggler/IntervalListAttribute.html +0 -267
- data/doc/classes/TaskJuggler/JobInfo.html +0 -340
- data/doc/classes/TaskJuggler/Journal.html +0 -443
- data/doc/classes/TaskJuggler/JournalEntry.html +0 -274
- data/doc/classes/TaskJuggler/JournalEntryList.html +0 -454
- data/doc/classes/TaskJuggler/KeywordArray.html +0 -179
- data/doc/classes/TaskJuggler/KeywordDocumentation.html +0 -846
- data/doc/classes/TaskJuggler/Limits/Limit.html +0 -385
- data/doc/classes/TaskJuggler/Limits.html +0 -422
- data/doc/classes/TaskJuggler/LimitsAttribute.html +0 -261
- data/doc/classes/TaskJuggler/ListAttributeBase.html +0 -207
- data/doc/classes/TaskJuggler/Log.html +0 -655
- data/doc/classes/TaskJuggler/LogicalAttribute.html +0 -259
- data/doc/classes/TaskJuggler/LogicalExpression.html +0 -292
- data/doc/classes/TaskJuggler/LogicalExpressionAttribute.html +0 -194
- data/doc/classes/TaskJuggler/LogicalFlag.html +0 -209
- data/doc/classes/TaskJuggler/LogicalFunction.html +0 -339
- data/doc/classes/TaskJuggler/LogicalOperation.html +0 -351
- data/doc/classes/TaskJuggler/Macro.html +0 -198
- data/doc/classes/TaskJuggler/MacroParser.html +0 -360
- data/doc/classes/TaskJuggler/MacroTable.html +0 -370
- data/doc/classes/TaskJuggler/Message.html +0 -285
- data/doc/classes/TaskJuggler/MessageHandler.html +0 -231
- data/doc/classes/TaskJuggler/Navigator.html +0 -313
- data/doc/classes/TaskJuggler/NavigatorElement.html +0 -449
- data/doc/classes/TaskJuggler/OnShiftCache.html +0 -316
- data/doc/classes/TaskJuggler/Project.html +0 -2257
- data/doc/classes/TaskJuggler/ProjectFileParser.html +0 -420
- data/doc/classes/TaskJuggler/PropertyAttribute.html +0 -194
- data/doc/classes/TaskJuggler/PropertyList.html +0 -668
- data/doc/classes/TaskJuggler/PropertySet.html +0 -1286
- data/doc/classes/TaskJuggler/PropertyTreeNode.html +0 -1742
- data/doc/classes/TaskJuggler/Query.html +0 -870
- data/doc/classes/TaskJuggler/RTFNavigator.html +0 -293
- data/doc/classes/TaskJuggler/RTFQuery.html +0 -343
- data/doc/classes/TaskJuggler/RTFReport.html +0 -304
- data/doc/classes/TaskJuggler/RealFormat.html +0 -309
- data/doc/classes/TaskJuggler/RealFormatAttribute.html +0 -162
- data/doc/classes/TaskJuggler/ReferenceAttribute.html +0 -328
- data/doc/classes/TaskJuggler/RemoteServiceManager.html +0 -335
- data/doc/classes/TaskJuggler/Report.html +0 -321
- data/doc/classes/TaskJuggler/ReportBase.html +0 -437
- data/doc/classes/TaskJuggler/ReportContext.html +0 -248
- data/doc/classes/TaskJuggler/ReportServer.html +0 -320
- data/doc/classes/TaskJuggler/ReportTable.html +0 -526
- data/doc/classes/TaskJuggler/ReportTableCell.html +0 -614
- data/doc/classes/TaskJuggler/ReportTableColumn.html +0 -368
- data/doc/classes/TaskJuggler/ReportTableLegend.html +0 -347
- data/doc/classes/TaskJuggler/ReportTableLine.html +0 -481
- data/doc/classes/TaskJuggler/Resource.html +0 -211
- data/doc/classes/TaskJuggler/ResourceListAttribute.html +0 -302
- data/doc/classes/TaskJuggler/ResourceListRE.html +0 -245
- data/doc/classes/TaskJuggler/ResourceScenario.html +0 -1229
- data/doc/classes/TaskJuggler/RichText.html +0 -357
- data/doc/classes/TaskJuggler/RichTextAttribute.html +0 -293
- data/doc/classes/TaskJuggler/RichTextDocument.html +0 -424
- data/doc/classes/TaskJuggler/RichTextElement.html +0 -932
- data/doc/classes/TaskJuggler/RichTextException.html +0 -212
- data/doc/classes/TaskJuggler/RichTextFunctionExample.html +0 -301
- data/doc/classes/TaskJuggler/RichTextFunctionHandler.html +0 -245
- data/doc/classes/TaskJuggler/RichTextIntermediate.html +0 -563
- data/doc/classes/TaskJuggler/RichTextParser.html +0 -321
- data/doc/classes/TaskJuggler/RichTextScanner.html +0 -424
- data/doc/classes/TaskJuggler/RichTextSnip.html +0 -404
- data/doc/classes/TaskJuggler/RichTextSyntaxRules.html +0 -1105
- data/doc/classes/TaskJuggler/Scenario.html +0 -163
- data/doc/classes/TaskJuggler/ScenarioData.html +0 -358
- data/doc/classes/TaskJuggler/ScenarioListAttribute.html +0 -229
- data/doc/classes/TaskJuggler/Scoreboard.html +0 -642
- data/doc/classes/TaskJuggler/Shift.html +0 -255
- data/doc/classes/TaskJuggler/ShiftAssignment.html +0 -492
- data/doc/classes/TaskJuggler/ShiftAssignments.html +0 -719
- data/doc/classes/TaskJuggler/ShiftAssignmentsAttribute.html +0 -261
- data/doc/classes/TaskJuggler/ShiftScenario.html +0 -282
- data/doc/classes/TaskJuggler/SortListAttribute.html +0 -196
- data/doc/classes/TaskJuggler/SourceFileInfo.html +0 -251
- data/doc/classes/TaskJuggler/StringAttribute.html +0 -229
- data/doc/classes/TaskJuggler/SymbolAttribute.html +0 -194
- data/doc/classes/TaskJuggler/SyntaxReference.html +0 -520
- data/doc/classes/TaskJuggler/TOCEntry.html +0 -246
- data/doc/classes/TaskJuggler/TSResourceRecord.html +0 -197
- data/doc/classes/TaskJuggler/TSTaskRecord.html +0 -215
- data/doc/classes/TaskJuggler/TableColumnDefinition.html +0 -309
- data/doc/classes/TaskJuggler/TableOfContents.html +0 -260
- data/doc/classes/TaskJuggler/TableReport.html +0 -1015
- data/doc/classes/TaskJuggler/Task.html +0 -203
- data/doc/classes/TaskJuggler/TaskDependency.html +0 -255
- data/doc/classes/TaskJuggler/TaskListAttribute.html +0 -267
- data/doc/classes/TaskJuggler/TaskListRE.html +0 -245
- data/doc/classes/TaskJuggler/TaskScenario.html +0 -2543
- data/doc/classes/TaskJuggler/TextParser/Pattern.html +0 -927
- data/doc/classes/TaskJuggler/TextParser/Rule.html +0 -783
- data/doc/classes/TaskJuggler/TextParser/StackElement.html +0 -272
- data/doc/classes/TaskJuggler/TextParser/TextParserResultArray.html +0 -212
- data/doc/classes/TaskJuggler/TextParser/TokenDoc.html +0 -225
- data/doc/classes/TaskJuggler/TextParser.html +0 -754
- data/doc/classes/TaskJuggler/TextReport.html +0 -367
- data/doc/classes/TaskJuggler/TextScanner/BufferStreamHandle.html +0 -355
- data/doc/classes/TaskJuggler/TextScanner/FileStreamHandle.html +0 -348
- data/doc/classes/TaskJuggler/TextScanner/StreamHandle.html +0 -264
- data/doc/classes/TaskJuggler/TextScanner.html +0 -815
- data/doc/classes/TaskJuggler/TimeSheetReport.html +0 -406
- data/doc/classes/TaskJuggler/TjException.html +0 -185
- data/doc/classes/TaskJuggler/TjTime.html +0 -1904
- data/doc/classes/TaskJuggler/TjpExample.html +0 -314
- data/doc/classes/TaskJuggler/TjpExportRE.html +0 -306
- data/doc/classes/TaskJuggler/TjpSyntaxRules.html +0 -10812
- data/doc/classes/TaskJuggler/UserManual.html +0 -605
- data/doc/classes/TaskJuggler/WorkingHours.html +0 -586
- data/doc/classes/TaskJuggler/WorkingHoursAttribute.html +0 -252
- data/doc/classes/TaskJuggler/XMLBlob.html +0 -207
- data/doc/classes/TaskJuggler/XMLComment.html +0 -206
- data/doc/classes/TaskJuggler/XMLDocument.html +0 -298
- data/doc/classes/TaskJuggler/XMLElement.html +0 -389
- data/doc/classes/TaskJuggler/XMLNamedText.html +0 -174
- data/doc/classes/TaskJuggler/XMLText.html +0 -221
- data/doc/classes/TaskJuggler.html +0 -1573
- data/doc/files/COPYING.html +0 -448
- data/doc/files/README.html +0 -134
- data/doc/files/lib/AccountScenario_rb.html +0 -117
- data/doc/files/lib/Account_rb.html +0 -119
- data/doc/files/lib/Allocation_rb.html +0 -119
- data/doc/files/lib/AppConfig_rb.html +0 -119
- data/doc/files/lib/AttributeBase_rb.html +0 -117
- data/doc/files/lib/AttributeDefinition_rb.html +0 -107
- data/doc/files/lib/Attributes_rb.html +0 -131
- data/doc/files/lib/BatchProcessor_rb.html +0 -119
- data/doc/files/lib/Booking_rb.html +0 -107
- data/doc/files/lib/ChargeSet_rb.html +0 -117
- data/doc/files/lib/Charge_rb.html +0 -117
- data/doc/files/lib/HTMLDocument_rb.html +0 -117
- data/doc/files/lib/Interval_rb.html +0 -117
- data/doc/files/lib/Journal_rb.html +0 -107
- data/doc/files/lib/KeywordArray_rb.html +0 -107
- data/doc/files/lib/KeywordDocumentation_rb.html +0 -123
- data/doc/files/lib/Limits_rb.html +0 -117
- data/doc/files/lib/Log_rb.html +0 -117
- data/doc/files/lib/LogicalExpression_rb.html +0 -121
- data/doc/files/lib/LogicalFunction_rb.html +0 -117
- data/doc/files/lib/LogicalOperation_rb.html +0 -117
- data/doc/files/lib/MacroParser_rb.html +0 -119
- data/doc/files/lib/MacroTable_rb.html +0 -123
- data/doc/files/lib/MessageHandler_rb.html +0 -107
- data/doc/files/lib/Message_rb.html +0 -117
- data/doc/files/lib/ProjectFileParser_rb.html +0 -129
- data/doc/files/lib/Project_rb.html +0 -153
- data/doc/files/lib/PropertyList_rb.html +0 -107
- data/doc/files/lib/PropertySet_rb.html +0 -119
- data/doc/files/lib/PropertyTreeNode_rb.html +0 -107
- data/doc/files/lib/Query_rb.html +0 -117
- data/doc/files/lib/RTFNavigator_rb.html +0 -121
- data/doc/files/lib/RTFQuery_rb.html +0 -121
- data/doc/files/lib/RTFReport_rb.html +0 -119
- data/doc/files/lib/RealFormat_rb.html +0 -107
- data/doc/files/lib/RemoteServiceManager_rb.html +0 -117
- data/doc/files/lib/ReportServer_rb.html +0 -107
- data/doc/files/lib/ResourceScenario_rb.html +0 -117
- data/doc/files/lib/Resource_rb.html +0 -119
- data/doc/files/lib/RichTextDocument_rb.html +0 -121
- data/doc/files/lib/RichTextElement_rb.html +0 -121
- data/doc/files/lib/RichTextFunctionExample_rb.html +0 -121
- data/doc/files/lib/RichTextFunctionHandler_rb.html +0 -107
- data/doc/files/lib/RichTextParser_rb.html +0 -121
- data/doc/files/lib/RichTextScanner_rb.html +0 -117
- data/doc/files/lib/RichTextSnip_rb.html +0 -119
- data/doc/files/lib/RichTextSyntaxRules_rb.html +0 -107
- data/doc/files/lib/RichText_rb.html +0 -119
- data/doc/files/lib/ScenarioData_rb.html +0 -119
- data/doc/files/lib/Scenario_rb.html +0 -117
- data/doc/files/lib/Scoreboard_rb.html +0 -107
- data/doc/files/lib/ShiftAssignments_rb.html +0 -117
- data/doc/files/lib/ShiftScenario_rb.html +0 -117
- data/doc/files/lib/Shift_rb.html +0 -119
- data/doc/files/lib/SourceFileInfo_rb.html +0 -107
- data/doc/files/lib/SyntaxReference_rb.html +0 -123
- data/doc/files/lib/TOCEntry_rb.html +0 -119
- data/doc/files/lib/TableColumnDefinition_rb.html +0 -107
- data/doc/files/lib/TableOfContents_rb.html +0 -119
- data/doc/files/lib/TaskDependency_rb.html +0 -107
- data/doc/files/lib/TaskJuggler_rb.html +0 -125
- data/doc/files/lib/TaskScenario_rb.html +0 -117
- data/doc/files/lib/Task_rb.html +0 -119
- data/doc/files/lib/TextParser/Pattern_rb.html +0 -117
- data/doc/files/lib/TextParser/Rule_rb.html +0 -107
- data/doc/files/lib/TextParser/StackElement_rb.html +0 -107
- data/doc/files/lib/TextParser/TokenDoc_rb.html +0 -107
- data/doc/files/lib/TextParser_rb.html +0 -125
- data/doc/files/lib/TextScanner_rb.html +0 -129
- data/doc/files/lib/Tj3Config_rb.html +0 -119
- data/doc/files/lib/TjException_rb.html +0 -107
- data/doc/files/lib/TjTime_rb.html +0 -119
- data/doc/files/lib/TjpExample_rb.html +0 -117
- data/doc/files/lib/TjpSyntaxRules_rb.html +0 -107
- data/doc/files/lib/UTF8String_rb.html +0 -140
- data/doc/files/lib/UserManual_rb.html +0 -127
- data/doc/files/lib/WorkingHours_rb.html +0 -117
- data/doc/files/lib/XMLDocument_rb.html +0 -117
- data/doc/files/lib/XMLElement_rb.html +0 -117
- data/doc/files/lib/deep_copy_rb.html +0 -107
- data/doc/files/lib/reports/CSVFile_rb.html +0 -117
- data/doc/files/lib/reports/ColumnTable_rb.html +0 -117
- data/doc/files/lib/reports/GanttChart_rb.html +0 -123
- data/doc/files/lib/reports/GanttContainer_rb.html +0 -117
- data/doc/files/lib/reports/GanttHeaderScaleItem_rb.html +0 -107
- data/doc/files/lib/reports/GanttHeader_rb.html +0 -117
- data/doc/files/lib/reports/GanttLine_rb.html +0 -127
- data/doc/files/lib/reports/GanttLoadStack_rb.html +0 -117
- data/doc/files/lib/reports/GanttMilestone_rb.html +0 -117
- data/doc/files/lib/reports/GanttRouter_rb.html +0 -107
- data/doc/files/lib/reports/GanttTaskBar_rb.html +0 -117
- data/doc/files/lib/reports/HTMLGraphics_rb.html +0 -107
- data/doc/files/lib/reports/Navigator_rb.html +0 -117
- data/doc/files/lib/reports/ReportBase_rb.html +0 -107
- data/doc/files/lib/reports/ReportContext_rb.html +0 -107
- data/doc/files/lib/reports/ReportTableCell_rb.html +0 -107
- data/doc/files/lib/reports/ReportTableColumn_rb.html +0 -107
- data/doc/files/lib/reports/ReportTableLegend_rb.html +0 -107
- data/doc/files/lib/reports/ReportTableLine_rb.html +0 -117
- data/doc/files/lib/reports/ReportTable_rb.html +0 -119
- data/doc/files/lib/reports/Report_rb.html +0 -137
- data/doc/files/lib/reports/ResourceListRE_rb.html +0 -123
- data/doc/files/lib/reports/TableReport_rb.html +0 -125
- data/doc/files/lib/reports/TaskListRE_rb.html +0 -123
- data/doc/files/lib/reports/TextReport_rb.html +0 -117
- data/doc/files/lib/reports/TimeSheetReport_rb.html +0 -117
- data/doc/files/lib/reports/TjpExportRE_rb.html +0 -117
- data/doc/files/lib/taskjuggler3_rb.html +0 -298
- data/doc/files/lib/tj3client_rb.html +0 -280
- data/doc/files/lib/tj3man_rb.html +0 -190
- data/doc/fr_class_index.html +0 -345
- data/doc/fr_file_index.html +0 -247
- data/doc/fr_method_index.html +0 -2355
- data/doc/rdoc-style.css +0 -299
- data/lib/RemoteServiceManager.rb +0 -80
- data/lib/ReportServer.rb +0 -66
- data/test/TestSuite/HTML-Reports/Alerts.html +0 -172
- data/test/TestSuite/HTML-Reports/CellText.html +0 -758
- data/test/TestSuite/HTML-Reports/ColumnPeriods.html +0 -156
- data/test/TestSuite/HTML-Reports/IsOngoing.html +0 -172
- data/test/TestSuite/HTML-Reports/LogicalFunctions.html +0 -80
- data/test/TestSuite/HTML-Reports/Query.html +0 -31
- data/test/TestSuite/HTML-Reports/depArrows.html +0 -842
- data/test/TestSuite/Syntax/Correct/RawHTML.tjp +0 -31
- data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
- data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/Syntax/Errors/export_bad_extn.tjp +0 -9
@@ -0,0 +1,884 @@
|
|
1
|
+
TaskJuggler III v0.0.4 - A Project Management Software
|
2
|
+
|
3
|
+
Copyright (c) 2006, 2007, 2008, 2009, 2010 by Chris Schlaeger <cs(a)kde.org>
|
4
|
+
|
5
|
+
This program is free software; you can redistribute it and/or modify it under
|
6
|
+
the terms of version 2 of the GNU General Public License as published by the
|
7
|
+
Free Software Foundation.
|
8
|
+
|
9
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
10
|
+
From: SBono@crappysoftware.com
|
11
|
+
To: archive@bar.com
|
12
|
+
Message-ID: <4bc48bff4709a_20fe42ec1c47476@linux-u340.mail>
|
13
|
+
Subject: Weekly report 2002-03-01
|
14
|
+
Mime-Version: 1.0
|
15
|
+
Content-Type: multipart/mixed;
|
16
|
+
boundary="--==_mimepart_4bc48bff36650_20fe42ec1c47221";
|
17
|
+
charset=UTF-8
|
18
|
+
Content-Transfer-Encoding: 7bit
|
19
|
+
User-Agent: TaskJuggler III/0.0.4
|
20
|
+
X-TaskJuggler: tj3ts_summary
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
----==_mimepart_4bc48bff36650_20fe42ec1c47221
|
25
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
26
|
+
Mime-Version: 1.0
|
27
|
+
Content-Type: text/plain;
|
28
|
+
charset=UTF-8
|
29
|
+
Content-Transfer-Encoding: quoted-printable
|
30
|
+
Content-ID: <4bc48bff3d1bb_20fe42ec1c473e8@linux-u340.mail>
|
31
|
+
|
32
|
+
[Green]Graphical User Interface (ID: AcSo.software.gui)=0D
|
33
|
+
=0D
|
34
|
+
Work: 10% (5%) Remaining: 14.25d (14.875d)=0D
|
35
|
+
=0D
|
36
|
+
Another week of hard work!=0D
|
37
|
+
=0D
|
38
|
+
* Build a house.=0D
|
39
|
+
=0D
|
40
|
+
* Planted a tree.=0D
|
41
|
+
=0D
|
42
|
+
* Got a child.=0D
|
43
|
+
=0D
|
44
|
+
[Green]Back-End Functions (ID: AcSo.software.backend)=0D
|
45
|
+
=0D
|
46
|
+
Work: 90% (95%) Remaining: 2.0d (0.0d)=0D
|
47
|
+
=0D
|
48
|
+
Had a busy week=0D
|
49
|
+
=0D
|
50
|
+
Not much to say here. Just code, sweat and tears. Some bugs haunted=0D=
|
51
|
+
|
52
|
+
me but I went after them with fury.=0D
|
53
|
+
=0D
|
54
|
+
|
55
|
+
|
56
|
+
----==_mimepart_4bc48bff36650_20fe42ec1c47221--
|
57
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
58
|
+
From: foo@bar.com
|
59
|
+
To: phb@crappysoftware.com
|
60
|
+
Message-ID: <4bc48bff5244e_20fe42ec1c47841@linux-u340.mail>
|
61
|
+
Subject: Your weekly report 2002-03-01 is overdue!
|
62
|
+
Mime-Version: 1.0
|
63
|
+
Content-Type: multipart/mixed;
|
64
|
+
boundary="--==_mimepart_4bc48bff4bc5b_20fe42ec1c475c4";
|
65
|
+
charset=UTF-8
|
66
|
+
Content-Transfer-Encoding: 7bit
|
67
|
+
User-Agent: TaskJuggler III/0.0.4
|
68
|
+
X-TaskJuggler: tj3ts_summary
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
----==_mimepart_4bc48bff4bc5b_20fe42ec1c475c4
|
73
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
74
|
+
Mime-Version: 1.0
|
75
|
+
Content-Type: text/plain;
|
76
|
+
charset=UTF-8
|
77
|
+
Content-Transfer-Encoding: quoted-printable
|
78
|
+
Content-ID: <4bc48bff5057a_20fe42ec1c476dd@linux-u340.mail>
|
79
|
+
|
80
|
+
Hello Paul Henry Bullock!=0D
|
81
|
+
=0D
|
82
|
+
The deadline for your report submission has passed but we haven't=0D
|
83
|
+
received it yet. Please submit your report immediately so the content=0D
|
84
|
+
can still be included in the management reports. Please send a copy=0D
|
85
|
+
of your submission noticiation email to your manager. If possible,=0D
|
86
|
+
your manager will still try to include your report data in his/her=0D
|
87
|
+
report.=0D
|
88
|
+
=0D
|
89
|
+
Please be aware that post deadline submissions must be processed=0D
|
90
|
+
manually and create an additional load for your manager and/or=0D
|
91
|
+
project manager. Please try to submit in time in the future.=0D
|
92
|
+
=0D
|
93
|
+
Thanks for your cooperation!=0D
|
94
|
+
=0D
|
95
|
+
# The status headline should be no more than 60 characters and may=0D
|
96
|
+
# not be empty! The status summary is optional and should be no=0D
|
97
|
+
# longer than one or two sentences of plain text. The details section=0D
|
98
|
+
# is also optional has no length limitation. You can use simple=0D
|
99
|
+
# markup in this section. It is recommended that you provide at=0D
|
100
|
+
# least a summary or a details section.=0D
|
101
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
102
|
+
|
103
|
+
#=0D
|
104
|
+
# --------8<--------8<--------=0D
|
105
|
+
timesheet boss 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
106
|
+
=0D
|
107
|
+
# Vacation time: 0.0%=0D
|
108
|
+
=0D
|
109
|
+
# There were no planned tasks assignments for this period!=0D
|
110
|
+
=0D
|
111
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
112
|
+
# following lines:=0D
|
113
|
+
# newtask new.task.id "A task title" {=0D
|
114
|
+
# work X%=0D
|
115
|
+
# remaining Y.Yd=0D
|
116
|
+
# }=0D
|
117
|
+
=0D
|
118
|
+
# You can use the following section to report personal notes.=0D
|
119
|
+
# status green "A headline" {=0D
|
120
|
+
# summary -8<-=0D
|
121
|
+
# A summary text=0D
|
122
|
+
# ->8-=0D
|
123
|
+
# details -8<-=0D
|
124
|
+
# Some more details=0D
|
125
|
+
# ->8-=0D
|
126
|
+
# }=0D
|
127
|
+
=0D
|
128
|
+
# You have no future assignments for this project!=0D
|
129
|
+
}=0D
|
130
|
+
# -------->8-------->8--------=0D
|
131
|
+
=0D
|
132
|
+
|
133
|
+
|
134
|
+
----==_mimepart_4bc48bff4bc5b_20fe42ec1c475c4
|
135
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
136
|
+
Mime-Version: 1.0
|
137
|
+
Content-Type: text/plain;
|
138
|
+
charset=UTF-8
|
139
|
+
Content-Transfer-Encoding: base64
|
140
|
+
Content-Disposition: attachment;
|
141
|
+
filename=boss_2002-03-01.tji
|
142
|
+
Content-ID: <4bc48bff51724_20fe42ec1c47742@linux-u340.mail>
|
143
|
+
|
144
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
145
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
146
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
147
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
148
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
149
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
150
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
151
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
152
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
153
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
154
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCBib3NzIDIwMDIt
|
155
|
+
MDItMjItMDA6MDAtKzAxMDAgLSAyMDAyLTAzLTAxLTAwOjAwLSswMTAwIHsK
|
156
|
+
CiAgIyBWYWNhdGlvbiB0aW1lOiAwLjAlCgogICMgVGhlcmUgd2VyZSBubyBw
|
157
|
+
bGFubmVkIHRhc2tzIGFzc2lnbm1lbnRzIGZvciB0aGlzIHBlcmlvZCEKCiAg
|
158
|
+
IyBJZiB5b3UgaGFkIHVucGxhbm5lZCB0YXNrcywgdW5jb21tZW50IGFuZCBm
|
159
|
+
aWxsIG91dCB0aGUKICAjIGZvbGxvd2luZyBsaW5lczoKICAjIG5ld3Rhc2sg
|
160
|
+
bmV3LnRhc2suaWQgIkEgdGFzayB0aXRsZSIgewogICMgICB3b3JrIFglCiAg
|
161
|
+
IyAgIHJlbWFpbmluZyBZLllkCiAgIyB9CgogICMgWW91IGNhbiB1c2UgdGhl
|
162
|
+
IGZvbGxvd2luZyBzZWN0aW9uIHRvIHJlcG9ydCBwZXJzb25hbCBub3Rlcy4K
|
163
|
+
ICAjIHN0YXR1cyBncmVlbiAiQSBoZWFkbGluZSIgewogICMgICBzdW1tYXJ5
|
164
|
+
IC04PC0KICAjICAgQSBzdW1tYXJ5IHRleHQKICAjICAgLT44LQogICMgICBk
|
165
|
+
ZXRhaWxzIC04PC0KICAjICAgU29tZSBtb3JlIGRldGFpbHMKICAjICAgLT44
|
166
|
+
LQogICMgfQoKICAjIFlvdSBoYXZlIG5vIGZ1dHVyZSBhc3NpZ25tZW50cyBm
|
167
|
+
b3IgdGhpcyBwcm9qZWN0IQp9CiMgLS0tLS0tLS0+OC0tLS0tLS0tPjgtLS0t
|
168
|
+
LS0tLQoK
|
169
|
+
|
170
|
+
|
171
|
+
----==_mimepart_4bc48bff4bc5b_20fe42ec1c475c4--
|
172
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
173
|
+
From: foo@bar.com
|
174
|
+
To: paul@crappysoftware.com
|
175
|
+
Message-ID: <4bc48bff5ffc6_20fe42ec1c4825c@linux-u340.mail>
|
176
|
+
Subject: Your weekly report 2002-03-01 is overdue!
|
177
|
+
Mime-Version: 1.0
|
178
|
+
Content-Type: multipart/mixed;
|
179
|
+
boundary="--==_mimepart_4bc48bff55eea_20fe42ec1c479fd";
|
180
|
+
charset=UTF-8
|
181
|
+
Content-Transfer-Encoding: 7bit
|
182
|
+
User-Agent: TaskJuggler III/0.0.4
|
183
|
+
X-TaskJuggler: tj3ts_summary
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
----==_mimepart_4bc48bff55eea_20fe42ec1c479fd
|
188
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
189
|
+
Mime-Version: 1.0
|
190
|
+
Content-Type: text/plain;
|
191
|
+
charset=UTF-8
|
192
|
+
Content-Transfer-Encoding: quoted-printable
|
193
|
+
Content-ID: <4bc48bff5e1c9_20fe42ec1c48053@linux-u340.mail>
|
194
|
+
|
195
|
+
Hello Paul Smith!=0D
|
196
|
+
=0D
|
197
|
+
The deadline for your report submission has passed but we haven't=0D
|
198
|
+
received it yet. Please submit your report immediately so the content=0D
|
199
|
+
can still be included in the management reports. Please send a copy=0D
|
200
|
+
of your submission noticiation email to your manager. If possible,=0D
|
201
|
+
your manager will still try to include your report data in his/her=0D
|
202
|
+
report.=0D
|
203
|
+
=0D
|
204
|
+
Please be aware that post deadline submissions must be processed=0D
|
205
|
+
manually and create an additional load for your manager and/or=0D
|
206
|
+
project manager. Please try to submit in time in the future.=0D
|
207
|
+
=0D
|
208
|
+
Thanks for your cooperation!=0D
|
209
|
+
=0D
|
210
|
+
# The status headline should be no more than 60 characters and may=0D
|
211
|
+
# not be empty! The status summary is optional and should be no=0D
|
212
|
+
# longer than one or two sentences of plain text. The details section=0D
|
213
|
+
# is also optional has no length limitation. You can use simple=0D
|
214
|
+
# markup in this section. It is recommended that you provide at=0D
|
215
|
+
# least a summary or a details section.=0D
|
216
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
217
|
+
|
218
|
+
#=0D
|
219
|
+
# --------8<--------8<--------=0D
|
220
|
+
timesheet dev1 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
221
|
+
=0D
|
222
|
+
# Vacation time: 0.0%=0D
|
223
|
+
=0D
|
224
|
+
# Task: Back-End Functions=0D
|
225
|
+
task AcSo.software.backend {=0D
|
226
|
+
work 95.0%=0D
|
227
|
+
remaining 0.0d=0D
|
228
|
+
status green "Your headline here!" {=0D
|
229
|
+
# summary -8<-=0D
|
230
|
+
# A summary text=0D
|
231
|
+
# ->8-=0D
|
232
|
+
# details -8<-=0D
|
233
|
+
# Some more details=0D
|
234
|
+
# ->8-=0D
|
235
|
+
}=0D
|
236
|
+
}=0D
|
237
|
+
=0D
|
238
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
239
|
+
# following lines:=0D
|
240
|
+
# newtask new.task.id "A task title" {=0D
|
241
|
+
# work X%=0D
|
242
|
+
# remaining Y.Yd=0D
|
243
|
+
# }=0D
|
244
|
+
=0D
|
245
|
+
# You can use the following section to report personal notes.=0D
|
246
|
+
# status green "A headline" {=0D
|
247
|
+
# summary -8<-=0D
|
248
|
+
# A summary text=0D
|
249
|
+
# ->8-=0D
|
250
|
+
# details -8<-=0D
|
251
|
+
# Some more details=0D
|
252
|
+
# ->8-=0D
|
253
|
+
# }=0D
|
254
|
+
=0D
|
255
|
+
# You have no future assignments for this project!=0D
|
256
|
+
}=0D
|
257
|
+
# -------->8-------->8--------=0D
|
258
|
+
=0D
|
259
|
+
|
260
|
+
|
261
|
+
----==_mimepart_4bc48bff55eea_20fe42ec1c479fd
|
262
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
263
|
+
Mime-Version: 1.0
|
264
|
+
Content-Type: text/plain;
|
265
|
+
charset=UTF-8
|
266
|
+
Content-Transfer-Encoding: base64
|
267
|
+
Content-Disposition: attachment;
|
268
|
+
filename=dev1_2002-03-01.tji
|
269
|
+
Content-ID: <4bc48bff5f332_20fe42ec1c481b8@linux-u340.mail>
|
270
|
+
|
271
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
272
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
273
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
274
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
275
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
276
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
277
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
278
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
279
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
280
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
281
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCBkZXYxIDIwMDIt
|
282
|
+
MDItMjItMDA6MDAtKzAxMDAgLSAyMDAyLTAzLTAxLTAwOjAwLSswMTAwIHsK
|
283
|
+
CiAgIyBWYWNhdGlvbiB0aW1lOiAwLjAlCgogICMgVGFzazogQmFjay1FbmQg
|
284
|
+
RnVuY3Rpb25zCiAgdGFzayBBY1NvLnNvZnR3YXJlLmJhY2tlbmQgewogICAg
|
285
|
+
d29yayA5NS4wJQogICAgcmVtYWluaW5nIDAuMGQKICAgIHN0YXR1cyBncmVl
|
286
|
+
biAiWW91ciBoZWFkbGluZSBoZXJlISIgewogICAgIyAgc3VtbWFyeSAtODwt
|
287
|
+
CiAgICAjICBBIHN1bW1hcnkgdGV4dAogICAgIyAgLT44LQogICAgIyAgZGV0
|
288
|
+
YWlscyAtODwtCiAgICAjICBTb21lIG1vcmUgZGV0YWlscwogICAgIyAgLT44
|
289
|
+
LQogICAgfQogIH0KCiAgIyBJZiB5b3UgaGFkIHVucGxhbm5lZCB0YXNrcywg
|
290
|
+
dW5jb21tZW50IGFuZCBmaWxsIG91dCB0aGUKICAjIGZvbGxvd2luZyBsaW5l
|
291
|
+
czoKICAjIG5ld3Rhc2sgbmV3LnRhc2suaWQgIkEgdGFzayB0aXRsZSIgewog
|
292
|
+
ICMgICB3b3JrIFglCiAgIyAgIHJlbWFpbmluZyBZLllkCiAgIyB9CgogICMg
|
293
|
+
WW91IGNhbiB1c2UgdGhlIGZvbGxvd2luZyBzZWN0aW9uIHRvIHJlcG9ydCBw
|
294
|
+
ZXJzb25hbCBub3Rlcy4KICAjIHN0YXR1cyBncmVlbiAiQSBoZWFkbGluZSIg
|
295
|
+
ewogICMgICBzdW1tYXJ5IC04PC0KICAjICAgQSBzdW1tYXJ5IHRleHQKICAj
|
296
|
+
ICAgLT44LQogICMgICBkZXRhaWxzIC04PC0KICAjICAgU29tZSBtb3JlIGRl
|
297
|
+
dGFpbHMKICAjICAgLT44LQogICMgfQoKICAjIFlvdSBoYXZlIG5vIGZ1dHVy
|
298
|
+
ZSBhc3NpZ25tZW50cyBmb3IgdGhpcyBwcm9qZWN0IQp9CiMgLS0tLS0tLS0+
|
299
|
+
OC0tLS0tLS0tPjgtLS0tLS0tLQoK
|
300
|
+
|
301
|
+
|
302
|
+
----==_mimepart_4bc48bff55eea_20fe42ec1c479fd--
|
303
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
304
|
+
From: foo@bar.com
|
305
|
+
To: Klaus.Mueller@crappysoftware.com
|
306
|
+
Message-ID: <4bc48bff695fa_20fe42ec1c48681@linux-u340.mail>
|
307
|
+
Subject: Your weekly report 2002-03-01 is overdue!
|
308
|
+
Mime-Version: 1.0
|
309
|
+
Content-Type: multipart/mixed;
|
310
|
+
boundary="--==_mimepart_4bc48bff64402_20fe42ec1c483a1";
|
311
|
+
charset=UTF-8
|
312
|
+
Content-Transfer-Encoding: 7bit
|
313
|
+
User-Agent: TaskJuggler III/0.0.4
|
314
|
+
X-TaskJuggler: tj3ts_summary
|
315
|
+
|
316
|
+
|
317
|
+
|
318
|
+
----==_mimepart_4bc48bff64402_20fe42ec1c483a1
|
319
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
320
|
+
Mime-Version: 1.0
|
321
|
+
Content-Type: text/plain;
|
322
|
+
charset=UTF-8
|
323
|
+
Content-Transfer-Encoding: quoted-printable
|
324
|
+
Content-ID: <4bc48bff677e0_20fe42ec1c484ad@linux-u340.mail>
|
325
|
+
|
326
|
+
Hello Klaus M=C3=BCller!=0D
|
327
|
+
=0D
|
328
|
+
The deadline for your report submission has passed but we haven't=0D
|
329
|
+
received it yet. Please submit your report immediately so the content=0D
|
330
|
+
can still be included in the management reports. Please send a copy=0D
|
331
|
+
of your submission noticiation email to your manager. If possible,=0D
|
332
|
+
your manager will still try to include your report data in his/her=0D
|
333
|
+
report.=0D
|
334
|
+
=0D
|
335
|
+
Please be aware that post deadline submissions must be processed=0D
|
336
|
+
manually and create an additional load for your manager and/or=0D
|
337
|
+
project manager. Please try to submit in time in the future.=0D
|
338
|
+
=0D
|
339
|
+
Thanks for your cooperation!=0D
|
340
|
+
=0D
|
341
|
+
# The status headline should be no more than 60 characters and may=0D
|
342
|
+
# not be empty! The status summary is optional and should be no=0D
|
343
|
+
# longer than one or two sentences of plain text. The details section=0D
|
344
|
+
# is also optional has no length limitation. You can use simple=0D
|
345
|
+
# markup in this section. It is recommended that you provide at=0D
|
346
|
+
# least a summary or a details section.=0D
|
347
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
348
|
+
|
349
|
+
#=0D
|
350
|
+
# --------8<--------8<--------=0D
|
351
|
+
timesheet dev3 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
352
|
+
=0D
|
353
|
+
# Vacation time: 0.0%=0D
|
354
|
+
=0D
|
355
|
+
# Task: Graphical User Interface=0D
|
356
|
+
task AcSo.software.gui {=0D
|
357
|
+
work 5.0%=0D
|
358
|
+
remaining 17.3d=0D
|
359
|
+
# status green "Your headline here!" {=0D
|
360
|
+
# summary -8<-=0D
|
361
|
+
# A summary text=0D
|
362
|
+
# ->8-=0D
|
363
|
+
# details -8<-=0D
|
364
|
+
# Some more details=0D
|
365
|
+
# ->8-=0D
|
366
|
+
# }=0D
|
367
|
+
}=0D
|
368
|
+
=0D
|
369
|
+
# Task: Manual=0D
|
370
|
+
task AcSo.manual {=0D
|
371
|
+
work 45.0%=0D
|
372
|
+
remaining 0.0d=0D
|
373
|
+
status green "Your headline here!" {=0D
|
374
|
+
# summary -8<-=0D
|
375
|
+
# A summary text=0D
|
376
|
+
# ->8-=0D
|
377
|
+
# details -8<-=0D
|
378
|
+
# Some more details=0D
|
379
|
+
# ->8-=0D
|
380
|
+
}=0D
|
381
|
+
}=0D
|
382
|
+
=0D
|
383
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
384
|
+
# following lines:=0D
|
385
|
+
# newtask new.task.id "A task title" {=0D
|
386
|
+
# work X%=0D
|
387
|
+
# remaining Y.Yd=0D
|
388
|
+
# }=0D
|
389
|
+
=0D
|
390
|
+
# You can use the following section to report personal notes.=0D
|
391
|
+
# status green "A headline" {=0D
|
392
|
+
# summary -8<-=0D
|
393
|
+
# A summary text=0D
|
394
|
+
# ->8-=0D
|
395
|
+
# details -8<-=0D
|
396
|
+
# Some more details=0D
|
397
|
+
# ->8-=0D
|
398
|
+
# }=0D
|
399
|
+
#=0D
|
400
|
+
# Your upcoming tasks for the next period=0D
|
401
|
+
# Please check them carefully and discuss any necessary=0D
|
402
|
+
# changes with your manager or project manager!=0D
|
403
|
+
#=0D
|
404
|
+
# Graphical User Interface: 100.0%=0D
|
405
|
+
=0D
|
406
|
+
}=0D
|
407
|
+
# -------->8-------->8--------=0D
|
408
|
+
=0D
|
409
|
+
|
410
|
+
|
411
|
+
----==_mimepart_4bc48bff64402_20fe42ec1c483a1
|
412
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
413
|
+
Mime-Version: 1.0
|
414
|
+
Content-Type: text/plain;
|
415
|
+
charset=UTF-8
|
416
|
+
Content-Transfer-Encoding: base64
|
417
|
+
Content-Disposition: attachment;
|
418
|
+
filename=dev3_2002-03-01.tji
|
419
|
+
Content-ID: <4bc48bff688bf_20fe42ec1c485c7@linux-u340.mail>
|
420
|
+
|
421
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
422
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
423
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
424
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
425
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
426
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
427
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
428
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
429
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
430
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
431
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCBkZXYzIDIwMDIt
|
432
|
+
MDItMjItMDA6MDAtKzAxMDAgLSAyMDAyLTAzLTAxLTAwOjAwLSswMTAwIHsK
|
433
|
+
CiAgIyBWYWNhdGlvbiB0aW1lOiAwLjAlCgogICMgVGFzazogR3JhcGhpY2Fs
|
434
|
+
IFVzZXIgSW50ZXJmYWNlCiAgdGFzayBBY1NvLnNvZnR3YXJlLmd1aSB7CiAg
|
435
|
+
ICB3b3JrIDUuMCUKICAgIHJlbWFpbmluZyAxNy4zZAogICAgIyBzdGF0dXMg
|
436
|
+
Z3JlZW4gIllvdXIgaGVhZGxpbmUgaGVyZSEiIHsKICAgICMgIHN1bW1hcnkg
|
437
|
+
LTg8LQogICAgIyAgQSBzdW1tYXJ5IHRleHQKICAgICMgIC0+OC0KICAgICMg
|
438
|
+
IGRldGFpbHMgLTg8LQogICAgIyAgU29tZSBtb3JlIGRldGFpbHMKICAgICMg
|
439
|
+
IC0+OC0KICAgICMgfQogIH0KCiAgIyBUYXNrOiBNYW51YWwKICB0YXNrIEFj
|
440
|
+
U28ubWFudWFsIHsKICAgIHdvcmsgNDUuMCUKICAgIHJlbWFpbmluZyAwLjBk
|
441
|
+
CiAgICBzdGF0dXMgZ3JlZW4gIllvdXIgaGVhZGxpbmUgaGVyZSEiIHsKICAg
|
442
|
+
ICMgIHN1bW1hcnkgLTg8LQogICAgIyAgQSBzdW1tYXJ5IHRleHQKICAgICMg
|
443
|
+
IC0+OC0KICAgICMgIGRldGFpbHMgLTg8LQogICAgIyAgU29tZSBtb3JlIGRl
|
444
|
+
dGFpbHMKICAgICMgIC0+OC0KICAgIH0KICB9CgogICMgSWYgeW91IGhhZCB1
|
445
|
+
bnBsYW5uZWQgdGFza3MsIHVuY29tbWVudCBhbmQgZmlsbCBvdXQgdGhlCiAg
|
446
|
+
IyBmb2xsb3dpbmcgbGluZXM6CiAgIyBuZXd0YXNrIG5ldy50YXNrLmlkICJB
|
447
|
+
IHRhc2sgdGl0bGUiIHsKICAjICAgd29yayBYJQogICMgICByZW1haW5pbmcg
|
448
|
+
WS5ZZAogICMgfQoKICAjIFlvdSBjYW4gdXNlIHRoZSBmb2xsb3dpbmcgc2Vj
|
449
|
+
dGlvbiB0byByZXBvcnQgcGVyc29uYWwgbm90ZXMuCiAgIyBzdGF0dXMgZ3Jl
|
450
|
+
ZW4gIkEgaGVhZGxpbmUiIHsKICAjICAgc3VtbWFyeSAtODwtCiAgIyAgIEEg
|
451
|
+
c3VtbWFyeSB0ZXh0CiAgIyAgIC0+OC0KICAjICAgZGV0YWlscyAtODwtCiAg
|
452
|
+
IyAgIFNvbWUgbW9yZSBkZXRhaWxzCiAgIyAgIC0+OC0KICAjIH0KICAjCiAg
|
453
|
+
IyBZb3VyIHVwY29taW5nIHRhc2tzIGZvciB0aGUgbmV4dCBwZXJpb2QKICAj
|
454
|
+
IFBsZWFzZSBjaGVjayB0aGVtIGNhcmVmdWxseSBhbmQgZGlzY3VzcyBhbnkg
|
455
|
+
bmVjZXNzYXJ5CiAgIyBjaGFuZ2VzIHdpdGggeW91ciBtYW5hZ2VyIG9yIHBy
|
456
|
+
b2plY3QgbWFuYWdlciEKICAjCiAgIyBHcmFwaGljYWwgVXNlciBJbnRlcmZh
|
457
|
+
Y2U6IDEwMC4wJQoKfQojIC0tLS0tLS0tPjgtLS0tLS0tLT44LS0tLS0tLS0K
|
458
|
+
Cg==
|
459
|
+
|
460
|
+
|
461
|
+
----==_mimepart_4bc48bff64402_20fe42ec1c483a1--
|
462
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
463
|
+
From: foo@bar.com
|
464
|
+
To: sung@crappysoftware.com
|
465
|
+
Message-ID: <4bc48bff7777b_20fe42ec1c49059@linux-u340.mail>
|
466
|
+
Subject: Your weekly report 2002-03-01 is overdue!
|
467
|
+
Mime-Version: 1.0
|
468
|
+
Content-Type: multipart/mixed;
|
469
|
+
boundary="--==_mimepart_4bc48bff6d098_20fe42ec1c487a8";
|
470
|
+
charset=UTF-8
|
471
|
+
Content-Transfer-Encoding: 7bit
|
472
|
+
User-Agent: TaskJuggler III/0.0.4
|
473
|
+
X-TaskJuggler: tj3ts_summary
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
----==_mimepart_4bc48bff6d098_20fe42ec1c487a8
|
478
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
479
|
+
Mime-Version: 1.0
|
480
|
+
Content-Type: text/plain;
|
481
|
+
charset=UTF-8
|
482
|
+
Content-Transfer-Encoding: quoted-printable
|
483
|
+
Content-ID: <4bc48bff75949_20fe42ec1c4889c@linux-u340.mail>
|
484
|
+
|
485
|
+
Hello Dim Sung!=0D
|
486
|
+
=0D
|
487
|
+
The deadline for your report submission has passed but we haven't=0D
|
488
|
+
received it yet. Please submit your report immediately so the content=0D
|
489
|
+
can still be included in the management reports. Please send a copy=0D
|
490
|
+
of your submission noticiation email to your manager. If possible,=0D
|
491
|
+
your manager will still try to include your report data in his/her=0D
|
492
|
+
report.=0D
|
493
|
+
=0D
|
494
|
+
Please be aware that post deadline submissions must be processed=0D
|
495
|
+
manually and create an additional load for your manager and/or=0D
|
496
|
+
project manager. Please try to submit in time in the future.=0D
|
497
|
+
=0D
|
498
|
+
Thanks for your cooperation!=0D
|
499
|
+
=0D
|
500
|
+
# The status headline should be no more than 60 characters and may=0D
|
501
|
+
# not be empty! The status summary is optional and should be no=0D
|
502
|
+
# longer than one or two sentences of plain text. The details section=0D
|
503
|
+
# is also optional has no length limitation. You can use simple=0D
|
504
|
+
# markup in this section. It is recommended that you provide at=0D
|
505
|
+
# least a summary or a details section.=0D
|
506
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
507
|
+
|
508
|
+
#=0D
|
509
|
+
# --------8<--------8<--------=0D
|
510
|
+
timesheet doc 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
511
|
+
=0D
|
512
|
+
# Vacation time: 0.0%=0D
|
513
|
+
=0D
|
514
|
+
# Task: Manual=0D
|
515
|
+
task AcSo.manual {=0D
|
516
|
+
work 47.5%=0D
|
517
|
+
remaining 0.0d=0D
|
518
|
+
status green "Your headline here!" {=0D
|
519
|
+
# summary -8<-=0D
|
520
|
+
# A summary text=0D
|
521
|
+
# ->8-=0D
|
522
|
+
# details -8<-=0D
|
523
|
+
# Some more details=0D
|
524
|
+
# ->8-=0D
|
525
|
+
}=0D
|
526
|
+
}=0D
|
527
|
+
=0D
|
528
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
529
|
+
# following lines:=0D
|
530
|
+
# newtask new.task.id "A task title" {=0D
|
531
|
+
# work X%=0D
|
532
|
+
# remaining Y.Yd=0D
|
533
|
+
# }=0D
|
534
|
+
=0D
|
535
|
+
# You can use the following section to report personal notes.=0D
|
536
|
+
# status green "A headline" {=0D
|
537
|
+
# summary -8<-=0D
|
538
|
+
# A summary text=0D
|
539
|
+
# ->8-=0D
|
540
|
+
# details -8<-=0D
|
541
|
+
# Some more details=0D
|
542
|
+
# ->8-=0D
|
543
|
+
# }=0D
|
544
|
+
=0D
|
545
|
+
# You have no future assignments for this project!=0D
|
546
|
+
}=0D
|
547
|
+
# -------->8-------->8--------=0D
|
548
|
+
=0D
|
549
|
+
|
550
|
+
|
551
|
+
----==_mimepart_4bc48bff6d098_20fe42ec1c487a8
|
552
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
553
|
+
Mime-Version: 1.0
|
554
|
+
Content-Type: text/plain;
|
555
|
+
charset=UTF-8
|
556
|
+
Content-Transfer-Encoding: base64
|
557
|
+
Content-Disposition: attachment;
|
558
|
+
filename=doc_2002-03-01.tji
|
559
|
+
Content-ID: <4bc48bff76a51_20fe42ec1c48988@linux-u340.mail>
|
560
|
+
|
561
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
562
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
563
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
564
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
565
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
566
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
567
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
568
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
569
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
570
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
571
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCBkb2MgMjAwMi0w
|
572
|
+
Mi0yMi0wMDowMC0rMDEwMCAtIDIwMDItMDMtMDEtMDA6MDAtKzAxMDAgewoK
|
573
|
+
ICAjIFZhY2F0aW9uIHRpbWU6IDAuMCUKCiAgIyBUYXNrOiBNYW51YWwKICB0
|
574
|
+
YXNrIEFjU28ubWFudWFsIHsKICAgIHdvcmsgNDcuNSUKICAgIHJlbWFpbmlu
|
575
|
+
ZyAwLjBkCiAgICBzdGF0dXMgZ3JlZW4gIllvdXIgaGVhZGxpbmUgaGVyZSEi
|
576
|
+
IHsKICAgICMgIHN1bW1hcnkgLTg8LQogICAgIyAgQSBzdW1tYXJ5IHRleHQK
|
577
|
+
ICAgICMgIC0+OC0KICAgICMgIGRldGFpbHMgLTg8LQogICAgIyAgU29tZSBt
|
578
|
+
b3JlIGRldGFpbHMKICAgICMgIC0+OC0KICAgIH0KICB9CgogICMgSWYgeW91
|
579
|
+
IGhhZCB1bnBsYW5uZWQgdGFza3MsIHVuY29tbWVudCBhbmQgZmlsbCBvdXQg
|
580
|
+
dGhlCiAgIyBmb2xsb3dpbmcgbGluZXM6CiAgIyBuZXd0YXNrIG5ldy50YXNr
|
581
|
+
LmlkICJBIHRhc2sgdGl0bGUiIHsKICAjICAgd29yayBYJQogICMgICByZW1h
|
582
|
+
aW5pbmcgWS5ZZAogICMgfQoKICAjIFlvdSBjYW4gdXNlIHRoZSBmb2xsb3dp
|
583
|
+
bmcgc2VjdGlvbiB0byByZXBvcnQgcGVyc29uYWwgbm90ZXMuCiAgIyBzdGF0
|
584
|
+
dXMgZ3JlZW4gIkEgaGVhZGxpbmUiIHsKICAjICAgc3VtbWFyeSAtODwtCiAg
|
585
|
+
IyAgIEEgc3VtbWFyeSB0ZXh0CiAgIyAgIC0+OC0KICAjICAgZGV0YWlscyAt
|
586
|
+
ODwtCiAgIyAgIFNvbWUgbW9yZSBkZXRhaWxzCiAgIyAgIC0+OC0KICAjIH0K
|
587
|
+
CiAgIyBZb3UgaGF2ZSBubyBmdXR1cmUgYXNzaWdubWVudHMgZm9yIHRoaXMg
|
588
|
+
cHJvamVjdCEKfQojIC0tLS0tLS0tPjgtLS0tLS0tLT44LS0tLS0tLS0KCg==
|
589
|
+
|
590
|
+
|
591
|
+
----==_mimepart_4bc48bff6d098_20fe42ec1c487a8--
|
592
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
593
|
+
From: foo@bar.com
|
594
|
+
To: murphy@crappysoftware.com
|
595
|
+
Message-ID: <4bc48bff8086b_20fe42ec1c494bc@linux-u340.mail>
|
596
|
+
Subject: Your weekly report 2002-03-01 is overdue!
|
597
|
+
Mime-Version: 1.0
|
598
|
+
Content-Type: multipart/mixed;
|
599
|
+
boundary="--==_mimepart_4bc48bff7b8dc_20fe42ec1c491cb";
|
600
|
+
charset=UTF-8
|
601
|
+
Content-Transfer-Encoding: 7bit
|
602
|
+
User-Agent: TaskJuggler III/0.0.4
|
603
|
+
X-TaskJuggler: tj3ts_summary
|
604
|
+
|
605
|
+
|
606
|
+
|
607
|
+
----==_mimepart_4bc48bff7b8dc_20fe42ec1c491cb
|
608
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
609
|
+
Mime-Version: 1.0
|
610
|
+
Content-Type: text/plain;
|
611
|
+
charset=UTF-8
|
612
|
+
Content-Transfer-Encoding: quoted-printable
|
613
|
+
Content-ID: <4bc48bff7ea94_20fe42ec1c49224@linux-u340.mail>
|
614
|
+
|
615
|
+
Hello Peter Murphy!=0D
|
616
|
+
=0D
|
617
|
+
The deadline for your report submission has passed but we haven't=0D
|
618
|
+
received it yet. Please submit your report immediately so the content=0D
|
619
|
+
can still be included in the management reports. Please send a copy=0D
|
620
|
+
of your submission noticiation email to your manager. If possible,=0D
|
621
|
+
your manager will still try to include your report data in his/her=0D
|
622
|
+
report.=0D
|
623
|
+
=0D
|
624
|
+
Please be aware that post deadline submissions must be processed=0D
|
625
|
+
manually and create an additional load for your manager and/or=0D
|
626
|
+
project manager. Please try to submit in time in the future.=0D
|
627
|
+
=0D
|
628
|
+
Thanks for your cooperation!=0D
|
629
|
+
=0D
|
630
|
+
# The status headline should be no more than 60 characters and may=0D
|
631
|
+
# not be empty! The status summary is optional and should be no=0D
|
632
|
+
# longer than one or two sentences of plain text. The details section=0D
|
633
|
+
# is also optional has no length limitation. You can use simple=0D
|
634
|
+
# markup in this section. It is recommended that you provide at=0D
|
635
|
+
# least a summary or a details section.=0D
|
636
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
637
|
+
|
638
|
+
#=0D
|
639
|
+
# --------8<--------8<--------=0D
|
640
|
+
timesheet test 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
641
|
+
=0D
|
642
|
+
# Vacation time: 0.0%=0D
|
643
|
+
=0D
|
644
|
+
# There were no planned tasks assignments for this period!=0D
|
645
|
+
=0D
|
646
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
647
|
+
# following lines:=0D
|
648
|
+
# newtask new.task.id "A task title" {=0D
|
649
|
+
# work X%=0D
|
650
|
+
# remaining Y.Yd=0D
|
651
|
+
# }=0D
|
652
|
+
=0D
|
653
|
+
# You can use the following section to report personal notes.=0D
|
654
|
+
# status green "A headline" {=0D
|
655
|
+
# summary -8<-=0D
|
656
|
+
# A summary text=0D
|
657
|
+
# ->8-=0D
|
658
|
+
# details -8<-=0D
|
659
|
+
# Some more details=0D
|
660
|
+
# ->8-=0D
|
661
|
+
# }=0D
|
662
|
+
=0D
|
663
|
+
# You have no future assignments for this project!=0D
|
664
|
+
}=0D
|
665
|
+
# -------->8-------->8--------=0D
|
666
|
+
=0D
|
667
|
+
|
668
|
+
|
669
|
+
----==_mimepart_4bc48bff7b8dc_20fe42ec1c491cb
|
670
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
671
|
+
Mime-Version: 1.0
|
672
|
+
Content-Type: text/plain;
|
673
|
+
charset=UTF-8
|
674
|
+
Content-Transfer-Encoding: base64
|
675
|
+
Content-Disposition: attachment;
|
676
|
+
filename=test_2002-03-01.tji
|
677
|
+
Content-ID: <4bc48bff7fb5f_20fe42ec1c493ea@linux-u340.mail>
|
678
|
+
|
679
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
680
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
681
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
682
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
683
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
684
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
685
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
686
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
687
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
688
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
689
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCB0ZXN0IDIwMDIt
|
690
|
+
MDItMjItMDA6MDAtKzAxMDAgLSAyMDAyLTAzLTAxLTAwOjAwLSswMTAwIHsK
|
691
|
+
CiAgIyBWYWNhdGlvbiB0aW1lOiAwLjAlCgogICMgVGhlcmUgd2VyZSBubyBw
|
692
|
+
bGFubmVkIHRhc2tzIGFzc2lnbm1lbnRzIGZvciB0aGlzIHBlcmlvZCEKCiAg
|
693
|
+
IyBJZiB5b3UgaGFkIHVucGxhbm5lZCB0YXNrcywgdW5jb21tZW50IGFuZCBm
|
694
|
+
aWxsIG91dCB0aGUKICAjIGZvbGxvd2luZyBsaW5lczoKICAjIG5ld3Rhc2sg
|
695
|
+
bmV3LnRhc2suaWQgIkEgdGFzayB0aXRsZSIgewogICMgICB3b3JrIFglCiAg
|
696
|
+
IyAgIHJlbWFpbmluZyBZLllkCiAgIyB9CgogICMgWW91IGNhbiB1c2UgdGhl
|
697
|
+
IGZvbGxvd2luZyBzZWN0aW9uIHRvIHJlcG9ydCBwZXJzb25hbCBub3Rlcy4K
|
698
|
+
ICAjIHN0YXR1cyBncmVlbiAiQSBoZWFkbGluZSIgewogICMgICBzdW1tYXJ5
|
699
|
+
IC04PC0KICAjICAgQSBzdW1tYXJ5IHRleHQKICAjICAgLT44LQogICMgICBk
|
700
|
+
ZXRhaWxzIC04PC0KICAjICAgU29tZSBtb3JlIGRldGFpbHMKICAjICAgLT44
|
701
|
+
LQogICMgfQoKICAjIFlvdSBoYXZlIG5vIGZ1dHVyZSBhc3NpZ25tZW50cyBm
|
702
|
+
b3IgdGhpcyBwcm9qZWN0IQp9CiMgLS0tLS0tLS0+OC0tLS0tLS0tPjgtLS0t
|
703
|
+
LS0tLQoK
|
704
|
+
|
705
|
+
|
706
|
+
----==_mimepart_4bc48bff7b8dc_20fe42ec1c491cb--
|
707
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
708
|
+
From: foo@bar.com
|
709
|
+
To: archive@bar.com
|
710
|
+
Message-ID: <4bc48bff8b8d9_20fe42ec1c49738@linux-u340.mail>
|
711
|
+
Subject: Weekly staff reports 2002-03-01
|
712
|
+
Mime-Version: 1.0
|
713
|
+
Content-Type: multipart/mixed;
|
714
|
+
boundary="--==_mimepart_4bc48bff84191_20fe42ec1c495b";
|
715
|
+
charset=UTF-8
|
716
|
+
Content-Transfer-Encoding: 7bit
|
717
|
+
User-Agent: TaskJuggler III/0.0.4
|
718
|
+
X-TaskJuggler: tj3ts_summary
|
719
|
+
|
720
|
+
|
721
|
+
|
722
|
+
----==_mimepart_4bc48bff84191_20fe42ec1c495b
|
723
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
724
|
+
Mime-Version: 1.0
|
725
|
+
Content-Type: text/plain;
|
726
|
+
charset=UTF-8
|
727
|
+
Content-Transfer-Encoding: quoted-printable
|
728
|
+
Content-ID: <4bc48bff8abb0_20fe42ec1c4966f@linux-u340.mail>
|
729
|
+
|
730
|
+
=0D
|
731
|
+
Report from Paul Henry Bullock is missing=0D
|
732
|
+
=0D
|
733
|
+
=0D
|
734
|
+
-------------------------------------------------------------------------=
|
735
|
+
-=0D
|
736
|
+
=0D
|
737
|
+
=0D
|
738
|
+
Report from Paul Smith is missing=0D
|
739
|
+
=0D
|
740
|
+
=0D
|
741
|
+
-------------------------------------------------------------------------=
|
742
|
+
-=0D
|
743
|
+
=0D
|
744
|
+
Weekly Report from S=C3=A9bastien Bono=0D
|
745
|
+
=0D
|
746
|
+
[Green]Graphical User Interface (ID: AcSo.software.gui)=0D
|
747
|
+
=0D
|
748
|
+
Work: 10% (5%) Remaining: 14.25d (14.875d)=0D
|
749
|
+
=0D
|
750
|
+
Another week of hard work!=0D
|
751
|
+
=0D
|
752
|
+
* Build a house.=0D
|
753
|
+
=0D
|
754
|
+
* Planted a tree.=0D
|
755
|
+
=0D
|
756
|
+
* Got a child.=0D
|
757
|
+
=0D
|
758
|
+
[Green]Back-End Functions (ID: AcSo.software.backend)=0D
|
759
|
+
=0D
|
760
|
+
Work: 90% (95%) Remaining: 2.0d (0.0d)=0D
|
761
|
+
=0D
|
762
|
+
Had a busy week=0D
|
763
|
+
=0D
|
764
|
+
Not much to say here. Just code, sweat and tears. Some bugs haunted=0D=
|
765
|
+
|
766
|
+
me but I went after them with fury.=0D
|
767
|
+
=0D
|
768
|
+
=0D
|
769
|
+
-------------------------------------------------------------------------=
|
770
|
+
-=0D
|
771
|
+
=0D
|
772
|
+
=0D
|
773
|
+
Report from Klaus M=C3=BCller is missing=0D
|
774
|
+
=0D
|
775
|
+
=0D
|
776
|
+
-------------------------------------------------------------------------=
|
777
|
+
-=0D
|
778
|
+
=0D
|
779
|
+
=0D
|
780
|
+
Report from Dim Sung is missing=0D
|
781
|
+
=0D
|
782
|
+
=0D
|
783
|
+
-------------------------------------------------------------------------=
|
784
|
+
-=0D
|
785
|
+
=0D
|
786
|
+
=0D
|
787
|
+
Report from Peter Murphy is missing=0D
|
788
|
+
=0D
|
789
|
+
=0D
|
790
|
+
-------------------------------------------------------------------------=
|
791
|
+
-=0D
|
792
|
+
=0D
|
793
|
+
|
794
|
+
|
795
|
+
----==_mimepart_4bc48bff84191_20fe42ec1c495b--
|
796
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
797
|
+
From: foo@bar.com
|
798
|
+
To: crew@bar.com
|
799
|
+
Message-ID: <4bc48bff9181f_20fe42ec1c50026@linux-u340.mail>
|
800
|
+
Subject: Weekly staff reports 2002-03-01
|
801
|
+
Mime-Version: 1.0
|
802
|
+
Content-Type: multipart/mixed;
|
803
|
+
boundary="--==_mimepart_4bc48bff8f291_20fe42ec1c49812";
|
804
|
+
charset=UTF-8
|
805
|
+
Content-Transfer-Encoding: 7bit
|
806
|
+
User-Agent: TaskJuggler III/0.0.4
|
807
|
+
X-TaskJuggler: tj3ts_summary
|
808
|
+
|
809
|
+
|
810
|
+
|
811
|
+
----==_mimepart_4bc48bff8f291_20fe42ec1c49812
|
812
|
+
Date: Tue, 13 Apr 2010 17:21:35 +0200
|
813
|
+
Mime-Version: 1.0
|
814
|
+
Content-Type: text/plain;
|
815
|
+
charset=UTF-8
|
816
|
+
Content-Transfer-Encoding: quoted-printable
|
817
|
+
Content-ID: <4bc48bff90ba9_20fe42ec1c4993d@linux-u340.mail>
|
818
|
+
|
819
|
+
=0D
|
820
|
+
Report from Paul Henry Bullock is missing=0D
|
821
|
+
=0D
|
822
|
+
=0D
|
823
|
+
-------------------------------------------------------------------------=
|
824
|
+
-=0D
|
825
|
+
=0D
|
826
|
+
=0D
|
827
|
+
Report from Paul Smith is missing=0D
|
828
|
+
=0D
|
829
|
+
=0D
|
830
|
+
-------------------------------------------------------------------------=
|
831
|
+
-=0D
|
832
|
+
=0D
|
833
|
+
Weekly Report from S=C3=A9bastien Bono=0D
|
834
|
+
=0D
|
835
|
+
[Green]Graphical User Interface (ID: AcSo.software.gui)=0D
|
836
|
+
=0D
|
837
|
+
Work: 10% (5%) Remaining: 14.25d (14.875d)=0D
|
838
|
+
=0D
|
839
|
+
Another week of hard work!=0D
|
840
|
+
=0D
|
841
|
+
* Build a house.=0D
|
842
|
+
=0D
|
843
|
+
* Planted a tree.=0D
|
844
|
+
=0D
|
845
|
+
* Got a child.=0D
|
846
|
+
=0D
|
847
|
+
[Green]Back-End Functions (ID: AcSo.software.backend)=0D
|
848
|
+
=0D
|
849
|
+
Work: 90% (95%) Remaining: 2.0d (0.0d)=0D
|
850
|
+
=0D
|
851
|
+
Had a busy week=0D
|
852
|
+
=0D
|
853
|
+
Not much to say here. Just code, sweat and tears. Some bugs haunted=0D=
|
854
|
+
|
855
|
+
me but I went after them with fury.=0D
|
856
|
+
=0D
|
857
|
+
=0D
|
858
|
+
-------------------------------------------------------------------------=
|
859
|
+
-=0D
|
860
|
+
=0D
|
861
|
+
=0D
|
862
|
+
Report from Klaus M=C3=BCller is missing=0D
|
863
|
+
=0D
|
864
|
+
=0D
|
865
|
+
-------------------------------------------------------------------------=
|
866
|
+
-=0D
|
867
|
+
=0D
|
868
|
+
=0D
|
869
|
+
Report from Dim Sung is missing=0D
|
870
|
+
=0D
|
871
|
+
=0D
|
872
|
+
-------------------------------------------------------------------------=
|
873
|
+
-=0D
|
874
|
+
=0D
|
875
|
+
=0D
|
876
|
+
Report from Peter Murphy is missing=0D
|
877
|
+
=0D
|
878
|
+
=0D
|
879
|
+
-------------------------------------------------------------------------=
|
880
|
+
-=0D
|
881
|
+
=0D
|
882
|
+
|
883
|
+
|
884
|
+
----==_mimepart_4bc48bff8f291_20fe42ec1c49812--
|