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-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
2015-09-28New test case for "Action Does not contain X"mattab
2015-09-15Allow Segments to define multiple SQL columns if the segment value can be mat...diosmosis
2015-09-11Segment: JOIN conversions to (visits or actions) using idvisit, instead of id...mattab
2015-09-11Add integration test, currently passing but the query is wrongmattab
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-06-17Add integration tests for Segmented SQL query generatormattab
2015-06-03Fixing all tests that use Access::setSingletonInstance().diosmosis
2014-12-05Adding little test case for the culprit pageUrl!=mattab
2014-12-05The ultimate prize and final step to close the issue: do not group by the who...mattab
2014-12-05Added integration test for the model, to test the SQL query generatedmattab