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-12-22remove unused use statementssgiehl
2015-12-09fix creating new visits when no referrer keyword is setThomas Steur
2015-12-08Check whether known URL starts with path if defined, do no longer match subdo...Thomas Steur
2015-12-04Merge pull request #9320 from piwik/website_pathMatthieu Aubry
2015-12-03Added support to specify a path in a website URL and Piwik will recognize the...Thomas Steur
2015-12-01New segment: ActionTypeThomas Steur
2015-11-26Make sure local time has valid time format fixes #9052mattab
2015-11-24Merge branch 'master' into 9129_2mattab
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-23Check the list of spammers is an array to prevent notice in edge case, fixes ...mattab
2015-11-23Merge pull request #9230 from piwik/9192Matthieu Aubry
2015-11-19refs #8076 #9224 adding new segment ActionUrl + new operators starts with an...Thomas Steur
2015-11-18refs #9192 fix no data in segmented visitor log for urls with ampersandThomas Steur
2015-11-12refs #9201 do not use DI for request processorsThomas Steur
2015-10-19Allow tracker Requests to be manipulated via new method Request::setParam().diosmosis
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-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