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-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
2014-02-12Merge remote-tracking branch 'origin/master' into 4610_cli_archivingThomas Steur
2014-02-11refs #4610 prevent some notices like "failed to read from stream" which happe...Thomas Steur
2014-02-11Fixes #4001 Deprecate force_ssl_login setting as it's too hard to properly en...mattab
2014-02-07refs #4631 started to work on installing updates during installation in case ...Thomas Steur
2014-02-05refs #4611 fix fatal error because getProfiler and fetchCol methods did not e...Thomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2014-01-17Refactor the dispatcher into own method, catching exception during post eventmattab
2013-12-26Refs #4439 Registering the callback in the frontcontroller and using a static...mattab