From: <dd...@us...> - 2010-11-09 14:07:25
|
Revision: 2112 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2112&view=rev Author: ddietz Date: 2010-11-09 14:07:18 +0000 (Tue, 09 Nov 2010) Log Message: ----------- modified statistics aggregation: made the checks of the UserAgentString for OS and user agent to be processed in the exact same order as in the configuration file of the UpdateStatisticsDatabaseTask... Modified Paths: -------------- branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/DataAggregationJoblet.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractBaseAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractRegexVersionedPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/OperatingSystemPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/UserAgentPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/task/UpdateStatisticsDatabaseTask.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/task/UpdateStatisticsDatabaseTaskConfiguration.java Added Paths: ----------- branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractRegexVersionedByOtherARVsComparator.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2010-11-11 15:24:35
|
Revision: 2124 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2124&view=rev Author: ddietz Date: 2010-11-11 15:24:29 +0000 (Thu, 11 Nov 2010) Log Message: ----------- Changed all Hibernate database queries within the statistics component to make use of the Criteria API instead of using HQL. fix: UserAgentPerVisitAggregator, OperatingSystemPerVisitAggregator Modified Paths: -------------- branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/DataAggregationJoblet.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/PageImpressionRecorder.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/SendReportEmailJoblet.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/OperatingSystemPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/PathTreeAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/RefererTreeAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/ScreenResolutionPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/UserAgentPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/AbstractStatisticsViewController.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/GroupAnalysisViewController.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/GroupAnalysisViewDegunkController.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/RefererAnalysisViewController.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/RefererAnalysisViewReportController.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/TechnicalInformationViewController.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/WestPanelController.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2010-11-15 10:46:49
|
Revision: 2135 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2135&view=rev Author: ddietz Date: 2010-11-15 10:46:42 +0000 (Mon, 15 Nov 2010) Log Message: ----------- Made old report joblet (perf. issues) deprecated... Organised imports... Modified Paths: -------------- branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/SendReportEmailJoblet.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/SendReportEmailJobletConfiguration.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/AbstractStatisticsViewController.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2011-05-13 15:58:30
|
Revision: 2327 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2327&view=rev Author: ddietz Date: 2011-05-13 15:58:24 +0000 (Fri, 13 May 2011) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/DataAggregationJoblet.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractAggregator.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2011-08-05 09:15:39
|
Revision: 2457 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2457&view=rev Author: ddietz Date: 2011-08-05 09:15:33 +0000 (Fri, 05 Aug 2011) Log Message: ----------- . Modified Paths: -------------- branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/PathTreeElement.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/GroupAnalysisViewControllerResultData.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/GroupAnalysisViewReportController.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2011-11-18 11:25:36
|
Revision: 2552 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2552&view=rev Author: ddietz Date: 2011-11-18 11:25:30 +0000 (Fri, 18 Nov 2011) Log Message: ----------- Removed warnings Organised imports Renaming Modified Paths: -------------- branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/DataAggregationJoblet.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractRegexVersionedPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AggregatorContext.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AverageTimePerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/CountryPerPIRecordAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/CountryPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/PIRecordCountAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/PathTreeAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/RefererTreeAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/ScreenResolutionPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/VisitCountAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/Visit.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AverageTimePerVisitAggregation.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/CountryPerPIRecordAggregation.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/CountryPerVisitAggregation.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/OperatingSystemPerVisitAggregation.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/PIRecordCountAggregation.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/PathTreeAggregation.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/RefererTreeAggregation.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/ScreenResolutionPerVisitAggregation.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/UserAgentPerVisitAggregation.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/VisitCountAggregation.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/GroupAnalysisViewDegunkController.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/GroupAnalysisViewReportController.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2012-01-12 13:35:21
|
Revision: 2593 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2593&view=rev Author: dukes_little_b Date: 2012-01-12 13:35:10 +0000 (Thu, 12 Jan 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/DataAggregationJoblet.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractBaseAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AverageTimePerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/CountryPerPIRecordAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/CountryPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/OperatingSystemPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/PIRecordCountAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/PathTreeAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/RefererTreeAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/ScreenResolutionPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/UserAgentPerVisitAggregator.java branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/VisitCountAggregator.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |