Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-14Fixes #7698 display value of idSite (or idsite) parameter in error messagemattab
2015-06-26Minor code stylemattab
2015-06-26Minor change, renaming variablemattab
2015-06-26Tracking API: when receiving a ping=1 request, never track any goalmattab
2015-06-26Refs #8218 Do not create a new visit when it is a ping request.mattab
2015-06-25Clean up some additions in this branch, rename setHeartBeatTimer to ↵diosmosis
enableHeartBeatTimer, rename clearHeartBeat to disableHeartBeatTimer, make sure the timer will be set up after any tracker request, not just page view.
2015-06-25Adding server side logic for ping requests that specify a visit is still ↵diosmosis
ongoing, w/o creating a new action. Includes a new integration test for the feature.
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2015-03-10Rename Archive\Invalidator to ArchiveInvalidator and Archive\Purger for ↵diosmosis
ArchivePurger for clarity.
2015-03-05Refs #7181, move ArchiveInvalidator to Piwik\Archive\Invalidator away from ↵diosmosis
Piwik\DataAccess since it iss not a DAO.
2015-02-19Making algorithm processing unique visitors across websites actually work, ↵mattab
refs https://github.com/PiwikPRO/plugin-MetaSites/issues/3
2015-01-15we need to print debug information in case the last visit was yesterdayThomas Steur
2015-01-15refs #6217 if last action was yesterday, create a new visitThomas Steur
2014-12-29prevent notice when returned array does not have a timezonemattab
2014-12-22When importing visits on a day different from the visits day, invalidate the ↵Thomas Steur
archived reports
2014-12-15Use Common::mb_* proxies rather than direct mb_* access in case multibyte is ↵mattab
disabled
2014-12-13Applying review changes: remove tracker_ prefix from config names, move ↵diosmosis
shouldForceNewVisit to VisitDimension and simplify triggerPredicateHookOnDimensions.
2014-12-12Do not create new visit if no referrer info in current action, but referrer ↵diosmosis
info present in last action. Also add integration + system tests for new behavior.
2014-12-11Removing dead code in Tracker/Visit.php.diosmosis
2014-12-10Refs #2624, add INI config options that will force a new visit if ↵diosmosis
campaign/website referrer information changes between actions. Includes new tracker hook shouldForceNewVisit that dimensions can use to force a new visit during tracking. Also includes light refactoring to referrer dimensions. Testless.
2014-12-08fixes https://github.com/PiwikPRO/plugin-InterSites/issues/2 Added ↵mattab
notification to user when Config not setup properly + Update system tests to set the new required config
2014-12-08fixes #6824 Hash the fingerprint with the website ID to make it different on ↵mattab
each website for a given user + tests
2014-11-07refs #6435 check for floats in a more central place so dimensions do not ↵Thomas Steur
have to care about this. Makes it a tiny bit slower but less prone to errors
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-09Display Ip addresses in debug outputmattab
2014-10-04moved some queries within core to model filesThomas Steur
This is only a start. Especially the Tracker model contains quite a bunch of different models. Ideally, one day, the tracker is refactored and all the goal tracker stuff including the queries are in the goal plugins, all the ecommerce stuff is in an ecommerce plugin etc. Haven't moved some of the LogAggregator queries.
2014-10-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ↵mattab
ID to the existing visit rather than create a new visit for this user id specifically
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-22refs #3490 wondering whether all tests still pass when converting userid to ↵Thomas Steur
dimension
2014-09-01Refs #3490 User ID Tracker is now working:mattab
- new user_id field to contain the raw user id value - new &uid= tracker api parameter - add userId to Live API output - added integration test
2014-08-25Debug output the dimensions collected from plugins during Trackermattab
2014-08-13fixes #5958 When there is an error screen in Piwik (core or in Tracker) then ↵mattab
log to error log
2014-08-11refs #5820 added some tracker tests to make sure it works well with the ↵Thomas Steur
dimensions
2014-07-23as vs. AS in foreach loopsChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
Conflicts: core/FrontController.php core/Log.php plugins/API/API.php tests/PHPUnit/Fixture.php tests/PHPUnit/UI
2014-07-07I would like to see why ipAnonymization is enabled locally but not on travisThomas Steur
2014-07-03debugging not passing ui tests the hard way, hopefully it actually logs to ↵Thomas Steur
the log file
2014-07-02added development flag which allows us to not cache static cache and to make ↵Thomas Steur
some more checks when developers develop plugins
2014-07-02wondering whether I will see it in the logThomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-07-01started to add possiblity to add conversion columnsThomas Steur
2014-06-26Make change suggested in forum: set long time on page when applicable.2.4.0-b8mattab
http://forum.piwik.org/read.php?2,117102
2014-06-25started to handle changes to dimensions, for instance if a new dimension is ↵Thomas Steur
added the platform should detect this and run an update script. also if a dimension suddenly handles new cases such as conversion it should automatically add a column to log_conversion after a user confirms. Have not tested update and/or installation yet
2014-06-20as we cache the instances of dimensions now the dimensions should be ↵Thomas Steur
stateless... not sure if it is a good idea but need to see..., also might fix a bug in case a visitor was not found in the DB. We need to reset potentially set visitor columns in this case
2014-06-18Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: plugins/DevicesDetection/DevicesDetection.php plugins/Referrers/Referrers.php
2014-06-18this should fix the tests, in case of new visits the idvisitor was not setThomas Steur
2014-06-18this should fix the ecommerce tests, also implemented uninstall of columnsThomas Steur
2014-06-18moved more code from core to plugins, eg Visit, Actions and some Conversion ↵Thomas Steur
columns