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
path: root/misc/cron
AgeCommit message (Expand)Author
2013-11-19Refs #4309 when --force-idsites is set, really force the site to be processedmattab
2013-11-18Error messages friendly to CLI output (no html, spaces displayed correctly......mattab
2013-11-18Refs #4310mattab
2013-11-18Improving XHProf support. At the end of a request with XHProf enabled, it wil...mattab
2013-11-18Fixes #4309 adding --force-idsites=1,2,n parametermattab
2013-11-14increasing timeout in case it help piwik-ui-tests failuremattab
2013-11-14Restoring truncated debug messagemattab
2013-11-14Processing weeks for last 5 years by default (does this create random build f...mattab
2013-11-14Show full error message in buildmattab
2013-11-14makes archive.php a bit more intelligentmattab
2013-11-14Trying to make yearly archiving less intense which may help fix the travis fa...mattab
2013-11-06Phpstorm organize importsmattab
2013-11-04Refactor the string to show couplingmattab
2013-11-04Fixes #4272 Not displaying messages when there are no segments to pre-processmattab
2013-10-27Comments and cleanups in archive cron script.mattab
2013-10-25Refs #3405 Fixing buildmattab
2013-10-25Typo in logmattab
2013-10-25Fixes #3405 Clearning up the code and fixing the logic so archive.php will pr...mattab
2013-10-25Refs #3405 Refactoring archive.php so I can understand it wellmattab
2013-10-09Revert change and fix build another way.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-08refs #4123 Removing some warningsmattab
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
2013-10-01Refs #4133 Fixing archive.php + Logger to work with new workflowmattab
2013-09-30Refs #4133 Finishing the code changes and build seems to passmattab
2013-09-27Fixing build on travis.Benaka Moorthi
2013-09-27Silence unserialize error so content can be shown in error output in cron arc...Benaka Moorthi
2013-09-22Display non-truncated errors in travis output for proxy archive cron script.Benaka Moorthi
2013-09-21Revert synchronous curl execution in misc/cron/archive.php (can no longer rep...Benaka Moorthi
2013-09-19Moving isPhpCli to Commonmattab
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-14Adding UrlHelper containing random logic around manipulating urlsmattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-08-11Merge branch 'plugin_namespaces'mattab
2013-08-11Fix build (use correct max last date value in archive.php cron script for wee...Benaka Moorthi
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Fixing post merge bugsmattab
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-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-07Added new integration test for archive.php cron script.Benaka Moorthi
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can unders...mattab
2013-04-23Refs #2135mattab
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab