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-10-06Remove need for TableLogAction\Cache::$hits property which is only used for t...diosmosis
2015-10-06Implementing DI properly in constructormattab
2015-10-06Implementing DI properly in constructormattab
2015-10-05Add new Custom Segments: outlinkURL and downloadUrl to segment on any Clicked...mattab
2015-10-05Moved dependencies into DImattab
2015-09-29TTL: Time to live for cache files, in seconds. Default to 60 minutesmattab
2015-09-29Added INI setting to configure maximum number of id actions to store in one c...mattab
2015-09-29Added logging statements for cache hits/missmattab
2015-09-29Action cache ids, fix integration testsmattab
2015-09-28add a test that checks the cache is actually hit when cache is enabledmattab
2015-09-28Caching id actions in general cache - can be enabled via INI setting enable_s...mattab
2015-09-24convert to LF line ending (fixes TrackerTests)Martin Keckeis
2015-09-11refs #7766 - replace all utf8 4byte characters in tracked urls with �sgiehl
2015-09-10Default visit custom variables array in GoalManager class.diosmosis
2015-09-02Small refactor of GoalManager for reuse in pro plugin.diosmosis
2015-09-01Refs #8317, fixing regression caused by refactor, post event Tracker.newVisit...diosmosis
2015-08-29return min amount of available custom variables across tables instead of maximumThomas Steur
2015-08-26Ignore sub-domains in whitelist urls matchingbarbushin
2015-08-26Add option to track only website urlsbarbushin
2015-08-21Merge pull request #8500 from piwik/7838Thomas Steur
2015-08-21refs #7837 deprecated some eventsThomas Steur
2015-08-19do not trigger exception in case of duplicated itemsThomas Steur
2015-08-14Merge pull request #8455 from piwik/6497Thomas Steur
2015-08-10test against all google botsThomas Steur
2015-08-10fix Chrome's 'Data Saver' mode prevents trackingThomas Steur
2015-08-09Refs #8509, print exception in tracker debug output when authentication throws.diosmosis
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-06Tweaking PingRequestProcessor, filling out missing docs and removing TODO fro...diosmosis
2015-08-06Document RequestProcessors and tweak some RequestProcessors.diosmosis
2015-08-06Document VisitProperties + add some tracker debug logging to new code in Visi...diosmosis
2015-08-06Document base RequestProcessor class.diosmosis
2015-08-06Change RequestProcessor method names and remove need to supply Request to Vis...diosmosis
2015-08-06Fix notice in VisitorRecognizer.diosmosis
2015-08-06Remove Visitor object from RequestProcessor::processRequest() method.diosmosis
2015-08-06Move Config access in VisitRequestProcessor to DI.diosmosis
2015-08-06Move last remaining ping request handling logic to PingRequestProcessor from ...diosmosis
2015-08-06Move Actions recording to ActionsRequestProcessor from Visit::handle(), and m...diosmosis
2015-08-06Remove as many uses of the now gutted Visitor class as possible.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 goals recording from Visit::handle() to GoalsRequestProcessor.diosmosis
2015-08-06Move visitor not found logic in Visit::handle() to Goals request processor.diosmosis
2015-08-06Removing some dead code. setIsVisitorKnown has no effect at that point, becau...diosmosis
2015-08-06Move CustomVariables tracking logic to CustomVariablesRequestProcessor. Inclu...diosmosis
2015-08-06Move more conversion/actions related logic from Visit::handle() to plugin spe...diosmosis
2015-08-06Add new RequestProcessor to Actions plugin for action detection + new Request...diosmosis
2015-08-06Make sure ping behavior is preserved despite last couple changes.diosmosis