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-03-18fix a couple of bugs and actually only count the recursive rows count if neededThomas Steur
2015-03-18faster archive by calculating the recursive count only if neededThomas Steur
2014-11-24Do not compute conversion_rate in Goals archiving logic, instead compute as n...diosmosis
2014-07-19fixed method visibility keyword orderChristian Raue
2014-06-20removed no longer needed code in goals controllerThomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-03-27refs #4828 commmitting test filesmattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2013-11-28Fix for ecommerce segmentation.Marcin Czołnowski
2013-11-28Merge branch 'master' into 2781-segmentation-on-Goals.getItemsMarcin Czołnowski
2013-11-09Refs #4200, refactor LogAggregator a bit (change signature of getSelectsFromR...diosmosis
2013-11-05Refs #4278 Simplifying ArchiveProcessor: moving internal logic to ArchiveProc...mattab
2013-11-05Fixing UI Testsmattab
2013-11-05Renaming archive helpers Reports->Records + move getMetricsForDimension to Lo...mattab
2013-11-04Moving getDataTableFromDataArray -> DataArray.asDataTablemattab
2013-11-04Renaming archiveDay -> aggregateDayReport and archivePeriod -> aggregateMulti...mattab
2013-10-10#2781Marcin Czołnowski
2013-10-10Refs #4208 Plugin classes movedmattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-08refs #4123 Removing some warningsmattab
2013-08-11Refs #3942 Now themes don't need to have a PHP file, themes can simply specif...mattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-06fixed several doc blockssgiehl
2013-06-18Adding new Metrics class that knows about all metrics. Moving from Piwik_Arch...mattab
2013-06-18Commenting/cleanup new classesmattab
2013-06-16Moving Log Aggregation logic to new LogAggregator objectmattab
2013-06-16Continuing the great cleanup. It looks like archiveProcessor will have to go ...mattab
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can unders...mattab
2013-06-16refactoring / improvements of Archiveprocessing (in progress)mattab
2013-06-16going deeper into the rabbit holemattab
2013-06-07factoring out record names as constmattab
2013-06-06factoring out the shouldArchive logicmattab
2013-06-06Introducing new PluginsArchiver class. Plugins can create an Archiver inherit...mattab