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
2020-09-25Prevent upgrade error should a plugin get disabled during the Matomo 4 upgrad...Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-14split files containing multiple classes (#15810)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-15Support multiple plugin paths (#14051)Thomas Steur
2019-02-18Enable fingers crossed handler via INI config and show backtrace in logs/arch...diosmosis
2019-01-30Don't hardcode plugins directory (#14043)Thomas Steur
2018-11-16Add request parameters to API.Request.intercept event. (#13720)diosmosis
2018-10-02Fix incorrect sort order when scheduled report uses custom report (#13487)diosmosis
2018-03-06Assorted events and changes (#12496)Benaka
2016-10-30Merge pull request #10764 from piwik/namedparams_apieventsThomas Steur
2016-10-20Make <code> blocks the backticksMatthieu Aubry
2016-10-19Automatically <code> the function names in API module descriptionsMatthieu Aubry
2016-10-17make sure to pass params to API in correct orderThomas Steur
2016-10-18Named parameters in api dispatch eventsThomas Steur
2015-10-29fix event example codeThomas Steur
2015-09-10Add test for ScheduledReports API.generateReport exception catching. Includes...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-09Run queued filters after generic filters making visualizations much faster.Thomas Steur
2015-01-14removed several occurences of UserSettings pluginsgiehl
2014-10-28Merge pull request #6534 from piwik/6519_allowExecutionOfDeprecatedMethodsThomas Steur
2014-10-28refs #6519 allow execution of deprecated methodsThomas Steur
2014-10-24fix annotations which were broken in case there was no space after anotation ...Michał Gaździk
2014-10-22Partial cleanup after PR...mattab
2014-10-15refactoring of code, fixes for hiding classesd-skora
2014-10-15hide without parameter and hide for methodsd-skora
2014-10-15test fixesd-skora
2014-10-15hide annotation with testsd-skora
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-03-17Fix comment for autocompletionmattab
2014-02-03Fixes #4609 Removing last mentions of Piwik_ -- Looking sharp now!mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2013-12-27Removing @method from docs output at http://developer.piwik.org/api-reference...mattab
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-12-03refs #4244 replaced some links to hooks.Thomas Steur
2013-12-03converted some links to use @linkThomas Steur
2013-12-02refs #4244 updated some existing links to use link inline tagThomas Steur
2013-11-22Removing extra sprintfmattab
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-26Refs #4200, revised documentation for all events in plugins/*.diosmosis
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-16fix is existing api actionThomas Steur
2013-10-16cleanup viewdatatable class, API logic did not belong into viewDataTableThomas Steur
2013-10-15Type hint for Singletonmattab