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-07-21When Piwik config file becomes un-readable, make it clear that the file still...Matthieu Aubry
2016-04-14Update FrontController documentation (#10049)Sam
2015-12-22Higher resolution 32x32 favicon https://github.com/piwik/piwik/issues/8869mattab
2015-12-18Display useful message how to solve "Form security error" issue, when SSL may...mattab
2015-10-29Do not use static local variable in FrontController so tests can initialize t...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-01Remove FrontController::createConfigObject as it should no longer be necessary.diosmosis
2015-04-18Merge branch 'master' into config_step_2diosmosis
2015-04-17In the maintenance mode use the Piwik titlesMatthieu Napoli
2015-04-16#7620 Take into account custom logos for the maintenance modeMatthieu Napoli
2015-04-16#7620 Redesign of the maintenance modeMatthieu Napoli
2015-04-09Fix translation edit in last commit and remove local config check in FrontCon...diosmosis
2015-04-07Merge branch 'master' into config_step_2diosmosis
2015-04-07Adding environment validation class to centralize all config.ini.php + relate...diosmosis
2015-04-07Ignore the error "the DB is in a newer version" when development mode is enabledMatthieu Napoli
2015-03-10Move throwIfPiwikVersionIsOlderThanDBSchema that is only used in FrontControl...diosmosis
2015-03-10Merge branch 'master' into 7276_update_command_progressdiosmosis
2015-03-04Front Controller refactoring: moved controller creation logic into Controller...Matthieu Napoli
2015-02-25Refs #7276, initial backwards compatible refactor of updater classes (moved C...diosmosis
2015-02-20refs #7104 Rename vars and put logic into methodmattab
2015-02-14refs #7104 fix typoThomas Steur
2015-02-14refs #7104 make sure to close session for sparklines only when requested from...Thomas Steur
2015-02-14refs #7104 directly close session again to prevent any blocking when ajax req...Thomas Steur
2015-02-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2015-02-02Removed the timing of the whole page which wasn't used anymoreMatthieu Napoli
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-05Merge pull request #6909 from piwik/translationMatthieu Aubry
2015-01-05Removed useless importMatthieu Napoli
2015-01-05Fixed typo that crept inMatthieu Napoli
2015-01-05Refactored the way translations are loadedMatthieu Napoli
2015-01-05Moved loading of plugin translations from Plugin Manager to TranslatorMatthieu Napoli
2014-12-31Send HTTP status 500 for fatal errorsMatthieu Napoli
2014-12-22Replaced usage of Log::verbose() with Log::debug()Matthieu Napoli
2014-12-19Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-18Fixes #6865 Introducing new event to let plugin define deprecated module and...mattab
2014-12-17Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-15Fixes #6529 Throw an exception when codebase is older than schema to prevent ...mattab
2014-12-11#6622 Logger refactoring: Separated error and exception handling from loggingMatthieu Napoli
2014-12-01Fixed the detection of missing config fileMatthieu Napoli
2014-11-14Merge branch 'di-config' into tmp-pathMatthieu Napoli
2014-11-14Merge branch 'master' into di-configMatthieu Napoli
2014-11-14Merge pull request #6587 from piwik/removeHtmlMessageExceptionThomas Steur
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
2014-11-12Moved the StaticContainer into `Piwik\Container`Matthieu Napoli
2014-11-04refs #6564 refactored out HtmlMessageException and introduced some other exce...Thomas Steur
2014-11-03Merge branch 'master' into php-diMatthieu Napoli
2014-10-31Revert "Use interface to determine if an exception contains HTML message cont...diosmosis
2014-10-31Merge branch 'master' into php-diMatthieu Napoli
2014-10-30Fix regression in error page that occurs when custom logo URLs cannot be acce...diosmosis
2014-10-30Replaced calls to $container->get() to $container->make() for controllers, ma...Matthieu Napoli