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
2014-12-07fixes #6819mattab
2014-12-05Re-ordering $orderBy, $groupBy --> $groupBy, $orderBy as it's proper order i...mattab
2014-12-05Introduce new $limit parameter to the query builder, which will LIMIT all que...mattab
2014-12-05Refactor Live SQL into Modelmattab
2014-12-05Refactoring without changing logic, so I can understand the codemattab
2014-12-05move logic that creates the SQL query into LogQueryBuilder classmattab
2014-12-05Moved SegmentExpression into namespace Piwik\Segmentmattab
2014-10-04moved some queries within core to model filesThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-13Add toString() method to Piwik\Segment for easier logging of Segment instances.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-03-27Fixes #4828 no commentmattab
2014-02-11Fixes #4503 visitConvertedGoalId now works in all reports. Note that this als...mattab
2014-02-11Fixes #4001 Deprecate force_ssl_login setting as it's too hard to properly en...mattab
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-08Merge pull request #121 from piwikpro-team/2781-segmentation-on-Goals.getItemsMatthieu Aubry
2013-12-03refs #4244 replaced some links to hooks.Thomas Steur
2013-12-03converted some links to use @linkThomas Steur
2013-11-29Remove subselect join in log_conversion_item join with log_link_visit_action.Marcin Czołnowski
2013-11-29Change handling of tables using for join in segment.Marcin Czołnowski
2013-11-28Fix for ecommerce segmentation.Marcin Czołnowski
2013-11-28Merge branch 'master' into 2781-segmentation-on-Goals.getItemsMarcin Czołnowski
2013-11-26Minormattab
2013-11-26Rename API.getSegmentsMetadata hook to API.getSegmentDimensionMetadatamattab
2013-11-04Refs #472 Adding Events Segments testsmattab
2013-10-21Refs #4200, documented core/Segment.phpdiosmosis
2013-10-10#2781Marcin Czołnowski
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
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-06-16refactoring / improvements of Archiveprocessing (in progress)mattab
2013-06-07Killing the Archiver from VisitFrequency. Nice! using VisitsSummary.get API i...mattab
2013-05-12Fixes #3932mattab
2013-05-10Refs #2135mattab
2013-04-21Refs #3906mattab
2013-04-20Fixes #3904:mattab
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-14Simplify statementFabian Becker
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-10-03refs #3332 TransitionsBeezyT
2012-09-13Refs #3330, #766, #3227 use RankingQuery and truncate tables as they are crea...benakamoorthi
2012-05-24completed a bunch of php doc blockssgiehl