From: <dd...@us...> - 2010-11-04 13:10:40
|
Revision: 2105 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2105&view=rev Author: ddietz Date: 2010-11-04 13:10:33 +0000 (Thu, 04 Nov 2010) Log Message: ----------- further modifications and fixes to the statistics component added new report email Joblet added trend-analysis view Modified Paths: -------------- trunk/bundles/Statistics/bundle.xml trunk/bundles/Statistics/org.torweg.pulse.component.statistics.SendReportEmailJoblet.xml trunk/bundles/Statistics/org.torweg.pulse.component.statistics.view.WestPanelController.xml trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/SendReportEmailJoblet.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractAggregator.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractRegexVersionedPerVisitAggregator.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/RefererTreeAggregator.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/jaxb.index trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractCountAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractRegexVersionedCounter.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractRegexVersionedCounterAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractTreeAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractTreeElement.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AverageTimePerVisitAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/CountryPerPIRecordAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/CountryPerVisitAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/OperatingSystemPerVisitAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/OperatingSystemVersionCounter.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/PIRecordCountAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/PathTreeAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/RefererTreeAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/RefererTreeElement.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/ScreenResolutionPerVisitAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/UserAgentPerVisitAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/UserAgentVersionCounter.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/VisitCountAggregation.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/util/AbstractRegexVersionedCounterAggregationRowData.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/util/AbstractRegexVersionedCounterAggregationRowDataBuilder.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/util/CountedTotal.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/AbstractStatisticsController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/AbstractStatisticsViewController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/AbstractStatisticsViewControllerResultData.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/GroupAnalysisViewController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/GroupAnalysisViewDegunkController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/GroupAnalysisViewReportController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/IStatisticsPDFReportController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/OverViewController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/OverViewControllerResult.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/OverViewControllerResultData.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/OverViewGFXController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/OverViewReportController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/RefererAnalysisViewController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/RefererAnalysisViewControllerResultData.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/RefererAnalysisViewReportController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TechnicalInformationViewController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TechnicalInformationViewReportController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TimeAnalysisViewController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TimeAnalysisViewGFXController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TimeAnalysisViewReportController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jaxb.index Added Paths: ----------- trunk/bundles/Statistics/org.torweg.pulse.component.statistics.EmailStatisticsPDFReportsJoblet.xml trunk/bundles/Statistics/org.torweg.pulse.component.statistics.view.TrendAnalysisViewReportController.xml trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/EmailStatisticsPDFReportsJoblet.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/EmailStatisticsPDFReportsJobletConfiguration.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TrendAnalysisViewController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TrendAnalysisViewControllerConfiguration.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TrendAnalysisViewControllerResult.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TrendAnalysisViewControllerResultData.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TrendAnalysisViewGFXController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TrendAnalysisViewReportController.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/ trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/DataChartUtilities.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/OverViewCountryChart.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/OverViewDataChart.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/TimeAnalysisViewChart.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/TrendAnalysisBouncesTrendChart.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/TrendAnalysisChartStyle.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/TrendAnalysisPIRecordTrendChart.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/TrendAnalysisVisitTrendChart.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/XYBarRendererPositiveNegative.java trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/jfreecharts/package-info.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |