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
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-09-11Show unique visitors metric only if available (#14885)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2018-10-03Improve usage of requested site in plugin Controllers (#13526)Stefan Giehl
2018-07-25Replace proxy redirect with rel=noreferrer (#12780)Christian Schmidt
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-05-13Convert tabs to spacesNathan Sollenberger
2015-05-12Alternate method to reload VisitsSummary_WidgetOverviewGraph graphNathan Sollenberger
2015-05-10Distinguish which action is actually rendering the VisitsSummary evolution graphNathan Sollenberger
2015-02-02Replaced calls of static methods with dependency injectionMatthieu Napoli
2014-11-27Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-11-26Fix visitors overview bounce_rate regression.diosmosis
2014-11-15Get Actions.get result through API rather than through directly calling insta...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-08Refs #6109 New core metric: nb_users as the count of distinct user ids. Means...mattab
2014-08-06Fixes #4392, make sure columns query parameter does not affect VisitsSummary....diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-19fixed method visibility keyword orderChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-02refs #1915 added missing method to delete all viewdatatableparams, metricsToP...Thomas Steur
2014-03-16Fixes #3749 Fix the Overview>Report when Actions plugin is disabledmattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-21Removing unused parameter to getEvolutionGraphmattab
2013-11-18getting rid of the fetch parameterThomas Steur
2013-11-06Phpstorm organize importsmattab
2013-10-21It was confusing to have a coreViewDataTable and pluginViewDataTable class. I...Thomas Steur
2013-10-15set properties on config, not on view itselfThomas Steur
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-07fix fatal error that API is already in useThomas Steur
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Fixing post merge bugsmattab
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
2013-07-28Refs #4040, move Piwik_ViewDataTable::getRawSegmentFromRequest to Piwik_API_R...Benaka Moorthi
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker