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
2021-11-22Cache API.getSegmentMetadata better in Segment (#18333)Peter Zhang
2021-05-23Use originalString when returning the Segment definition string (#17610)dizzy
2021-04-19store segment hash in DB (#17408)Zoltan Flamis
2020-10-29Log warning only in developer mode (#16512)Stefan Giehl
2020-07-10Follow up change only triggering error when no start and end date is set (#16...Thomas Steur
2020-07-10Fix behaviour for segments using "not equals" or "not contains" on an action ...Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-11-18Add product name, product category, product sku, product price segments (#15144)diosmosis
2019-11-08Fixes a couple segment handling regressions in the UI (#15110)diosmosis
2019-10-15Fix mismatched visitors (Overview / Visitor Log) when segment is applied (#14...Thomas Steur
2019-10-02Proper encoding of segment values for Actions reports. (#13481)diosmosis
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-20Console: invalidating reports with segment based on custom Dimensions fails (...Thomas Steur
2019-05-03Task to purge archives for deleted websites and segments (#14317)Kate Butler
2018-07-19Add ability for Archivers to initiate archiving for other plugins & use in Go...diosmosis
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2016-11-14new method that lets us know if we segment will be archived (#10845)Thomas Steur
2016-09-01Remove deprecated events (#10455)Thomas Steur
2016-02-13Apply offset and limit correctly to the Visitor Log SQL queriesmattab
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