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
2014-09-08Refs #3490 Adding segment 'userId==' + some '&segment=userId==' integration t...mattab
2014-09-08Refs #6109 cid should not require token_auth authentication. Note; this may f...mattab
2014-09-02Refs #3490 Encode user id value before sending to Tracking API.mattab
2014-09-01Refs #3490 User ID Tracking with Piwik.js + testsmattab
2014-09-01Refs #3490 User ID Tracker is now working:mattab
2014-08-27Do not delete tracker cache in proxy piwik.php so devicedetector cache will r...diosmosis
2014-08-26refs #6065 added changelog and fixed some testsThomas Steur
2014-08-26refs #6065 maybe this makes sure to load plugins always in same order in test...Thomas Steur
2014-08-26refs #6065 remove tracker plugins from config and cache them instead in a fil...Thomas Steur
2014-08-26refs #6045 fixed some tests as due to the event the order of the live propert...Thomas Steur
2014-08-26refs #6045 fixing already core and pluginsTests, need to check diff of integr...Thomas Steur
2014-08-26plugin description for DBStats now show correctlymattab
2014-08-26Merge branch 'master' of github.com:piwik/piwikmattab
2014-08-26refs #6070 also unsanitise the pattern which is needed for when pattern conta...mattab
2014-08-26Merge pull request #6066 from piwik/json2_api_formatBenaka
2014-08-26fixes #6070 unsanitize the Action url before attempting to match the goal.mattab
2014-08-25Move JSON format bug fixes to new JSON2 format so existing clients will not f...diosmosis
2014-08-25Merge pull request #6059 from piwik/5863_languageFilesInPluginThomas Steur
2014-08-25Merge pull request #5850 from Sija/js-tracklink-callbackMatthieu Aubry
2014-08-25Fixing build.diosmosis
2014-08-25Allow custom commands to be added to generated .travis.yml files and fix bug ...diosmosis
2014-08-25fixed testssgiehl
2014-08-24refs #5863 fix more tests including installation UI testsThomas Steur
2014-08-24refs #5863 fixed some of the testsThomas Steur
2014-08-24Add tests for trackLink() callbackSijawusz Pur Rahnama
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-21Remove changes to tests that should not be in this pull request.diosmosis
2014-08-21Get xhprof integration to work. Only setup xhprof once per php execution and ...diosmosis
2014-08-21Add xhprof option to tests:run command.diosmosis
2014-08-21Add xhprof to composer.json file & remove README.diosmosis
2014-08-21Re-enabling commented out tests (and removing old travis debugging).diosmosis
2014-08-21refs #4224 - ignore SecurityInfo plugin in code coveragesgiehl
2014-08-21Merge branch 'master' into codecoveragesgiehl
2014-08-21Merge pull request #6023 from sgiehl/masterStefan Giehl
2014-08-20refs #4224 - exclude example plugins from codecoverage reportssgiehl
2014-08-20Merge pull request #6024 from piwik/composer_autoloaderBenaka
2014-08-20refs #5989 #6026 let users define a goal depending on an event and fix the ex...Thomas Steur
2014-08-20Refactor factory methods into base Factory type for ease of testing.diosmosis
2014-08-20Update CustomAlerts submodule and tweak text of travis.sh no group check's er...diosmosis
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-08-19updated submoduleThomas Steur
2014-08-19updated submoduleThomas Steur
2014-08-18refs #6009 make sure we use only reports and widgets of actually activated pl...Thomas Steur
2014-08-17refs #4224, #4302 - added code coverage report using coveralls.iosgiehl
2014-08-16Merge pull request #6011 from piwik/5414_useFindComponentsToGetSettingsThomas Steur
2014-08-15Merge pull request #6010 from piwik/findComponentsOnlyOfActivatedPluginsThomas Steur
2014-08-15fix menu reporting test, plugins were loaded but not activatedThomas Steur
2014-08-15fixed some tests as the actions plugin was not loadedThomas Steur
2014-08-15refs #5414 this could fix the segmentation fault. It is more of a guess but I...Thomas Steur