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
2019-07-05Update the link tag for all php files (#14635)Luca
2015-12-09fix creating new visits when no referrer keyword is setThomas Steur
2015-08-21refs #7837 deprecated some eventsThomas Steur
2015-08-07Moving request metadata from VisitProperties to Tracker\Request class.diosmosis
2015-08-07Add public methods to VisitProperties for property access and use instead of ...diosmosis
2015-08-06Re-add Request parameter to RequestProcessor::recordLogs(), make GoalManager ...diosmosis
2015-08-06Document VisitProperties + add some tracker debug logging to new code in Visi...diosmosis
2015-08-06Change RequestProcessor method names and remove need to supply Request to Vis...diosmosis
2015-08-06Remove Visitor object from RequestProcessor::processRequest() method.diosmosis
2015-08-06Move 'is new visit' detection to CoreHome RequestProcessor and out of core\Tr...diosmosis
2015-08-06Make Tracker\Settings stateless and store in DI. Remove Visitor::recognize() ...diosmosis
2015-08-06Move bulk of logic in Visitor class to new stateless service, VisitorRecogniz...diosmosis
2015-08-06Move CustomVariables tracking logic to CustomVariablesRequestProcessor. Inclu...diosmosis
2015-08-06Try selecting custom variables on existing visit every time so the logic can ...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2014-11-19Fix event documentationmattab
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-23User ID is NULLable refs #3490mattab
2014-09-09Fixes #6175mattab
2014-09-01Refs #3490 User ID Tracker is now working:mattab
2014-08-21as we access visit_goal_buyer in this class we should make sure it is loadedThomas Steur
2014-07-02wondering how this effects the tracking performance? added possibility to per...Thomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
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-18no longer a need to check whether method is implemented as defined in parent ...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-18moved more code from core to plugins, eg Visit, Actions and some Conversion c...Thomas Steur
2014-06-16moved some more dimensions to plugins, fixed some issues, removed some more d...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-03Reuse the Settings object, for performance improvements (only parse the User ...mattab
2014-06-03visitorCustomVariables is not modified in the Visitor object, so no need to g...mattab
2014-06-02Update PR, following Matthieu's suggestionsVincent Lahaye
2014-05-28Fix typoVincent Lahaye
2014-05-28IsVisitorKnow() wasn't support, this commit fixes the bug.Vincent Lahaye
2014-05-27Refactor visitor recognition in his own class, so that a third party plugin c...Vincent Lahaye