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 (Collapse)Author
2015-07-12When script is called from misc/cron/archive.php, still return correct Piwik URLmattab
2015-07-12Simplify & fix tests for misc/cron/archive.php?token_auth scriptmattab
2015-06-02Fixing ArchiveWebTest, now that test.php is used (which disables the ↵diosmosis
logger), we must enable it in a test class override method, since this test checks the log output. Fixing LogTest now that NullLogger is used for test environment setup. Make sure translations are loaded in EnvironmentValidationTest.php. Make sure the logger is enabled for ArchiveCronTest.
2015-05-10Add cron archiving API method only visible to superusers, use this in ↵diosmosis
archive.php script and re-add php-cgi support to Console, which did not get merged in the past for some reason.
2015-05-10Refactor CronArchive, remove need to specify URL (also did same to ↵diosmosis
CliMulti), remove test skipping in ArchiveWebTest & ArchiveCronTest.
2014-10-28Fixing build.diosmosis
2014-10-27Refs #6513, make sure archive.php can be run w/ php-cgi (remove regression ↵diosmosis
that caused it to fail) and add system test to catch future regressions, if any.
2014-10-13refs #5940 added deprecated and since annotationThomas Steur
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to ↵Thomas Steur
remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles
2014-10-06refs #5940 fix namespacesThomas Steur
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved ↵Thomas Steur
some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why