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
2016-12-27Live API: New 'generationTimeMilliseconds' field used to process Average gene...Matthieu Aubry
2016-11-01Removes deprecated method Archive::getDataTableFromArchivesgiehl
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2015-10-15Merge branch 'master' into 3.0Thomas Steur
2015-10-11use number formats for values displayed besides sparkline and for evolution datasgiehl
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-10-06support for secondary sort and faster sortThomas Steur
2015-10-06A Row implementation that is based on ArrayObject which is fasterThomas Steur
2015-09-19Fixes #8580 Notice - Undefined property: Piwik\DataTable\Filter\ExcludeLowPop...mattab
2015-07-13filter_excludelowpop=nb_visits should work even before 'ReplaceColumnNames' ...mattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-22removing that performance improvement again and someone else can add it again...Thomas Steur
2015-04-21improve performance of all websites dashboard when having thousands of websitesThomas Steur
2015-04-17refs #3838 use pagination in SitesManager to be able to manage many hundreds ...Thomas Steur
2015-03-31disable tests on PHP 5.3 again, faster ReplaceColumns, remove not needed testThomas Steur
2015-03-31Faster archiving of aggregated reports, also performance imprvovements in gen...Thomas Steur
2015-03-19further dataTable performance improvementsThomas Steur
2015-03-19Merge pull request #7476 from piwik/datatable_getrows_performanceimprovementMatthieu Aubry
2015-03-19a summary row does not have a subtable, so we can simply get the rows without...Thomas Steur
2015-03-18Merge pull request #7469 from piwik/browser_plugin_percentage_fixMatthieu Aubry
2015-03-18#7437 Prevent percentages to go over 100% for browser plugin supportMatthieu Napoli
2015-03-18Various performance improvements and bugfixes.Thomas Steur
2015-03-16fixed a couple of bugs in DataTable\Sort.Thomas Steur
2015-03-11Made for reports faster when flat=1 is used.Thomas Steur
2015-03-09Run queued filters after generic filters making visualizations much faster.Thomas Steur
2015-03-05this should fix a bug with dbstats since we removed callable columnsThomas Steur
2015-03-05Faster flattening for many reportsThomas Steur
2015-02-16refs #4633 actually it is not a good idea to generate a segment for subtables...Thomas Steur
2015-02-16refs #4633 a couple of code improvements eg we do not need to run a filter wi...Thomas Steur
2015-02-13refs #4633 rename segment filter to segment, fixed a bug re visitTime and ext...Thomas Steur
2015-02-13refs #4633 rename segmentFilter => segmentThomas Steur
2015-02-13refs #4633 added tests for newly added filtersThomas Steur
2015-02-13refs #4633 open segmented visitor log with one click on a rowThomas Steur
2015-01-16phpdoc updateMatthieu Napoli
2015-01-16Missing phpdocMatthieu Napoli
2014-12-10reuse $row->getSubtable() as much as possible instead of callng Manager::getI...mattab
2014-12-05Fixes #6562mattab
2014-11-26Fix failed phpstorm refactor.diosmosis
2014-11-25Moving DataTable::getSiteIdFromMetadata to Piwik\Archie\DataTableFactory.diosmosis
2014-11-18Removing TODOs and tweaking existing code.diosmosis
2014-11-18Revert to old CalculateEvolutionFilter for backwards compatibility w/ at leas...diosmosis
2014-11-18Remove PHP 5.3.3 XML response 'normalizing' in system tests.diosmosis
2014-11-17Fixing UI tests (make sure labels are correctly escaped by SafeDecodeLabel).diosmosis
2014-11-17Fix double encode in SafeDecodeLabel filter (only affects > 5.3).diosmosis
2014-11-16Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-14Make sure all goals IDs present in a DataTable are processed when adding goal...diosmosis
2014-11-14Move all Metrics to Columns folder.diosmosis
2014-11-13Move goal translations and metric docs to metric classes from Goals visualiza...diosmosis