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-11-19refs #8076 #9224 adding new segment ActionUrl + new operators starts with an...Thomas Steur
2015-09-28Rewrite if statementmattab
2015-09-23Make LogQueryBuilder a stateless service class and store in DI.diosmosis
2015-06-23Throw a NoAccessException when the user does not have needed accessmattab
2015-06-18Fixes a bug where the segment operator is !=mattab
2015-06-18when we know a segment won't match any row, replace the SQL sub-expression by...mattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-01refs #7458 fix memory error in API Live.getLastVisitsDetails when filter_offs...Thomas Steur
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