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-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
2015-04-17Updating submodules.diosmosis
2015-04-13Update log importer submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/65.
2015-04-10Update log-analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/56.
2015-04-10Updating log analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/59 fix, + updating integration test files affected.
2015-04-10Adding system test for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/60 plus updating submodule.
2015-04-09Remove cli-script-bootstrap.php, no longer used.diosmosis
2015-04-08Merge branch 'master' into config_step_2diosmosis
2015-04-07Update log-analytics repo (for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/63 & https://github.com/piwik/piwik-log-analytics/issues/62 ).
2015-04-07Fixing two more system test failures, including one caused by the static ↵diosmosis
cache in Archive.php never being cleared, and the environment not existing in web archiving.
2015-04-06Update updattoken.php to setup environment correctly and get ↵diosmosis
BlobReportLimitingTest to pass.
2015-04-05Move DI container creation to Piwik\Application\Environment class.diosmosis
2015-04-01Update log importer submodule [for better W3C log whitespace handling in ↵diosmosis
comment header].
2015-04-01Update log importer submodule (for better handling of whitespace in W3C ↵diosmosis
extended log files).
2015-04-01Updating log analytics repo submodule.diosmosis