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-09-20refs #9231 Make all log_* tables fields NULLable (#10492)Thomas Steur
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-23Re-use the Common::mb_substr method.YAMAMOTO Takashi
2015-11-23Internal / external search strings will be reduced more than 255 "bytes" with...YAMAMOTO Takashi
2015-11-23PHP's function substr calls unreadable characters, because it cuts multibyte ...YAMAMOTO Takashi
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-13Fixing more typos.diosmosis
2014-12-13Applying review changes: remove tracker_ prefix from config names, move shoul...diosmosis
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-23removed lots of trailing whitespaceChristian Raue
2014-07-18refs #5820 added documentation and improved codeThomas Steur
2014-07-07fix filename did not match classnameThomas 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-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-23cache detected referrerThomas Steur
2014-06-18merging master into branch, wish me luckThomas 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-16moved some more dimensions to plugins, fixed some issues, removed some more d...Thomas Steur
2014-06-12fix classes were not foundThomas Steur
2014-06-12fix notice keyword / name is not definedThomas Steur
2014-06-12defined segments in dimensionsThomas Steur
2014-06-12some more reports, bugfixes, migrations to new structureThomas 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