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-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
2013-12-20Fixes #4409 Removing the function call as it is not thread safe and breaks ot...mattab
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-12-03refs #4244 fix param [ci skip]Thomas Steur
2013-12-03refs #4244 replaced some links to hooks.Thomas Steur
2013-12-03refs #4244 converted more linksThomas Steur
2013-12-02refs #4244 updated some existing links to use link inline tagThomas Steur
2013-11-28Fix bug in Frontcontrollermattab
2013-11-28Make Controller object after the hook was triggered, so that the Module/Actio...mattab
2013-11-18Fix buildmattab
2013-11-18Refs #4310mattab
2013-11-18Improving XHProf support. At the end of a request with XHProf enabled, it wil...mattab
2013-11-10 Disable/enable the ability to load external entities, prevent XXE attack #ki...mattab
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-22Fix testsmattab
2013-10-22Fixing Hook event values set correctly in frontcontrollerMatthieu Aubry
2013-10-21Refs #4200, finished documenting FrontController.diosmosis
2013-10-17Merge remote-tracking branch 'origin/master' into viewdata_refactoringThomas Steur
2013-10-16Making sure API calls using old Referers or PDFReports would still work by au...mattab
2013-10-16make phpstorm happyThomas Steur
2013-10-15Cleaning up @group comments on tests to keep only 4 groups: Core, Integration...mattab
2013-10-15Type hint for Singletonmattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-10Refs #4208 Plugin classes movedmattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-10Refs #4208 Remove translate singletonmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-09Refs #4199 minor docmattab