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
path: root/core
AgeCommit message (Expand)Author
2015-08-132.15.0-b12.15.0-b1Matthieu Aubry
2015-08-13Merge pull request #8463 from piwik/7983Thomas Steur
2015-08-13Merge pull request #8517 from piwik/social_dribbbleThomas Steur
2015-08-13Merge pull request #8540 from piwik/search_enginesThomas Steur
2015-08-13Merge pull request #8387 from piwik/dimension_getid_finalThomas Steur
2015-08-13Merge pull request #8530 from piwik/7733Thomas Steur
2015-08-13Merge pull request #8538 from piwik/7913Thomas Steur
2015-08-13refs #8524 added search.chedot.comsgiehl
2015-08-12refs #8030 added a comment that this code may be buggyThomas Steur
2015-08-10fixes #8524 added / updated bunch of search enginessgiehl
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-09since shell_exec does not return command output code, working around by looki...mattab
2015-08-08add dribble to list of social networkssgiehl
2015-08-07Mark Plugin::isTrackerPlugin as internal since it is not required to make it ...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-07Add expanded query param to DocumentationGenerator so the API test generation...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-06Add 2.15.0 update to enable Heartbeat plugin.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
2015-08-06Moving ecommerce detection logic to new EcommerceRequestProcessor class from ...diosmosis
2015-08-06Move manual goal conversion logic from Visit::handle() to a new RequestProces...diosmosis
2015-08-06Try selecting custom variables on existing visit every time so the logic can ...diosmosis
2015-08-06Add initial RequestProcessor base + DI entry + use in Visit::handle(). Moving...diosmosis
2015-08-052.14.32.14.3Matthieu Aubry
2015-08-032.14.3-b12.14.3-b1Matthieu Aubry
2015-07-31the requested plugin is not the plugin that triggers the query, we need to se...Thomas Steur
2015-07-30simplify archiving query recognition [WIP]Thomas Steur