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
path: root/core
AgeCommit message (Expand)Author
2014-09-11refs #4996 fix tracker and clear content target if not set for nowThomas Steur
2014-09-10refs #4996 enable content plugin by default otherwise tests do not workThomas Steur
2014-09-10Merge remote-tracking branch 'origin/master' into 4996_content_trackingThomas Steur
2014-09-09Fixes #6079, move skip unique visitors calculation logic to small method in A...diosmosis
2014-09-09Refs #6079, add tests for cross website unique visitor aggregation.diosmosis
2014-09-09Allow LogAggregator to work with multiple site IDs, compute unique visitors f...diosmosis
2014-09-09Fixes #6175mattab
2014-09-09fixes https://github.com/piwik/piwik/pull/5965 Thanks for suggestion @snout1979mattab
2014-09-09refs #3490 Fix more tests, should be almost green?mattab
2014-09-08refs #6162 Fix a bug / copy paste failmattab
2014-09-08refs #6162 do not display nb_users in all reports within Scheduled reports + ...mattab
2014-09-08refs #6162 when aggregating periods, do not sum 'Unique Users' metric as this...mattab
2014-09-08Refs #6109 New core metric: nb_users as the count of distinct user ids. Means...mattab
2014-09-08Merge branch 'master' into 3490_user_idmattab
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-08Merge pull request #344 from Irrational86/masterMatthieu Aubry
2014-09-07fixes #6153 check whether the defined module and action actually exists if de...Thomas Steur
2014-09-07refs #6149 always require latest Piwik version when generating a plugin. Stil...Thomas Steur
2014-09-07Refs #6103, add logging for exceptions caught in View.php.diosmosis
2014-09-07Fixing documentation formatting of Controller::renderTemplate().diosmosis
2014-09-072.7.0-b12.7.0-b1Matthieu Aubry
2014-09-06refs #6140 easier way to define URLs for menu items and introducing a method ...Thomas Steur
2014-09-06Fixes #6134, perform name change from Factory to BaseFactory for PHP 5.3.2.diosmosis
2014-09-052.6.1 to fix error2.6.1Matthieu Aubry
2014-09-052.6.1-b1 to fix packaging issue2.6.1-b1Matthieu Aubry
2014-09-052.6.02.6.0Matthieu Aubry
2014-09-052.6.0 is almost here2.6.0-rc4mattab
2014-09-052.6.0-rc32.6.0-rc3mattab
2014-09-052.6.0-rc22.6.0-rc2mattab
2014-09-04Added the protocol-agnostic URL format to the Tracker's fallback image.Jesse
2014-09-042.6.0-rc12.6.0-rc1Matthieu Aubry
2014-09-03Merge pull request #6084 from ThaDafinser/patch-5Matthieu Aubry
2014-09-03refs #4996 make sure processed metrics will be translated automatically and a...Thomas Steur
2014-09-02Merge branch 'master' into 4996_content_trackingThomas Steur
2014-09-02refs #4996 make sure redirect works even if mysql is down or any other error ...Thomas Steur
2014-09-01Make sure log messages are trimmed correctly for clean log output.diosmosis
2014-09-01Log exception when API request catches it.diosmosis
2014-09-01Fix bug in Date::addPeriod(N, 'month') where max number of days in a month wa...diosmosis
2014-09-01Do not overwrite log section of config w/ global when running tests.diosmosis
2014-09-01Refs #3490 User ID Tracker is now working:mattab
2014-08-30added missing widgets PHPdoc, fix a bug in widget generator where namespace w...Thomas Steur
2014-08-30Make sure arrays are formatted correctly in Log calls w/ sprintf params and i...diosmosis
2014-08-30Allow reuse of Error::getErrNoString function.diosmosis
2014-08-29Update testMinimumPhpVersion.phpMartin Keckeis
2014-08-28refs #4996 track internal and external interactions (on click), also offer so...Thomas Steur
2014-08-28Update testMinimumPhpVersion.phpMartin Keckeis
2014-08-28Update testMinimumPhpVersion.phpMartin Keckeis
2014-08-28Update testMinimumPhpVersion.phpMartin Keckeis
2014-08-28Removing pre PHP 5.3 checksMartin Keckeis