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
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é
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-03refs #4244 fix linkThomas Steur
2013-12-03refs #4244 fix more linksThomas Steur
2013-10-21Refs #4200, documented the Filesystem class.diosmosis
2013-10-15Cleaning up @group comments on tests to keep only 4 groups: Core, Integration...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing some warningsmattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-09-30Refs #4133mattab
2013-09-22Try to fix build w/ opcache...Benaka Moorthi
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Adding Filechecks class for all filesystem checksmattab
2013-09-14Adding Filesystem class which contains file operationsmattab