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-12-10Merge master into "3.0"Thomas Steur
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-03Fill out some doc blocks.diosmosis
2015-09-03Refactor API.getSegmentsMetadata and Plugin\Segment so segments are all defin...diosmosis
2015-08-07Moving request metadata from VisitProperties to Tracker\Request class.diosmosis
2015-08-06Re-add Request parameter to RequestProcessor::recordLogs(), make GoalManager ...diosmosis
2015-06-25Add documentation for VisitLastActionTime dimension since it's name is mislea...diosmosis
2015-03-05forgot to commit this file, it brings callable columns back to rowsThomas Steur
2015-02-10refs #6705 this fixes a couple of tests, especially should we not call mergeC...Thomas Steur
2015-02-10refs #6705 added some tests and some code tweaksThomas Steur
2015-02-10refs #6705 Hide users metric in case the feature is not used.Thomas Steur
2015-02-10refs #6705 started to write some tests and fixed some bugs that I noticed whe...Thomas Steur
2015-02-10refs #6705 handle multi period dates, cache per site/date/period whether user...Thomas Steur
2015-02-10refs #6705 one way to detect whether user feature is enabled for a given site...Thomas Steur
2014-12-04Tracker refactoringThomas Steur
2014-11-24Set precision to 0 for VisitsPercent processed metric.diosmosis
2014-11-14Move all Metrics to Columns folder.diosmosis
2014-10-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ...mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-23User ID is NULLable refs #3490mattab
2014-09-22refs #3490 removed segment definition as it apparently depends on idSites whi...Thomas Steur
2014-09-22refs #3490 wondering whether all tests still pass when converting userid to d...Thomas Steur
2014-08-26refs #6045 #6049 added an event to collect visitor info and made sure the Piw...Thomas Steur
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-19fixed method visibility keyword orderChristian Raue
2014-07-18refs #5820 added documentation and improved codeThomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-07-01started to add possiblity to add conversion columnsThomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-23do not define segments on dimension creation as those are not needed during t...Thomas Steur
2014-06-20as we cache the instances of dimensions now the dimensions should be stateles...Thomas Steur
2014-06-18merging master into branch, wish me luckThomas Steur
2014-06-18this should fix the ecommerce tests, also implemented uninstall of columnsThomas Steur
2014-06-18moved more code from core to plugins, eg Visit, Actions and some Conversion c...Thomas Steur
2014-06-16moved some more dimensions to plugins, fixed some issues, removed some more d...Thomas Steur
2014-06-13moved more logic from core to pluginsThomas Steur