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 (Expand)Author
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2015-07-13Refs #8311, add automated system test for the api_internal_call.php example s...diosmosis
2015-06-06Allow only a single EnvironmentManipulator instance to be specified in Enviro...diosmosis
2015-06-05Create manipulator manually in proxy entrypoints instead of using TestingEnvi...diosmosis
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 P...diosmosis
2015-05-21Define observer in proxy piwik.php through TestingEnvironment, instead of cal...diosmosis
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ...diosmosis
2015-04-05Adding Plugin Manager to DI container.diosmosis
2014-12-22Removed Piwik\Loader: Composer's autoloader is now included in core/bootstrap...Matthieu Napoli
2014-12-04Tracker refactoringThomas Steur
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-09-30Removing disablePurge hack in tests, as this should not be needed anymoremattab
2014-08-27Do not delete tracker cache in proxy piwik.php so devicedetector cache will r...diosmosis
2014-08-23Print out message with stack trace in proxy/piwik.php.diosmosis
2014-08-22Exclude vendor/ from ReleaseCheckList <?php test and remove setupProfilerXHPr...diosmosis
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-07-14Updating UI test module and add auxilliary catch statement to proxy piwik.php.diosmosis
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-07-06Trying to debug travis failure (disabling most integration tests temporarily).diosmosis
2014-07-06Trying to diagnose travis failure.diosmosis
2014-07-06Trying to diagnose travis failure.diosmosis
2014-07-04Fixes #5400, display useful error message when a database connection cannot b...diosmosis
2014-07-01Small refactor, replace static variable with two static methodsmattab
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-12this should fix some testsThomas Steur
2014-05-30reimplemented caching; fixed detection of BOT 'os'sgiehl
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-05Testing screenshot UImattab
2014-05-05Testing fix ui testsmattab
2014-05-05ui buildmattab
2014-05-04Debugging install testsmattab
2014-05-04Fix screenshot tests2.2.1-b3mattab
2014-05-04Testing to catch exception for build: http://builds-artifacts.piwik.org/ui-te...mattab
2014-05-04Maybe this fixes the Installation screenshot tests? http://builds-artifacts.p...mattab
2014-05-02refs #1915 trying to fix the installation testsThomas Steur
2014-05-02refs #1915 reset viewDataTable parameters before each test run to remove prev...Thomas Steur
2014-04-12Looking forward to dependency injection, this Config test overrides hacks are...mattab
2014-04-04garbage commitdiosmosis
2014-03-30Remove backtrace printing define from proxy so they won't appear in screensho...diosmosis
2014-03-26Remove ob_start()/ob_flush() calls in proxy index.php.diosmosis
2014-03-16Fixes #3220 When the core is not dispatching the request (PIWIK_ENABLE_DISPAT...mattab
2014-03-12Do not call setTestEnvironment in proxy/piwik.php, TestingEnvironment handles...diosmosis
2014-03-01Refs #4189, more work getting UI tests to pass and adding admin screenshots, ...diosmosis
2014-02-28Refs #4189, allow default config file paths to be overridden for tests, rewri...diosmosis
2014-02-12refs #4610 fix testsThomas Steur
2014-02-07Fixing UI tests by hardcoding plugins to load and removing admin_plugins scre...diosmosis