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 (Collapse)Author
2021-10-27Always remove hash part from URL when detecting the script name (#18204)Stefan Giehl
* Always remove hash part from URL when detecting the script name * use mb_ string methods * also escape ip * fix login ui test
2020-07-05Improve host validation (#16169)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2020-02-11Use \PHPUnit\FrameWork\TestCase instead of \PHPUnit_Framework_TestCase (#15554)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2018-08-11In piwik.updatePeriodParamsFromUrl() get period/date values from hash or ↵diosmosis
URL. (#13268) * In piwik.updatePeriodParamsFromUrl() get period/date values from hash or URL. * Remove date parameter from defaults in ajaxHelper, already handled properly below. * Remove .only * fixing tests & add new test for MultiSites * correct screenshot * upload screenshot + remove rejected change * Remove port in Url::isLocalHost().
2016-07-14make sure we prefer forwarded proto header over regular header (#10081)Thomas Steur
2016-01-11Do not overwrite piwikUrl when host is localhostThomas Steur
2015-07-08Fixes #8290 escape trusted hosts before calling preg_match to prevent PHP ↵mattab
warning
2014-11-03Namespaced all unit tests correctlyMatthieu Napoli
2014-10-29Speed up unit tests by enabling PHPUnit backupGlobals only for specific testsMatthieu Napoli
2014-10-22#6491 Fixes a redirection loop when Nginx is misconfigured and passes an ↵Matthieu Napoli
incorrect PATH_INFO
2014-10-13Added missing @group annotations in testsMatthieu Napoli
2014-10-13Fixed a bug in Url: the PATH_INFO was droppedMatthieu Napoli
Fixed getCurrentUrl() and getCurrentUrlWithoutQueryString() + tests
2014-10-13Revert previous commit (committed to fast -_-)Matthieu Napoli
2014-10-13Forgot renaming a test classMatthieu Napoli
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why