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/core
AgeCommit message (Expand)Author
2014-04-01Display backtraces when ResponseBuilder::DISPLAY_BACKTRACE_DEBUG is set to truemattab
2014-04-01next try to fix the web archive test, do not use fpm when called from webThomas Steur
2014-03-31Do not use exit(1) in CronArchive::initCore.diosmosis
2014-03-31Use OutputInterface to display no config file message instead of echo-ing.diosmosis
2014-03-31Allow config file to be saved if desired during tests.diosmosis
2014-03-31before accessing log, try to access another property to make sure config is i...Thomas Steur
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-31Refactor console application entrypoint so is not read from directly.diosmosis
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-30Revert "Do not load plugins that have their own git repositories, when execut...diosmosis
2014-03-29New beta 2.1.1-b92.1.1-b9mattab
2014-03-29Refs #4926 when loaded over HTTPS, make the sure PiwikUrl is https (even thou...mattab
2014-03-29Fixes #4924: in Tracker mode, do not check for permission when getting/settin...mattab
2014-03-28Fixing build errors.diosmosis
2014-03-28Commit work in progress cc @tsteurmattab
2014-03-28Make sure PIWIK_ENABLE_DISPATCH is defined at all times, since it's used in g...mattab
2014-03-28refs #4918 remove no longer needed methodThomas Steur
2014-03-28refs #4903 removing this lock as it does not work anyway. After locking the t...Thomas Steur
2014-03-28Merge pull request #251 from sgreiner/masterMatthieu Aubry
2014-03-28refs #4903 forgot to commit this changeThomas Steur
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-27Fix: window.back() does not exist!Stefan Greiner
2014-03-27Fixes #4878, re-introduce VisitFrequency Archiver in order to successfully co...diosmosis
2014-03-27Fixes #4828 no commentmattab
2014-03-27Do not load plugins that have their own git repositories, when executing testsmattab
2014-03-27New beta needed as there was a fatal in Visitors>Engagement in last one2.1.1-b8mattab
2014-03-27New beta to test on demo2.1.1-b7mattab
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-26Display output buffer if controller method returns output in FrontController:...diosmosis
2014-03-26Merge remote-tracking branch 'origin/master'mattab
2014-03-26Refs #4909 Only update the visitEcommerceStatus flag if it's different from c...mattab
2014-03-26Fixes #4878, use pre-piwik 2 data in VisitFrequency API if post-piwik 2 data ...diosmosis
2014-03-26Refs #4909 Only update the visitEcommerceStatus flag if it's not NONE.mattab
2014-03-26refs #4903 forward archive.php to new console commandThomas Steur
2014-03-26Add new setting datatable_export_range_as_day = "rss" to let users customise ...mattab
2014-03-26Move two classes to another namespacemattab
2014-03-26Commenting FTWmattab
2014-03-26refs #4903 sleep 25 milliseconds not microsecondsThomas Steur
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-25refs #4780 preserve line breaksThomas Steur
2014-03-25refs #4780 added possibility to enable tracker debug via config, use logger f...Thomas Steur
2014-03-24Normalize URL inputs to Piwik::getJavaScriptCode.diosmosis