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-03-10Rename Archive\Invalidator to ArchiveInvalidator and Archive\Purger for Archi...diosmosis
2015-03-05Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-05Refs #7181, move ArchiveInvalidator to Piwik\Archive\Invalidator away from Pi...diosmosis
2015-03-05Refs #7181, rename remaining InvalidatedReports class to SitesToReprocessDist...diosmosis
2015-03-05#5277 use the logger to log stuff, not `print`Matthieu Napoli
2015-02-16phpdoc and scrutinizer warning fixesMatthieu Napoli
2015-01-09fix Notice: Undefined index: defaultReport in ..../core/CronArchive.php on li...mattab
2015-01-05Submodulesmattab
2014-12-22When importing visits on a day different from the visits day, invalidate the ...Thomas Steur
2014-12-17Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-16Merge pull request #6856 from piwik/6672_preprocess_ranges2.10.0-b7Matthieu Aubry
2014-12-16Fixes #6672 Pre-process custom date ranges when any user has this selected in...mattab
2014-12-16Provide clearer URL error message in CronArchive.diosmosis
2014-12-16Do not exit in CronArchive::logFatalError, throw exception.diosmosis
2014-12-16Refactor without changing logicmattab
2014-12-15Merge remote-tracking branch 'origin/master' into log-refactoring-1Matthieu Napoli
2014-12-09Fixes #6830 If timestamp success fetched from DB is in the future, we set it ...mattab
2014-12-08Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-08fixes #6823 When there are several Super Users in Piwik, archive.php web cron...mattab
2014-12-05#6622 Logger refactoring: removed manual overriding of the log level in CLI s...Matthieu Napoli
2014-11-27Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-27Fixes #6730 when period archiving fails (or any of segments fails) then we wi...mattab
2014-11-18Fix cron archiving if no visits on some days.diosmosis
2014-11-14Make MetricsFormatter a class with instance methods and move Html related fun...diosmosis
2014-11-09Fixing more tests.diosmosis
2014-11-05fixes #6598 Add sites to be invalidated when the archiving failed to make su...mattab
2014-11-05refs #6508 some refactoring and renamingmattab
2014-11-05refs #6508 started refactoring the code, created two new objects: ArchiveInva...mattab
2014-10-16Fix CronArchive token_auth refactor.diosmosis
2014-10-16Remove unused variable in CronArchive (CronArchive::$isCoreInited).diosmosis
2014-10-16Forgot to remove calls to initCheckCli in last commit.diosmosis
2014-10-16Moving CronArchive token auth check to archive script since it is only for wh...diosmosis
2014-10-04moved some queries within core to model filesThomas 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-09-22rename Site -> Websitemattab
2014-09-22Small function renamemattab
2014-08-20Refactor factory methods into base Factory type for ease of testing.diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-22Merge pull request #5847 from craue/code-cleanup-2Thomas Steur
2014-07-21Refs #5807, forgot to commit change default value change.diosmosis
2014-07-21Refs #5807, change CronArchive:: default value to be array() and modify docs.diosmosis
2014-07-21Fixes #5807, refactor CronArchive class so it does not configure itself based...diosmosis
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-15removed unused variablesChristian Raue
2014-07-10--force-periods will respect the config setting "Periods enabled in API" enab...mattab
2014-07-07included default value for concurent threads numberMichał Gaździk
2014-07-01add --concurrent-requests-per-website: When processing a website and its segm...mattab