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-06support for secondary sort and faster sortThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
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-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-05Faster flattening for many reportsThomas Steur
2015-01-16phpdoc updateMatthieu Napoli
2014-12-05Fixes #6562mattab
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-21Refs #6078, fix sorting on pivot table columns when columns use   (use d...diosmosis
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-13refs #4706 fix sort testThomas Steur
2014-05-13refs #4706 added possibility to register a closure or a callable method to pr...Thomas Steur
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-18rename methods to prevent error "two constructors are defined on PHP 5.3.2"Thomas Steur
2013-12-18rename class Filter -> BaseFilter to prevent error "two constructors are defi...Thomas Steur
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03refs #4244 fix more linksThomas Steur
2013-10-23Refs #4200, document rest of DataTable filters.diosmosis
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
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-06-18Adding new Metrics class that knows about all metrics. Moving from Piwik_Arch...mattab
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-05-28added/fixed doc blockssgiehl
2012-05-24completed a bunch of php doc blockssgiehl
2011-05-16Test NOTICEmattpiwik
2011-05-16More mysqli fun.. now sorting items with the same "sorted column" value by "l...mattpiwik
2011-05-16Does this help mysqli?mattpiwik
2011-03-23Refs #2218 Thanks for the tip Anthon, it helped me see the light... mattpiwik
2011-01-17Fixes #173 - making all filters recursive by default (no performance impact s...mattpiwik
2010-08-20refs #1630robocoder
2010-05-27refs #1378 - check return value from current() for failurerobocoder
2009-08-22phpdoc cleanup:robocoder
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
2009-05-05- ADDED search field below data tables is now using the regular expression sy...mattpiwik
2009-05-01- Introducing the new "ExampleUI" plugin which shows how to plot data easily ...mattpiwik
2009-03-30- fixing recently introduced sorting issue, refactoring, cleaning up the gene...mattpiwik
2009-03-27- memory and speed optimizations of archiving, refs #374 (hopefully fixing it...mattpiwik
2009-03-26- fixing broken unit tests and previously broken period archiving.mattpiwik
2009-03-25- cleaned up the Tracker/Action code, added tests, as well as cleaning up Act...mattpiwik