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
2014-11-14Merge branch 'di-config' into tmp-pathMatthieu Napoli
Conflicts: core/Session.php
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
The `tmp/` path was hardcoded everywhere, which resulted in using `SettingsPiwik::rewriteTmpPathWithInstanceId()` to rewrite it for specific use cases. I've moved that path into the config, and replaced all hardcoded usage (and calls to `rewriteTmpPathWithInstanceId()`) by a `get()` from the container. Getting entries from the container is a bad practice and dependency injection should be preferred, but we do baby steps. When refactoring those classes to DI, we'll replace calls to the container with proper dependency injection. Another thing we'll need to do too is move the hardcoded *sub-path* of `tmp/` (e.g. `tmp/sessions/`) into the config also (but again: baby steps). Another future step would be to remove completely instance ID and let it be handled by a plugin (or by end-user config). Having the `tmp/` path in the config means that plugins or users can override it and know it will be taken into account everywhere in Piwik.
2014-11-04refs #6564 refactored out HtmlMessageException and introduced some other ↵Thomas Steur
exceptions instead
2014-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing ↵diosmosis
exceptions & include HtmlMessageException class for exceptions w/ HTML content in their message.
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-06-13Fixes #5339: do not hardcode user and group in error messagesmattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-07use GNU/Linux instead of Linuxmattab
2014-05-19Fixes #5181 Renamed methodmattab
2014-04-05Fix bug where file integrity message was not displayed.mattab
2014-02-20Fix bug when config directory returns an errormattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2014-01-31made file integrity warning completely translatableChristian Raue
2014-01-21prevent small notice if file is there but not readable / stat'ablemattab
2014-01-07Making class_exists calls consistently use \\mattab
2013-11-19Writing current user the script is running (whoami) so user knows why ↵mattab
permission checks fail
2013-11-18Error messages friendly to CLI output (no html, spaces displayed ↵mattab
correctly...). Factoring out class CronArchive from archive.php.
2013-10-22Tracker refactor + fix bug in bulk authentication + Cleanup some of ↵mattab
Transitions code refs #472
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4059 Converting updates files to use namespacesmattab
2013-10-07Refs #4125 Fixesmattab
2013-09-30Refs #4133mattab
2013-09-182.0-a4mattab
2013-09-18Tweaks to alpha buildmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Adding Filechecks class for all filesystem checksmattab