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-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-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
2015-12-22remove unused use statementssgiehl
2015-11-19Update Formatter.phpRitvik Gautam
2015-10-15use number format for currency in all websites dashboardsgiehl
2015-10-11use number formats for values displayed besides sparkline and for evolution datasgiehl
2015-10-11use new currency number formatssgiehl
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