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
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
2014-10-30The FrontController now uses the container to create controllers (i.e. DI in ...Matthieu Napoli
2014-10-29Use interface to determine if an exception contains HTML message content.diosmosis
2014-10-28Use custom logo & favicon in error page.diosmosis
2014-10-28Merge pull request #6541 from piwik/remove_exitwithmessageBenaka
2014-10-28Use correct exception for auth error in FrontController.diosmosis
2014-10-28Moved PluginDeactivatedException out of the FrontController.php fileMatthieu Napoli
2014-10-28Adding event so the error page contents can be modified.diosmosis
2014-10-28Remove ExitWithMessage function and documented new code.diosmosis
2014-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing exceptio...diosmosis
2014-10-13Made FrontController use Url::getCurrentUrl()Matthieu Napoli
2014-10-13Renamed UrlFilter to RouterMatthieu Napoli
2014-10-10Refactored #6404 into a separate UrlFilter class with dedicated unit testsMatthieu Napoli
2014-10-09Fixes #6156 Redirect /index.php/.whatever?... to /index.php?...Matthieu Napoli
2014-10-01Refactor magic string FTWmattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-25fix installation tests again since loadPluginTranslation wants to acess the c...Thomas Steur
2014-08-25refs #5863 we need to pass the langCode to loadPluginTranslations() otherwise...Thomas Steur
2014-08-25refs #5863 we need to load core translations upfront as metadataLoader will t...Thomas Steur
2014-08-20use string name of module instead of object itself fixes #6030mattab
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-23simplified a use statementChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-15removed unused variablesChristian Raue
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-07-04Refs #5400, fixing UI tests and regression in Installation process.diosmosis
2014-07-04Fixes #5400, display useful error message when a database connection cannot b...diosmosis
2014-07-01Add support for --force-date-range parameter + also enable Verbose logging vi...mattab
2014-06-30refs #5326 as mentioned in the ticket once we have simplified the reports we ...Thomas Steur
2014-06-27Log caught exceptions to help with debugging.diosmosis
2014-06-27rename method to be consistent with renderReportWidgetThomas Steur
2014-06-27renderWidget => renderReportWidget since we might want to use renderReport to...Thomas Steur
2014-06-23make sure to display a message "you do not have permission for this site" if ...Thomas Steur