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
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-10-08Fixed fake acess check when idsite=0, #18115 (#18116)AltamashShaikh
2021-08-02Fix sorting of Geolocation providers (#17835)Stefan Giehl
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-06-03Archiving job prioritization and safety precautions (#15991)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-11Merge branch 3.x-dev into 4.x-dev (#15543)Stefan Giehl
2020-02-07Force using DB sessions once Matomo is installed (#15275)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-11Make it possible to define joins for log tables using `getWaysToJoinToOtherLo...Stefan Giehl
2018-08-09Add notification when report w/ segment has no data, but segment is unprocess...3.6.0-b4diosmosis
2018-07-18Introducing a new role "write" and possibility to define capabilities (#13163)Thomas Steur
2018-06-28Remove executable bit on most files (#13038)Adrien Crivelli
2016-12-12expose some more settings methods (#10993)Thomas Steur
2016-09-30Merge branch '2.x-dev' into 3.0-m09Thomas Steur
2016-09-292.16.3-rc1 (#10590)2.16.3-rc1Matthieu Aubry
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2016-07-25Professional Services for Piwik, neutral branding within Piwik app (#10339)Matthieu Aubry
2016-07-13Improved join generation for segments (#10264)Thomas Steur
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2016-02-14merge master => 3.0Thomas Steur
2016-02-02Integration test change following up https://github.com/piwik/piwik/commit/fd...mattab
2016-02-01fix some tests as a file was missingThomas Steur
2016-01-28fixes #9648 New sentence presenting Piwik PRO after a successful Piwik instal...Thomas Steur
2015-12-25Merge branch 'master' into 3.0sgiehl
2015-12-21fixes #4314 Don't let "admin" users see all other users in PiwikThomas Steur
2015-12-10Merge master into "3.0"Thomas Steur
2015-11-23Fixing issues causing omnifixture setup to fail.diosmosis
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-07-03Make FakeAccess derive from Access so when injecting FakeAccess into classes ...diosmosis
2015-06-25Use correct exceptions in mock Access type FakeAccess so they can be caught i...diosmosis
2015-06-20Allow setting FakeAccess properties in construction to make it easier to over...diosmosis
2015-06-20Move FakeCliMulti to tests/PHPUnit/Framework/Mock so it can be reused.diosmosis
2015-06-20Remove plugin loading logic from TestConfig, this is handled by TEstingEnviro...diosmosis
2015-06-20Fix order of parent class call in TestConfig.diosmosis
2015-06-20Add order to mock location provider to avoid warning during tests.diosmosis
2015-06-16Adding force-idsegments parameter to core:archive param and handle the parame...diosmosis
2015-06-12Make sure FakeAccess::reloadAccess() returns true, indicating successful relo...diosmosis
2015-06-05Rename TestingEnvironment to TestingEnvironmentVariables.diosmosis
2015-06-02Fix settings related tests that require clearing FakeAccess access.diosmosis
2015-06-02Move TestingEnvironment::arrayMergeRecursiveDistinct() to TestConfig since th...diosmosis
2015-06-02Add TestingEnvironment to DI and use Config instead of TestConfig in ConfigTe...diosmosis
2015-06-02Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to P...diosmosis
2015-05-25Moved Config object to the DI container and override w/ TestConfig through DI...diosmosis
2015-05-22Move Config::setTestEnvironment() to TestConfig. This will require changing s...diosmosis
2015-05-22Remove the Config.createConfigSingleton test event from being posted in Confi...diosmosis
2015-05-22Move the Config.createConfigSingleton event handler in TestingEnvironment.php...diosmosis
2015-05-01Remove GlobalSettingsProvider interface and replace w/ GlobalSettingsProvider...diosmosis
2015-05-01Fix last commit, unset IniSettingsProvider singleton in TestConfig __construc...diosmosis