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
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2022-01-11Ignore array keys that match unsummable columns when summing row array column...Ben Burgess
2021-12-15Fix for datatable row sum error (#18500)Ben Burgess
2021-10-15Minor optimisations to Archiving (#18156)Sam
2021-08-20Ignore overwrite subtable warning for summary rows for old data… (#17891)dizzy
2021-08-20When aggregating reports, inflate one expanded datatable at a time (#17817)dizzy
2021-06-13Add some extra information when two non-summable columns are added together f...dizzy
2021-05-11Do not confuse normal rows with the label "-1" w/ the summary row (#17517)dizzy
2021-04-01Use exceptions to provide more context to warning logs in Row.php (#17413)dizzy
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-02-23Add better error message for unsupported operand error. (#14116)diosmosis
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-07-20pass instance of both row objects to aggregate callback when aggregating them...Thomas Steur
2016-07-12Add possibility to specify a custom row aggregation operation (#10288)Thomas Steur
2015-12-10Merge master into "3.0"Thomas Steur
2015-11-04changed look of custom variables screen, merge metadata when specifiedThomas Steur
2015-10-06A Row implementation that is based on ArrayObject which is fasterThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-22PhpDoc and warning fixesMatthieu Napoli
2015-03-31changed the name of chunks in archive tables, faster unserializationThomas Steur
2015-03-31Faster archiving of aggregated reports, also performance imprvovements in gen...Thomas Steur
2015-03-18accidentally commited this referenceThomas Steur
2015-03-18faster archive by calculating the recursive count only if neededThomas Steur
2015-03-05Faster flattening for many reportsThomas Steur
2015-01-14Archiver optimization: gained 800ms in my local test (1.5%)Matthieu Napoli
2014-12-10Make sure not to fail in getSubtable()mattab
2014-11-11when there's a fire, pour a lot of water over it!! fixes #6485mattab
2014-10-13Refs #4528 remove unused functionmattab
2014-10-13Fixes #4528 instead of failing with an exception, log a warning instead.mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-06refs #5896 tests are showing converting an array to a dataTable and run the f...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-13refs #4706 added possibility to register a closure or a callable method to pr...Thomas Steur
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-09refs #4706 while having a look on this issue I noticed another issue with thi...Thomas Steur
2014-05-09refs #4706 better error message, might help us to find this issueThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03converted some links to use @linkThomas Steur
2013-11-13Refs #4278 Rewriting aggregateNumericMetrics() to use DataTable aggregation o...mattab
2013-10-22Refs #4200, make DataTable:: private & add public methods necessary, tweaking...diosmosis
2013-10-22Fix someof buildmattab
2013-10-21Refs #4200 documented core/DataTable/Row.php.diosmosis
2013-10-21Fixing tests.diosmosis
2013-10-21Done.diosmosis