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
2016-04-11Select 10 times more rows so that resultset after grouping is more likely to ↵mattab
contain enough records
2016-03-31Updating submodules https://github.com/piwik/piwik/issues/9817mattab
2016-03-29fix tests by making sure it works with cgiThomas Steur
2016-03-29fix missing whitespace between parameters in help text when using ↵Thomas Steur
archive.php on cli
2016-02-04Pulling in fix https://github.com/piwik/piwik-log-analytics/pull/125 for ↵mattab
User ID log parsing - refs https://github.com/piwik/piwik/issues/9236
2016-02-02Refs https://github.com/piwik/piwik-log-analytics/issues/115, add user to ↵diosmosis
fake common logs for tests.
2016-01-27Log Analytics basic http auth fix ↵mattab
https://github.com/piwik/piwik-log-analytics/pull/122
2016-01-27Log Analytics submodulemattab
2016-01-18Fixes https://github.com/piwik/piwik/issues/8211mattab
2015-12-28Update misc/log-analytics submodule.diosmosis
2015-12-28Adding tests for https://github.com/piwik/piwik-log-analytics/pull/120diosmosis
2015-12-22submodule updatessgiehl
2015-12-18UI tests: QueuedTracking settings inline help has been changedmattab
2015-12-10Add ipv6 to IIS log file in ImportLogsTest to make sure it works properly.diosmosis
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.