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
AgeCommit message (Collapse)Author
2015-11-11Update submodulesmattab
2015-10-17Submodules for latest readmemattab
2015-09-22Restore to last versionmattab
This reverts commit a2f8768b1f9d1cd1c7e98d6f0ab9a31ef10935ef.
2015-09-22UI tests: Added LogViewer plugin to view and search Piwik application logs ↵mattab
in the UI
2015-09-18refs #8445 remove outdated commentmattab
2015-09-08Updating submodules for https://github.com/piwik/piwik-log-analytics/pull/94 ↵diosmosis
and tests/travis (some more debug output in one script).
2015-09-08Make sure that web archiver uses text/plain content typemattab
2015-09-02update log analytics submodule as it contains fixes for log importer2.15.0-b4Thomas Steur
2015-09-02Fix rest of ArchiveCronTest.diosmosis
2015-09-01Update log-analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/pull/99
2015-08-26Update misc/log-analytics repo for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/67 and update expected test output.
2015-08-26Updating log-analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/83
2015-08-25Update misc/log-analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/72 fix.
2015-08-25Updating log analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/pull/93 and https://github.com/piwik/piwik-log-analytics/pull/92.
2015-07-24Fixing submodules...Matthieu Napoli
2015-07-22Update log-analytics submodule.diosmosis
2015-07-13Refs #8311, add automated system test for the api_internal_call.php example ↵diosmosis
script. Includes new proxy script that will call another script using Piwik's test environment, but w/o actually setting up the test env.
2015-07-13Fixes #8311 Init the DI containermattab
2015-07-12Update submodulesmattab
2015-07-12Restore friendly error message when token_auth not found in requestmattab
2015-07-12Better way to set the text/plain content-type header for web archivemattab
2015-07-12Web archive: send output as plain textmattab
2015-06-24Update submodule for https://github.com/piwik/piwik-log-analytics/pull/78mattab
2015-06-17Updating log analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/74 and make sure this code path is tested in ImportLogsTest.php.
2015-06-11Submodule Log analytics, refs ↵mattab
https://github.com/piwik/piwik-log-analytics/issues/77
2015-06-11Merge pull request #8027 from piwik/test_env_di_8Benaka
Injection Inception, Change #6: Final cleanup of test environment setup. Remove TestingEnvironment.addHooks event, make sure core doesn't depend on test files/classes/constants, integrate test environment variables w/ DI for easier overriding in tests, and related clean ups to test environment setup.
2015-06-08refs #6552 set noindex,nofollow option for all pages apart from login pageThomas Steur
2015-06-06Allow only a single EnvironmentManipulator instance to be specified in ↵diosmosis
Environment.php.
2015-06-05Create manipulator manually in proxy entrypoints instead of using ↵diosmosis
TestingEnvironmentVariables::addHooks().
2015-06-05Rename TestingEnvironment to TestingEnvironmentVariables.diosmosis
2015-06-02Use test.php DI config options if PIWIK_TEST_MODE is defined.diosmosis
2015-06-02Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to ↵diosmosis
Piwik\Tests\Framework namespace. Remove manual require statements.
2015-05-30Update log analytics repo for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/75.
2015-05-14Refs #7900, fix regression in cron/archive.php script, make sure the Common ↵diosmosis
class is available before requiring bootstrap.php.
2015-05-10Make CliMulti::getSuperUserTokenAuths private since it is only used there, ↵diosmosis
and include bootstrap.php in archive.php cron script only when creating a Console instance.
2015-05-10Fix bug in CliMulti (type in member name), and make sure all requests are ↵diosmosis
run as superuser in CronArchive. Remove TODO, archive.php script works w/ php-cgi.
2015-05-10Remove another TODO about testing CoreAdminHome.runCronArchiving. ↵diosmosis
archive.php is still required, so we'll just test that.
2015-05-10Move hacks in CronArchive + Tracker to run code as superuser through ↵diosmosis
CliMulti to CliMulti.
2015-05-10Move logging hack from archive.php to CoreAdminHome.runCronArchiving method.diosmosis
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-10Add FrontController::init() to misc/cron/archive.php since it's needed there ↵diosmosis
& add TODO for deprecating misc/cron/archive.php.
2015-05-07Fix updatetoken.php script now that Environment::get is removed.diosmosis
2015-05-07Merge branch 'master' into config_step_2diosmosis
Conflicts: core/CliMulti/RequestCommand.php
2015-05-07Updating log importer submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/pull/71 (better diagnostics).
2015-04-27Merge branch 'master' into config_step_2diosmosis
Conflicts: core/Console.php piwik.php
2015-04-20Submodule update...Matthieu Napoli
2015-04-18Merge branch 'master' into config_step_2diosmosis
Conflicts: config/global.php core/CliMulti/RequestCommand.php core/Config.php core/Config/IniFileChain.php tests/PHPUnit/System/BlobReportLimitingTest.php tests/PHPUnit/TestingEnvironment.php tests/PHPUnit/Unit/Config/IniFileChainTest.php tests/PHPUnit/Unit/ConfigTest.php
2015-04-18Update log importer submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/57.
2015-04-18Refs https://github.com/piwik/piwik-log-analytics/issues/68, add tests for ↵diosmosis
replay logging including logs w/ error statuses, and update log-analytics repo.
2015-04-17Updating log analytics submodule to latest.2.13.0-b3diosmosis