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
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2022-02-03Fix invalid parameter handling for PHP 8 in API.getBulkRequest (#18734)Stefan Giehl
2021-11-19Sort segment static lists by usage (#18321)Ben Burgess
2021-11-03Show correct metrics in row evolution triggered from goal view tables (#18228)Stefan Giehl
2020-06-26Track seconds instead of days for "days since" dimensions (#15774)diosmosis
2020-06-09Track ecommerce views as new dimensions instead of custom variables (#15999)Stefan Giehl
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-16merge 3.x to 4.x (#15821)diosmosis
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-03-22Remove PHP serialization response format (#15558)Stefan Giehl
2020-03-09Refactor search category/count to not use custom variables (#15286)Kate Butler
2019-11-28Fix build (#15202)diosmosis
2019-11-18Add product name, product category, product sku, product price segments (#15144)diosmosis
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-04-24Permit segmenting by order ID (#14316)Kate Butler
2018-11-02Added API endpoint to return the php version info (#13646)Yanick Witschi
2018-10-12Fix undefined variable on PHP 7.3 (#13593)Stefan Giehl
2018-09-30Fix various notices caused by invalid parameter values (#13511)Stefan Giehl
2018-09-05Stable sort for most frequent segment values (#13286)Stefan Giehl
2018-08-09Add notification when report w/ segment has no data, but segment is unprocess...3.6.0-b4diosmosis
2018-07-25fix glossary table of content style (#13145)Lukas Winkler
2018-07-03Only show segments based on log_visit table in GDPR search (#13123)Stefan Giehl
2018-05-29Fix sales funnel row evolution (#13001)Thomas Steur
2018-05-15Add new method to detect if root request is an API request (#12913)Thomas Steur
2018-03-11Fix AutoSuggest tests for segments with date types (#12610)Stefan Giehl
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2017-12-01New "Event URL" segment `eventUrl` to segment on any Segment URL (#12236)Matthieu Aubry
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2016-11-01Removes deprecated method Piwik\Plugins\API\API::getLastDate()sgiehl
2016-08-31fix idsite was potentially ignoredThomas Steur
2016-08-31fix some warningsThomas Steur
2016-08-31API.getReportMetadata should work only for one siteThomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-05-12plugins: Fix typos (found by codespell)Stefan Weil
2016-04-12Make tests fast againThomas Steur
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2016-02-14merge master => 3.0Thomas Steur
2016-01-12make sure > can be used in segments when using bulk requestsThomas Steur
2015-12-10Merge master into "3.0"Thomas Steur
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-19make new operators available in the UI, moved check to segment data classThomas Steur
2015-11-19refs #8076 #9224 adding new segment ActionUrl + new operators starts with an...Thomas Steur
2015-10-19fix remaining testsThomas Steur
2015-10-19fix some testsThomas Steur
2015-10-15Merge branch 'master' into 3.0Thomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-10-05Segment auto-suggest dropdown now behaves as expected for Download URL, outli...mattab
2015-10-02Fix System testsmattab