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
2021-05-23Use originalString when returning the Segment definition string (#17610)dizzy
2021-02-17properly encode segment definitions from table so the hash will be the same a...dizzy
2020-09-03Updates php-di to 6.2.1 (#16311)Stefan Giehl
2020-07-10Fix behaviour for segments using "not equals" or "not contains" on an action ...Stefan Giehl
2020-07-01Removes CustomVariables plugin from core (#16090)Stefan Giehl
2020-06-26Track seconds instead of days for "days since" dimensions (#15774)diosmosis
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-23Refactores the way segments are configured in dimensions (#15836)Stefan Giehl
2020-02-27Update to PHPUnit 8.5 (#15581)Stefan Giehl
2020-01-28Use rebranded components (#15253)Stefan Giehl
2019-11-08Fixes a couple segment handling regressions in the UI (#15110)diosmosis
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-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-12-03Fix build and make join table sort stable by using DFS (#13634)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
2017-12-01New "Event URL" segment `eventUrl` to segment on any Segment URL (#12236)Matthieu Aubry
2017-10-06Fix bugs in table sorting query builder (#12154)Thomas Steur
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2016-12-01added more complex example to show it betterThomas Steur
2016-12-01fix testsThomas Steur
2016-11-14new method that lets us know if we segment will be archived (#10845)Thomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2016-07-13Improved join generation for segments (#10264)Thomas Steur
2016-02-13Apply offset and limit correctly to the Visitor Log SQL queriesmattab
2016-02-13Apply offset and limit correctly to the Visitor Log SQL queriesmattab
2015-12-21Mysql functions are written in uppercasemattab
2015-12-15fixes #9194 fix "goal can be only converted once per visit" is not respected ...Thomas Steur
2015-12-07fix error table log_visit is already joined in https://github.com/piwik/plugi...Thomas Steur
2015-12-04fix possible mysql error "Not unique table/alias"Thomas Steur
2015-12-02only ignore join when it was given with exact same matchThomas Steur
2015-12-02Revert "reuse existing joins when possible"Thomas Steur
2015-12-01reuse existing joins when possibleThomas Steur
2015-12-01New segment: ActionTypeThomas Steur
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-10-06Remove need for TableLogAction\Cache::$hits property which is only used for t...diosmosis
2015-10-06Implementing DI properly in constructormattab
2015-09-30Remove lazy flush refs #8861mattab
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-28Fix testmattab
2015-09-28delete cache in test tearDownmattab
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