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-11-16Fix some PHP8.1 deprecation warnings occurred while running tests (#18314)Stefan Giehl
2020-10-01Rename login_whitelist_ip config to login_allowlist_ip (#16413)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
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-05-15Use NumberFormatter to format metric values (#14017)Stefan Giehl
2018-08-03Add reusable widget to display single metric w/ sparkline & evolution percent...diosmosis
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
2015-12-25Merge branch 'master' into 3.0sgiehl
2015-12-22remove unused use statementssgiehl
2015-12-10Merge master into "3.0"Thomas Steur
2015-11-19Update Formatter.phpRitvik Gautam
2015-10-19Merge branch 'master' into 3.0Thomas Steur
2015-10-15use number format for currency in all websites dashboardsgiehl
2015-10-15Merge branch 'master' into 3.0Thomas Steur
2015-10-11use number formats for values displayed besides sparkline and for evolution datasgiehl
2015-10-11use new currency number formatssgiehl
2015-10-06fix unit test as it fails if $columnToSort is nullThomas Steur
2015-10-06support for secondary sort and faster sortThomas Steur
2015-06-20use new intl unit datasgiehl
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-02-23Keep BC w/ old Formatter class since it is likely used by 3rd party plugins. ...diosmosis
2015-02-21Fixes #7247, move default Formatter class to new Numeric metrics formatter an...diosmosis
2015-01-20fix getPrettySizeBytes does not return requested unit if a lower unit is more...Thomas Steur
2015-01-19removed this function as a similar one already existsThomas Steur
2015-01-19refs #5248 added possibibility to add more metrics to actions pluginThomas Steur
2015-01-09Move currencies in the Intl component tooMatthieu Napoli
2014-11-24Move MetricsFormatter::getMetricsToFormat logic to Report class.diosmosis
2014-11-18Re-introduce MetricsFormatter for backwards compatibility w/ 3rd party plugins.diosmosis
2014-11-17Move format metrics logic from processor to Metrics\Formatter and fix Overlay...diosmosis
2014-11-17Add unit tests for new Metrics Formatter classes and remove existing ones. Sm...diosmosis
2014-11-16Make sure time values are formatted differently in API output and HTML output...diosmosis
2014-11-14Make MetricsFormatter a class with instance methods and move Html related fun...diosmosis
2014-11-08Rename Metric::getColumn to Metric::getMetric and get rid of Metrics\Base.diosmosis
2014-11-07Fixing some tests and removing processed metrics file (no longer used).diosmosis
2014-11-07Rewrite AddColumnsProcessedMetricsGoal filter to use processed metrics DataTa...diosmosis
2014-11-07Moved processed metrics computation to DataTableGenericFilter, removed new fi...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-13refs #4706 added possibility to register a closure or a callable method to pr...Thomas Steur