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-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
2014-07-01fix output logging when --force-date-range is usedmattab
2014-07-01Add support for --force-date-range parameter + also enable Verbose logging vi...mattab
2014-07-01fix bug in --force-periods logicmattab
2014-07-01core:archive console command: new parameter --force-periodsmattab
2014-07-01factor out more code to method processArchiveDays()mattab
2014-07-01factor out code in method processArchiveDays()mattab
2014-06-18fixes #5358 When looking for websites for which the local time, has moved int...mattab
2014-06-18During cron archive script, make sure to log this error as an errormattab
2014-06-17we must use operator === when comparing token stringsmattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-12Rename idsite -> idSitemattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-08Fixes #5111 CronArchive now logs errors in an easy to parse format, on the st...mattab
2014-05-06I don't undertand why this test regressed, so for now just skip it #hackmattab
2014-05-06Minormattab
2014-04-30Updating comment to reference to ./console core:archive instead of archive.phpmattab
2014-04-23Fixes #5035 CliMulti can now trigger a limited number of concurrent requests.mattab
2014-04-17Refs #5004 Remove the "login" override when setting a user as super user.mattab
2014-04-08Add ability to pass testmode on to CliMulti instances in CronArchive.diosmosis
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