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-10-22Make the string ts_archivedmattab
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
2014-11-08Refactor and deprecate CalculateEvolutionFilter & document some more classes/...diosmosis
2014-11-07Moved processed metrics computation to DataTableGenericFilter, removed new fi...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-20call clearQueuedFilters()Matthieu Aubry
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-08-14wondering if this fixes the skipped test?Thomas Steur
2014-08-06refs #5896 fix report limit testThomas Steur
2014-08-06refs #5896 this fixes some testsThomas 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-15removed unused variablesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-02Refs #5037 Refactor the factory out of the Period class in its own Period\Fac...mattab
2014-04-09Fixing a classic bug. let's see if any test fails the build.mattab
2014-03-26Add integration test for archive cron output text.diosmosis
2014-03-21Allow DataTable filters to be array callbacks in DataTable::filter/queueFilter.diosmosis
2014-03-12Fixes #4768 Implement performance improvement for period=range: do not archiv...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-09Minormattab
2014-01-09Fixes #4491 Prevent Random error by catching the Exception in case the subta...mattab
2013-12-18rename class Filter -> BaseFilter to prevent error "two constructors are defi...Thomas Steur
2013-12-08Refs #4200 tweaks to last commit.diosmosis
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-12-03converted some links to use @linkThomas Steur
2013-11-26Refs #4200, fixing typo in method name and tweaking docs.diosmosis
2013-11-18Miscellaneous tweaks to config.diosmosis