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-04Fixed round fatal error in php8 (#18732)Altamash Shaikh
2020-12-21Ensure removed dimensions are not used even if they still exist (#16934)Stefan Giehl
2020-10-01Optimise Matomo 4 updates (#16490)Thomas Steur
2020-08-25Adjustments for CustomReports plugin (#16340)Stefan Giehl
2020-08-20Fix formatting of metrics in milliseconds (#16325)Stefan Giehl
2020-06-26Track seconds instead of days for "days since" dimensions (#15774)diosmosis
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-06-02SQL type FLOAT should not be used for economical data (#15994)Thomas Steur
2020-05-27Removes director detection (#15989)Stefan Giehl
2020-05-20Remove gears detection (#15956)Stefan Giehl
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-04-16merge 3.x to 4.x (#15821)diosmosis
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-04-01Useless return (#15761)Jean Baptiste Noblot
2020-03-09Refactor search category/count to not use custom variables (#15286)Kate Butler
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-16Remove more deprecated methods (#15398)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-15Support multiple plugin paths (#14051)Thomas Steur
2019-01-30Don't hardcode plugins directory (#14043)Thomas Steur
2019-01-22Add all goal specific metrics to goal overview (#13906)Thomas Steur
2018-09-20Support pivot w/ CustomDimensions (#13429)diosmosis
2018-03-20Makes report generation site aware (#12626)Stefan Giehl
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2016-09-01Remove deprecated events (#10455)Thomas Steur
2016-04-18Improved plugins update API (#10028)Thomas Steur
2015-11-26fix custom dimension reports shown an error when trying to detect if it suppo...Thomas Steur
2015-10-08fixes #8399 create dimension instance only when needed to improve performanceThomas Steur
2015-08-13Merge pull request #8387 from piwik/dimension_getid_finalThomas Steur
2015-07-21set Dimension::getId as finalThomas Steur
2015-07-21refs #8304 make sure to not uninstall a dimension if another plugin defines t...Thomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-16Add comment about NULL1 in core/Columns/Updater.php.diosmosis
2015-03-10More refactoring to Updates.php base & Columns\Updater, make Updates.php meth...diosmosis
2015-03-02Rename UpdateListener to UpdateObserver and use in CLI update command to show...diosmosis
2015-02-26Refs #7276, add integration test for core:update command, fix strict notice e...diosmosis
2015-02-25Refs #7276, finish updater refactoring; use instance methods of Updater in Co...diosmosis
2015-02-25Refs #7276, initial backwards compatible refactor of updater classes (moved C...diosmosis
2014-12-17added support for different caching backends such as redisThomas Steur
2014-10-29Documentation tweak. [ci skip]diosmosis
2014-10-28refs #6481 in report generator always show the dimensions of the selected plu...Thomas Steur
2014-10-15column needs to be created on installsgiehl
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-23User ID is NULLable refs #3490mattab
2014-09-23Merge pull request #6273 from piwik/3490_userIdAsDimensionThomas Steur
2014-09-22refs #3490 wondering whether all tests still pass when converting userid to d...Thomas Steur
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-09-15Refs #6078, extract factory logic from Report::factory and move to new Compon...diosmosis