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/tests
AgeCommit message (Expand)Author
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-10-06fix system testsThomas Steur
2015-10-06fixed testsThomas Steur
2015-10-06support for secondary sort and faster sortThomas Steur
2015-10-06this method is used by plugins, adding it again as it breaks APIThomas Steur
2015-10-06starting to prepare the requirement of php 5.4Thomas Steur
2015-10-06trying to get the ui tests green againThomas Steur
2015-10-05UI tests: fix test for "Drag and dropping Segment" https://github.com/piwik/...mattab
2015-10-05Set a visible segment when drag n dropping in UI testsmattab
2015-10-05UI tests: Segment editor https://github.com/piwik/piwik/issues/4103mattab
2015-10-05Merge pull request #8910 from piwik/4103Matthieu Aubry
2015-10-05Adding expected test files to gitmattab
2015-10-05Segment auto-suggest dropdown now behaves as expected for Download URL, outli...mattab
2015-10-05Fix testsmattab
2015-10-05UI tests: icons spacingmattab
2015-10-05Merge pull request #8892 from piwik/remove_lazy_flushMatthieu Aubry
2015-10-05Moved dependencies into DImattab
2015-10-05Merge branch 'master' into sparkline_css_fixmattab
2015-10-05UI tests: Sparklines minor space changes https://github.com/piwik/piwik/pull/...mattab
2015-10-05Merge pull request #8896 from piwik/1542Matthieu Aubry
2015-10-04Since autoloading is used now, do not manually include fixture files during t...diosmosis
2015-10-04Update expected screenshot for https://github.com/piwik/piwik/pull/8905diosmosis
2015-10-04Merge pull request #8905 from piwik/columns_param_regressionBenaka
2015-10-04Regression: columns query parameter is never urldecoded in PHP so it cannot b...diosmosis
2015-10-03UI tests: API listing new pluginmattab
2015-10-02Provider plugin was disabledmattab
2015-10-02Merge pull request #8793 from piwik/6773_glossaryMatthieu Aubry
2015-10-02Merge branch 'master' into 6773_glossarymattab
2015-10-02UI tests: New API for Glossary + link to glossary on Help page https://github...mattab
2015-10-02 System testmattab
2015-10-02Fix System testsmattab
2015-10-02New HTTP APIs: API.getGlossaryMetrics & getGlossaryReports (w/ system tests)mattab
2015-10-02Fixes https://github.com/piwik/piwik-log-analytics/issues/96, do not fail bul...diosmosis
2015-10-02do not use eval in minified piwik.js, replace JSON2 with JSON3Thomas Steur
2015-10-02Merge pull request #8856 from piwik/dateformatsMatthieu Aubry
2015-10-02UI tests: updated Date time formats refs #8856mattab
2015-10-02Flush lazy cache in fixturemattab
2015-10-01Merge pull request #8887 from piwik/8824Matthieu Aubry
2015-10-01Update tests/travis submodule for: use --force to avoid random failure in tra...diosmosis
2015-10-01fixes #8824 remove NO_ENGINE_SUBSTITUTION mode to prevent error if innodb is ...Thomas Steur
2015-09-30Remove lazy flush refs #8861mattab
2015-09-29Added INI setting to configure maximum number of id actions to store in one c...mattab
2015-09-29Added logging statements for cache hits/missmattab
2015-09-29Action cache ids, fix integration testsmattab
2015-09-28Fix testmattab
2015-09-28delete cache in test tearDownmattab
2015-09-28add a test that checks the cache is actually hit when cache is enabledmattab
2015-09-28Caching id actions in general cache - can be enabled via INI setting enable_s...mattab
2015-09-28New test case for "Action Does not contain X"mattab
2015-09-25fixed testssgiehl