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
2021-05-30Improve purge log data logic (#17632)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-24Only print warning if locking failed, fixes #14167 (#14257)Seebi
2018-12-11Add possibility to configure different interval for deleting unused actions (...Thomas Steur
2018-06-28Remove executable bit on most files (#13038)Adrien Crivelli
2018-04-24GDPR + Add a couple of new platform features especially around validating set...Thomas Steur
2016-07-17Use log tables to decide which tables can be purged (#10304)Thomas Steur
2015-06-16Refs #7887, fixing failed rebase or two.diosmosis
2015-06-11Move PrivacyManagerTest to PrivacyManager plugin as DataPurgingTest.php.diosmosis
2015-06-11Use mock RawLogDao instance in PrivacyManagerTest instead of test events. Als...diosmosis
2015-06-11Fill out some docs for LogDataPurger in PrivacyManager, add log iteration ste...diosmosis
2015-06-11Use LogPurger::deleteVisitsFor in LogDataPurger class in PrivacyManager plugi...diosmosis
2015-06-11Move deleteUnusedLogAction logic to RawLogDao class.diosmosis
2015-06-11Use LogPurger in PrivacyManager's LogDataPurger class and get PrivacyManagerT...diosmosis
2015-05-23Add LogDataPurger object to DI via PrivacyManager DI config.diosmosis
2015-05-23Since LogDataPurger::$deleteLogsOlderThan and LogDataPurger::$maxRowsToDelete...diosmosis
2015-05-23Move idaction column detection (still hardcoded in this commit) code into new...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2013-11-06Phpstorm organize importsmattab
2013-11-01Refs #472 PrivacyManager support for Custom Events, so that when old data is ...mattab
2013-11-01Removing segment supportmattab
2013-11-01Minormattab
2013-10-21Refs #4200, documented Db.php and small refactor to LogDataPurger/ReportsPurg...diosmosis
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-09refs #4199 mark event as internalThomas Steur
2013-10-09refs #4199 more event documentationsThomas Steur
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-25Thanks for the report. Could you apply this patch and confirm it is working f...mattab
2013-09-14Moving BatchInsert logic to own Db/BatchInsert classmattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...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_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
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-07-19Refs #3196, forgot to use segmented query strategy w/ log_action purging.benakamoorthi
2012-06-20Refs #3204, added extra info message to privacy manager purge function when l...benakamoorthi
2012-06-20Fixes #3196, modified long running queries in PrivacyManager to use segmented...benakamoorthi
2012-06-19Fixes #3204, removed LOCK TABLES privilege check from installation. Modified ...benakamoorthi