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
2014-10-21fixes #6475 use Tracker adapter rather at all times in trackerMatthieu Aubry
2014-10-16Extracted `Piwik::getJavascriptCode()` into a separate, non static class: `Pi...Matthieu Napoli
2014-10-13Fixes #6191 Make sure Goal URL matching uses the RAW URL including any exclud...mattab
2014-10-11Fix Db namespace used twicemattab
2014-10-11Use the Db get helper rather than always Tracker DB, this could fix an issue ...mattab
2014-10-09todo was heremattab
2014-10-09Small tweak to tracker loggingmattab
2014-10-09Instead of throwing exceptions, log a message in tracker.mattab
2014-10-09fixes #6110 when 'cdt' tracking Api parameter is set, require token_auth only...mattab
2014-10-09Display Ip addresses in debug outputmattab
2014-10-09If cdt is set, use it as current timestampmattab
2014-10-09Deprecate setForceIp and setForceDateTime, moved to Request objectmattab
2014-10-04moved some queries within core to model filesThomas Steur
2014-10-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ...mattab
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to Access::doAsS...diosmosis
2014-09-30Merge branch 'master' into readabilityImprovementsThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-29Fix typo when parameters were moved to constructor configmattab
2014-09-29The MYSQL_ATTR_FOUND_ROWS attribute only works as a connection option, and ca...mattab
2014-09-29Fixing bug found by testsmattab
2014-09-28refs #6296 maybe we can detect number of rows matched by the UPDATE query, by...mattab
2014-09-23User ID is NULLable refs #3490mattab
2014-09-22refs #3490 wondering whether all tests still pass when converting userid to d...Thomas Steur
2014-09-18refs #4996 use content type in case it was a standalone content impression re...Thomas Steur
2014-09-18refs #4996 trying to ignore content impressions in live api, not sure if that...Thomas Steur
2014-09-11refs #4996 fix tracker and clear content target if not set for nowThomas Steur
2014-09-10Merge remote-tracking branch 'origin/master' into 4996_content_trackingThomas Steur
2014-09-09Fixes #6175mattab
2014-09-08Refs #3490 Adding segment 'userId==' + some '&segment=userId==' integration t...mattab
2014-09-08Refs #6109 cid should not require token_auth authentication. Note; this may f...mattab
2014-09-02Merge branch 'master' into 4996_content_trackingThomas Steur
2014-09-01Refs #3490 User ID Tracker is now working:mattab
2014-08-27refs #4996 interactions should be tracked now. As only the name is really man...Thomas Steur
2014-08-26refs #6070 also unsanitise the pattern which is needed for when pattern conta...mattab
2014-08-26fixes #6070 unsanitize the Action url before attempting to match the goal.mattab
2014-08-25Debug output the dimensions collected from plugins during Trackermattab
2014-08-21refs #4996 actually archive the tracked data and display the actual data in a...Thomas Steur
2014-08-21refs #4996 track content pieces and display a content report under action and...Thomas Steur
2014-08-21as we access visit_goal_buyer in this class we should make sure it is loadedThomas Steur
2014-08-20refs #5989 #6026 let users define a goal depending on an event and fix the ex...Thomas Steur
2014-08-13fixes #5958 When there is an error screen in Piwik (core or in Tracker) then ...mattab
2014-08-11refs #5820 added some tracker tests to make sure it works well with the dimen...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-23as vs. AS in foreach loopsChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-12Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-07-11change parameter to public as suggested in Platform & Plugins forum:mattab
2014-07-07whenever ipAnonymization is activated, log DB infos... also log whether db is...Thomas Steur