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-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-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-28refs #4996 track internal and external interactions (on click), also offer so...Thomas Steur
2014-08-27can't be bothered to cherry pick so we'll release 2.6.0 earlier2.6.0-b1Matthieu Aubry
2014-08-27refs #4996 interactions should be tracked now. As only the name is really man...Thomas Steur
2014-08-272.5.1-b12.5.1-b1Matthieu Aubry
2014-08-26refs #4996 archiving of impressions should work now, displaying impressions s...Thomas Steur
2014-08-26refs #6065 forgot to mark method as static, did not trigger a notice on my PHPThomas Steur
2014-08-26by including the version number into the cache file we make sure a new file w...Thomas Steur
2014-08-26refs #6065 remove tracker plugins from config and cache them instead in a fil...Thomas Steur
2014-08-26Merge branch 'master' of github.com:piwik/piwikmattab
2014-08-26refs #6070 also unsanitise the pattern which is needed for when pattern conta...mattab
2014-08-26Merge pull request #6066 from piwik/json2_api_formatBenaka
2014-08-26fixes #6070 unsanitize the Action url before attempting to match the goal.mattab
2014-08-26Fixes #6067 in case Piwik is not installed yet, do not error out but return 1...mattab
2014-08-25Move JSON format bug fixes to new JSON2 format so existing clients will not f...diosmosis
2014-08-25Log Adding this plugin to the list of Tracker pluginsmattab
2014-08-25add loaded plugins loggingmattab
2014-08-25Merge remote-tracking branch 'origin/master'mattab
2014-08-25Debug output the dimensions collected from plugins during Trackermattab
2014-08-25Merge pull request #6059 from piwik/5863_languageFilesInPluginThomas Steur
2014-08-25fix installation tests again since loadPluginTranslation wants to acess the c...Thomas Steur
2014-08-25refs #5995 XHProf failed on PHP 5.3.10 on Ubuntu with a fatal error because t...Thomas Steur
2014-08-25refs #5863 we need to pass the langCode to loadPluginTranslations() otherwise...Thomas Steur
2014-08-25refs #5863 we need to load core translations upfront as metadataLoader will t...Thomas Steur
2014-08-25Fixing build error due to previous commit.diosmosis
2014-08-25Allow PluginManager to be injected in EventDispatcher instance for PiwikDebug...diosmosis
2014-08-25remove minimum requirement of 250 translations for coresgiehl
2014-08-24refs #5863 only load translations of core plugins and of plugins that are loadedThomas Steur
2014-08-24refs #5863 another try to move translations into plugins. This time we always...Thomas Steur
2014-08-24Fixing build for Json array rendering bug.diosmosis
2014-08-24Remove superfluous check for CLI in ConsoleCommand base type.diosmosis
2014-08-23Refs #5995, do not access piwik URL for non-main runs when running xhprof sin...diosmosis
2014-08-21Add quick comment descs for xhprof metrics (since they use short string names).diosmosis
2014-08-21Replace self w/ explict class name in closure in Profiler.php.diosmosis
2014-08-21Remove completed TODO.diosmosis
2014-08-21Get xhprof integration to work. Only setup xhprof once per php execution and ...diosmosis
2014-08-21Rewrite setupProfilerXHProf to work with composer xhprof.diosmosis
2014-08-21Add xhprof option to tests:run command.diosmosis
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