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-05-31Goals per page - new reports and metrics for tracking page conversions (#18221)Ben Burgess
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-11-15Proportional evolution comparison for incomplete periods (#18099)Ben Burgess
2021-09-28A few more PHP8.1 fixes (#17989)Tim-Hinnerk Heuer
2021-08-20When aggregating reports, inflate one expanded datatable at a time (#17817)dizzy
2021-07-30make sure summary rows are serialized with their in-db subtable ID and not in...dizzy
2021-06-09fix regression (#17656)Zoltan Flamis
2021-05-17Make sure summary row subtables are included in the serialized representaion ...dizzy
2021-05-11Do not confuse normal rows with the label "-1" w/ the summary row (#17517)dizzy
2020-12-10Harden check for numeric array indices (#16908)Stefan Giehl
2020-09-11Add more debug information for some specific archiving errors (#16387)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-08-07 Handle ranking query others row properly in contents & events archiver. (#14...diosmosis
2019-07-29Save DataTable metadata in records if added during archiving. (#14671)3.12.0-b1diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-01-28Allow DataTables to disable generic filters gthrough a datatable metadata. (#...diosmosis
2019-01-10Make sure totalsRow is in serialized datatable. (#13942)diosmosis
2018-12-07Some work on report totals (#13555)Thomas Steur
2018-10-11Implements wrapper method for a more secure unserialize with PHP 7 (#13285)Stefan Giehl
2018-09-07Make sure simple datatable metadata is serialized + some test case changes (#...diosmosis
2018-03-19Fix others row might not be replaced in subtables of others row (#12541)Thomas Steur
2018-03-06Assorted events and changes (#12496)Benaka
2017-11-20Improve serialize dataTable performance (#12289)Thomas Steur
2016-12-03Fix a bug where Piwik returns wrong rows by label (#10947)Thomas Steur
2016-11-01Removes deprecated method Archive::getDataTableFromArchivesgiehl
2016-03-08Merge master => 3.0Thomas Steur
2015-12-10Merge master into "3.0"Thomas Steur
2015-10-22Make the string ts_archivedmattab
2015-10-06support for secondary sort and faster sortThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-22PhpDoc and warning fixesMatthieu Napoli
2015-04-21improve performance of all websites dashboard when having thousands of websitesThomas Steur
2015-04-01refs #7458 fix memory error in API Live.getLastVisitsDetails when filter_offs...Thomas Steur
2015-03-31fix broken testsThomas Steur
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-24faster addDataTable(), can safe 2% wall timeThomas Steur
2015-03-19further dataTable performance improvementsThomas Steur
2015-03-19a summary row does not have a subtable, so we can simply get the rows without...Thomas Steur
2015-03-18Various performance improvements and bugfixes.Thomas Steur
2015-03-11Updated php docThomas Steur
2015-03-11Made for reports faster when flat=1 is used.Thomas Steur
2015-03-05Faster flattening for many reportsThomas Steur
2015-02-27Fixes #7310 - remove unused code & logicmattab
2014-12-10this code is actually tested for in DataTableTest::test_serializeFails_onSu...mattab
2014-12-10Remove code that we're not sure why it's heremattab
2014-12-10reuse $row->getSubtable() as much as possible instead of callng Manager::getI...mattab
2014-11-25Moving DataTable::getSiteIdFromMetadata to Piwik\Archie\DataTableFactory.diosmosis
2014-11-13Move goal translations and metric docs to metric classes from Goals visualiza...diosmosis