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 (Expand)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 enableHea...diosmosis
2015-06-25Adding server side logic for ping requests that specify a visit is still ongo...diosmosis
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 Archi...diosmosis
2015-03-05Refs #7181, move ArchiveInvalidator to Piwik\Archive\Invalidator away from Pi...diosmosis
2015-02-19Making algorithm processing unique visitors across websites actually work, re...mattab
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
2014-12-15Use Common::mb_* proxies rather than direct mb_* access in case multibyte is ...mattab
2014-12-13Applying review changes: remove tracker_ prefix from config names, move shoul...diosmosis
2014-12-12Do not create new visit if no referrer info in current action, but referrer i...diosmosis
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 campaign/we...diosmosis
2014-12-08fixes https://github.com/PiwikPRO/plugin-InterSites/issues/2 Added notificati...mattab
2014-12-08fixes #6824 Hash the fingerprint with the website ID to make it different on ...mattab
2014-11-07refs #6435 check for floats in a more central place so dimensions do not have...Thomas Steur
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
2014-10-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ...mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-22refs #3490 wondering whether all tests still pass when converting userid to d...Thomas Steur
2014-09-01Refs #3490 User ID Tracker is now working:mattab
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
2014-08-11refs #5820 added some tracker tests to make sure it works well with the dimen...Thomas Steur
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
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 th...Thomas Steur
2014-07-02added development flag which allows us to not cache static cache and to make ...Thomas Steur
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
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-20as we cache the instances of dimensions now the dimensions should be stateles...Thomas Steur
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
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 c...Thomas Steur