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
2018-09-30Fix various notices caused by invalid parameter values (#13511)Stefan Giehl
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2017-04-03replace pChart with CpChart (#11559)Stefan Giehl
2017-03-28System tests: enable images generation in scheduled reports (#11278)Matthieu Aubry
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-08-13Use !isset instead of empty, as we need to use zero vauesmattab
2015-05-10Removed deprecated methods.Thomas Steur
2014-12-18add namespacemattab
2014-12-18Fixes #6865 Introducing new event to let plugin define deprecated module and...mattab
2014-12-17Fix the notice Notice: Undefined index: bounce_ratemattab
2014-07-19fixed field visibility keyword orderChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2013-11-18Refactor const to highlight their coupling #4278mattab
2013-11-11Adding type hinting to API classesmattab
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-22Refs #4200, make DataTable:: private & add public methods necessary, tweaking...diosmosis
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-10Refs #4208 Remove translate singletonmattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07Refs #4125 Renaming plugin from Referers to Referrersmattab
2013-10-05Renaming DataTable\Array to DataTable\Map in comments and testsmattab
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-09-14refs #4151 refactored some usages of _js hacksgiehl
2013-08-11fixed namespacessgiehl
2013-08-11Merge branch 'plugin_namespaces'mattab
2013-08-11Merge with Master + fix build + Namespaces conquest checkmattab
2013-08-10added some inline variable type hints / fixed some doc blockssgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-06-16Continuing the great cleanup. It looks like archiveProcessor will have to go ...mattab
2013-05-19ref #71, #3934 - segment selection for scheduled html, pdf & sms reportsJulien Moumné
2013-04-20fixes #3799 apply colors to exception messageJulien Moumné
2013-04-09refs #3799 new parameter $textColor is required to render exceptionsJulien Moumné
2013-04-08refs #3799 new ImageGraph API parameters $textColor, $backgroundColor and $gr...Julien Moumné
2013-04-07fixes #3875Julien Moumné
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-11Fixes #3388, added DataTableManager JS class used to initialize and set eleme...diosmosis
2013-03-11Refs #3465, remove Piwik_DataTable_Array::metadata and move data to Piwik_Dat...diosmosis
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-23Fixing noticesmattpiwik