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
2015-11-04changed look of custom variables screen, merge metadata when specifiedThomas Steur
2015-11-04added screen to see custom variable usagesThomas Steur
2015-10-11use number formats for values displayed besides sparkline and for evolution datasgiehl
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-22PhpDoc and warning fixesMatthieu Napoli
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-21Datatable filters can also add rowsMatthieu Aubry
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-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-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-18accidentally commited this referenceThomas Steur
2015-03-18faster archive by calculating the recursive count only if neededThomas Steur
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
2015-01-14Archiver optimization: gained 800ms in my local test (1.5%)Matthieu Napoli
2014-12-10Fix refactor failmattab
2014-12-10Make sure not to fail in getSubtable()mattab
2014-12-10Tweak exception messagemattab
2014-12-10reuse $row->getSubtable() as much as possible instead of callng Manager::getI...mattab
2014-12-06silence "Warning: json_encode(): Invalid UTF-8 sequence in argument" fixes #6792Matthieu Aubry
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