From 73f33463b1bbf8e7e547edc4f80c0bc7d3198c19 Mon Sep 17 00:00:00 2001 From: mattab Date: Thu, 13 Mar 2014 14:35:18 +1300 Subject: [PATCH] Refs #3632 Adding more tests cases for log replay functionnality Forcing all recorders and recorders max payload to 1, to prevent random behavior (eg. in Live.getLastVisitsDetails, the pageIdAction may be random order if recorders import data in random thread order) --- .../Fixtures/ManySitesImportedLogs.php | 10 +- tests/PHPUnit/Integration/ImportLogsTest.php | 8 + ...ImportLogs__Actions.getDownloads_month.xml | 19 + ...Logs__Actions.getEntryPageTitles_month.xml | 197 +++++ ...rtLogs__Actions.getEntryPageUrls_month.xml | 597 ++++++++++++++-- ...tLogs__Actions.getExitPageTitles_month.xml | 226 ++++++ ...ortLogs__Actions.getExitPageUrls_month.xml | 612 ++++++++++++++-- ..._ImportLogs__Actions.getOutlinks_month.xml | 22 +- ...mportLogs__Actions.getPageTitles_month.xml | 257 +++++++ ..._ImportLogs__Actions.getPageUrls_month.xml | 670 ++++++++++++++++-- .../test_ImportLogs__Actions.get_month.xml | 14 +- ...stomVariables.getCustomVariables_month.xml | 76 ++ ...tLogs__DevicesDetection.getBrand_month.xml | 12 +- ...icesDetection.getBrowserFamilies_month.xml | 57 +- ...icesDetection.getBrowserVersions_month.xml | 55 ++ ...tLogs__DevicesDetection.getModel_month.xml | 12 +- ...__DevicesDetection.getOsFamilies_month.xml | 54 +- ...__DevicesDetection.getOsVersions_month.xml | 55 +- ...rtLogs__DevicesDetection.getType_month.xml | 12 +- ...tLogs__Goals.getDaysToConversion_month.xml | 2 +- ...__Goals.getVisitsUntilConversion_month.xml | 8 +- .../test_ImportLogs__Goals.get_month.xml | 8 +- ...st_ImportLogs__MultiSites.getAll_month.xml | 20 +- ...st_ImportLogs__MultiSites.getOne_month.xml | 8 +- ...ImportLogs__Provider.getProvider_month.xml | 12 +- ...est_ImportLogs__Referrers.getAll_month.xml | 109 +++ ...mportLogs__Referrers.getKeywords_month.xml | 33 +- ...rers.getNumberOfDistinctKeywords_month.xml | 2 +- ...getNumberOfDistinctSearchEngines_month.xml | 2 +- ....getNumberOfDistinctWebsitesUrls_month.xml | 2 +- ...rers.getNumberOfDistinctWebsites_month.xml | 2 +- ...tLogs__Referrers.getReferrerType_month.xml | 165 ++++- ...Logs__Referrers.getSearchEngines_month.xml | 35 +- ...mportLogs__Referrers.getWebsites_month.xml | 145 ++++ ..._ImportLogs__UserCountry.getCity_month.xml | 254 ++++++- ...rtLogs__UserCountry.getContinent_month.xml | 75 +- ...portLogs__UserCountry.getCountry_month.xml | 136 +++- ...try.getNumberOfDistinctCountries_month.xml | 2 +- ...mportLogs__UserCountry.getRegion_month.xml | 204 +++++- ...ogs__UserSettings.getBrowserType_month.xml | 40 +- ...__UserSettings.getBrowserVersion_month.xml | 60 ++ ...ortLogs__UserSettings.getBrowser_month.xml | 57 +- ...s__UserSettings.getConfiguration_month.xml | 110 +++ ...rtLogs__UserSettings.getLanguage_month.xml | 12 +- ..._UserSettings.getMobileVsDesktop_month.xml | 22 +- ...rtLogs__UserSettings.getOSFamily_month.xml | 54 +- ...t_ImportLogs__UserSettings.getOS_month.xml | 66 +- ...portLogs__UserSettings.getPlugin_month.xml | 60 +- ...Logs__UserSettings.getResolution_month.xml | 80 +++ ...Logs__UserSettings.getWideScreen_month.xml | 19 +- ...t_ImportLogs__VisitFrequency.get_month.xml | 20 +- ...rtLogs__VisitTime.getByDayOfWeek_month.xml | 12 +- ....getVisitInformationPerLocalTime_month.xml | 84 +-- ...getVisitInformationPerServerTime_month.xml | 21 +- ...getNumberOfVisitsByDaysSinceLast_month.xml | 4 +- ...st.getNumberOfVisitsByVisitCount_month.xml | 16 +- ...nterest.getNumberOfVisitsPerPage_month.xml | 6 +- ...etNumberOfVisitsPerVisitDuration_month.xml | 6 +- ...rtLogs__VisitsSummary.getActions_month.xml | 2 +- ...gs__VisitsSummary.getBounceCount_month.xml | 2 +- ...Summary.getSumVisitsLengthPretty_month.xml | 2 +- ...VisitsSummary.getSumVisitsLength_month.xml | 2 +- ..._VisitsSummary.getUniqueVisitors_month.xml | 2 +- ...VisitsSummary.getVisitsConverted_month.xml | 2 +- ...ortLogs__VisitsSummary.getVisits_month.xml | 2 +- ...st_ImportLogs__VisitsSummary.get_month.xml | 18 +- ...ancedAndLast7__MultiSites.getAll_month.xml | 20 +- .../access-logs/fake_logs_replay.log | 17 + 68 files changed, 4370 insertions(+), 637 deletions(-) diff --git a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php index 0caff00ff1f..c26090330b1 100644 --- a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php +++ b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php @@ -129,8 +129,8 @@ private function logVisitsWithStaticResolver() // automatically if needed $opts = array('--idsite' => $this->idSite, '--enable-testmode' => false, - '--recorders' => '4', - '--recorder-max-payload-size' => '2'); + '--recorders' => '1', + '--recorder-max-payload-size' => '1'); self::executeLogImporter($logFile, $opts); } @@ -147,7 +147,7 @@ public function logVisitsWithDynamicResolver() // automatically if needed $opts = array('--add-sites-new-hosts' => false, '--enable-testmode' => false, - '--recorders' => '4', + '--recorders' => '1', '--recorder-max-payload-size' => '1'); self::executeLogImporter($logFile, $opts); } @@ -163,7 +163,7 @@ private function logVisitsWithAllEnabled() $opts = array('--idsite' => $this->idSite, '--token-auth' => self::getTokenAuth(), '--recorders' => '1', - '--recorder-max-payload-size' => '2', + '--recorder-max-payload-size' => '1', '--enable-static' => false, '--enable-bots' => false, '--enable-http-errors' => false, @@ -184,7 +184,7 @@ private function replayLogFile() $opts = array('--token-auth' => self::getTokenAuth(), '--recorders' => '1', - '--recorder-max-payload-size' => '2', + '--recorder-max-payload-size' => '1', '--replay-tracking' => false); self::executeLogImporter($logFile, $opts); diff --git a/tests/PHPUnit/Integration/ImportLogsTest.php b/tests/PHPUnit/Integration/ImportLogsTest.php index fa3f3cf1d52..ef368389820 100755 --- a/tests/PHPUnit/Integration/ImportLogsTest.php +++ b/tests/PHPUnit/Integration/ImportLogsTest.php @@ -31,6 +31,14 @@ public function getApiForTesting() 'date' => '2012-08-09', 'periods' => 'month')), + array('Live.getLastVisitsDetails', array( + 'idSite' => self::$fixture->idSite, + 'date' => '2012-08-09', + 'periods' => 'month', + 'otherRequestParameters' => array( + 'filter_limit' => 1000 + ))), + array('MultiSites.getAll', array('idSite' => self::$fixture->idSite, 'date' => '2012-08-09', 'periods' => array('month'), diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getDownloads_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getDownloads_month.xml index 5eb17eb5321..9c5b6902684 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getDownloads_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getDownloads_month.xml @@ -59,4 +59,23 @@ + + + 1 + 1 + 0 + 1 + + + + 1 + 1 + 0 + 1 + 1 + 1 + http://builds.piwik.org/latest.zip + + + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getEntryPageTitles_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getEntryPageTitles_month.xml index 77e2b649183..3e63bec8a81 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getEntryPageTitles_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getEntryPageTitles_month.xml @@ -1,10 +1,55 @@ + + + 4 + 4 + 40 + 3 + 0.058 + 0.292 + 4 + 8 + 51 + 1 + 2 + 4 + 4 + 2 + 10 + 25% + 50% + 0.177 + + + + 2 + 2 + 0 + 1 + 0.145 + 0.145 + 2 + 2 + 0 + 2 + 2 + 2 + 2 + 2 + 0 + 100% + 100% + 0.145 + 1 1 180 + 0 + + 0 1 2 182 @@ -12,12 +57,16 @@ 180 0% 0% + 0 1 1 180 + 0 + + 1 2 182 @@ -27,6 +76,7 @@ 180 0% 0% + 0 @@ -35,6 +85,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -43,12 +96,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -60,6 +117,7 @@ 0 100% 100% + 0 @@ -68,6 +126,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -76,12 +137,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -93,6 +158,67 @@ 0 100% 100% + 0 + + + + + + 1 + 1 + 79 + 0 + + + 1 + 2 + 81 + 0 + 1 + 1 + 79 + 0% + 0% + 0 + + + + 1 + 1 + 0 + 1 + 0.413 + 0.413 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.413 + + + + 1 + 1 + 0 + 1 + 0.413 + 0.413 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.413 @@ -101,6 +227,72 @@ 1 1 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 1 + 0.134 + 0.134 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.134 + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 1 + 0.119 + 0.119 1 1 0 @@ -112,12 +304,16 @@ 0 100% 100% + 0.119 1 1 0 + 0 + + 1 1 0 @@ -129,5 +325,6 @@ 0 100% 100% + 0 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getEntryPageUrls_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getEntryPageUrls_month.xml index 8845a80655e..17b69f28190 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getEntryPageUrls_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getEntryPageUrls_month.xml @@ -2,23 +2,30 @@ - 5 - 5 + 7 + 7 0 - 5 - 5 + 2 + 0.119 + 0.391 + 7 + 7 0 - 5 - 5 + 7 + 7 0 100% 100% + 0.255 4 4 0 + 0 + + 0 4 4 0 @@ -27,12 +34,16 @@ 0 100% 100% + 0 3 3 0 + 0 + + 0 3 3 0 @@ -41,12 +52,16 @@ 0 100% 100% + 0 3 3 0 + 0 + + 0 3 3 0 @@ -58,6 +73,7 @@ 0 100% 100% + 0 http://piwik.net/blog/category/meta/ @@ -67,6 +83,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -75,12 +94,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -92,6 +115,7 @@ 0 100% 100% + 0 http://piwik.net/blog/category/community/ @@ -100,9 +124,156 @@ + 2 + 2 + 0 + 1 + 0.391 + 0.391 + 2 + 2 + 0 + 2 + 2 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 0 + + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + http://piwik.net/blog/2012/08/survey-your-opinion-matters/ + + + + + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.391 + http://piwik.org/blog/2012/10/integrate-piwik-into-your-rails-application/ + + + + + + + + + 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -111,12 +282,16 @@ 0 100% 100% + 0.119 - + 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -125,12 +300,16 @@ 0 100% 100% + 0.119 - + 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -139,12 +318,16 @@ 0 100% 100% + 0.119 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -156,7 +339,8 @@ 0 100% 100% - http://piwik.net/blog/2012/08/survey-your-opinion-matters/ + 0.119 + http://piwik.org/blog/2014/03/piwik-2-1-massive-performance-reliability-improvements/ @@ -166,25 +350,54 @@ + + + 6 + 6 + 40 + 3 + 0.058 + 0.292 + 6 + 10 + 51 + 3 + 3 + 6 + 6 + 3 + 7 + 50% + 50% + 0.177 + http://piwik.net/ + - 4 - 4 + 5 + 5 0 - 4 - 4 + 1 + 0.134 + 0.134 + 5 + 5 0 - 4 - 4 + 5 + 5 0 100% 100% + 0.134 2 2 0 + 0 + + 0 2 2 0 @@ -193,12 +406,16 @@ 0 100% 100% + 0 2 2 0 + 0 + + 0 2 2 0 @@ -210,6 +427,7 @@ 0 100% 100% + 0 http://piwik.net/docs/manage-websites/ @@ -219,6 +437,9 @@ 1 1 0 + 0 + + 1 1 0 @@ -230,13 +451,59 @@ 0 100% 100% + 0 http://piwik.net/docs/ + + + 1 + 1 + 0 + 1 + 0.134 + 0.134 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.134 + + + + 1 + 1 + 0 + 1 + 0.134 + 0.134 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.134 + http://piwik.org/docs/installation/ + + + 1 1 0 + 0 + + 0 1 1 0 @@ -245,12 +512,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -262,6 +533,7 @@ 0 100% 100% + 0 http://piwik.net/docs/manage-users/ @@ -273,6 +545,9 @@ 4 4 0 + 0 + + 0 4 4 0 @@ -281,12 +556,16 @@ 0 100% 100% + 0 2 2 0 + 0 + + 0 2 2 0 @@ -298,6 +577,7 @@ 0 100% 100% + 0 http://piwik.net/faq/ @@ -305,6 +585,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -313,12 +596,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -330,6 +617,7 @@ 0 100% 100% + 0 http://piwik.net/faq/how-to/ @@ -339,6 +627,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -347,12 +638,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -364,6 +659,7 @@ 0 100% 100% + 0 http://piwik.net/faq/how-to-install/ @@ -371,28 +667,117 @@ - + + 2 + 2 + 7 + 1 + 0.113 + 0.113 + 1 + 1 + 0 + 1 + 1 + 4 + 100% + 50% + 0.113 + + + + 1 + 1 + 0 + 0 + + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + http://piwik.net/download/counter/ + + + + + + + 2 2 0 + 1 + 0.145 + 0.145 2 2 0 2 2 - 2 - 2 - 2 0 100% 100% - http://piwik.net/ + 0.145 + + + + 2 + 2 + 0 + 1 + 0.145 + 0.145 + 2 + 2 + 0 + 2 + 2 + 2 + 2 + 2 + 0 + 100% + 100% + 0.145 + http://piwik.org/log-analytics/ + + 1 1 0 + 0 + + 1 1 0 @@ -404,13 +789,39 @@ 0 100% 100% + 0 http://example.org/index.htm + + + 1 + 1 + 0 + 1 + 0.413 + 0.413 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.413 + http://demo.piwik.org/index.php?module=CoreHome&action=index&date=yesterday&period=day&idSite=7 + 1 1 180 + 0 + + 1 2 182 @@ -420,6 +831,7 @@ 180 0% 0% + 0 http://piwik.net/moved-permanently @@ -427,6 +839,9 @@ 1 1 0 + 0 + + 1 1 0 @@ -438,6 +853,7 @@ 0 100% 100% + 0 http://forum.piwik.org/register.php?0,approve=9a94a02145599 @@ -445,6 +861,9 @@ 1 1 0 + 0 + + 1 1 0 @@ -456,55 +875,45 @@ 0 100% 100% + 0 http://piwik.net/to-an-error - + 1 1 - 0 + 79 + 0 + + 0 1 - 1 - 0 - 1 - 1 - 0 - 100% - 100% + 2 + 81 + 0 + 79 + 0% + 0% + 0 - + 1 1 - 0 + 79 + 0 + + 1 - 1 - 0 - 1 - 1 - 0 - 100% - 100% - - - - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 1 - 1 - 1 - 0 - 100% - 100% - http://piwik.net/download/counter/ - - + 2 + 81 + 0 + 1 + 1 + 79 + 0% + 0% + 0 + http://piwik.org/changelog/ @@ -513,6 +922,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -521,12 +933,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -538,6 +954,7 @@ 0 100% 100% + 0 http://piwik.net/hosting/ @@ -547,6 +964,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -555,12 +975,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -572,6 +996,7 @@ 0 100% 100% + 0 http://piwik.net/intranet-analytics/ @@ -581,6 +1006,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -589,12 +1017,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -606,6 +1038,7 @@ 0 100% 100% + 0 http://piwik.net/newsletter/ @@ -615,6 +1048,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -623,12 +1059,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -637,12 +1077,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -651,12 +1095,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -665,12 +1113,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -679,12 +1131,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -693,12 +1149,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -707,12 +1167,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -721,12 +1185,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -735,12 +1203,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -752,6 +1224,7 @@ 0 100% 100% + 0 http://piwik.net/this/is/not/the/page/i/am/looking/for/ @@ -777,6 +1250,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -785,12 +1261,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -802,6 +1282,7 @@ 0 100% 100% + 0 http://piwik.net/translations/ diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getExitPageTitles_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getExitPageTitles_month.xml index f1b90a5e1d6..ecd4b31c509 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getExitPageTitles_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getExitPageTitles_month.xml @@ -1,26 +1,76 @@ + + + 4 + 4 + 40 + 3 + 0.058 + 0.292 + 4 + 8 + 51 + 1 + 2 + 4 + 4 + 2 + 10 + 25% + 50% + 0.177 + + + + 2 + 2 + 0 + 1 + 0.145 + 0.145 + 2 + 2 + 0 + 2 + 2 + 2 + 2 + 2 + 0 + 100% + 100% + 0.145 + 1 1 0 + 0 + + 0 1 0 0% 100% + 0 1 1 0 + 0 + + 1 1 1 0 0% 100% + 0 @@ -29,6 +79,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -37,12 +90,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -54,6 +111,7 @@ 0 100% 100% + 0 @@ -62,6 +120,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -70,12 +131,73 @@ 0 100% 100% + 0 1 1 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + + + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 1 + 0 + 0% + 100% + 0 + + + + 1 + 1 + 0 + 1 + 0.413 + 0.413 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.413 + + + + 1 + 1 + 0 + 1 + 0.413 + 0.413 1 1 0 @@ -87,14 +209,97 @@ 0 100% 100% + 0.413 + + + 1 + 1 + 7 + 1 + 0.113 + 0.113 + 1 + 1 + 1 + 7 + 0% + 100% + 0.113 + 1 1 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 1 + 0.134 + 0.134 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.134 + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 1 + 0.119 + 0.119 1 1 0 @@ -106,12 +311,16 @@ 0 100% 100% + 0.119 1 1 0 + 0 + + 1 1 0 @@ -123,5 +332,22 @@ 0 100% 100% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 1 + 0 + 0% + 100% + 0 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getExitPageUrls_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getExitPageUrls_month.xml index 28acca12421..986aa682077 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getExitPageUrls_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getExitPageUrls_month.xml @@ -2,23 +2,30 @@ - 5 - 5 + 7 + 7 0 - 5 - 5 + 2 + 0.119 + 0.391 + 7 + 7 0 - 5 - 5 + 7 + 7 0 100% 100% + 0.255 4 4 0 + 0 + + 0 4 4 0 @@ -27,12 +34,16 @@ 0 100% 100% + 0 3 3 0 + 0 + + 0 3 3 0 @@ -41,12 +52,16 @@ 0 100% 100% + 0 3 3 0 + 0 + + 0 3 3 0 @@ -58,6 +73,7 @@ 0 100% 100% + 0 http://piwik.net/blog/category/meta/ @@ -67,6 +83,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -75,12 +94,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -92,6 +115,7 @@ 0 100% 100% + 0 http://piwik.net/blog/category/community/ @@ -100,9 +124,156 @@ + 2 + 2 + 0 + 1 + 0.391 + 0.391 + 2 + 2 + 0 + 2 + 2 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 0 + + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + http://piwik.net/blog/2012/08/survey-your-opinion-matters/ + + + + + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.391 + http://piwik.org/blog/2012/10/integrate-piwik-into-your-rails-application/ + + + + + + + + + 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -111,12 +282,16 @@ 0 100% 100% + 0.119 - + 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -125,12 +300,16 @@ 0 100% 100% + 0.119 - + 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -139,12 +318,16 @@ 0 100% 100% + 0.119 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -156,7 +339,8 @@ 0 100% 100% - http://piwik.net/blog/2012/08/survey-your-opinion-matters/ + 0.119 + http://piwik.org/blog/2014/03/piwik-2-1-massive-performance-reliability-improvements/ @@ -166,25 +350,54 @@ + + + 6 + 6 + 40 + 3 + 0.058 + 0.292 + 6 + 10 + 51 + 3 + 3 + 6 + 6 + 3 + 7 + 50% + 50% + 0.177 + http://piwik.net/ + - 4 - 4 + 5 + 5 0 - 4 - 4 + 1 + 0.134 + 0.134 + 5 + 5 0 - 4 - 4 + 5 + 5 0 100% 100% + 0.134 2 2 0 + 0 + + 0 2 2 0 @@ -193,12 +406,16 @@ 0 100% 100% + 0 2 2 0 + 0 + + 0 2 2 0 @@ -210,6 +427,7 @@ 0 100% 100% + 0 http://piwik.net/docs/manage-websites/ @@ -219,6 +437,9 @@ 1 1 0 + 0 + + 1 1 0 @@ -230,13 +451,59 @@ 0 100% 100% + 0 http://piwik.net/docs/ + + + 1 + 1 + 0 + 1 + 0.134 + 0.134 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.134 + + + + 1 + 1 + 0 + 1 + 0.134 + 0.134 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.134 + http://piwik.org/docs/installation/ + + + 1 1 0 + 0 + + 0 1 1 0 @@ -245,12 +512,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -262,6 +533,7 @@ 0 100% 100% + 0 http://piwik.net/docs/manage-users/ @@ -273,6 +545,9 @@ 4 4 0 + 0 + + 0 4 4 0 @@ -281,12 +556,16 @@ 0 100% 100% + 0 2 2 0 + 0 + + 0 2 2 0 @@ -298,6 +577,7 @@ 0 100% 100% + 0 http://piwik.net/faq/ @@ -305,6 +585,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -313,12 +596,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -330,6 +617,7 @@ 0 100% 100% + 0 http://piwik.net/faq/how-to/ @@ -339,6 +627,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -347,12 +638,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -364,6 +659,7 @@ 0 100% 100% + 0 http://piwik.net/faq/how-to-install/ @@ -371,28 +667,117 @@ - + + 2 + 2 + 7 + 1 + 0.113 + 0.113 + 1 + 1 + 0 + 1 + 1 + 4 + 100% + 50% + 0.113 + + + + 1 + 1 + 0 + 0 + + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + http://piwik.net/download/counter/ + + + + + + + 2 2 0 + 1 + 0.145 + 0.145 2 2 0 2 2 - 2 - 2 - 2 0 100% 100% - http://piwik.net/ + 0.145 + + + + 2 + 2 + 0 + 1 + 0.145 + 0.145 + 2 + 2 + 0 + 2 + 2 + 2 + 2 + 2 + 0 + 100% + 100% + 0.145 + http://piwik.org/log-analytics/ + + 1 1 0 + 0 + + 1 1 0 @@ -404,13 +789,39 @@ 0 100% 100% + 0 http://example.org/index.htm + + + 1 + 1 + 0 + 1 + 0.413 + 0.413 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.413 + http://demo.piwik.org/index.php?module=CoreHome&action=index&date=yesterday&period=day&idSite=7 + 1 1 0 + 0 + + 1 1 0 @@ -422,6 +833,7 @@ 0 100% 100% + 0 http://forum.piwik.org/register.php?0,approve=9a94a02145599 @@ -429,12 +841,16 @@ 1 1 0 + 0 + + 1 1 1 0 0% 100% + 0 http://piwik.net/temp-redirect @@ -442,6 +858,9 @@ 1 1 0 + 0 + + 1 1 0 @@ -453,55 +872,39 @@ 0 100% 100% + 0 http://piwik.net/to-an-error - + 1 1 0 - 1 - 1 - 0 - 1 + 0 + + 0 1 0 - 100% + 0% 100% + 0 - + 1 1 0 - 1 - 1 - 0 - 1 + 0 + + 1 + 1 + 1 0 - 100% + 0% 100% - - - - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 1 - 1 - 1 - 0 - 100% - 100% - http://piwik.net/download/counter/ - - + 0 + http://piwik.org/contact/ @@ -510,6 +913,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -518,12 +924,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -535,6 +945,7 @@ 0 100% 100% + 0 http://piwik.net/hosting/ @@ -544,6 +955,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -552,12 +966,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -569,6 +987,7 @@ 0 100% 100% + 0 http://piwik.net/intranet-analytics/ @@ -578,6 +997,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -586,12 +1008,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -603,6 +1029,7 @@ 0 100% 100% + 0 http://piwik.net/newsletter/ @@ -612,6 +1039,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -620,12 +1050,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -634,12 +1068,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -648,12 +1086,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -662,12 +1104,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -676,12 +1122,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -690,12 +1140,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -704,12 +1158,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -718,12 +1176,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -732,12 +1194,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -749,6 +1215,7 @@ 0 100% 100% + 0 http://piwik.net/this/is/not/the/page/i/am/looking/for/ @@ -774,6 +1241,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -782,12 +1252,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -799,8 +1273,42 @@ 0 100% 100% + 0 http://piwik.net/translations/ + + + 1 + 1 + 0 + 0 + + 0 + 1 + 0 + 0% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 1 + 0 + 0% + 100% + 0 + http://piwik.org/what-is-piwik/ + + + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getOutlinks_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getOutlinks_month.xml index c234bed59e9..d7df2dd939a 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getOutlinks_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getOutlinks_month.xml @@ -1,2 +1,22 @@ - \ No newline at end of file + + + + 1 + 1 + 0 + 1 + + + + 1 + 1 + 0 + 1 + 1 + 1 + http://demo.piwik.org/ + + + + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getPageTitles_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getPageTitles_month.xml index 143229b5e7a..c5dfd4d99ba 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getPageTitles_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getPageTitles_month.xml @@ -5,16 +5,65 @@ 20 20 0 + 0 + + 0 20 0 0% 0% + 0 + + + + 4 + 4 + 40 + 3 + 0.058 + 0.292 + 4 + 8 + 51 + 1 + 2 + 4 + 4 + 2 + 10 + 25% + 50% + 0.177 + + + + 2 + 2 + 0 + 1 + 0.145 + 0.145 + 2 + 2 + 0 + 2 + 2 + 2 + 2 + 2 + 0 + 100% + 100% + 0.145 1 1 180 + 0 + + 0 1 2 182 @@ -22,12 +71,16 @@ 180 0% 0% + 0 1 1 180 + 0 + + 1 2 182 @@ -37,6 +90,7 @@ 180 0% 0% + 0 @@ -45,22 +99,30 @@ 1 1 0 + 0 + + 0 1 0 0% 100% + 0 1 1 0 + 0 + + 1 1 1 0 0% 100% + 0 @@ -69,6 +131,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -77,12 +142,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -94,6 +163,7 @@ 0 100% 100% + 0 @@ -102,6 +172,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -110,12 +183,92 @@ 0 100% 100% + 0 1 1 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + + + + + + 1 + 1 + 79 + 0 + + + 1 + 2 + 81 + 0 + 1 + 1 + 79 + 0% + 0% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 1 + 0 + 0% + 100% + 0 + + + + 1 + 1 + 0 + 1 + 0.413 + 0.413 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.413 + + + + 1 + 1 + 0 + 1 + 0.413 + 0.413 1 1 0 @@ -127,14 +280,76 @@ 0 100% 100% + 0.413 + + + 1 + 1 + 7 + 1 + 0.113 + 0.113 + 1 + 1 + 1 + 7 + 0% + 100% + 0.113 + 1 1 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 1 + 0.134 + 0.134 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.134 + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 1 1 0 @@ -146,12 +361,37 @@ 0 100% 100% + 0.391 + + + + 1 + 1 + 0 + 1 + 0.119 + 0.119 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.119 1 1 0 + 0 + + 1 1 0 @@ -163,5 +403,22 @@ 0 100% 100% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 1 + 0 + 0% + 100% + 0 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getPageUrls_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getPageUrls_month.xml index c3f7304c254..7318f199a1f 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getPageUrls_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getPageUrls_month.xml @@ -2,23 +2,30 @@ - 5 - 5 + 7 + 7 0 - 5 - 5 + 2 + 0.119 + 0.391 + 7 + 7 0 - 5 - 5 + 7 + 7 0 100% 100% + 0.255 4 4 0 + 0 + + 0 4 4 0 @@ -27,12 +34,16 @@ 0 100% 100% + 0 3 3 0 + 0 + + 0 3 3 0 @@ -41,12 +52,16 @@ 0 100% 100% + 0 3 3 0 + 0 + + 0 3 3 0 @@ -58,6 +73,7 @@ 0 100% 100% + 0 http://piwik.net/blog/category/meta/ @@ -67,6 +83,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -75,12 +94,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -92,6 +115,7 @@ 0 100% 100% + 0 http://piwik.net/blog/category/community/ @@ -100,9 +124,156 @@ + 2 + 2 + 0 + 1 + 0.391 + 0.391 + 2 + 2 + 0 + 2 + 2 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 0 + + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + http://piwik.net/blog/2012/08/survey-your-opinion-matters/ + + + + + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.391 + + + + 1 + 1 + 0 + 1 + 0.391 + 0.391 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.391 + http://piwik.org/blog/2012/10/integrate-piwik-into-your-rails-application/ + + + + + + + + + 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -111,12 +282,16 @@ 0 100% 100% + 0.119 - + 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -125,12 +300,16 @@ 0 100% 100% + 0.119 - + 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -139,12 +318,16 @@ 0 100% 100% + 0.119 1 1 0 + 1 + 0.119 + 0.119 1 1 0 @@ -156,7 +339,8 @@ 0 100% 100% - http://piwik.net/blog/2012/08/survey-your-opinion-matters/ + 0.119 + http://piwik.org/blog/2014/03/piwik-2-1-massive-performance-reliability-improvements/ @@ -166,25 +350,54 @@ + + + 6 + 6 + 40 + 3 + 0.058 + 0.292 + 6 + 10 + 51 + 3 + 3 + 6 + 6 + 3 + 7 + 50% + 50% + 0.177 + http://piwik.net/ + - 4 - 4 + 5 + 5 0 - 4 - 4 + 1 + 0.134 + 0.134 + 5 + 5 0 - 4 - 4 + 5 + 5 0 100% 100% + 0.134 2 2 0 + 0 + + 0 2 2 0 @@ -193,12 +406,16 @@ 0 100% 100% + 0 2 2 0 + 0 + + 0 2 2 0 @@ -210,6 +427,7 @@ 0 100% 100% + 0 http://piwik.net/docs/manage-websites/ @@ -219,6 +437,9 @@ 1 1 0 + 0 + + 1 1 0 @@ -230,13 +451,59 @@ 0 100% 100% + 0 http://piwik.net/docs/ + + + 1 + 1 + 0 + 1 + 0.134 + 0.134 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0.134 + + + + 1 + 1 + 0 + 1 + 0.134 + 0.134 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.134 + http://piwik.org/docs/installation/ + + + 1 1 0 + 0 + + 0 1 1 0 @@ -245,12 +512,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -262,6 +533,7 @@ 0 100% 100% + 0 http://piwik.net/docs/manage-users/ @@ -273,6 +545,9 @@ 4 4 0 + 0 + + 0 4 4 0 @@ -281,12 +556,16 @@ 0 100% 100% + 0 2 2 0 + 0 + + 0 2 2 0 @@ -298,6 +577,7 @@ 0 100% 100% + 0 http://piwik.net/faq/ @@ -305,6 +585,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -313,12 +596,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -330,6 +617,7 @@ 0 100% 100% + 0 http://piwik.net/faq/how-to/ @@ -339,6 +627,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -347,12 +638,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -364,6 +659,7 @@ 0 100% 100% + 0 http://piwik.net/faq/how-to-install/ @@ -371,28 +667,132 @@ - + + 2 + 2 + 7 + 1 + 0.113 + 0.113 + 1 + 1 + 0 + 1 + 1 + 4 + 100% + 50% + 0.113 + + + + 1 + 1 + 7 + 1 + 0.113 + 0.113 + 1 + 7 + 0% + 0% + 0.113 + http://piwik.org/download/ + + + + 1 + 1 + 0 + 0 + + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 100% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0 + http://piwik.net/download/counter/ + + + + + + + 2 2 0 + 1 + 0.145 + 0.145 2 2 0 2 2 - 2 - 2 - 2 0 100% 100% - http://piwik.net/ + 0.145 + + + + 2 + 2 + 0 + 1 + 0.145 + 0.145 + 2 + 2 + 0 + 2 + 2 + 2 + 2 + 2 + 0 + 100% + 100% + 0.145 + http://piwik.org/log-analytics/ + + 1 1 0 + 0 + + 1 1 0 @@ -404,13 +804,39 @@ 0 100% 100% + 0 http://example.org/index.htm + + + 1 + 1 + 0 + 1 + 0.413 + 0.413 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 100% + 100% + 0.413 + http://demo.piwik.org/index.php?module=CoreHome&action=index&date=yesterday&period=day&idSite=7 + 1 1 180 + 0 + + 1 2 182 @@ -420,6 +846,7 @@ 180 0% 0% + 0 http://piwik.net/moved-permanently @@ -427,6 +854,9 @@ 1 1 0 + 0 + + 1 1 0 @@ -438,6 +868,7 @@ 0 100% 100% + 0 http://forum.piwik.org/register.php?0,approve=9a94a02145599 @@ -445,12 +876,16 @@ 1 1 0 + 0 + + 1 1 1 0 0% 100% + 0 http://piwik.net/temp-redirect @@ -458,6 +893,9 @@ 1 1 0 + 0 + + 1 1 0 @@ -469,55 +907,78 @@ 0 100% 100% + 0 http://piwik.net/to-an-error - + 1 1 - 0 + 79 + 0 + + 0 1 - 1 - 0 - 1 + 2 + 81 + 0 + 79 + 0% + 0% + 0 + + + + 1 + 1 + 79 + 0 + + + 1 + 2 + 81 + 0 + 1 + 1 + 79 + 0% + 0% + 0 + http://piwik.org/changelog/ + + + + + + 1 + 1 + 0 + 0 + + 0 1 0 - 100% + 0% 100% + 0 - + 1 1 0 - 1 - 1 - 0 - 1 + 0 + + 1 + 1 + 1 0 - 100% + 0% 100% - - - - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 1 - 1 - 1 - 0 - 100% - 100% - http://piwik.net/download/counter/ - - + 0 + http://piwik.org/contact/ @@ -526,6 +987,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -534,12 +998,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -551,6 +1019,7 @@ 0 100% 100% + 0 http://piwik.net/hosting/ @@ -560,6 +1029,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -568,12 +1040,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -585,6 +1061,7 @@ 0 100% 100% + 0 http://piwik.net/intranet-analytics/ @@ -594,6 +1071,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -602,12 +1082,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -619,6 +1103,7 @@ 0 100% 100% + 0 http://piwik.net/newsletter/ @@ -628,6 +1113,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -636,12 +1124,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -650,12 +1142,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -664,12 +1160,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -678,12 +1178,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -692,12 +1196,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -706,12 +1214,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -720,12 +1232,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -734,12 +1250,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 0 1 1 0 @@ -748,12 +1268,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -765,6 +1289,7 @@ 0 100% 100% + 0 http://piwik.net/this/is/not/the/page/i/am/looking/for/ @@ -790,6 +1315,9 @@ 1 1 0 + 0 + + 0 1 1 0 @@ -798,12 +1326,16 @@ 0 100% 100% + 0 1 1 0 + 0 + + 1 1 0 @@ -815,8 +1347,42 @@ 0 100% 100% + 0 http://piwik.net/translations/ + + + 1 + 1 + 0 + 0 + + 0 + 1 + 0 + 0% + 100% + 0 + + + + 1 + 1 + 0 + 0 + + + 1 + 1 + 1 + 0 + 0% + 100% + 0 + http://piwik.org/what-is-piwik/ + + + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.get_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.get_month.xml index 1f9e1351ba7..1f9b082a777 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.get_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.get_month.xml @@ -1,12 +1,12 @@ - 26 - 26 - 4 - 4 - 0 - 0 + 40 + 40 + 5 + 5 + 1 + 1 0 0 - 0 + 0.206 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__CustomVariables.getCustomVariables_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__CustomVariables.getCustomVariables_month.xml index df0aed82399..b46d7c8d41c 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__CustomVariables.getCustomVariables_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__CustomVariables.getCustomVariables_month.xml @@ -1,5 +1,43 @@ + + + 11 + 16 + 3 + 132 + 7 + + + 11 + 11 + 55 + + + 11 + 55 + 11 + + + + 11 + 16 + 3 + 132 + 7 + + + 11 + 11 + 55 + + + 11 + 55 + 11 + + + 7 @@ -152,6 +190,44 @@ + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + + + 1 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml index 2a4ba83f06e..42229f986ab 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml @@ -2,13 +2,13 @@ - 25 - 28 + 36 + 44 3 - 305 - 23 - 23 - 25 + 437 + 30 + 34 + 36 plugins/DevicesDetection/images/brand/unknown.ico diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrowserFamilies_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrowserFamilies_month.xml index c8cf2933a20..ca72d70ce0d 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrowserFamilies_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrowserFamilies_month.xml @@ -1,27 +1,27 @@ - - - 6 - 6 - 1 - 0 - 6 - 6 - 6 - plugins/UserSettings/images/browsers/IE.gif - - 10 - 13 + 15 + 19 3 - 305 - 8 - 9 - 10 + 312 + 12 + 14 + 15 plugins/UserSettings/images/browsers/CH.gif + + + 7 + 8 + 2 + 81 + 6 + 7 + 7 + plugins/UserSettings/images/browsers/IE.gif + 7 @@ -33,6 +33,17 @@ 7 plugins/UserSettings/images/browsers/UNK.gif + + + 5 + 7 + 3 + 10 + 4 + 5 + 5 + plugins/UserSettings/images/browsers/FF.gif + 2 @@ -45,14 +56,14 @@ plugins/UserSettings/images/browsers/AN.gif - + 2 - 2 - 1 - 0 - 2 + 3 + 2 + 34 + 1 2 2 - plugins/UserSettings/images/browsers/FF.gif + plugins/UserSettings/images/browsers/SF.gif \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrowserVersions_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrowserVersions_month.xml index 445c00fe4aa..b9a34879ae6 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrowserVersions_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrowserVersions_month.xml @@ -33,6 +33,28 @@ 5 plugins/UserSettings/images/browsers/CH.gif + + + 4 + 5 + 2 + 7 + 3 + 4 + 4 + plugins/UserSettings/images/browsers/CH.gif + + + + 3 + 5 + 3 + 10 + 2 + 3 + 3 + plugins/UserSettings/images/browsers/FF.gif + 2 @@ -77,6 +99,17 @@ 2 plugins/UserSettings/images/browsers/FF.gif + + + 2 + 3 + 2 + 34 + 1 + 2 + 2 + plugins/UserSettings/images/browsers/SF.gif + 2 @@ -99,6 +132,17 @@ 1 plugins/UserSettings/images/browsers/CH.gif + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + plugins/UserSettings/images/browsers/CH.gif + 1 @@ -110,4 +154,15 @@ 1 plugins/UserSettings/images/browsers/IE.gif + + + 1 + 2 + 2 + 81 + 0 + 1 + 1 + plugins/UserSettings/images/browsers/IE.gif + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getModel_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getModel_month.xml index 09ce9b347f3..30a2c0b191f 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getModel_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getModel_month.xml @@ -2,13 +2,13 @@ - 25 - 28 + 36 + 44 3 - 305 - 23 - 23 - 25 + 437 + 30 + 34 + 36 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getOsFamilies_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getOsFamilies_month.xml index 0fb3a2deda5..9914b04ba22 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getOsFamilies_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getOsFamilies_month.xml @@ -1,5 +1,27 @@ + + + 16 + 20 + 3 + 98 + 13 + 16 + 16 + plugins/UserSettings/images/os/WI7.gif + + + + 9 + 13 + 3 + 339 + 6 + 8 + 9 + plugins/UserSettings/images/os/MAC.gif + 8 @@ -11,37 +33,15 @@ 8 plugins/UserSettings/images/os/LIN.gif - - - 9 - 9 - 1 - 0 - 9 - 9 - 9 - plugins/UserSettings/images/os/WI7.gif - - - - 6 - 9 - 3 - 305 - 4 - 5 - 6 - plugins/UserSettings/images/os/MAC.gif - - 2 - 2 + 3 + 3 1 0 - 2 - 2 - 2 + 3 + 3 + 3 plugins/UserSettings/images/os/AND.gif diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getOsVersions_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getOsVersions_month.xml index 088b8ed0afa..6cfffff1545 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getOsVersions_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getOsVersions_month.xml @@ -1,5 +1,16 @@ + + + 12 + 14 + 2 + 88 + 10 + 12 + 12 + plugins/UserSettings/images/os/WI7.gif + 8 @@ -11,17 +22,6 @@ 8 plugins/UserSettings/images/os/LIN.gif - - - 7 - 7 - 1 - 0 - 7 - 7 - 7 - plugins/UserSettings/images/os/WI7.gif - 5 @@ -33,6 +33,17 @@ 5 plugins/UserSettings/images/os/MAC.gif + + + 3 + 4 + 2 + 34 + 2 + 3 + 3 + plugins/UserSettings/images/os/MAC.gif + 2 @@ -44,6 +55,17 @@ 2 plugins/UserSettings/images/os/AND.gif + + + 2 + 4 + 3 + 10 + 1 + 2 + 2 + plugins/UserSettings/images/os/WI8.gif + 2 @@ -55,6 +77,17 @@ 2 plugins/UserSettings/images/os/WXP.gif + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + plugins/UserSettings/images/os/AND.gif + 1 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getType_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getType_month.xml index bc13cbdb128..9f0ba2794b5 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getType_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getType_month.xml @@ -2,13 +2,13 @@ - 25 - 28 + 36 + 44 3 - 305 - 23 - 23 - 25 + 437 + 30 + 34 + 36 plugins/DevicesDetection/images/screens/normal.gif diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.getDaysToConversion_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.getDaysToConversion_month.xml index 1ba1449d50c..47da9e182e6 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.getDaysToConversion_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.getDaysToConversion_month.xml @@ -2,7 +2,7 @@ - 24 + 35 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.getVisitsUntilConversion_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.getVisitsUntilConversion_month.xml index 0a94d5f36db..be7c627e431 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.getVisitsUntilConversion_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.getVisitsUntilConversion_month.xml @@ -2,11 +2,11 @@ - 25 + 33 - 0 + 1 @@ -14,11 +14,11 @@ - 0 + 1 - 0 + 1 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.get_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.get_month.xml index fc80cf81c0d..65648cad8c1 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.get_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Goals.get_month.xml @@ -1,7 +1,7 @@ - 25 - 25 - 92.59 - 125 + 36 + 36 + 94.74 + 180 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__MultiSites.getAll_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__MultiSites.getAll_month.xml index 0f5fbb3698d..1219929b333 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__MultiSites.getAll_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__MultiSites.getAll_month.xml @@ -2,17 +2,17 @@ - 27 - 30 - 26 - 125 + 38 + 46 + 40 + 180 100% 100% 100% 100% - - http://piwik.net - 1 + + http://piwik.net + 1 @@ -24,8 +24,8 @@ 100% 100% 0% - - http://example-site-two.com - 2 + + http://example-site-two.com + 2 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__MultiSites.getOne_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__MultiSites.getOne_month.xml index 1fb93e2a2ab..1d06c0cc4c6 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__MultiSites.getOne_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__MultiSites.getOne_month.xml @@ -1,11 +1,11 @@ - 27 - 30 + 38 + 46 100% 100% 100% 100% - 26 - 125 + 40 + 180 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Provider.getProvider_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Provider.getProvider_month.xml index 3ac22f787ed..9cf3e0e9f74 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Provider.getProvider_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Provider.getProvider_month.xml @@ -2,13 +2,13 @@ - 27 - 30 + 38 + 46 3 - 305 - 25 - 25 - 27 + 437 + 32 + 36 + 38 http://piwik.org/faq/general/#faq_52 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getAll_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getAll_month.xml index c4568e07026..496802df19a 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getAll_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getAll_month.xml @@ -19,6 +19,39 @@ 1 3 + + + + + 1 + 1 + 5 + + + 1 + 5 + 0 + 3 + + + + 4 + 7 + 3 + 44 + 2 + + + 5 + 5 + 25 + + + 5 + 25 + 4 + 2 + 1 @@ -38,4 +71,80 @@ 1 3 + + + 1 + 2 + 2 + 7 + 0 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 3 + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 3 + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 3 + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 3 + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getKeywords_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getKeywords_month.xml index c234bed59e9..7640e28b0e0 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getKeywords_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getKeywords_month.xml @@ -1,2 +1,33 @@ - \ No newline at end of file + + + + 4 + 7 + 3 + 44 + 2 + + + 5 + 5 + 25 + + + 5 + 25 + 4 + + + + 4 + 7 + 3 + 44 + 2 + 4 + 4 + + + + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctKeywords_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctKeywords_month.xml index f5722c2b947..606fbb52418 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctKeywords_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctKeywords_month.xml @@ -1,2 +1,2 @@ -0 \ No newline at end of file +1 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctSearchEngines_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctSearchEngines_month.xml index f5722c2b947..606fbb52418 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctSearchEngines_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctSearchEngines_month.xml @@ -1,2 +1,2 @@ -0 \ No newline at end of file +1 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctWebsitesUrls_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctWebsitesUrls_month.xml index 13002b20179..773871bab0c 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctWebsitesUrls_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctWebsitesUrls_month.xml @@ -1,2 +1,2 @@ -2 \ No newline at end of file +7 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctWebsites_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctWebsites_month.xml index 13002b20179..773871bab0c 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctWebsites_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getNumberOfDistinctWebsites_month.xml @@ -1,2 +1,2 @@ -2 \ No newline at end of file +7 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getReferrerType_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getReferrerType_month.xml index c580231b96a..cf6b4d7eaec 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getReferrerType_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getReferrerType_month.xml @@ -2,40 +2,112 @@ - 25 - 28 + 28 + 32 3 - 305 - 23 + 386 + 25 - 23 - 23 - 115 + 24 + 24 + 120 - 23 - 115 - 25 + 24 + 120 + 28 - 2 - 2 - 1 - 0 - 2 + 6 + 7 + 2 + 7 + 5 - 2 - 2 - 10 + 7 + 7 + 35 - 2 - 10 - 2 + 7 + 35 + 6 + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + + + + 1 + 2 + 2 + 7 + 0 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 1 @@ -72,6 +144,57 @@ 5 1 + + + + + 1 + 1 + 5 + + + 1 + 5 + 0 + + + + + + 4 + 7 + 3 + 44 + 2 + + + 5 + 5 + 25 + + + 5 + 25 + 4 + + + + 4 + 7 + 3 + 44 + 2 + + + 5 + 5 + 25 + + + 5 + 25 + 4 + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getSearchEngines_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getSearchEngines_month.xml index c234bed59e9..80435f5d915 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getSearchEngines_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getSearchEngines_month.xml @@ -1,2 +1,35 @@ - \ No newline at end of file + + + + 4 + 7 + 3 + 44 + 2 + + + 5 + 5 + 25 + + + 5 + 25 + 4 + http://google.com + plugins/Referrers/images/searchEngines/google.com.png + + + + + + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getWebsites_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getWebsites_month.xml index 51a1e169f8d..7181d1905ab 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getWebsites_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__Referrers.getWebsites_month.xml @@ -1,5 +1,125 @@ + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + + + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + + + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + + + + + + 1 + 2 + 2 + 7 + 0 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + + + + 1 + 2 + 2 + 7 + 0 + 1 + 1 + + + 1 @@ -60,4 +180,29 @@ + + + + + 1 + 1 + 5 + + + 1 + 5 + 0 + + + + 1 + 2 + 2 + 7 + 0 + 1 + 1 + + + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getCity_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getCity_month.xml index 267e90de6f9..46f95ffdb2a 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getCity_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getCity_month.xml @@ -2,21 +2,21 @@ - 22 - 25 + 24 + 28 3 - 305 - 20 + 339 + 21 - 20 - 20 - 100 + 22 + 22 + 110 - 20 - 100 - 22 + 22 + 110 + 24 Unknown xx xx @@ -51,4 +51,238 @@ Virginia plugins/UserCountry/images/flags/us.png + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 40.979 + 40.415 + Esentepe + 53 + tr + Turkey + Rize + plugins/UserCountry/images/flags/tr.png + + + + 1 + 2 + 2 + 81 + 0 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 33.645 + -117.679 + Lake Forest + CA + us + United States + California + plugins/UserCountry/images/flags/us.png + + + + 1 + 2 + 2 + 7 + 0 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 51.1 + 5.8 + Maaseik + 05 + be + Belgium + Limburg + plugins/UserCountry/images/flags/be.png + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 50 + 8.271 + Mainz + 08 + de + Germany + Rheinland-Pfalz + plugins/UserCountry/images/flags/de.png + + + + 1 + 3 + 3 + 10 + 0 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 55.752 + 37.616 + Moscow + 48 + ru + Russian Federation + Moscow City + plugins/UserCountry/images/flags/ru.png + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 35.45 + 139.65 + Nihon'odori + 19 + jp + Japan + Kanagawa + plugins/UserCountry/images/flags/jp.png + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 35.772 + -78.639 + Raleigh + NC + us + United States + North Carolina + plugins/UserCountry/images/flags/us.png + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 37.792 + -122.409 + San Francisco + CA + us + United States + California + plugins/UserCountry/images/flags/us.png + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 50.767 + 6.833 + Weilerswist + 07 + de + Germany + Nordrhein-Westfalen + plugins/UserCountry/images/flags/de.png + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getContinent_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getContinent_month.xml index bb4a48d22d4..26b2965c043 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getContinent_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getContinent_month.xml @@ -2,23 +2,42 @@ - 11 - 14 + 12 + 15 3 305 - 9 + 10 - 10 - 10 - 50 + 11 + 11 + 55 - 10 - 50 - 11 + 11 + 55 + 12 Asia + + + 9 + 11 + 2 + 115 + 7 + + + 9 + 9 + 45 + + + 9 + 45 + 9 + North America + 7 @@ -38,25 +57,6 @@ 7 Unknown - - - 5 - 5 - 1 - 0 - 5 - - - 5 - 5 - 25 - - - 5 - 25 - 5 - North America - 3 @@ -76,6 +76,25 @@ 3 South America + + + 6 + 9 + 3 + 17 + 4 + + + 6 + 6 + 30 + + + 6 + 30 + 6 + Europe + 1 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getCountry_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getCountry_month.xml index eb13f78f0f5..2b12e5049e2 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getCountry_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getCountry_month.xml @@ -2,26 +2,48 @@ - 11 - 14 + 12 + 15 3 305 - 9 + 10 - 10 - 10 - 50 + 11 + 11 + 55 - 10 - 50 - 11 + 11 + 55 + 12 jp plugins/UserCountry/images/flags/jp.png 16 11 + + + 9 + 11 + 2 + 115 + 7 + + + 9 + 9 + 45 + + + 9 + 45 + 9 + us + plugins/UserCountry/images/flags/us.png + 16 + 11 + 7 @@ -45,29 +67,29 @@ 11 - - 5 - 5 + + 3 + 3 1 0 - 5 + 3 - 5 - 5 - 25 + 3 + 3 + 15 - 5 - 25 - 5 - us - plugins/UserCountry/images/flags/us.png + 3 + 15 + 3 + br + plugins/UserCountry/images/flags/br.png 16 11 - + 3 3 1 @@ -83,8 +105,8 @@ 3 15 3 - br - plugins/UserCountry/images/flags/br.png + de + plugins/UserCountry/images/flags/de.png 16 11 @@ -102,4 +124,70 @@ 16 11 + + + 1 + 2 + 2 + 7 + 0 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + be + plugins/UserCountry/images/flags/be.png + 16 + 11 + + + + 1 + 3 + 3 + 10 + 0 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + ru + plugins/UserCountry/images/flags/ru.png + 16 + 11 + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + tr + plugins/UserCountry/images/flags/tr.png + 16 + 11 + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getNumberOfDistinctCountries_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getNumberOfDistinctCountries_month.xml index 17feb622cc6..39535fab286 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getNumberOfDistinctCountries_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getNumberOfDistinctCountries_month.xml @@ -1,2 +1,2 @@ -5 \ No newline at end of file +9 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getRegion_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getRegion_month.xml index c4c562795c0..6c943032032 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getRegion_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserCountry.getRegion_month.xml @@ -2,21 +2,21 @@ - 22 - 25 + 24 + 28 3 - 305 - 20 + 339 + 21 - 20 - 20 - 100 + 22 + 22 + 110 - 20 - 100 - 22 + 22 + 110 + 24 xx xx Unknown @@ -46,4 +46,188 @@ Virginia plugins/UserCountry/images/flags/us.png + + + 2 + 3 + 2 + 81 + 1 + + + 2 + 2 + 10 + + + 2 + 10 + 2 + CA + us + United States + California + plugins/UserCountry/images/flags/us.png + + + + 1 + 2 + 2 + 7 + 0 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 05 + be + Belgium + Limburg + plugins/UserCountry/images/flags/be.png + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 07 + de + Germany + Nordrhein-Westfalen + plugins/UserCountry/images/flags/de.png + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 08 + de + Germany + Rheinland-Pfalz + plugins/UserCountry/images/flags/de.png + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 19 + jp + Japan + Kanagawa + plugins/UserCountry/images/flags/jp.png + + + + 1 + 3 + 3 + 10 + 0 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 48 + ru + Russian Federation + Moscow City + plugins/UserCountry/images/flags/ru.png + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + 53 + tr + Turkey + Rize + plugins/UserCountry/images/flags/tr.png + + + + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 5 + + + 1 + 5 + 1 + NC + us + United States + North Carolina + plugins/UserCountry/images/flags/us.png + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowserType_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowserType_month.xml index 7ecb163f870..8e0b767a5a5 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowserType_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowserType_month.xml @@ -2,13 +2,13 @@ - 10 - 10 - 1 - 0 - 10 - 10 - 10 + 17 + 19 + 2 + 41 + 15 + 17 + 17 Webkit @@ -24,24 +24,24 @@ - 6 - 6 - 1 - 0 + 7 + 8 + 2 + 81 6 - 6 - 6 + 7 + 7 Ie - 2 - 2 - 1 - 0 - 2 - 2 - 2 + 5 + 7 + 3 + 10 + 4 + 5 + 5 Gecko \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowserVersion_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowserVersion_month.xml index dfada1bb899..76d895059fd 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowserVersion_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowserVersion_month.xml @@ -36,6 +36,30 @@ plugins/UserSettings/images/browsers/UNK.gif RockMelt 0.9 + + + 4 + 5 + 2 + 7 + 3 + 4 + 4 + plugins/UserSettings/images/browsers/CH.gif + Chrome 33.0 + + + + 3 + 5 + 3 + 10 + 2 + 3 + 3 + plugins/UserSettings/images/browsers/FF.gif + Firefox 27.0 + 2 @@ -84,6 +108,18 @@ plugins/UserSettings/images/browsers/FF.gif Firefox 6.0 + + + 2 + 3 + 2 + 34 + 1 + 2 + 2 + plugins/UserSettings/images/browsers/SF.gif + Safari 7.0 + 2 @@ -108,6 +144,18 @@ plugins/UserSettings/images/browsers/CH.gif Chrome 11.0 + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + plugins/UserSettings/images/browsers/CH.gif + Chrome 34.0 + 1 @@ -120,4 +168,16 @@ plugins/UserSettings/images/browsers/IE.gif Internet Explorer 6.0 + + + 1 + 2 + 2 + 81 + 0 + 1 + 1 + plugins/UserSettings/images/browsers/IE.gif + Internet Explorer 8.0 + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowser_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowser_month.xml index 95f3291088d..1d3ee472614 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowser_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getBrowser_month.xml @@ -13,13 +13,13 @@ - 6 - 6 - 1 - 0 + 7 + 8 + 2 + 81 6 - 6 - 6 + 7 + 7 plugins/UserSettings/images/browsers/IE.gif @@ -34,29 +34,29 @@ plugins/UserSettings/images/browsers/UNK.gif - - 2 - 2 - 1 - 0 - 2 - 2 - 2 - plugins/UserSettings/images/browsers/AN.gif + + 10 + 11 + 2 + 7 + 9 + 10 + 10 + plugins/UserSettings/images/browsers/CH.gif - + 5 - 5 - 1 - 0 - 5 + 7 + 3 + 10 + 4 5 5 - plugins/UserSettings/images/browsers/CH.gif + plugins/UserSettings/images/browsers/FF.gif - + 2 2 1 @@ -64,7 +64,18 @@ 2 2 2 - plugins/UserSettings/images/browsers/FF.gif + plugins/UserSettings/images/browsers/AN.gif + + + + 2 + 3 + 2 + 34 + 1 + 2 + 2 + plugins/UserSettings/images/browsers/SF.gif diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getConfiguration_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getConfiguration_month.xml index e02a1136d9d..20aac30060b 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getConfiguration_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getConfiguration_month.xml @@ -60,6 +60,16 @@ 2 2 + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 1 @@ -80,6 +90,16 @@ 1 1 + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 1 @@ -90,6 +110,26 @@ 1 1 + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + + + + 1 + 2 + 2 + 34 + 0 + 1 + 1 + 1 @@ -100,6 +140,76 @@ 0 1 + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + + + + 1 + 2 + 2 + 7 + 0 + 1 + 1 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + + + + 1 + 2 + 2 + 81 + 0 + 1 + 1 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + + + + 1 + 3 + 3 + 10 + 0 + 1 + 1 + 1 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getLanguage_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getLanguage_month.xml index fd38898a644..d284896ef78 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getLanguage_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getLanguage_month.xml @@ -2,12 +2,12 @@ - 27 - 30 + 38 + 46 3 - 305 - 25 - 25 - 27 + 437 + 32 + 36 + 38 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getMobileVsDesktop_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getMobileVsDesktop_month.xml index ba10c9516f1..5a2c56517d6 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getMobileVsDesktop_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getMobileVsDesktop_month.xml @@ -2,24 +2,24 @@ - 23 - 26 + 33 + 41 3 - 305 - 21 - 22 - 23 + 437 + 27 + 32 + 33 plugins/UserSettings/images/screens/normal.gif - 2 - 2 + 3 + 3 1 0 - 2 - 2 - 2 + 3 + 3 + 3 plugins/UserSettings/images/screens/mobile.gif diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getOSFamily_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getOSFamily_month.xml index 17ff53a3864..ee2a07f8bce 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getOSFamily_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getOSFamily_month.xml @@ -1,5 +1,27 @@ + + + 16 + 20 + 3 + 98 + 13 + 16 + 16 + plugins/UserSettings/images/os/WI8.gif + + + + 9 + 13 + 3 + 339 + 6 + 8 + 9 + plugins/UserSettings/images/os/MAC.gif + 8 @@ -11,37 +33,15 @@ 8 plugins/UserSettings/images/os/LIN.gif - - - 9 - 9 - 1 - 0 - 9 - 9 - 9 - plugins/UserSettings/images/os/WXP.gif - - - - 6 - 9 - 3 - 305 - 4 - 5 - 6 - plugins/UserSettings/images/os/MAC.gif - - 2 - 2 + 3 + 3 1 0 - 2 - 2 - 2 + 3 + 3 + 3 plugins/UserSettings/images/os/AND.gif diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getOS_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getOS_month.xml index 108d617d79b..dc257357786 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getOS_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getOS_month.xml @@ -1,5 +1,29 @@ + + + 12 + 14 + 2 + 88 + 10 + 12 + 12 + plugins/UserSettings/images/os/WI7.gif + Win 7 + + + + 9 + 13 + 3 + 339 + 6 + 8 + 9 + plugins/UserSettings/images/os/MAC.gif + Mac OS + 8 @@ -13,40 +37,28 @@ Linux - - 7 - 7 + + 3 + 3 1 0 - 7 - 7 - 7 - plugins/UserSettings/images/os/WI7.gif - Win 7 - - - - 6 - 9 - 3 - 305 - 4 - 5 - 6 - plugins/UserSettings/images/os/MAC.gif - Mac OS + 3 + 3 + 3 + plugins/UserSettings/images/os/AND.gif + Android - + 2 - 2 - 1 - 0 - 2 + 4 + 3 + 10 + 1 2 2 - plugins/UserSettings/images/os/AND.gif - Android + plugins/UserSettings/images/os/WI8.gif + Win 8 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getPlugin_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getPlugin_month.xml index 7079af54134..fa541b93954 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getPlugin_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getPlugin_month.xml @@ -2,62 +2,62 @@ - 2 - 9.5% + 12 + 38.7% plugins/UserSettings/images/plugins/cookie.gif - 2 - 9.5% + 11 + 35.5% plugins/UserSettings/images/plugins/flash.gif - 2 - 9.5% + 11 + 35.5% plugins/UserSettings/images/plugins/java.gif - - 1 - 4.8% - plugins/UserSettings/images/plugins/director.gif + + 9 + 29% + plugins/UserSettings/images/plugins/pdf.gif - - 1 - 4.8% - plugins/UserSettings/images/plugins/gears.gif + + 5 + 16.1% + plugins/UserSettings/images/plugins/quicktime.gif - - 1 - 4.8% - plugins/UserSettings/images/plugins/pdf.gif + + 5 + 16.1% + plugins/UserSettings/images/plugins/silverlight.gif - 1 - 4.8% + 3 + 9.7% plugins/UserSettings/images/plugins/windowsmedia.gif - - 0 - 0% - plugins/UserSettings/images/plugins/quicktime.gif + + 1 + 3.2% + plugins/UserSettings/images/plugins/director.gif - - 0 - 0% - plugins/UserSettings/images/plugins/realplayer.gif + + 1 + 3.2% + plugins/UserSettings/images/plugins/gears.gif - + 0 0% - plugins/UserSettings/images/plugins/silverlight.gif + plugins/UserSettings/images/plugins/realplayer.gif \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getResolution_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getResolution_month.xml index 2ba37987cc1..31ce7068bbb 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getResolution_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getResolution_month.xml @@ -10,6 +10,46 @@ 23 25 + + + 2 + 2 + 1 + 0 + 2 + 2 + 2 + + + + 2 + 5 + 3 + 17 + 0 + 2 + 2 + + + + 2 + 2 + 1 + 0 + 2 + 2 + 2 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 1 @@ -30,4 +70,44 @@ 1 1 + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + + + + 1 + 2 + 2 + 81 + 0 + 1 + 1 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 1 + + + + 1 + 2 + 2 + 34 + 0 + 1 + 1 + \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getWideScreen_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getWideScreen_month.xml index 685578ed446..bdb3caca907 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getWideScreen_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__UserSettings.getWideScreen_month.xml @@ -12,7 +12,18 @@ plugins/UserSettings/images/screens/unknown.gif - + + 11 + 16 + 3 + 132 + 7 + 11 + 11 + plugins/UserSettings/images/screens/wide.gif + + + 1 1 1 @@ -20,10 +31,10 @@ 1 1 1 - plugins/UserSettings/images/screens/normal.gif + plugins/UserSettings/images/screens/mobile.gif - + 1 1 1 @@ -31,6 +42,6 @@ 1 1 1 - plugins/UserSettings/images/screens/wide.gif + plugins/UserSettings/images/screens/normal.gif \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitFrequency.get_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitFrequency.get_month.xml index eb4e37fdf70..081b509fca8 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitFrequency.get_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitFrequency.get_month.xml @@ -1,13 +1,13 @@ - 1 - 1 - 1 - 1 - 1 - 0 - 1 - 100% - 1 - 0 + 4 + 4 + 5 + 4 + 3 + 81 + 2 + 75% + 1.3 + 20 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getByDayOfWeek_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getByDayOfWeek_month.xml index 4dd0cef2d8e..eb3184645b0 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getByDayOfWeek_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getByDayOfWeek_month.xml @@ -42,12 +42,12 @@ - 10 - 10 - 13 - 305 - 8 - 8 + 21 + 21 + 29 + 437 + 15 + 19 6 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getVisitInformationPerLocalTime_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getVisitInformationPerLocalTime_month.xml index 5c585c10cc6..9070b638bcd 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getVisitInformationPerLocalTime_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getVisitInformationPerLocalTime_month.xml @@ -12,23 +12,23 @@ - 0 - 0 - 0 - 0 - 0 - 0 - 0 + 4 + 5 + 2 + 7 + 3 + 4 + 4 - 0 - 0 - 0 + 1 + 1 + 1 0 - 0 - 0 - 0 + 1 + 1 + 1 @@ -42,13 +42,13 @@ - 0 - 0 - 0 - 0 + 1 + 3 + 3 + 10 0 - 0 - 0 + 1 + 1 @@ -92,13 +92,13 @@ - 0 - 0 - 0 + 1 + 1 + 1 0 - 0 - 0 - 0 + 1 + 1 + 1 @@ -172,13 +172,13 @@ - 3 - 3 - 1 - 0 - 3 - 2 - 3 + 5 + 6 + 2 + 81 + 4 + 4 + 5 @@ -192,23 +192,23 @@ - 2 - 3 + 3 + 5 2 - 182 + 216 1 - 2 - 2 + 3 + 3 - 6 - 6 + 7 + 7 1 0 - 6 - 6 - 6 + 7 + 7 + 7 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getVisitInformationPerServerTime_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getVisitInformationPerServerTime_month.xml index 8662f1ca3d8..82db9aa0599 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getVisitInformationPerServerTime_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitTime.getVisitInformationPerServerTime_month.xml @@ -2,13 +2,22 @@ - 0 - 0 - 0 - 0 - 0 + 11 + 16 + 3 + 132 + 7 0 - 0 + + + 11 + 11 + 55 + + + 11 + 55 + 11 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_month.xml index c47de22fc42..1e3ed6ff680 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_month.xml @@ -2,11 +2,11 @@ - 26 + 34 - 0 + 3 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_month.xml index 0830ca0d100..4eb00c41c9c 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_month.xml @@ -2,13 +2,13 @@ - 27 - 100% + 35 + 92% - 0 - 0% + 1 + 3% @@ -17,13 +17,13 @@ - 0 - 0% + 1 + 3% - 0 - 0% + 1 + 3% diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_month.xml index 4e6a9ab29ed..92f5b1c1df5 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_month.xml @@ -2,15 +2,15 @@ - 25 + 32 - 1 + 4 - 1 + 2 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml index a64c14a9673..eec83a57406 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml @@ -2,7 +2,7 @@ - 25 + 34 @@ -10,11 +10,11 @@ - 0 + 1 - 0 + 1 diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getActions_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getActions_month.xml index 3fb94696674..0e7e4e3d09a 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getActions_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getActions_month.xml @@ -1,2 +1,2 @@ -30 \ No newline at end of file +46 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getBounceCount_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getBounceCount_month.xml index 4c77f1f6e60..a946f8e5055 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getBounceCount_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getBounceCount_month.xml @@ -1,2 +1,2 @@ -25 \ No newline at end of file +32 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getSumVisitsLengthPretty_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getSumVisitsLengthPretty_month.xml index 2c93902a53c..579e6027510 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getSumVisitsLengthPretty_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getSumVisitsLengthPretty_month.xml @@ -1,2 +1,2 @@ -5 min 5s \ No newline at end of file +7 min 17s \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getSumVisitsLength_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getSumVisitsLength_month.xml index df25f1c1f33..3dc1a7bf03b 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getSumVisitsLength_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getSumVisitsLength_month.xml @@ -1,2 +1,2 @@ -305 \ No newline at end of file +437 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getUniqueVisitors_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getUniqueVisitors_month.xml index 40bd2e592a5..962fbe983a7 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getUniqueVisitors_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getUniqueVisitors_month.xml @@ -1,2 +1,2 @@ -27 \ No newline at end of file +38 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getVisitsConverted_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getVisitsConverted_month.xml index 4c77f1f6e60..8af80c337fc 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getVisitsConverted_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getVisitsConverted_month.xml @@ -1,2 +1,2 @@ -25 \ No newline at end of file +36 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getVisits_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getVisits_month.xml index 40bd2e592a5..962fbe983a7 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getVisits_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.getVisits_month.xml @@ -1,2 +1,2 @@ -27 \ No newline at end of file +38 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.get_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.get_month.xml index 4c5729d4b1b..0659ce24738 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.get_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__VisitsSummary.get_month.xml @@ -1,13 +1,13 @@ - 27 - 27 - 30 - 25 - 25 - 305 + 38 + 38 + 46 + 36 + 32 + 437 3 - 93% - 1.1 - 11 + 84% + 1.2 + 12 \ No newline at end of file diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs_withEnhancedAndLast7__MultiSites.getAll_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs_withEnhancedAndLast7__MultiSites.getAll_month.xml index 0fb183d46f3..e28896e01ad 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs_withEnhancedAndLast7__MultiSites.getAll_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs_withEnhancedAndLast7__MultiSites.getAll_month.xml @@ -3,11 +3,11 @@ - 27 - 30 - 26 - 125 - 25 + 38 + 46 + 40 + 180 + 36 100% 100% 100% @@ -42,11 +42,11 @@ 10 5 1 - -96.3% - -66.7% - -61.5% - -96% - -96% + -97.4% + -78.3% + -75% + -97.2% + -97.2% http://piwik.net 1 diff --git a/tests/resources/access-logs/fake_logs_replay.log b/tests/resources/access-logs/fake_logs_replay.log index e976467b332..dcaa87ad271 100644 --- a/tests/resources/access-logs/fake_logs_replay.log +++ b/tests/resources/access-logs/fake_logs_replay.log @@ -7,3 +7,20 @@ 175.41.192.40 - - [15/Aug/2012:09:00:38 +0200] "GET /piwik.php?idsite=1&rec=0&apiv=1&rand=123&_id=e4002ba0f2c2dd70&fla=1&java=1&dir=0&qt=0&realp=0&pdf=0&wma=0&gears=0&ag=0&h=12&m=34&s=6&res=1024x768&cookie=1&_cvar=%7B%225%22%3A%5B%22VisitorType%22%2C%22NewLoggedOut%22%5D%7D&cvar=%7B%223%22%3A%5B%22_pks%22%2C%22SKU2%22%5D%2C%224%22%3A%5B%22_pkn%22%2C%22PRODUCT+name%22%5D%2C%225%22%3A%5B%22_pkc%22%2C%22Electronics+%26+Cameras%22%5D%7D&url=http%3A%2F%2Fexample.org%2Findex.htm&urlref=&action_name=incredible+title%21&urlref=http%3A%2F%2Fpiwik.org%2Fcontribute% HTTP/1.1" 200 43 "http://example-referrer-replay.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Business Everywhere 7.1.2; GTB6; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0) " 175.41.192.40 - - [15/Aug/2012:09:01:38 +0200] "GET /piwik.php?idsite=1 HTTP/1.1" 200 43 "http://example-referrer-replay.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Business Everywhere 7.1.2; GTB6; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0) " +#idsite=1 replay logs from demo (IP were changed) +93.80.130.163 - - [18/Aug/2012:01:32:23 +0100] "GET /piwik.php?action_name=Liberate%20Web%20Analytics%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=293471&h=4&m=28&s=18&url=http%3A%2F%2Fpiwik.org%2F&urlref=http%3A%2F%2Fwww.google.ru%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3D%26esrc%3Ds%26source%3Dweb%26cd%3D1%26ved%3D0CCoQFjAA%26url%3Dhttp%253A%252F%252Fpiwik.org%252F%26ei%3DffwgU57VGuf44QT3-oCQCw%26usg%3DAFQjCNF_MGJRqKPvaKuUokHtZ3VvNG9ALw%26bvm%3Dbv.62922401%2Cd.bGE%26cad%3Drjt&_id=f077de87fa56021e&_idts=1394670499&_idvc=1&_idn=1&_refts=1394670499&_viewts=1394670499&_ref=http%3A%2F%2Fwww.google.ru%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3D%26esrc%3Ds%26source%3Dweb%26cd%3D1%26ved%3D0CCoQFjAA%26url%3Dhttp%253A%252F%252Fpiwik.org%252F%26ei%3DffwgU57VGuf44QT3-oCQCw%26usg%3DAFQjCNF_MGJRqKPvaKuUokHtZ3VvNG9ALw%26bvm%3Dbv.62922401%2Cd.bGE%26cad%3Drjt&pdf=0&qt=0&realp=0&wma=0&dir=0&fla=1&java=1&gears=0&ag=0&cookie=1&res=1920x1080&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D>_ms=182 HTTP/1.1" 200 43 "http://piwik.org/" "Mozilla/5.0 (Windows NT 6.2; rv:27.0) Gecko/20100101 Firefox/27.0" +176.41.226.154 - - [18/Aug/2012:01:32:24 +0100] "GET /piwik.php?action_name=Installing%20Piwik%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=144006&h=2&m=32&s=21&url=http%3A%2F%2Fpiwik.org%2Fdocs%2Finstallation%2F&_id=8b11942ef3b17467&_idts=1392074017&_idvc=5&_idn=0&_refts=1394670293&_viewts=1393965698&_ref=https%3A%2F%2Fwww.google.com.tr%2F&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=1&java=1&gears=0&ag=1&cookie=1&res=1366x768&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D>_ms=134 HTTP/1.1" 200 43 "http://piwik.org/docs/installation/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36" +93.80.130.163 - - [18/Aug/2012:01:32:25 +0100] "GET /piwik.php?action_name=Download%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=147473&h=4&m=28&s=20&url=http%3A%2F%2Fpiwik.org%2Fdownload%2F&urlref=http%3A%2F%2Fpiwik.org%2F&_id=f077de87fa56021e&_idts=1394670499&_idvc=1&_idn=0&_refts=1394670499&_viewts=1394670499&_ref=http%3A%2F%2Fwww.google.ru%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3D%26esrc%3Ds%26source%3Dweb%26cd%3D1%26ved%3D0CCoQFjAA%26url%3Dhttp%253A%252F%252Fpiwik.org%252F%26ei%3DffwgU57VGuf44QT3-oCQCw%26usg%3DAFQjCNF_MGJRqKPvaKuUokHtZ3VvNG9ALw%26bvm%3Dbv.62922401%2Cd.bGE%26cad%3Drjt&pdf=0&qt=0&realp=0&wma=0&dir=0&fla=1&java=1&gears=0&ag=0&cookie=1&res=1920x1080&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D>_ms=113 HTTP/1.1" 200 43 "http://piwik.org/download/" "Mozilla/5.0 (Windows NT 6.2; rv:27.0) Gecko/20100101 Firefox/27.0" +93.80.130.163 - - [18/Aug/2012:01:32:32 +0100] "GET /piwik.php?download=http%3A%2F%2Fbuilds.piwik.org%2Flatest.zip&idsite=1&rec=1&r=533958&h=4&m=28&s=25&url=http%3A%2F%2Fpiwik.org%2Fdownload%2F&urlref=http%3A%2F%2Fpiwik.org%2F&_id=f077de87fa56021e&_idts=1394670499&_idvc=1&_idn=0&_refts=1394670499&_viewts=1394670499&_ref=http%3A%2F%2Fwww.google.ru%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3D%26esrc%3Ds%26source%3Dweb%26cd%3D1%26ved%3D0CCoQFjAA%26url%3Dhttp%253A%252F%252Fpiwik.org%252F%26ei%3DffwgU57VGuf44QT3-oCQCw%26usg%3DAFQjCNF_MGJRqKPvaKuUokHtZ3VvNG9ALw%26bvm%3Dbv.62922401%2Cd.bGE%26cad%3Drjt&pdf=0&qt=0&realp=0&wma=0&dir=0&fla=1&java=1&gears=0&ag=0&cookie=1&res=1920x1080&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D>_ms=113 HTTP/1.1" 200 43 "http://piwik.org/download/" "Mozilla/5.0 (Windows NT 6.2; rv:27.0) Gecko/20100101 Firefox/27.0" +188.107.238.9 - - [18/Aug/2012:01:33:11 +0100] "GET /piwik.php?action_name=Log%20Analytics%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=993149&h=1&m=33&s=13&url=http%3A%2F%2Fpiwik.org%2Flog-analytics%2F&urlref=http%3A%2F%2Fforum.golem.de%2Fkommentare%2Fsecurity%2Furteil-zu-tracking-nutzer-muessen-piwik-analyse-widersprechen-koennen%2Fpiwik-log-analytics%2F80715%2C3669355%2C3669355%2Cread.html&_id=d6f0dcb66949b86b&_idts=1394670793&_idvc=1&_idn=1&_refts=1394670793&_viewts=1394670793&_ref=http%3A%2F%2Fforum.golem.de%2Fkommentare%2Fsecurity%2Furteil-zu-tracking-nutzer-muessen-piwik-analyse-widersprechen-koennen%2Fpiwik-log-analytics%2F80715%2C3669355%2C3669355%2Cread.html&pdf=1&qt=1&realp=0&wma=1&dir=0&fla=1&java=1&gears=0&ag=1&cookie=1&res=2560x1440&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D>_ms=145 HTTP/1.1" 200 43 "http://piwik.org/log-analytics/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0" +206.190.75.8 - - [18/Aug/2012:01:33:27 +0100] "GET /piwik.php?action_name=Changelog%20Archive%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=697117&h=17&m=33&s=27&url=http%3A%2F%2Fpiwik.org%2Fchangelog%2F&urlref=http%3A%2F%2Fpiwik.org%2Fwhat-is-piwik%2F&_id=e0eb35c4fae2aa0a&_idts=1379033580&_idvc=2&_idn=0&_refts=1394669945&_viewts=1379033693&_ref=http%3A%2F%2Ftrends.builtwith.com%2Fanalytics%2FPiwik-Web-Analytics&res=1536x864&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D HTTP/1.1" 200 43 "http://piwik.org/changelog/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; .NET4.0C; InfoPath.2)" +80.136.160.65 - - [18/Aug/2012:01:33:33 +0100] "GET /piwik.php?action_name=Piwik%202.1%20%E2%80%94%20Massive%20Performance%20and%20Reliability%20Improvements%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=542198&h=1&m=33&s=31&url=http%3A%2F%2Fpiwik.org%2Fblog%2F2014%2F03%2Fpiwik-2-1-massive-performance-reliability-improvements%2F&urlref=http%3A%2F%2Fberndjung.com%2Fpiwik%2Findex.php%3Fmodule%3DCoreHome%26action%3Dindex%26idSite%3D1%26period%3Dday%26date%3Dtoday&_id=fc96e596bd4c5d54&_idts=1394670812&_idvc=1&_idn=1&_refts=1394670812&_viewts=1394670812&_ref=http%3A%2F%2Fberndjung.com%2Fpiwik%2Findex.php%3Fmodule%3DCoreHome%26action%3Dindex%26idSite%3D1%26period%3Dday%26date%3Dtoday&pdf=0&qt=0&realp=0&wma=0&dir=0&fla=1&java=0&gears=0&ag=0&cookie=1&res=360x640&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D>_ms=119 HTTP/1.1" 200 43 "http://piwik.org/blog/2014/03/piwik-2-1-massive-performance-reliability-improvements/" "Mozilla/5.0 (Android; Mobile; rv:27.0) Gecko/27.0 Firefox/27.0" +219.101.46.222 - - [18/Aug/2012:01:33:50 +0100] "GET /piwik.php?action_name=Log%20Analytics%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=263291&h=9&m=33&s=50&url=https%3A%2F%2Fpiwik.org%2Flog-analytics%2F&urlref=https%3A%2F%2Fwww.google.co.jp%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3D%26esrc%3Ds%26source%3Dweb%26cd%3D2%26ved%3D0CDAQFjAB%26url%3Dhttps%253A%252F%252Fpiwik.org%252Flog-analytics%252F%26ei%3DrogdU5OuK43pkgXZmYGICA%26usg%3DAFQjCNH4nR8bKYaliCj2egiJ0H_CX4sFJg%26bvm%3Dbv.62578216%2Cd.dGI&_id=15164ceeb5ddb76f&_idts=1394444478&_idvc=4&_idn=0&_refts=1394670831&_viewts=1394584228&_ref=https%3A%2F%2Fwww.google.co.jp%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3D%26esrc%3Ds%26source%3Dweb%26cd%3D2%26ved%3D0CDAQFjAB%26url%3Dhttps%253A%252F%252Fpiwik.org%252Flog-analytics%252F%26ei%3DrogdU5OuK43pkgXZmYGICA%26usg%3DAFQjCNH4nR8bKYaliCj2egiJ0H_CX4sFJg%26bvm%3Dbv.62578216%2Cd.dGI&pdf=1&qt=1&realp=0&wma=0&dir=0&fla=0&java=1&gears=0&ag=0&cookie=1&res=2560x1440&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D HTTP/1.1" 200 43 "https://piwik.org/log-analytics/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9" +108.211.181.12 - - [18/Aug/2012:01:33:55 +0100] "GET /piwik.php?action_name=Integrate%20Piwik%20into%20your%20Rails%20Application%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=006719&h=17&m=33&s=58&url=http%3A%2F%2Fpiwik.org%2Fblog%2F2012%2F10%2Fintegrate-piwik-into-your-rails-application%2F&urlref=https%3A%2F%2Fwww.google.com%2F&_id=3d9cad3fc284c272&_idts=1394670839&_idvc=1&_idn=1&_refts=1394670839&_viewts=1394670839&_ref=https%3A%2F%2Fwww.google.com%2F&pdf=1&qt=1&realp=0&wma=1&dir=0&fla=1&java=1&gears=0&ag=1&cookie=1&res=1360x768&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D>_ms=391 HTTP/1.1" 200 43 "http://piwik.org/blog/2012/10/integrate-piwik-into-your-rails-application/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36" +50.244.17.130 - - [18/Aug/2012:01:33:59 +0100] "GET /piwik.php?action_name=Liberate%20Web%20Analytics%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=658858&h=19&m=34&s=1&url=http%3A%2F%2Fpiwik.org%2F&urlref=http%3A%2F%2Fwww.google.com%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3D%26esrc%3Ds%26source%3Dweb%26cd%3D1%26ved%3D0CCcQFjAA%26url%3Dhttp%253A%252F%252Fpiwik.org%252F%26ei%3D8vwgU8TYDZTI2wWTi4CQCA%26usg%3DAFQjCNF_MGJRqKPvaKuUokHtZ3VvNG9ALw%26bvm%3Dbv.62922401%2Cd.b2I&_id=90d89274a8c26d90&_idts=1394670841&_idvc=1&_idn=1&_refts=1394670841&_viewts=1394670841&_ref=http%3A%2F%2Fwww.google.com%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3D%26esrc%3Ds%26source%3Dweb%26cd%3D1%26ved%3D0CCcQFjAA%26url%3Dhttp%253A%252F%252Fpiwik.org%252F%26ei%3D8vwgU8TYDZTI2wWTi4CQCA%26usg%3DAFQjCNF_MGJRqKPvaKuUokHtZ3VvNG9ALw%26bvm%3Dbv.62922401%2Cd.b2I&pdf=1&qt=1&realp=0&wma=0&dir=0&fla=1&java=1&gears=0&ag=0&cookie=1&res=2880x1800&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D HTTP/1.1" 200 43 "http://piwik.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9" +84.194.72.21 - - [18/Aug/2012:01:34:15 +0100] "GET /piwik.php?action_name=Liberate%20Web%20Analytics%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=045456&h=1&m=34&s=18&url=http%3A%2F%2Fpiwik.org%2F&urlref=http%3A%2F%2Fmusicforeveryoneradio.be%3A2222%2FCMD_PLUGINS%2Finstallatron%2Findex.raw&_id=e01d58157d66e023&_idts=1394670858&_idvc=1&_idn=1&_refts=1394670858&_viewts=1394670858&_ref=http%3A%2F%2Fmusicforeveryoneradio.be%3A2222%2FCMD_PLUGINS%2Finstallatron%2Findex.raw&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=1&java=1&gears=0&ag=1&cookie=1&res=1920x1080&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D>_ms=58 HTTP/1.1" 200 43 "http://piwik.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36" +84.194.72.21 - - [18/Aug/2012:01:34:21 +0100] "GET /piwik.php?link=http%3A%2F%2Fdemo.piwik.org%2F&idsite=1&rec=1&r=578077&h=1&m=34&s=24&url=http%3A%2F%2Fpiwik.org%2F&urlref=http%3A%2F%2Fmusicforeveryoneradio.be%3A2222%2FCMD_PLUGINS%2Finstallatron%2Findex.raw&_id=e01d58157d66e023&_idts=1394670858&_idvc=1&_idn=0&_refts=1394670858&_viewts=1394670858&_ref=http%3A%2F%2Fmusicforeveryoneradio.be%3A2222%2FCMD_PLUGINS%2Finstallatron%2Findex.raw&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=1&java=1&gears=0&ag=1&cookie=1&res=1920x1080&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D>_ms=58 HTTP/1.1" 200 43 "http://piwik.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36" +50.244.17.130 - - [18/Aug/2012:01:34:31 +0100] "GET /piwik.php?action_name=What%20is%20Piwik%3F%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=388822&h=19&m=34&s=33&url=http%3A%2F%2Fpiwik.org%2Fwhat-is-piwik%2F&urlref=http%3A%2F%2Fpiwik.org%2F&_id=90d89274a8c26d90&_idts=1394670841&_idvc=1&_idn=0&_refts=1394670841&_viewts=1394670841&_ref=http%3A%2F%2Fwww.google.com%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3D%26esrc%3Ds%26source%3Dweb%26cd%3D1%26ved%3D0CCcQFjAA%26url%3Dhttp%253A%252F%252Fpiwik.org%252F%26ei%3D8vwgU8TYDZTI2wWTi4CQCA%26usg%3DAFQjCNF_MGJRqKPvaKuUokHtZ3VvNG9ALw%26bvm%3Dbv.62922401%2Cd.b2I&pdf=1&qt=1&realp=0&wma=0&dir=0&fla=1&java=1&gears=0&ag=0&cookie=1&res=2880x1800&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D HTTP/1.1" 200 43 "http://piwik.org/what-is-piwik/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9" +193.159.20.129 - - [18/Aug/2012:01:34:42 +0100] "GET /piwik.php?action_name=demo.piwik.org%2FPiwik%20Forums%20-%20Piwik%20%E2%80%BA%20Web%20Analytics%20Reports&idsite=1&rec=1&r=546849&h=1&m=34&s=37&url=http%3A%2F%2Fdemo.piwik.org%2Findex.php%3Fmodule%3DCoreHome%26action%3Dindex%26date%3Dyesterday%26period%3Dday%26idSite%3D7%23%2Fmodule%3DLive%26action%3DindexVisitorLog%26date%3Dyesterday%26period%3Dday%26idSite%3D7&urlref=http%3A%2F%2Fdemo.piwik.org%2Findex.php%3Fmodule%3DMultiSites%26action%3Dindex%26date%3Dyesterday%26period%3Dday%26idSite%3D32&_id=d80e3396f1a4c2ac&_idts=1394665308&_idvc=1&_idn=0&_refts=0&_viewts=1394665308&pdf=1&qt=1&realp=0&wma=0&dir=0&fla=1&java=1&gears=0&ag=1&cookie=1&res=1920x1200&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%2C%222%22%3A%5B%22Demo%20language%22%2C%22English%22%5D%7D>_ms=413 HTTP/1.1" 200 43 "http://demo.piwik.org/index.php?module=CoreHome&action=index&date=yesterday&period=day&idSite=7" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.45 Safari/537.36" +206.190.75.8 - - [18/Aug/2012:01:34:46 +0100] "GET /piwik.php?action_name=Contact%20the%20Piwik%20team%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=456386&h=17&m=34&s=45&url=http%3A%2F%2Fpiwik.org%2Fcontact%2F&urlref=http%3A%2F%2Fpiwik.org%2Fchangelog%2F&_id=e0eb35c4fae2aa0a&_idts=1379033580&_idvc=2&_idn=0&_refts=1394669945&_viewts=1379033693&_ref=http%3A%2F%2Ftrends.builtwith.com%2Fanalytics%2FPiwik-Web-Analytics&res=1536x864&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D HTTP/1.1" 200 43 "http://piwik.org/contact/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; .NET4.0C; InfoPath.2)" +174.97.139.63 - - [18/Aug/2012:01:34:53 +0100] "GET /piwik.php?action_name=Liberate%20Web%20Analytics%20-%20Analytics%20-%20Piwik&idsite=1&rec=1&r=022131&h=20&m=34&s=49&url=http%3A%2F%2Fpiwik.org%2F&urlref=http%3A%2F%2Fblog.comperiosearch.com%2Fblog%2F2014%2F02%2F05%2Fdynamic-search-ranking-using-elasticsearch-neo4j-and-piwik%2F&_id=d98b53d7fcf5a082&_idts=1394670890&_idvc=1&_idn=1&_refts=1394670890&_viewts=1394670890&_ref=http%3A%2F%2Fblog.comperiosearch.com%2Fblog%2F2014%2F02%2F05%2Fdynamic-search-ranking-using-elasticsearch-neo4j-and-piwik%2F&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=1&java=1&gears=0&ag=0&cookie=1&res=1366x768&_cvar=%7B%221%22%3A%5B%22Domain%20landed%22%2C%22piwik.org%22%5D%7D>_ms=292 HTTP/1.1" 200 43 "http://piwik.org/" "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36"