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-10-02Proper encoding of segment values for Actions reports. (#13481)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-16Ignore variables that start w/ @ when auto-detecting tables in segment sql ex...diosmosis
2019-01-22Add UI test for complex segment + fix couple bugs to get test to pass. (#13909)diosmosis
2018-12-10Autodiscover tables for segments w/ complex segment expressions (#13664)diosmosis
2018-09-17Fix "not empty" condition in SegmentExpression (#13386) (#13431)Thomas Steur
2018-07-19Add ability for Archivers to initiate archiving for other plugins & use in Go...diosmosis
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2015-12-04Check whether string actually contains value to prevent from copying the stri...Matthieu Aubry
2015-11-19use union of segments for custom variablesThomas Steur
2015-11-19refs #8076 #9224 adding new segment ActionUrl + new operators starts with an...Thomas Steur
2015-09-28Caching id actions in general cache - can be enabled via INI setting enable_s...mattab
2015-09-23Rename SegmentExpression::getSegmentString() to getSegmentDefinition().diosmosis
2015-09-23Decorate LogQueryBuilder in SegmentEditor through DI to add idSegments matchi...diosmosis
2015-09-15Allow Segments to define multiple SQL columns if the segment value can be mat...diosmosis
2015-06-18Fixes a bug where the segment operator is !=mattab
2015-06-18when we know a segment won't match any row, replace the SQL sub-expression by...mattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2014-12-05Refactoring without changing logic, so I can understand the codemattab
2014-12-05move logic that creates the SQL query into LogQueryBuilder classmattab
2014-12-05Moved SegmentExpression into namespace Piwik\Segmentmattab