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
2021-03-12Make sure not to clear the tracker cache so often when invalidating in core:a...dizzy
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-10-01Replace some usages of Common::printDebug w/ use of logger (#13968)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-06-27Provide methods to force the update of tracker caches (#14578)Thomas Steur
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2014-12-22When importing visits on a day different from the visits day, invalidate the ...Thomas Steur
2014-12-17getEageCache does not expect a parameter anymore, idSite was already converte...Thomas Steur
2014-12-17added support for different caching backends such as redisThomas Steur
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to Access::doAsS...diosmosis
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-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-02-18Tracker debug messages when refreshing cachemattab
2014-02-03refs #4563 fix cached version was not used because there are more than 3 entriesThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-28Capitalizing Super User for consistency refs #4564mattab
2014-01-23refs #4564 introducing some more new methods for has superuser access. Old me...Thomas Steur
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2014-01-11Fixes #4493, move DoNotTrack & AnonymizeIP logic to PrivacyManager plugin. In...diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-11-20Rename event namemattab
2013-11-19Fix regressionmattab
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Merge remote-tracking branch 'origin/master'mattab
2013-10-08refs #4199 added more PostEvent documentations and removed one unused eventThomas Steur
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-25Move UserCountry specific logic out of core tracker files and into UserCountr...Benaka Moorthi
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
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-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi