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
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-09-18Add event that allows plugins to archive data even if there are no visits for...diosmosis
2015-08-20better variable namingThomas Steur
2015-08-20add plugin name to exceptionThomas Steur
2015-07-31the requested plugin is not the plugin that triggers the query, we need to se...Thomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-05Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-04Refs #7181, remove 'purging every N hours' check in archive purger logic sinc...diosmosis
2015-03-02Merge pull request #7311 from piwik/remove_useseless_codeMatthieu Aubry
2015-03-02Refs #7181, change ArchivePurger to use instance methods instead of static me...diosmosis
2015-02-27Updaste purging messageMartin Keckeis
2015-02-27Fixes #7310 - remove unused code & logicmattab
2015-02-26More explicit messagesMartin Keckeis
2015-02-05Fix changes to ArchiveProcessor/Rules so test will pass (and use Log::debug s...diosmosis
2015-02-05Do not use php-di config for option since it is easier to use INI config w/o ...diosmosis
2015-02-05Add undocumented (ie, unsupported) config option (DI config only) to disable ...diosmosis
2014-12-22Replaced usage of Log::verbose() with Log::debug()Matthieu Napoli
2014-12-05Merge pull request #6794 from czolnowski/6708-provide-better-information-of-m...Matthieu Aubry
2014-12-04Refactor to reuse Piwik components.Marcin Czołnowski
2014-12-03Add debug log which print amount of used memory.Marcin Czołnowski
2014-11-28Minor coding stylemattab
2014-11-16Change two logs in PluginsArchiver.php to use verbose level since they can re...diosmosis
2014-11-06In General settings inline help, display the proper default value instead of ...mattab
2014-11-05refs #6508 some refactoring and renamingmattab
2014-11-05refs #6508 add some commentsmattab
2014-11-04Add some debug logging to PluginsArchiver.diosmosis
2014-10-20Delete archives older than yesterday midnight raher than today midnight as we...Matthieu Aubry
2014-09-30Merge branch 'master' into readabilityImprovementsThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-30Removing disablePurge hack in tests, as this should not be needed anymoremattab
2014-09-12Merge remote-tracking branch 'upstream/master' into feature/5932-invalidate-a...m.kurzeja
2014-09-11Fix bug in Rules::shouldSkipUniqueVisitorsCalculationForMultipleSites, should...diosmosis
2014-09-10Merge masterMichał Kurzeja
2014-09-09Fixes #6079, move skip unique visitors calculation logic to small method in A...diosmosis
2014-09-03Added DONE_INVALIDATED flag to archiving and considering it when fetching arc...m.kurzeja
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-01Remove the purge of outdated archives from the Archive loading mechanism. it ...mattab
2014-07-01factor out the Archive Purging code in own classmattab
2014-07-01Small refactor, replace static variable with two static methodsmattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-09Refs #472 Custom Events Archiver and APImattab
2014-04-07Refactor method isSegmentPreProcessed()mattab
2014-04-03Refs #4878, create update script for converting *_returning metrics to new se...diosmosis
2014-03-26Move two classes to another namespacemattab
2014-03-26refs #4903 sleep 25 milliseconds not microsecondsThomas Steur
2014-03-26refs #4903 added tests and fixed some issuesThomas Steur