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-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
2014-06-19automatically render a single report if possible. Not sure about this yet. ha...Thomas Steur
2014-06-18this is epic... by rendering the reports this way we can remove a lot of dupl...Thomas Steur
2014-06-10Tweak to FrontController documentation.diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-02Ignore SSL redirection for VisitorGenerator to work around issue when SSL is ...mattab
2014-05-16The module and action was not included in this eventThomas Steur
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-05Refs #4990 Fix bug reported in forums when nFS is detectedmattab
2014-04-30Updating comment to reference to ./console core:archive instead of archive.phpmattab
2014-04-12Small refactor -> move logic to Plugin\Manager so we can better refactor it l...mattab
2014-04-07force_ssl should start working only after Piwik is installedmattab
2014-03-29Fixes #4924: in Tracker mode, do not check for permission when getting/settin...mattab
2014-03-26Display output buffer if controller method returns output in FrontController:...diosmosis
2014-03-22a const for the default modulemattab
2014-03-20Changed Updater.checkForUpdates name to Platform.initialized, make sure #cont...diosmosis
2014-03-17Remove assignCliParametersToRequest() and see if any test is failingmattab
2014-03-03Remove debugging code, remove no longer needed property from config.ini.travi...diosmosis
2014-02-12Refs #4610 do not require this directory writable, in the UI, only in the arc...mattab