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
2014-04-07Fixes #4958 Remove CoreAdminHome.getKnownSegmentsToArchive APImattab
2014-04-04Adding events to CronArchive for archiving process statistics.diosmosis
2014-04-03Fix noticemattab
2014-04-03factor out this logic so it's reusablemattab
2014-04-03Fix noticemattab
2014-04-03Fix noticemattab
2014-04-02Refs #4903 Fix regression + tweaks to debug messagemattab
2014-04-02Refs #4903 Show "visits this week", "visits this month" etc.mattab
2014-04-02Refs #4903 Improving the CronArchive output messages and fixing some issuesmattab
2014-04-01Fixes #4866 @ldrrp Can you please try this patch and confirm it fixes the iss...mattab
2014-03-31Do not use exit(1) in CronArchive::initCore.diosmosis
2014-03-31trying to log only to screen in this web testThomas Steur
2014-03-31wondering if this fixes the build? might look for a better solution afterwardsThomas Steur
2014-03-31Add main() method to CronArchive to call individual methods.diosmosis
2014-03-31Do not call exit from within CronArchive class.diosmosis
2014-03-28Fixing build errors.diosmosis
2014-03-28Commit work in progress cc @tsteurmattab
2014-03-28refs #4903 log if we resume an already existing queueThomas Steur
2014-03-28refs #4903 removed no longer needed methods, make sure logger uses correct lo...Thomas Steur
2014-03-27Fixes #4878, re-introduce VisitFrequency Archiver in order to successfully co...diosmosis
2014-03-27make sure variable requestsbefore is definedThomas Steur
2014-03-26Fix merge fail.diosmosis
2014-03-26Add integration test for archive cron output text.diosmosis
2014-03-26refs #4903 forward archive.php to new console commandThomas Steur
2014-03-26Move two classes to another namespacemattab
2014-03-26refs #4903 added cli command to trigger archivingThomas Steur
2014-03-26refs #4903 added tests and fixed some issuesThomas Steur
2014-03-25refs #4903 added some comments and better namingThomas Steur
2014-03-25refs #4903 started to work on the possibility to run multiple archivers in pa...Thomas Steur
2014-03-21Log cron archiving start time in addition to end time.diosmosis
2014-03-17Refs #2981 Fix display of visits in archive.php outputmattab
2014-03-17CronArchive should set logger to INFO only if it is not set to lower level (i...mattab
2014-03-15Fixes #2981 Calling API.get in CronArchive. This will result in VisitFrequenc...mattab
2014-03-11Using SettingsPiwik::getPiwikUrl() instead of getCurrentUrlWithoutFileName() ...mattab
2014-03-05Fix message since we don't necessarily connect over HTTP anymoremattab
2014-03-05More output in case of errorsmattab
2014-02-21I think it somehow makes sense to start a session in CLI.mattab
2014-02-20better archive outputmattab
2014-02-18Add new piwik-domain generic option to the console. Part 2mattab
2014-02-17Fix white spacing in archive.php help textmattab
2014-02-12refs #4610 fix testsThomas Steur
2014-02-12refs #4610 I do not like to have the climulti in http class as one could assu...Thomas Steur
2014-02-12refs #4610 simplified some logic, fallback to http on windows, redirect the o...Thomas Steur
2014-02-11refs #4610 use a command to execute a request, this way we do not have to boo...Thomas Steur
2014-02-11refs #4610 tests for cliMulti and loads of bugfixesThomas Steur
2014-02-10refs #4610 worked on executing cli commands in parallel but not tested yetThomas Steur
2014-02-06refs #4610 trigger archiving using cli instead of httpThomas Steur
2014-02-05fixes #4612 do not bootstrap complete CronArchive when we just want to run sc...Thomas Steur
2014-02-05refx #4612 fixes scheduled tasks were not executed when browser archiving is ...Thomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker