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
2022-07-08Implement url parameter to ignore referrer (#19420)Stefan Giehl
2022-06-30Provide possibility to configure referrer exclusion list (#19302)Stefan Giehl
2022-05-17Compatibility fixes for PHP 8.1 (#19143)Stefan Giehl
2022-04-25Fix some "Passing null to parameter" warnings (#19135)MichaelRoosz
2021-08-11Fix a couple a possible warning in PHP 8.1 (#17869)Stefan Giehl
2021-05-27Update PHP extension requirements & deprecate Common::mb_* methods (#16754)Stefan Giehl
2020-05-08Merge remote-tracking branch 'origin/3.x-dev' into 4.x-devsgiehl
2020-05-07Exclude some url parameters from referrer urls (#15905)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-16Increase possible ReferrerName to 255 chars (#15251)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-10Overwrite direct entry referrer information if campaign referrer is found in ...diosmosis
2018-10-11Truncate referrer name & keyword in Base class so the value used there matche...diosmosis
2018-09-23Referrer name comparison should be case insensitive … (#13469)diosmosis
2018-07-24Implements "Social network" as a new referrer type (#12993)Stefan Giehl
2016-05-16improve referrer type detection for direct entriessgiehl
2015-12-09fix creating new visits when no referrer keyword is setThomas Steur
2015-12-07refs #9320 when detecting the referrer name, consider a path of a different w...Thomas Steur
2015-12-04Merge pull request #9320 from piwik/website_pathMatthieu Aubry
2015-12-03Added support to specify a path in a website URL and Piwik will recognize the...Thomas Steur
2015-11-29refs #9299 Make sure both values are lower case when comparing the valueThomas Steur
2015-11-19cleanupsgiehl
2015-11-19moved definitions of search engines to new repo and converted them to better ...sgiehl
2015-09-10Refs #8630, when detecing campaign info in Referrers check _rcn and _rck quer...diosmosis
2015-09-08Add debug statements to the Goal Referrer Attributionmattab
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2014-12-15Use Common::mb_* proxies rather than direct mb_* access in case multibyte is ...mattab
2014-12-12Do not create new visit if no referrer info in current action, but referrer i...diosmosis
2014-12-10Refs #2624, add INI config options that will force a new visit if campaign/we...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-04Fixes #5927 remove unused column log_conversion.referer_visit_server_datemattab
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-23cache detected referrerThomas Steur
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-18moved more code from core to plugins, eg Visit, Actions and some Conversion c...Thomas Steur
2014-06-12fix classes were not foundThomas Steur
2014-06-11starting to refactor reports into classes, also refactored some more dimensio...Thomas Steur