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-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2014-11-26Fix failed phpstorm refactor.diosmosis
2014-11-25Moving DataTable::getSiteIdFromMetadata to Piwik\Archie\DataTableFactory.diosmosis
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
2014-11-11Filling out missing documentation and removing simpler TODOs.diosmosis
2014-11-08Document ProcessedMetric class.diosmosis
2014-11-08Documented Metric class and fixed regression in last commit's refactor.diosmosis
2014-11-08Rename Metric::getColumn to Metric::getMetric and get rid of Metrics\Base.diosmosis
2014-11-07Rewrite AddColumnsProcessedMetricsGoal filter to use processed metrics DataTa...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
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-30Documentation tweaks.diosmosis
2014-05-13refs #4706 added possibility to register a closure or a callable method to pr...Thomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-12-03converted some links to use @linkThomas Steur
2013-11-20Rename minormattab
2013-11-12Small update doc testmattab
2013-10-22Refs #4200, make DataTable:: private & add public methods necessary, tweaking...diosmosis
2013-10-21Refs #4200 fixing build and documented AddColumnsProcessedMetricsGoal.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-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-31Fixing post merge bugsmattab
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-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
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-30Refs #3137 Fixing last issues with datatable features ?mattpiwik
2012-05-28added/fixed doc blockssgiehl
2012-05-24completed a bunch of php doc blockssgiehl
2011-12-18Fixes #2700mattpiwik
2011-11-23Refs #1820 Fixing few bugs when plotting and switching views, and fixing sort...mattpiwik
2011-05-31Fixes #2458 - Visitor Generator now based on a "piwik access log, combined fo...mattpiwik
2011-05-27Refs #898 mattpiwik
2011-05-23Refs #898 mattpiwik
2011-05-16Refs #898 Work in progress (but should leave trunk stable and not break anyth...mattpiwik
2011-04-20Fixes #2346mattpiwik
2011-04-19Fixes Warning: Division by zero in trunk\core\DataTable\Filter\AddColumnsProc...mattpiwik
2011-04-14Ensuring that metrics with goal conversions, but no visit, still display in t...mattpiwik
2011-04-04fixes #2256 - missing data type in phpdocs, e.g., @param $namerobocoder
2011-03-23Refs #2218 Thanks for the tip Anthon, it helped me see the light... mattpiwik