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
2021-11-05Fix for HTML entity decoding of single quotes in campaigns and csv/xml export...Ben Burgess
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-19Run tests on bionic distribution & run AllTests with PHP 7.4 (#15720)Stefan Giehl
2020-03-22Remove PHP serialization response format (#15558)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-12-24MergeDataTables does not correctly merge if table2 has more data than table1 ...diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2018-12-09Keep flattened columns as extra columns (#12199)Stefan Giehl
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-06Fixes #6134, perform name change from Factory to BaseFactory for PHP 5.3.2.diosmosis
2014-08-20Refactor factory methods into base Factory type for ease of testing.diosmosis
2014-08-20Fix bug where certain factory methods assume new operator will throw on class...diosmosis
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-08-06refs #5896 easier check for dataTablesThomas Steur
2014-08-06refs #5896 DataTableInterface includes SimpleDataTable which is apparently no...Thomas Steur
2014-08-06refs #5896 started to move rendering code from response builder in other clas...Thomas Steur
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2013-11-15Fix non existing function calledmattab
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-05Renaming DataTable\Array to DataTable\Map in comments and testsmattab
2013-09-23Make sure all calls to Piwik_ExitWithMessage provide backtrace if available, ...Benaka Moorthi
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-04code improvements / fixing doc blockssgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-08-02fixed more doc blocks and namespacessgiehl
2013-08-02fixed some doc blockssgiehl
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*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-06-22Moving more logic to Piwik_Metricsmattab
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-20Fixing more bugs in the build + Mapping visits from China region 14 to Tibet ...mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-18Refs #1253, fixes #3349, fix bugs and regressions in annotations and tweaked ...benakamoorthi
2012-12-14Fixes #1253, added annotations plugin that allows attaching notes to differen...benakamoorthi
2012-10-31Refs #3259, strip non-UTF-8 chars from strings in outputted XML/HTML so htmls...benakamoorthi
2012-05-28added/fixed doc blockssgiehl
2012-05-28Properly display exceptionsmattpiwik