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-09Merge RC patches back to main branch (#18901)Justin Velluppillai
2021-12-06Remove hidden files on update on servers supporting GLOB_BRACE (#18447)Stefan Giehl
2021-08-11Improve I/O performance by not writing placeholder files when they already ex...Justin Velluppillai
2021-06-29Stronger condition to check NFS (#17695)Sébastien Beyou
2021-06-18don't pass null as a glob() flag (#17687)Lukas Winkler
2021-03-11Add --skip-cache-clear option to core:update command so we dont have to clear...dizzy
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-04-01Useless return (#15761)Jean Baptiste Noblot
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2019-01-29Set isHtmlMessage for more exceptions. (#14024)diosmosis
2018-05-23Ensure consistent ordering in test output for travis-ci & local environments ...diosmosis
2018-02-21Add new Filesystem.allCachesCleared event after all caches cleared. (#12568)Benaka
2017-07-18Fix core:updater needs to be executed twice (#11833)Thomas Steur
2016-12-02Call createFilesForSecurity() manually in the update (doing this on cache de...mattab
2016-12-01Prevent directory listing on apache servers (#10931)Matthieu Aubry
2016-08-23Create index.htm files in all tmp/ sub-folder as an additional safety net (#1...Matthieu Aubry
2015-11-16fixes #9117 strpos() expects parameter 1 to be stringThomas Steur
2015-09-08#8734 Bad filesystem detection (NFS)Laurent Declercq
2015-08-09since shell_exec does not return command output code, working around by looki...mattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-01-15Filesystem remove: silenceErrors optionMatthieu Napoli
2015-01-13Fix #6927 race conditions when deleting filesMatthieu Napoli
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-07this might fix some ui testsThomas Steur
2014-12-17added support for different caching backends such as redisThomas Steur
2014-11-27Merge branch 'di-config' into tmp-pathMatthieu Napoli
2014-11-13refs #6617 if process or output size is too large, declare it as finishedThomas Steur
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
2014-10-15refs #6444 if it fails to copy the first time, try it another time before tri...Thomas Steur
2014-10-15refs #6444 when copy a php file check whether it was actually copied and whet...Thomas Steur
2014-08-15no need to set the second param so we make sure the default value of clear al...Thomas Steur
2014-08-15added possibility to invalidate xcache if possibleThomas Steur
2014-08-15reset wincache opcache if used on windowsThomas Steur
2014-08-15make sure to clear all caches after an update, it is not enough to do this af...Thomas Steur
2014-08-12refs #5936 moved some business logic from controller into model which also br...Thomas Steur
2014-08-12refs #5936 added some phpdoc blocksThomas Steur
2014-08-12refs #5936 added many tests for the new filesystem methods to make sure they ...Thomas Steur
2014-08-12refs #5936 started to work on removing files from core and the plugins direct...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-24Remove second parameter to Filesystem::mkdir to prevent unexpected bugs.mattab
2014-05-24Refs #5034 Only restrict chmod 0750 to folders in tmp/*mattab
2014-05-21Refs #4499 This should fix the issue with htaccess files being incorrect.mattab
2014-05-08Fixes #5034 chmod files created in tmp/* as 0750 instead of 0755mattab
2014-02-11refs #4610 use existing methods, lock does not work on Windows (yet), save lo...Thomas Steur
2014-02-10refs #4610 worked on executing cli commands in parallel but not tested yetThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-17fixes #4373, #1640Julien Moumné