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-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-21as we access visit_goal_buyer in this class we should make sure it is loadedThomas Steur
2014-08-20Merge pull request #6024 from piwik/composer_autoloaderBenaka
2014-08-20refs #5989 #6026 let users define a goal depending on an event and fix the ex...Thomas Steur
2014-08-20use string name of module instead of object itself fixes #6030mattab
2014-08-20refs #6026 test for empty in case getenv returns falseThomas Steur
2014-08-20Refactor factory methods into base Factory type for ease of testing.diosmosis
2014-08-20Fix bug where certain factory methods assume new operator will throw on class...diosmosis
2014-08-20Remove references to old Loader class.diosmosis
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-08-19refs #5414 this should fix the seg fault on PHP 5.3.6. I did install an Apach...Thomas Steur
2014-08-19Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-08-19refs #5977 group goals in a menu if there are more than 3 goals. I reused an ...Thomas Steur
2014-08-19refs #6013 #6012 make sure not to call console in case PHP is type CGI. In ty...Thomas Steur
2014-08-18refs #6009 make sure we use only reports and widgets of actually activated pl...Thomas Steur
2014-08-18refs #6012 if the current script is run as type CGI, it is most likely that w...Thomas Steur
2014-08-16Merge pull request #6011 from piwik/5414_useFindComponentsToGetSettingsThomas Steur
2014-08-15Merge pull request #6010 from piwik/findComponentsOnlyOfActivatedPluginsThomas Steur
2014-08-15refs #5414 only find components of actually activated plugins. Wondering if t...Thomas Steur
2014-08-15refs #5414 this could fix the segmentation fault. It is more of a guess but I...Thomas Steur
2014-08-15making difference between loadPlugin() and loadPlugins() a bit clearer, bette...Thomas Steur