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-10-17Ensure plugin updates are executed when setting up UITestFixture (#19825)Stefan Giehl
2021-05-26Clear EventDispatcher cache in tests (#17620)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-16Removes some methods deprecated for Matomo 4 (#15386)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-21Remove EventManager::getPluginManager() method, it is no longer needed since ...diosmosis
2015-05-21Use observers.global DI config in TestingEnvironment to define event observer...diosmosis
2015-05-21Allow event observers to be defined before the container is created via the o...diosmosis
2015-05-21Move EventDispatcher service to DI and remove EventDispatcher::clearAllObserv...diosmosis
2015-04-18Merge branch 'master' into config_step_2diosmosis
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2015-04-05Adding Plugin Manager to DI container.diosmosis
2014-10-08Fix one unit testmattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-08-25Fixing build error due to previous commit.diosmosis
2014-08-25Allow PluginManager to be injected in EventDispatcher instance for PiwikDebug...diosmosis
2014-07-29fixed broken EventDispatcher mechanism for sorting callbacks orderMichał Gaździk
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-04-12Refs #4357 let's see how build behaves with this change?mattab
2014-04-08Fixing build.diosmosis
2014-04-08Fix last commit.diosmosis
2014-04-07Check this fixes the buildmattab
2014-04-07Refs #4357 only post events to activated plugins.mattab
2014-03-03Refs #4357 Not fully working, so revertingmattab
2014-03-03Fixes #4357 Merging branch into master, let's see if the build stays greenmattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-11Fixes #4493, move DoNotTrack & AnonymizeIP logic to PrivacyManager plugin. In...diosmosis
2013-11-28this could fix the buildThomas Steur
2013-11-28fix assets of loaded but not activated plugins are executed, make sure to rem...Thomas Steur
2013-10-24fixed doc blockssgiehl
2013-10-15Type hint for Singletonmattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-10Refs #4208 Plugin classes movedmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-08-01fixing more namespacessgiehl
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-07-06fixed several doc blockssgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi