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
2016-10-03 If Piwik is not installed yet, it's possible the tmp/ folder is not writable...mattab
2015-11-12refs #9201 do not use DI for request processorsThomas Steur
2015-08-07Add quick note in config/global.php regarding tracker.request.processors item.diosmosis
2015-08-06Make Tracker\Settings stateless and store in DI. Remove Visitor::recognize() ...diosmosis
2015-08-06Move bulk of logic in Visitor class to new stateless service, VisitorRecogniz...diosmosis
2015-08-06Add initial RequestProcessor base + DI entry + use in Visit::handle(). Moving...diosmosis
2015-07-22Fix emails validation with unknown TLDbarbushin
2015-07-06Refs #8259, remove Zend_Validate_EmailAddress entry from global.php since we ...diosmosis
2015-07-03Move Zend_Validate_EmailAddress to DIbarbushin
2015-05-21Use observers.global DI config in TestingEnvironment to define event observer...diosmosis
2015-05-21Allow event observers to be defined before the container is created via the o...diosmosis
2015-04-18Merge branch 'master' into config_step_2diosmosis
2015-04-13Updated PHP-DI versionMatthieu Napoli
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ...diosmosis
2015-02-12Moved the monolog configuration and code into a Monolog pluginMatthieu Napoli
2015-02-11Simplified the cache configurationMatthieu Napoli
2015-02-02Updated composer and PHP-DI with latest changesMatthieu Napoli
2015-01-12use a static Array cache during developmentThomas Steur
2015-01-05Refactored the way translations are loadedMatthieu Napoli
2014-12-23DI config: renamed the `old_config` prefix to `ini`Matthieu Napoli
2014-12-17#6622 Logger refactoring: remove INI options:Matthieu Napoli
2014-12-17Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-15#6622 Logger refactoring: restored the "screen" backend to log to HTML notifi...Matthieu Napoli
2014-12-11#6622 Logger refactoring: Separated error and exception handling from loggingMatthieu Napoli
2014-12-10#6622 Logger refactoring: Turned the Exception (text) formatter into a proces...Matthieu Napoli
2014-12-10#6622 Logger refactoring: replaced Piwik StdOutHandler with Monolog's StreamH...Matthieu Napoli
2014-12-10#6622 Logger refactoring: renamed "Backend" to "Handler" to match Monolog namingMatthieu Napoli
2014-12-05#6622 Logger refactoring: config simplificationMatthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the code and configurationMatthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the formatters by merging ExceptionHtmlF...Matthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the formatters by removing the ErrorText...Matthieu Napoli
2014-12-05#6622 Logger refactoring: support for the PSR-3 placeholders in log messagesMatthieu Napoli
2014-12-05#6622 Logger refactoring: using Monolog!Matthieu Napoli
2014-12-04#6622 Logger refactoring: moved all the log config to DI configMatthieu Napoli
2014-12-02#6622 Logger refactoring: turned Piwik's log writers into Monolog HandlersMatthieu Napoli
2014-12-01#6622 Logger refactoring: added Log\Processor\ClassNameProcessorMatthieu Napoli
2014-12-01#6622 Logger refactoring: moved some configuration into the containerMatthieu Napoli
2014-12-01Merge branch 'tmp-path' into log-refactoring-1Matthieu Napoli
2014-12-01#6622 Logger refactoring: moved "log message processing" into "Processor" obj...Matthieu Napoli
2014-11-28Update global.phpMatthieu Napoli
2014-11-28Logger refactoring, 1st step: separate config from logicMatthieu Napoli
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
2014-10-30Added PHP-DI + StaticContainer classMatthieu Napoli