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
2016-09-01Remove deprecated events (#10455)Thomas Steur
2016-07-13Improved join generation for segments (#10264)Thomas Steur
2016-03-16Minor commentmattab
2015-11-12refs #9201 do not use DI for request processorsThomas Steur
2015-10-19Add new method to RequestProcessor called before the request is processed, ma...diosmosis
2015-10-12Make ArchiveInvalidator an immutable service and add it to DI. markArchivesAs...diosmosis
2015-09-01Refs #8317, fixing regression caused by refactor, post event Tracker.newVisit...diosmosis
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 RequestProcessors and tweak some RequestProcessors.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 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-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