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
2016-12-01New visit dimension "total interactions" and new action dimension "Interacti...Thomas Steur
2016-11-14fix exit page was not correct when last action was download or outlinkThomas Steur
2016-09-30Merge branch '2.x-dev' into 3.0-m09Thomas Steur
2016-10-01Track a unique id for each pageview (#10499)Thomas Steur
2016-09-27do not make log_action.idaction (and foreign keys) BIGINT to prevent large ov...Matthieu Aubry
2016-09-26On very high traffic Piwik servers, prevent integer overflow by making auto_i...Matthieu Aubry
2016-09-20refs #9231 Make all log_* tables fields NULLable (#10492)Thomas Steur
2016-09-19Make sure to set an entry page if none was set before (#10510)Thomas Steur
2016-04-18DB field piwik_log_visit.visit_total_actions too small (#10002)Thomas Steur
2016-02-01actionType is a segment of type "dimension"mattab
2016-01-22fix average time on page determined by using unique pageviews instead of hitsThomas Steur
2015-12-01New segment: ActionTypeThomas Steur
2015-11-19refs #8076 #9224 adding new segment ActionUrl + new operators starts with an...Thomas Steur
2015-10-05Fix testsmattab
2015-10-05Add new Custom Segments: outlinkURL and downloadUrl to segment on any Clicked...mattab
2014-11-27Fixing lots of system tests.diosmosis
2014-11-27Fix several bugs causing differences in API output w/ master.diosmosis
2014-11-27Allow ProcessedMetrics to declare some metrics as temporary so they will be r...diosmosis
2014-11-24Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-17Only use '-' as formatted average page generation time if formatting for HTML...diosmosis
2014-11-17Use correct precision in AveragePageGenerationTime.diosmosis
2014-11-15Use correct precision for AveragePageGenerationTime processed metric.diosmosis
2014-11-14Move all Metrics to Columns folder.diosmosis
2014-08-26refs #6045 #6049 added an event to collect visitor info and made sure the Piw...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-22removed unused use statementssgiehl
2014-07-18refs #5820 added documentation and improved codeThomas Steur
2014-07-07If a dimension only implements a getName() method it should extend Dimension ...Thomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-06-26smarter install and update of columns which will automatically update the col...Thomas Steur
2014-06-26pass all kind of column information so we can do some more checksThomas 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-18merging master into branch, wish me luckThomas Steur
2014-06-18this should fix the tests, in case of new visits the idvisitor was not setThomas Steur
2014-06-17starting to move actions from tracker into pluginsThomas 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
2014-06-13this might fix some tests, I reckon exit_url and exit_name was sometimes set ...Thomas Steur
2014-06-11converted more reports, segments, dimensions, ... not finished yetThomas Steur
2014-06-11starting to refactor reports into classes, also refactored some more dimensio...Thomas Steur