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 (Collapse)Author
2014-11-18Re-introduce MetricsFormatter for backwards compatibility w/ 3rd party plugins.diosmosis
2014-11-14Make MetricsFormatter a class with instance methods and move Html related ↵diosmosis
functionality to derived class. Use FOrmatter in Metric::format calls so Metrics do not have to be aware of context of formatting, and so Metric::format methods will have less code redundancy.
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-05Polish Zloti should appear after amountmattab
http://forum.piwik.org/read.php?2,116429
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
* @subpackage is deprecated * @package must only occur once * @package supports nesting (and can match the namespace) refs #4609
2014-01-24refs #4540 fix time ago is not correct calculated if numberOfSeconds is negativeThomas Steur
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-10-21Refs #4200, documented several more classes.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
Adding MetricsFormatter class which knows how to format/display metrics (time, money, size, etc)