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,794 @@
|
|
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
|
+
Creating directory TimeSheetTemplates
|
10
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
11
|
+
From: foo@bar.com
|
12
|
+
To: phb@crappysoftware.com
|
13
|
+
Message-ID: <4bc48bf3a0696_200542ec1c99c3@linux-u340.mail>
|
14
|
+
Subject: Your weekly report template for 2002-03-01
|
15
|
+
Mime-Version: 1.0
|
16
|
+
Content-Type: multipart/mixed;
|
17
|
+
boundary="--==_mimepart_4bc48bf390122_200542ec1c969e";
|
18
|
+
charset=UTF-8
|
19
|
+
Content-Transfer-Encoding: 7bit
|
20
|
+
User-Agent: TaskJuggler III/0.0.4
|
21
|
+
X-TaskJuggler: tj3ts_sender
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
----==_mimepart_4bc48bf390122_200542ec1c969e
|
26
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
27
|
+
Mime-Version: 1.0
|
28
|
+
Content-Type: text/plain;
|
29
|
+
charset=UTF-8
|
30
|
+
Content-Transfer-Encoding: quoted-printable
|
31
|
+
Content-ID: <4bc48bf399efb_200542ec1c97fd@linux-u340.mail>
|
32
|
+
|
33
|
+
Hello Paul Henry Bullock!=0D
|
34
|
+
=0D
|
35
|
+
Please find enclosed your weekly report template. Please fill out=0D
|
36
|
+
the form and send it back to the sender of this email. You can either=0D
|
37
|
+
use the attached file or the body of the email. In case you send it=0D
|
38
|
+
in the body of the email, make sure it only contains the 'timesheet'=0D
|
39
|
+
syntax. No quote marks are allowed. It must be plain text, UTF-8=0D
|
40
|
+
encoded and the time sheet header from 'timesheet' to the period end=0D
|
41
|
+
date must be in a single line that starts at the beginning of the line.=0D=
|
42
|
+
|
43
|
+
=0D
|
44
|
+
# The status headline should be no more than 60 characters and may=0D
|
45
|
+
# not be empty! The status summary is optional and should be no=0D
|
46
|
+
# longer than one or two sentences of plain text. The details section=0D
|
47
|
+
# is also optional has no length limitation. You can use simple=0D
|
48
|
+
# markup in this section. It is recommended that you provide at=0D
|
49
|
+
# least a summary or a details section.=0D
|
50
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
51
|
+
|
52
|
+
#=0D
|
53
|
+
# --------8<--------8<--------=0D
|
54
|
+
timesheet boss 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
55
|
+
=0D
|
56
|
+
# Vacation time: 0.0%=0D
|
57
|
+
=0D
|
58
|
+
# There were no planned tasks assignments for this period!=0D
|
59
|
+
=0D
|
60
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
61
|
+
# following lines:=0D
|
62
|
+
# newtask new.task.id "A task title" {=0D
|
63
|
+
# work X%=0D
|
64
|
+
# remaining Y.Yd=0D
|
65
|
+
# }=0D
|
66
|
+
=0D
|
67
|
+
# You can use the following section to report personal notes.=0D
|
68
|
+
# status green "A headline" {=0D
|
69
|
+
# summary -8<-=0D
|
70
|
+
# A summary text=0D
|
71
|
+
# ->8-=0D
|
72
|
+
# details -8<-=0D
|
73
|
+
# Some more details=0D
|
74
|
+
# ->8-=0D
|
75
|
+
# }=0D
|
76
|
+
=0D
|
77
|
+
# You have no future assignments for this project!=0D
|
78
|
+
}=0D
|
79
|
+
# -------->8-------->8--------=0D
|
80
|
+
=0D
|
81
|
+
|
82
|
+
|
83
|
+
----==_mimepart_4bc48bf390122_200542ec1c969e
|
84
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
85
|
+
Mime-Version: 1.0
|
86
|
+
Content-Type: text/plain;
|
87
|
+
charset=UTF-8
|
88
|
+
Content-Transfer-Encoding: base64
|
89
|
+
Content-Disposition: attachment;
|
90
|
+
filename=boss_2002-03-01.tji
|
91
|
+
Content-ID: <4bc48bf39e0aa_200542ec1c98b@linux-u340.mail>
|
92
|
+
|
93
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
94
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
95
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
96
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
97
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
98
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
99
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
100
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
101
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
102
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
103
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCBib3NzIDIwMDIt
|
104
|
+
MDItMjItMDA6MDAtKzAxMDAgLSAyMDAyLTAzLTAxLTAwOjAwLSswMTAwIHsK
|
105
|
+
CiAgIyBWYWNhdGlvbiB0aW1lOiAwLjAlCgogICMgVGhlcmUgd2VyZSBubyBw
|
106
|
+
bGFubmVkIHRhc2tzIGFzc2lnbm1lbnRzIGZvciB0aGlzIHBlcmlvZCEKCiAg
|
107
|
+
IyBJZiB5b3UgaGFkIHVucGxhbm5lZCB0YXNrcywgdW5jb21tZW50IGFuZCBm
|
108
|
+
aWxsIG91dCB0aGUKICAjIGZvbGxvd2luZyBsaW5lczoKICAjIG5ld3Rhc2sg
|
109
|
+
bmV3LnRhc2suaWQgIkEgdGFzayB0aXRsZSIgewogICMgICB3b3JrIFglCiAg
|
110
|
+
IyAgIHJlbWFpbmluZyBZLllkCiAgIyB9CgogICMgWW91IGNhbiB1c2UgdGhl
|
111
|
+
IGZvbGxvd2luZyBzZWN0aW9uIHRvIHJlcG9ydCBwZXJzb25hbCBub3Rlcy4K
|
112
|
+
ICAjIHN0YXR1cyBncmVlbiAiQSBoZWFkbGluZSIgewogICMgICBzdW1tYXJ5
|
113
|
+
IC04PC0KICAjICAgQSBzdW1tYXJ5IHRleHQKICAjICAgLT44LQogICMgICBk
|
114
|
+
ZXRhaWxzIC04PC0KICAjICAgU29tZSBtb3JlIGRldGFpbHMKICAjICAgLT44
|
115
|
+
LQogICMgfQoKICAjIFlvdSBoYXZlIG5vIGZ1dHVyZSBhc3NpZ25tZW50cyBm
|
116
|
+
b3IgdGhpcyBwcm9qZWN0IQp9CiMgLS0tLS0tLS0+OC0tLS0tLS0tPjgtLS0t
|
117
|
+
LS0tLQoK
|
118
|
+
|
119
|
+
|
120
|
+
----==_mimepart_4bc48bf390122_200542ec1c969e--
|
121
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
122
|
+
From: foo@bar.com
|
123
|
+
To: paul@crappysoftware.com
|
124
|
+
Message-ID: <4bc48bf3b09be_200542ec1c10377@linux-u340.mail>
|
125
|
+
Subject: Your weekly report template for 2002-03-01
|
126
|
+
Mime-Version: 1.0
|
127
|
+
Content-Type: multipart/mixed;
|
128
|
+
boundary="--==_mimepart_4bc48bf3ab5df_200542ec1c100c9";
|
129
|
+
charset=UTF-8
|
130
|
+
Content-Transfer-Encoding: 7bit
|
131
|
+
User-Agent: TaskJuggler III/0.0.4
|
132
|
+
X-TaskJuggler: tj3ts_sender
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
----==_mimepart_4bc48bf3ab5df_200542ec1c100c9
|
137
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
138
|
+
Mime-Version: 1.0
|
139
|
+
Content-Type: text/plain;
|
140
|
+
charset=UTF-8
|
141
|
+
Content-Transfer-Encoding: quoted-printable
|
142
|
+
Content-ID: <4bc48bf3ae7c4_200542ec1c101e9@linux-u340.mail>
|
143
|
+
|
144
|
+
Hello Paul Smith!=0D
|
145
|
+
=0D
|
146
|
+
Please find enclosed your weekly report template. Please fill out=0D
|
147
|
+
the form and send it back to the sender of this email. You can either=0D
|
148
|
+
use the attached file or the body of the email. In case you send it=0D
|
149
|
+
in the body of the email, make sure it only contains the 'timesheet'=0D
|
150
|
+
syntax. No quote marks are allowed. It must be plain text, UTF-8=0D
|
151
|
+
encoded and the time sheet header from 'timesheet' to the period end=0D
|
152
|
+
date must be in a single line that starts at the beginning of the line.=0D=
|
153
|
+
|
154
|
+
=0D
|
155
|
+
# The status headline should be no more than 60 characters and may=0D
|
156
|
+
# not be empty! The status summary is optional and should be no=0D
|
157
|
+
# longer than one or two sentences of plain text. The details section=0D
|
158
|
+
# is also optional has no length limitation. You can use simple=0D
|
159
|
+
# markup in this section. It is recommended that you provide at=0D
|
160
|
+
# least a summary or a details section.=0D
|
161
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
162
|
+
|
163
|
+
#=0D
|
164
|
+
# --------8<--------8<--------=0D
|
165
|
+
timesheet dev1 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
166
|
+
=0D
|
167
|
+
# Vacation time: 0.0%=0D
|
168
|
+
=0D
|
169
|
+
# Task: Back-End Functions=0D
|
170
|
+
task AcSo.software.backend {=0D
|
171
|
+
work 95.0%=0D
|
172
|
+
remaining 0.0d=0D
|
173
|
+
status green "Your headline here!" {=0D
|
174
|
+
# summary -8<-=0D
|
175
|
+
# A summary text=0D
|
176
|
+
# ->8-=0D
|
177
|
+
# details -8<-=0D
|
178
|
+
# Some more details=0D
|
179
|
+
# ->8-=0D
|
180
|
+
}=0D
|
181
|
+
}=0D
|
182
|
+
=0D
|
183
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
184
|
+
# following lines:=0D
|
185
|
+
# newtask new.task.id "A task title" {=0D
|
186
|
+
# work X%=0D
|
187
|
+
# remaining Y.Yd=0D
|
188
|
+
# }=0D
|
189
|
+
=0D
|
190
|
+
# You can use the following section to report personal notes.=0D
|
191
|
+
# status green "A headline" {=0D
|
192
|
+
# summary -8<-=0D
|
193
|
+
# A summary text=0D
|
194
|
+
# ->8-=0D
|
195
|
+
# details -8<-=0D
|
196
|
+
# Some more details=0D
|
197
|
+
# ->8-=0D
|
198
|
+
# }=0D
|
199
|
+
=0D
|
200
|
+
# You have no future assignments for this project!=0D
|
201
|
+
}=0D
|
202
|
+
# -------->8-------->8--------=0D
|
203
|
+
=0D
|
204
|
+
|
205
|
+
|
206
|
+
----==_mimepart_4bc48bf3ab5df_200542ec1c100c9
|
207
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
208
|
+
Mime-Version: 1.0
|
209
|
+
Content-Type: text/plain;
|
210
|
+
charset=UTF-8
|
211
|
+
Content-Transfer-Encoding: base64
|
212
|
+
Content-Disposition: attachment;
|
213
|
+
filename=dev1_2002-03-01.tji
|
214
|
+
Content-ID: <4bc48bf3af8b4_200542ec1c10254@linux-u340.mail>
|
215
|
+
|
216
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
217
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
218
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
219
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
220
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
221
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
222
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
223
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
224
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
225
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
226
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCBkZXYxIDIwMDIt
|
227
|
+
MDItMjItMDA6MDAtKzAxMDAgLSAyMDAyLTAzLTAxLTAwOjAwLSswMTAwIHsK
|
228
|
+
CiAgIyBWYWNhdGlvbiB0aW1lOiAwLjAlCgogICMgVGFzazogQmFjay1FbmQg
|
229
|
+
RnVuY3Rpb25zCiAgdGFzayBBY1NvLnNvZnR3YXJlLmJhY2tlbmQgewogICAg
|
230
|
+
d29yayA5NS4wJQogICAgcmVtYWluaW5nIDAuMGQKICAgIHN0YXR1cyBncmVl
|
231
|
+
biAiWW91ciBoZWFkbGluZSBoZXJlISIgewogICAgIyAgc3VtbWFyeSAtODwt
|
232
|
+
CiAgICAjICBBIHN1bW1hcnkgdGV4dAogICAgIyAgLT44LQogICAgIyAgZGV0
|
233
|
+
YWlscyAtODwtCiAgICAjICBTb21lIG1vcmUgZGV0YWlscwogICAgIyAgLT44
|
234
|
+
LQogICAgfQogIH0KCiAgIyBJZiB5b3UgaGFkIHVucGxhbm5lZCB0YXNrcywg
|
235
|
+
dW5jb21tZW50IGFuZCBmaWxsIG91dCB0aGUKICAjIGZvbGxvd2luZyBsaW5l
|
236
|
+
czoKICAjIG5ld3Rhc2sgbmV3LnRhc2suaWQgIkEgdGFzayB0aXRsZSIgewog
|
237
|
+
ICMgICB3b3JrIFglCiAgIyAgIHJlbWFpbmluZyBZLllkCiAgIyB9CgogICMg
|
238
|
+
WW91IGNhbiB1c2UgdGhlIGZvbGxvd2luZyBzZWN0aW9uIHRvIHJlcG9ydCBw
|
239
|
+
ZXJzb25hbCBub3Rlcy4KICAjIHN0YXR1cyBncmVlbiAiQSBoZWFkbGluZSIg
|
240
|
+
ewogICMgICBzdW1tYXJ5IC04PC0KICAjICAgQSBzdW1tYXJ5IHRleHQKICAj
|
241
|
+
ICAgLT44LQogICMgICBkZXRhaWxzIC04PC0KICAjICAgU29tZSBtb3JlIGRl
|
242
|
+
dGFpbHMKICAjICAgLT44LQogICMgfQoKICAjIFlvdSBoYXZlIG5vIGZ1dHVy
|
243
|
+
ZSBhc3NpZ25tZW50cyBmb3IgdGhpcyBwcm9qZWN0IQp9CiMgLS0tLS0tLS0+
|
244
|
+
OC0tLS0tLS0tPjgtLS0tLS0tLQoK
|
245
|
+
|
246
|
+
|
247
|
+
----==_mimepart_4bc48bf3ab5df_200542ec1c100c9--
|
248
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
249
|
+
From: foo@bar.com
|
250
|
+
To: SBono@crappysoftware.com
|
251
|
+
Message-ID: <4bc48bf3bed89_200542ec1c107aa@linux-u340.mail>
|
252
|
+
Subject: Your weekly report template for 2002-03-01
|
253
|
+
Mime-Version: 1.0
|
254
|
+
Content-Type: multipart/mixed;
|
255
|
+
boundary="--==_mimepart_4bc48bf3b44e6_200542ec1c1047e";
|
256
|
+
charset=UTF-8
|
257
|
+
Content-Transfer-Encoding: 7bit
|
258
|
+
User-Agent: TaskJuggler III/0.0.4
|
259
|
+
X-TaskJuggler: tj3ts_sender
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
----==_mimepart_4bc48bf3b44e6_200542ec1c1047e
|
264
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
265
|
+
Mime-Version: 1.0
|
266
|
+
Content-Type: text/plain;
|
267
|
+
charset=UTF-8
|
268
|
+
Content-Transfer-Encoding: quoted-printable
|
269
|
+
Content-ID: <4bc48bf3b7c22_200542ec1c105ec@linux-u340.mail>
|
270
|
+
|
271
|
+
Hello S=C3=A9bastien Bono!=0D
|
272
|
+
=0D
|
273
|
+
Please find enclosed your weekly report template. Please fill out=0D
|
274
|
+
the form and send it back to the sender of this email. You can either=0D
|
275
|
+
use the attached file or the body of the email. In case you send it=0D
|
276
|
+
in the body of the email, make sure it only contains the 'timesheet'=0D
|
277
|
+
syntax. No quote marks are allowed. It must be plain text, UTF-8=0D
|
278
|
+
encoded and the time sheet header from 'timesheet' to the period end=0D
|
279
|
+
date must be in a single line that starts at the beginning of the line.=0D=
|
280
|
+
|
281
|
+
=0D
|
282
|
+
# The status headline should be no more than 60 characters and may=0D
|
283
|
+
# not be empty! The status summary is optional and should be no=0D
|
284
|
+
# longer than one or two sentences of plain text. The details section=0D
|
285
|
+
# is also optional has no length limitation. You can use simple=0D
|
286
|
+
# markup in this section. It is recommended that you provide at=0D
|
287
|
+
# least a summary or a details section.=0D
|
288
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
289
|
+
|
290
|
+
#=0D
|
291
|
+
# --------8<--------8<--------=0D
|
292
|
+
timesheet dev2 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
293
|
+
=0D
|
294
|
+
# Vacation time: 0.0%=0D
|
295
|
+
=0D
|
296
|
+
# Task: Graphical User Interface=0D
|
297
|
+
task AcSo.software.gui {=0D
|
298
|
+
work 5.0%=0D
|
299
|
+
remaining 17.3d=0D
|
300
|
+
# status green "Your headline here!" {=0D
|
301
|
+
# summary -8<-=0D
|
302
|
+
# A summary text=0D
|
303
|
+
# ->8-=0D
|
304
|
+
# details -8<-=0D
|
305
|
+
# Some more details=0D
|
306
|
+
# ->8-=0D
|
307
|
+
# }=0D
|
308
|
+
}=0D
|
309
|
+
=0D
|
310
|
+
# Task: Back-End Functions=0D
|
311
|
+
task AcSo.software.backend {=0D
|
312
|
+
work 95.0%=0D
|
313
|
+
remaining 0.0d=0D
|
314
|
+
status green "Your headline here!" {=0D
|
315
|
+
# summary -8<-=0D
|
316
|
+
# A summary text=0D
|
317
|
+
# ->8-=0D
|
318
|
+
# details -8<-=0D
|
319
|
+
# Some more details=0D
|
320
|
+
# ->8-=0D
|
321
|
+
}=0D
|
322
|
+
}=0D
|
323
|
+
=0D
|
324
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
325
|
+
# following lines:=0D
|
326
|
+
# newtask new.task.id "A task title" {=0D
|
327
|
+
# work X%=0D
|
328
|
+
# remaining Y.Yd=0D
|
329
|
+
# }=0D
|
330
|
+
=0D
|
331
|
+
# You can use the following section to report personal notes.=0D
|
332
|
+
# status green "A headline" {=0D
|
333
|
+
# summary -8<-=0D
|
334
|
+
# A summary text=0D
|
335
|
+
# ->8-=0D
|
336
|
+
# details -8<-=0D
|
337
|
+
# Some more details=0D
|
338
|
+
# ->8-=0D
|
339
|
+
# }=0D
|
340
|
+
#=0D
|
341
|
+
# Your upcoming tasks for the next period=0D
|
342
|
+
# Please check them carefully and discuss any necessary=0D
|
343
|
+
# changes with your manager or project manager!=0D
|
344
|
+
#=0D
|
345
|
+
# Graphical User Interface: 100.0%=0D
|
346
|
+
=0D
|
347
|
+
}=0D
|
348
|
+
# -------->8-------->8--------=0D
|
349
|
+
=0D
|
350
|
+
|
351
|
+
|
352
|
+
----==_mimepart_4bc48bf3b44e6_200542ec1c1047e
|
353
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
354
|
+
Mime-Version: 1.0
|
355
|
+
Content-Type: text/plain;
|
356
|
+
charset=UTF-8
|
357
|
+
Content-Transfer-Encoding: base64
|
358
|
+
Content-Disposition: attachment;
|
359
|
+
filename=dev2_2002-03-01.tji
|
360
|
+
Content-ID: <4bc48bf3b8d7d_200542ec1c106f@linux-u340.mail>
|
361
|
+
|
362
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
363
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
364
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
365
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
366
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
367
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
368
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
369
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
370
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
371
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
372
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCBkZXYyIDIwMDIt
|
373
|
+
MDItMjItMDA6MDAtKzAxMDAgLSAyMDAyLTAzLTAxLTAwOjAwLSswMTAwIHsK
|
374
|
+
CiAgIyBWYWNhdGlvbiB0aW1lOiAwLjAlCgogICMgVGFzazogR3JhcGhpY2Fs
|
375
|
+
IFVzZXIgSW50ZXJmYWNlCiAgdGFzayBBY1NvLnNvZnR3YXJlLmd1aSB7CiAg
|
376
|
+
ICB3b3JrIDUuMCUKICAgIHJlbWFpbmluZyAxNy4zZAogICAgIyBzdGF0dXMg
|
377
|
+
Z3JlZW4gIllvdXIgaGVhZGxpbmUgaGVyZSEiIHsKICAgICMgIHN1bW1hcnkg
|
378
|
+
LTg8LQogICAgIyAgQSBzdW1tYXJ5IHRleHQKICAgICMgIC0+OC0KICAgICMg
|
379
|
+
IGRldGFpbHMgLTg8LQogICAgIyAgU29tZSBtb3JlIGRldGFpbHMKICAgICMg
|
380
|
+
IC0+OC0KICAgICMgfQogIH0KCiAgIyBUYXNrOiBCYWNrLUVuZCBGdW5jdGlv
|
381
|
+
bnMKICB0YXNrIEFjU28uc29mdHdhcmUuYmFja2VuZCB7CiAgICB3b3JrIDk1
|
382
|
+
LjAlCiAgICByZW1haW5pbmcgMC4wZAogICAgc3RhdHVzIGdyZWVuICJZb3Vy
|
383
|
+
IGhlYWRsaW5lIGhlcmUhIiB7CiAgICAjICBzdW1tYXJ5IC04PC0KICAgICMg
|
384
|
+
IEEgc3VtbWFyeSB0ZXh0CiAgICAjICAtPjgtCiAgICAjICBkZXRhaWxzIC04
|
385
|
+
PC0KICAgICMgIFNvbWUgbW9yZSBkZXRhaWxzCiAgICAjICAtPjgtCiAgICB9
|
386
|
+
CiAgfQoKICAjIElmIHlvdSBoYWQgdW5wbGFubmVkIHRhc2tzLCB1bmNvbW1l
|
387
|
+
bnQgYW5kIGZpbGwgb3V0IHRoZQogICMgZm9sbG93aW5nIGxpbmVzOgogICMg
|
388
|
+
bmV3dGFzayBuZXcudGFzay5pZCAiQSB0YXNrIHRpdGxlIiB7CiAgIyAgIHdv
|
389
|
+
cmsgWCUKICAjICAgcmVtYWluaW5nIFkuWWQKICAjIH0KCiAgIyBZb3UgY2Fu
|
390
|
+
IHVzZSB0aGUgZm9sbG93aW5nIHNlY3Rpb24gdG8gcmVwb3J0IHBlcnNvbmFs
|
391
|
+
IG5vdGVzLgogICMgc3RhdHVzIGdyZWVuICJBIGhlYWRsaW5lIiB7CiAgIyAg
|
392
|
+
IHN1bW1hcnkgLTg8LQogICMgICBBIHN1bW1hcnkgdGV4dAogICMgICAtPjgt
|
393
|
+
CiAgIyAgIGRldGFpbHMgLTg8LQogICMgICBTb21lIG1vcmUgZGV0YWlscwog
|
394
|
+
ICMgICAtPjgtCiAgIyB9CiAgIwogICMgWW91ciB1cGNvbWluZyB0YXNrcyBm
|
395
|
+
b3IgdGhlIG5leHQgcGVyaW9kCiAgIyBQbGVhc2UgY2hlY2sgdGhlbSBjYXJl
|
396
|
+
ZnVsbHkgYW5kIGRpc2N1c3MgYW55IG5lY2Vzc2FyeQogICMgY2hhbmdlcyB3
|
397
|
+
aXRoIHlvdXIgbWFuYWdlciBvciBwcm9qZWN0IG1hbmFnZXIhCiAgIwogICMg
|
398
|
+
R3JhcGhpY2FsIFVzZXIgSW50ZXJmYWNlOiAxMDAuMCUKCn0KIyAtLS0tLS0t
|
399
|
+
LT44LS0tLS0tLS0+OC0tLS0tLS0tCgo=
|
400
|
+
|
401
|
+
|
402
|
+
----==_mimepart_4bc48bf3b44e6_200542ec1c1047e--
|
403
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
404
|
+
From: foo@bar.com
|
405
|
+
To: Klaus.Mueller@crappysoftware.com
|
406
|
+
Message-ID: <4bc48bf3c8c15_200542ec1c1113f@linux-u340.mail>
|
407
|
+
Subject: Your weekly report template for 2002-03-01
|
408
|
+
Mime-Version: 1.0
|
409
|
+
Content-Type: multipart/mixed;
|
410
|
+
boundary="--==_mimepart_4bc48bf3c35a8_200542ec1c1083";
|
411
|
+
charset=UTF-8
|
412
|
+
Content-Transfer-Encoding: 7bit
|
413
|
+
User-Agent: TaskJuggler III/0.0.4
|
414
|
+
X-TaskJuggler: tj3ts_sender
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
----==_mimepart_4bc48bf3c35a8_200542ec1c1083
|
419
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
420
|
+
Mime-Version: 1.0
|
421
|
+
Content-Type: text/plain;
|
422
|
+
charset=UTF-8
|
423
|
+
Content-Transfer-Encoding: quoted-printable
|
424
|
+
Content-ID: <4bc48bf3c6e78_200542ec1c10921@linux-u340.mail>
|
425
|
+
|
426
|
+
Hello Klaus M=C3=BCller!=0D
|
427
|
+
=0D
|
428
|
+
Please find enclosed your weekly report template. Please fill out=0D
|
429
|
+
the form and send it back to the sender of this email. You can either=0D
|
430
|
+
use the attached file or the body of the email. In case you send it=0D
|
431
|
+
in the body of the email, make sure it only contains the 'timesheet'=0D
|
432
|
+
syntax. No quote marks are allowed. It must be plain text, UTF-8=0D
|
433
|
+
encoded and the time sheet header from 'timesheet' to the period end=0D
|
434
|
+
date must be in a single line that starts at the beginning of the line.=0D=
|
435
|
+
|
436
|
+
=0D
|
437
|
+
# The status headline should be no more than 60 characters and may=0D
|
438
|
+
# not be empty! The status summary is optional and should be no=0D
|
439
|
+
# longer than one or two sentences of plain text. The details section=0D
|
440
|
+
# is also optional has no length limitation. You can use simple=0D
|
441
|
+
# markup in this section. It is recommended that you provide at=0D
|
442
|
+
# least a summary or a details section.=0D
|
443
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
444
|
+
|
445
|
+
#=0D
|
446
|
+
# --------8<--------8<--------=0D
|
447
|
+
timesheet dev3 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
448
|
+
=0D
|
449
|
+
# Vacation time: 0.0%=0D
|
450
|
+
=0D
|
451
|
+
# Task: Graphical User Interface=0D
|
452
|
+
task AcSo.software.gui {=0D
|
453
|
+
work 5.0%=0D
|
454
|
+
remaining 17.3d=0D
|
455
|
+
# status green "Your headline here!" {=0D
|
456
|
+
# summary -8<-=0D
|
457
|
+
# A summary text=0D
|
458
|
+
# ->8-=0D
|
459
|
+
# details -8<-=0D
|
460
|
+
# Some more details=0D
|
461
|
+
# ->8-=0D
|
462
|
+
# }=0D
|
463
|
+
}=0D
|
464
|
+
=0D
|
465
|
+
# Task: Manual=0D
|
466
|
+
task AcSo.manual {=0D
|
467
|
+
work 45.0%=0D
|
468
|
+
remaining 0.0d=0D
|
469
|
+
status green "Your headline here!" {=0D
|
470
|
+
# summary -8<-=0D
|
471
|
+
# A summary text=0D
|
472
|
+
# ->8-=0D
|
473
|
+
# details -8<-=0D
|
474
|
+
# Some more details=0D
|
475
|
+
# ->8-=0D
|
476
|
+
}=0D
|
477
|
+
}=0D
|
478
|
+
=0D
|
479
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
480
|
+
# following lines:=0D
|
481
|
+
# newtask new.task.id "A task title" {=0D
|
482
|
+
# work X%=0D
|
483
|
+
# remaining Y.Yd=0D
|
484
|
+
# }=0D
|
485
|
+
=0D
|
486
|
+
# You can use the following section to report personal notes.=0D
|
487
|
+
# status green "A headline" {=0D
|
488
|
+
# summary -8<-=0D
|
489
|
+
# A summary text=0D
|
490
|
+
# ->8-=0D
|
491
|
+
# details -8<-=0D
|
492
|
+
# Some more details=0D
|
493
|
+
# ->8-=0D
|
494
|
+
# }=0D
|
495
|
+
#=0D
|
496
|
+
# Your upcoming tasks for the next period=0D
|
497
|
+
# Please check them carefully and discuss any necessary=0D
|
498
|
+
# changes with your manager or project manager!=0D
|
499
|
+
#=0D
|
500
|
+
# Graphical User Interface: 100.0%=0D
|
501
|
+
=0D
|
502
|
+
}=0D
|
503
|
+
# -------->8-------->8--------=0D
|
504
|
+
=0D
|
505
|
+
|
506
|
+
|
507
|
+
----==_mimepart_4bc48bf3c35a8_200542ec1c1083
|
508
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
509
|
+
Mime-Version: 1.0
|
510
|
+
Content-Type: text/plain;
|
511
|
+
charset=UTF-8
|
512
|
+
Content-Transfer-Encoding: base64
|
513
|
+
Content-Disposition: attachment;
|
514
|
+
filename=dev3_2002-03-01.tji
|
515
|
+
Content-ID: <4bc48bf3c7f2e_200542ec1c110cb@linux-u340.mail>
|
516
|
+
|
517
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
518
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
519
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
520
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
521
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
522
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
523
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
524
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
525
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
526
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
527
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCBkZXYzIDIwMDIt
|
528
|
+
MDItMjItMDA6MDAtKzAxMDAgLSAyMDAyLTAzLTAxLTAwOjAwLSswMTAwIHsK
|
529
|
+
CiAgIyBWYWNhdGlvbiB0aW1lOiAwLjAlCgogICMgVGFzazogR3JhcGhpY2Fs
|
530
|
+
IFVzZXIgSW50ZXJmYWNlCiAgdGFzayBBY1NvLnNvZnR3YXJlLmd1aSB7CiAg
|
531
|
+
ICB3b3JrIDUuMCUKICAgIHJlbWFpbmluZyAxNy4zZAogICAgIyBzdGF0dXMg
|
532
|
+
Z3JlZW4gIllvdXIgaGVhZGxpbmUgaGVyZSEiIHsKICAgICMgIHN1bW1hcnkg
|
533
|
+
LTg8LQogICAgIyAgQSBzdW1tYXJ5IHRleHQKICAgICMgIC0+OC0KICAgICMg
|
534
|
+
IGRldGFpbHMgLTg8LQogICAgIyAgU29tZSBtb3JlIGRldGFpbHMKICAgICMg
|
535
|
+
IC0+OC0KICAgICMgfQogIH0KCiAgIyBUYXNrOiBNYW51YWwKICB0YXNrIEFj
|
536
|
+
U28ubWFudWFsIHsKICAgIHdvcmsgNDUuMCUKICAgIHJlbWFpbmluZyAwLjBk
|
537
|
+
CiAgICBzdGF0dXMgZ3JlZW4gIllvdXIgaGVhZGxpbmUgaGVyZSEiIHsKICAg
|
538
|
+
ICMgIHN1bW1hcnkgLTg8LQogICAgIyAgQSBzdW1tYXJ5IHRleHQKICAgICMg
|
539
|
+
IC0+OC0KICAgICMgIGRldGFpbHMgLTg8LQogICAgIyAgU29tZSBtb3JlIGRl
|
540
|
+
dGFpbHMKICAgICMgIC0+OC0KICAgIH0KICB9CgogICMgSWYgeW91IGhhZCB1
|
541
|
+
bnBsYW5uZWQgdGFza3MsIHVuY29tbWVudCBhbmQgZmlsbCBvdXQgdGhlCiAg
|
542
|
+
IyBmb2xsb3dpbmcgbGluZXM6CiAgIyBuZXd0YXNrIG5ldy50YXNrLmlkICJB
|
543
|
+
IHRhc2sgdGl0bGUiIHsKICAjICAgd29yayBYJQogICMgICByZW1haW5pbmcg
|
544
|
+
WS5ZZAogICMgfQoKICAjIFlvdSBjYW4gdXNlIHRoZSBmb2xsb3dpbmcgc2Vj
|
545
|
+
dGlvbiB0byByZXBvcnQgcGVyc29uYWwgbm90ZXMuCiAgIyBzdGF0dXMgZ3Jl
|
546
|
+
ZW4gIkEgaGVhZGxpbmUiIHsKICAjICAgc3VtbWFyeSAtODwtCiAgIyAgIEEg
|
547
|
+
c3VtbWFyeSB0ZXh0CiAgIyAgIC0+OC0KICAjICAgZGV0YWlscyAtODwtCiAg
|
548
|
+
IyAgIFNvbWUgbW9yZSBkZXRhaWxzCiAgIyAgIC0+OC0KICAjIH0KICAjCiAg
|
549
|
+
IyBZb3VyIHVwY29taW5nIHRhc2tzIGZvciB0aGUgbmV4dCBwZXJpb2QKICAj
|
550
|
+
IFBsZWFzZSBjaGVjayB0aGVtIGNhcmVmdWxseSBhbmQgZGlzY3VzcyBhbnkg
|
551
|
+
bmVjZXNzYXJ5CiAgIyBjaGFuZ2VzIHdpdGggeW91ciBtYW5hZ2VyIG9yIHBy
|
552
|
+
b2plY3QgbWFuYWdlciEKICAjCiAgIyBHcmFwaGljYWwgVXNlciBJbnRlcmZh
|
553
|
+
Y2U6IDEwMC4wJQoKfQojIC0tLS0tLS0tPjgtLS0tLS0tLT44LS0tLS0tLS0K
|
554
|
+
Cg==
|
555
|
+
|
556
|
+
|
557
|
+
----==_mimepart_4bc48bf3c35a8_200542ec1c1083--
|
558
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
559
|
+
From: foo@bar.com
|
560
|
+
To: sung@crappysoftware.com
|
561
|
+
Message-ID: <4bc48bf3d7cee_200542ec1c115a5@linux-u340.mail>
|
562
|
+
Subject: Your weekly report template for 2002-03-01
|
563
|
+
Mime-Version: 1.0
|
564
|
+
Content-Type: multipart/mixed;
|
565
|
+
boundary="--==_mimepart_4bc48bf3ccb2f_200542ec1c11235";
|
566
|
+
charset=UTF-8
|
567
|
+
Content-Transfer-Encoding: 7bit
|
568
|
+
User-Agent: TaskJuggler III/0.0.4
|
569
|
+
X-TaskJuggler: tj3ts_sender
|
570
|
+
|
571
|
+
|
572
|
+
|
573
|
+
----==_mimepart_4bc48bf3ccb2f_200542ec1c11235
|
574
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
575
|
+
Mime-Version: 1.0
|
576
|
+
Content-Type: text/plain;
|
577
|
+
charset=UTF-8
|
578
|
+
Content-Transfer-Encoding: quoted-printable
|
579
|
+
Content-ID: <4bc48bf3d01ec_200542ec1c113eb@linux-u340.mail>
|
580
|
+
|
581
|
+
Hello Dim Sung!=0D
|
582
|
+
=0D
|
583
|
+
Please find enclosed your weekly report template. Please fill out=0D
|
584
|
+
the form and send it back to the sender of this email. You can either=0D
|
585
|
+
use the attached file or the body of the email. In case you send it=0D
|
586
|
+
in the body of the email, make sure it only contains the 'timesheet'=0D
|
587
|
+
syntax. No quote marks are allowed. It must be plain text, UTF-8=0D
|
588
|
+
encoded and the time sheet header from 'timesheet' to the period end=0D
|
589
|
+
date must be in a single line that starts at the beginning of the line.=0D=
|
590
|
+
|
591
|
+
=0D
|
592
|
+
# The status headline should be no more than 60 characters and may=0D
|
593
|
+
# not be empty! The status summary is optional and should be no=0D
|
594
|
+
# longer than one or two sentences of plain text. The details section=0D
|
595
|
+
# is also optional has no length limitation. You can use simple=0D
|
596
|
+
# markup in this section. It is recommended that you provide at=0D
|
597
|
+
# least a summary or a details section.=0D
|
598
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
599
|
+
|
600
|
+
#=0D
|
601
|
+
# --------8<--------8<--------=0D
|
602
|
+
timesheet doc 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
603
|
+
=0D
|
604
|
+
# Vacation time: 0.0%=0D
|
605
|
+
=0D
|
606
|
+
# Task: Manual=0D
|
607
|
+
task AcSo.manual {=0D
|
608
|
+
work 47.5%=0D
|
609
|
+
remaining 0.0d=0D
|
610
|
+
status green "Your headline here!" {=0D
|
611
|
+
# summary -8<-=0D
|
612
|
+
# A summary text=0D
|
613
|
+
# ->8-=0D
|
614
|
+
# details -8<-=0D
|
615
|
+
# Some more details=0D
|
616
|
+
# ->8-=0D
|
617
|
+
}=0D
|
618
|
+
}=0D
|
619
|
+
=0D
|
620
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
621
|
+
# following lines:=0D
|
622
|
+
# newtask new.task.id "A task title" {=0D
|
623
|
+
# work X%=0D
|
624
|
+
# remaining Y.Yd=0D
|
625
|
+
# }=0D
|
626
|
+
=0D
|
627
|
+
# You can use the following section to report personal notes.=0D
|
628
|
+
# status green "A headline" {=0D
|
629
|
+
# summary -8<-=0D
|
630
|
+
# A summary text=0D
|
631
|
+
# ->8-=0D
|
632
|
+
# details -8<-=0D
|
633
|
+
# Some more details=0D
|
634
|
+
# ->8-=0D
|
635
|
+
# }=0D
|
636
|
+
=0D
|
637
|
+
# You have no future assignments for this project!=0D
|
638
|
+
}=0D
|
639
|
+
# -------->8-------->8--------=0D
|
640
|
+
=0D
|
641
|
+
|
642
|
+
|
643
|
+
----==_mimepart_4bc48bf3ccb2f_200542ec1c11235
|
644
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
645
|
+
Mime-Version: 1.0
|
646
|
+
Content-Type: text/plain;
|
647
|
+
charset=UTF-8
|
648
|
+
Content-Transfer-Encoding: base64
|
649
|
+
Content-Disposition: attachment;
|
650
|
+
filename=doc_2002-03-01.tji
|
651
|
+
Content-ID: <4bc48bf3d6f90_200542ec1c114d6@linux-u340.mail>
|
652
|
+
|
653
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
654
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
655
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
656
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
657
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
658
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
659
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
660
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
661
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
662
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
663
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCBkb2MgMjAwMi0w
|
664
|
+
Mi0yMi0wMDowMC0rMDEwMCAtIDIwMDItMDMtMDEtMDA6MDAtKzAxMDAgewoK
|
665
|
+
ICAjIFZhY2F0aW9uIHRpbWU6IDAuMCUKCiAgIyBUYXNrOiBNYW51YWwKICB0
|
666
|
+
YXNrIEFjU28ubWFudWFsIHsKICAgIHdvcmsgNDcuNSUKICAgIHJlbWFpbmlu
|
667
|
+
ZyAwLjBkCiAgICBzdGF0dXMgZ3JlZW4gIllvdXIgaGVhZGxpbmUgaGVyZSEi
|
668
|
+
IHsKICAgICMgIHN1bW1hcnkgLTg8LQogICAgIyAgQSBzdW1tYXJ5IHRleHQK
|
669
|
+
ICAgICMgIC0+OC0KICAgICMgIGRldGFpbHMgLTg8LQogICAgIyAgU29tZSBt
|
670
|
+
b3JlIGRldGFpbHMKICAgICMgIC0+OC0KICAgIH0KICB9CgogICMgSWYgeW91
|
671
|
+
IGhhZCB1bnBsYW5uZWQgdGFza3MsIHVuY29tbWVudCBhbmQgZmlsbCBvdXQg
|
672
|
+
dGhlCiAgIyBmb2xsb3dpbmcgbGluZXM6CiAgIyBuZXd0YXNrIG5ldy50YXNr
|
673
|
+
LmlkICJBIHRhc2sgdGl0bGUiIHsKICAjICAgd29yayBYJQogICMgICByZW1h
|
674
|
+
aW5pbmcgWS5ZZAogICMgfQoKICAjIFlvdSBjYW4gdXNlIHRoZSBmb2xsb3dp
|
675
|
+
bmcgc2VjdGlvbiB0byByZXBvcnQgcGVyc29uYWwgbm90ZXMuCiAgIyBzdGF0
|
676
|
+
dXMgZ3JlZW4gIkEgaGVhZGxpbmUiIHsKICAjICAgc3VtbWFyeSAtODwtCiAg
|
677
|
+
IyAgIEEgc3VtbWFyeSB0ZXh0CiAgIyAgIC0+OC0KICAjICAgZGV0YWlscyAt
|
678
|
+
ODwtCiAgIyAgIFNvbWUgbW9yZSBkZXRhaWxzCiAgIyAgIC0+OC0KICAjIH0K
|
679
|
+
CiAgIyBZb3UgaGF2ZSBubyBmdXR1cmUgYXNzaWdubWVudHMgZm9yIHRoaXMg
|
680
|
+
cHJvamVjdCEKfQojIC0tLS0tLS0tPjgtLS0tLS0tLT44LS0tLS0tLS0KCg==
|
681
|
+
|
682
|
+
|
683
|
+
----==_mimepart_4bc48bf3ccb2f_200542ec1c11235--
|
684
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
685
|
+
From: foo@bar.com
|
686
|
+
To: murphy@crappysoftware.com
|
687
|
+
Message-ID: <4bc48bf3e0994_200542ec1c119a0@linux-u340.mail>
|
688
|
+
Subject: Your weekly report template for 2002-03-01
|
689
|
+
Mime-Version: 1.0
|
690
|
+
Content-Type: multipart/mixed;
|
691
|
+
boundary="--==_mimepart_4bc48bf3dba73_200542ec1c1163c";
|
692
|
+
charset=UTF-8
|
693
|
+
Content-Transfer-Encoding: 7bit
|
694
|
+
User-Agent: TaskJuggler III/0.0.4
|
695
|
+
X-TaskJuggler: tj3ts_sender
|
696
|
+
|
697
|
+
|
698
|
+
|
699
|
+
----==_mimepart_4bc48bf3dba73_200542ec1c1163c
|
700
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
701
|
+
Mime-Version: 1.0
|
702
|
+
Content-Type: text/plain;
|
703
|
+
charset=UTF-8
|
704
|
+
Content-Transfer-Encoding: quoted-printable
|
705
|
+
Content-ID: <4bc48bf3deda6_200542ec1c11782@linux-u340.mail>
|
706
|
+
|
707
|
+
Hello Peter Murphy!=0D
|
708
|
+
=0D
|
709
|
+
Please find enclosed your weekly report template. Please fill out=0D
|
710
|
+
the form and send it back to the sender of this email. You can either=0D
|
711
|
+
use the attached file or the body of the email. In case you send it=0D
|
712
|
+
in the body of the email, make sure it only contains the 'timesheet'=0D
|
713
|
+
syntax. No quote marks are allowed. It must be plain text, UTF-8=0D
|
714
|
+
encoded and the time sheet header from 'timesheet' to the period end=0D
|
715
|
+
date must be in a single line that starts at the beginning of the line.=0D=
|
716
|
+
|
717
|
+
=0D
|
718
|
+
# The status headline should be no more than 60 characters and may=0D
|
719
|
+
# not be empty! The status summary is optional and should be no=0D
|
720
|
+
# longer than one or two sentences of plain text. The details section=0D
|
721
|
+
# is also optional has no length limitation. You can use simple=0D
|
722
|
+
# markup in this section. It is recommended that you provide at=0D
|
723
|
+
# least a summary or a details section.=0D
|
724
|
+
# See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.=0D=
|
725
|
+
|
726
|
+
#=0D
|
727
|
+
# --------8<--------8<--------=0D
|
728
|
+
timesheet test 2002-02-22-00:00-+0100 - 2002-03-01-00:00-+0100 {=0D
|
729
|
+
=0D
|
730
|
+
# Vacation time: 0.0%=0D
|
731
|
+
=0D
|
732
|
+
# There were no planned tasks assignments for this period!=0D
|
733
|
+
=0D
|
734
|
+
# If you had unplanned tasks, uncomment and fill out the=0D
|
735
|
+
# following lines:=0D
|
736
|
+
# newtask new.task.id "A task title" {=0D
|
737
|
+
# work X%=0D
|
738
|
+
# remaining Y.Yd=0D
|
739
|
+
# }=0D
|
740
|
+
=0D
|
741
|
+
# You can use the following section to report personal notes.=0D
|
742
|
+
# status green "A headline" {=0D
|
743
|
+
# summary -8<-=0D
|
744
|
+
# A summary text=0D
|
745
|
+
# ->8-=0D
|
746
|
+
# details -8<-=0D
|
747
|
+
# Some more details=0D
|
748
|
+
# ->8-=0D
|
749
|
+
# }=0D
|
750
|
+
=0D
|
751
|
+
# You have no future assignments for this project!=0D
|
752
|
+
}=0D
|
753
|
+
# -------->8-------->8--------=0D
|
754
|
+
=0D
|
755
|
+
|
756
|
+
|
757
|
+
----==_mimepart_4bc48bf3dba73_200542ec1c1163c
|
758
|
+
Date: Tue, 13 Apr 2010 17:21:23 +0200
|
759
|
+
Mime-Version: 1.0
|
760
|
+
Content-Type: text/plain;
|
761
|
+
charset=UTF-8
|
762
|
+
Content-Transfer-Encoding: base64
|
763
|
+
Content-Disposition: attachment;
|
764
|
+
filename=test_2002-03-01.tji
|
765
|
+
Content-ID: <4bc48bf3dfda5_200542ec1c118ce@linux-u340.mail>
|
766
|
+
|
767
|
+
IyBUaGUgc3RhdHVzIGhlYWRsaW5lIHNob3VsZCBiZSBubyBtb3JlIHRoYW4g
|
768
|
+
NjAgY2hhcmFjdGVycyBhbmQgbWF5CiMgbm90IGJlIGVtcHR5ISBUaGUgc3Rh
|
769
|
+
dHVzIHN1bW1hcnkgaXMgb3B0aW9uYWwgYW5kIHNob3VsZCBiZSBubwojIGxv
|
770
|
+
bmdlciB0aGFuIG9uZSBvciB0d28gc2VudGVuY2VzIG9mIHBsYWluIHRleHQu
|
771
|
+
IFRoZSBkZXRhaWxzIHNlY3Rpb24KIyBpcyBhbHNvIG9wdGlvbmFsIGhhcyBu
|
772
|
+
byBsZW5ndGggbGltaXRhdGlvbi4gWW91IGNhbiB1c2Ugc2ltcGxlCiMgbWFy
|
773
|
+
a3VwIGluIHRoaXMgc2VjdGlvbi4gIEl0IGlzIHJlY29tbWVuZGVkIHRoYXQg
|
774
|
+
eW91IHByb3ZpZGUgYXQKIyBsZWFzdCBhIHN1bW1hcnkgb3IgYSBkZXRhaWxz
|
775
|
+
IHNlY3Rpb24uCiMgU2VlIGh0dHA6Ly93d3cudGFza2p1Z2dsZXIub3JnL3Rq
|
776
|
+
My9tYW51YWwvdGltZXNoZWV0Lmh0bWwgZm9yIGRldGFpbHMuCiMKIyAtLS0t
|
777
|
+
LS0tLTg8LS0tLS0tLS04PC0tLS0tLS0tCnRpbWVzaGVldCB0ZXN0IDIwMDIt
|
778
|
+
MDItMjItMDA6MDAtKzAxMDAgLSAyMDAyLTAzLTAxLTAwOjAwLSswMTAwIHsK
|
779
|
+
CiAgIyBWYWNhdGlvbiB0aW1lOiAwLjAlCgogICMgVGhlcmUgd2VyZSBubyBw
|
780
|
+
bGFubmVkIHRhc2tzIGFzc2lnbm1lbnRzIGZvciB0aGlzIHBlcmlvZCEKCiAg
|
781
|
+
IyBJZiB5b3UgaGFkIHVucGxhbm5lZCB0YXNrcywgdW5jb21tZW50IGFuZCBm
|
782
|
+
aWxsIG91dCB0aGUKICAjIGZvbGxvd2luZyBsaW5lczoKICAjIG5ld3Rhc2sg
|
783
|
+
bmV3LnRhc2suaWQgIkEgdGFzayB0aXRsZSIgewogICMgICB3b3JrIFglCiAg
|
784
|
+
IyAgIHJlbWFpbmluZyBZLllkCiAgIyB9CgogICMgWW91IGNhbiB1c2UgdGhl
|
785
|
+
IGZvbGxvd2luZyBzZWN0aW9uIHRvIHJlcG9ydCBwZXJzb25hbCBub3Rlcy4K
|
786
|
+
ICAjIHN0YXR1cyBncmVlbiAiQSBoZWFkbGluZSIgewogICMgICBzdW1tYXJ5
|
787
|
+
IC04PC0KICAjICAgQSBzdW1tYXJ5IHRleHQKICAjICAgLT44LQogICMgICBk
|
788
|
+
ZXRhaWxzIC04PC0KICAjICAgU29tZSBtb3JlIGRldGFpbHMKICAjICAgLT44
|
789
|
+
LQogICMgfQoKICAjIFlvdSBoYXZlIG5vIGZ1dHVyZSBhc3NpZ25tZW50cyBm
|
790
|
+
b3IgdGhpcyBwcm9qZWN0IQp9CiMgLS0tLS0tLS0+OC0tLS0tLS0tPjgtLS0t
|
791
|
+
LS0tLQoK
|
792
|
+
|
793
|
+
|
794
|
+
----==_mimepart_4bc48bf3dba73_200542ec1c1163c--
|