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
2022-06-09fixed: vardumper overriding (#19308)Victor
2020-09-03Updates php-di to 6.2.1 (#16311)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
* many typo fixes in the code thanks to codespell * reset submodules I really need to stop using `git commit -a` * reset change in library * rebuilt piwik.js * fix test * updates expected UI file Co-authored-by: sgiehl <sgiehl@users.noreply.github.com> Co-authored-by: Stefan Giehl <stefan@matomo.org>
2019-10-16Avoid warning headers already sent when setting session cache limiter (#14979)Thomas Steur
* Avoid warning headers already sent when setting session cache limiter * Update bootstrap.php
2019-09-23If session was already started, do not start it again (#14896)Thomas Steur
* If session was already started, do not start it again refs https://github.com/matomo-org/matomo/issues/12963 refs https://forum.matomo.org/t/an-error-occurred/32500 * Update Session.php * Update bootstrap.php * add test
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(?)
2019-03-15Support multiple plugin paths (#14051)Thomas Steur
* do not hard code plugins directory * remove method that is not needed for now * use plugins directory in more places * some work on supporting multiple plugin directories * use more unique name * couple fixes * and another fix * sort plugins * adjust languagesmanager * adjust more usages * Update Manager.php * adding a plugin to test * more tests * make sure plugin resources can be located in custom directory * adding more tests * rewrite image paths * handle more cases * add tests * make sure to load plugin * trying to fix test * trying it this way * load plugin * fix ui test? * testing if tests succeed this way * another test * load custom dir plugin * load plugin in ui fixture * change the update statement * remove update script * delete column * fix ui test * make it work for tests * fix some tests * Fix merge.
2018-09-20Auto-detect timezone and currency in installer (#13092)Christian Schmidt
* Auto-detect timezone and currency * Compare timezone case-insentively * Preserve existing defaults
2016-04-05fixes #8012 Remove magic quote hacks as now PHP 5.5 is requiredThomas Steur
2015-07-13Missing @license docblocks (according to fossology)Anthon Pang
2015-06-26add constant PIWIK_VENDOR_PATHChristian Raue
2014-12-22Added a commentMatthieu Napoli
2014-12-22Removed Piwik\Loader: Composer's autoloader is now included in ↵Matthieu Napoli
core/bootstrap.php
2014-12-22Moved common bootstrap code in a `core/bootstrap.php` fileMatthieu Napoli
This file is not in a class because it needs to be compatible with PHP 4.