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-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-10refs #4996 enable content plugin by default otherwise tests do not workThomas Steur
2014-09-02Merge branch 'master' into 4996_content_trackingThomas Steur
2014-08-26refs #6065 remove tracker plugins from config and cache them instead in a fil...Thomas Steur
2014-08-25Log Adding this plugin to the list of Tracker pluginsmattab
2014-08-25add loaded plugins loggingmattab
2014-08-25refs #5863 we need to pass the langCode to loadPluginTranslations() otherwise...Thomas Steur
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-21refs #4996 track content pieces and display a content report under action and...Thomas Steur
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-08-16Merge pull request #6011 from piwik/5414_useFindComponentsToGetSettingsThomas Steur
2014-08-15refs #5414 only find components of actually activated plugins. Wondering if t...Thomas Steur
2014-08-15making difference between loadPlugin() and loadPlugins() a bit clearer, bette...Thomas Steur
2014-08-06refs #5926 move reports to exampleReportThomas Steur
2014-08-06created an exampleTracker plugin which is disabled by default so those column...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-21refs #5863 do not load each plugin language file twice if lang = en which is ...Thomas Steur
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-07-03Removing getPluginsToLoadDuringTests from Plugin/Manager.diosmosis
2014-07-03Do not use getPluginsToLoadDuringTests for tracker (to fix plugin build).diosmosis
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-06-26smarter install and update of columns which will automatically update the col...Thomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-24reuse staticCache component and make sure to even cache a not found resultThomas Steur
2014-06-19maybe this fixes the Mysql server has gone error? I think it does not really ...Thomas Steur
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-18this should fix the ecommerce tests, also implemented uninstall of columnsThomas Steur
2014-06-12this should fix some testsThomas Steur
2014-06-12some more reports, bugfixes, migrations to new structureThomas Steur
2014-06-10Enable DevicesDetection plugin by default starting in 2.4.0-b6 refs #5329mattab
2014-06-10starting to move dimensions from core into plugins and put each dimension int...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-05refs #5301 added scheduled task generator, some code tweaks and more docsThomas Steur
2014-06-05refs #5301 started to simplify scheduled tasks API while staying backwards co...Thomas Steur
2014-05-29refs #5212 should fix core testsThomas Steur
2014-05-23maybe this fixes the tests? they do not fail on my local instanceThomas Steur
2014-05-23removed zeitgeist theme, morpheus is standard theme now, still need to remove...Thomas Steur
2014-05-23started experiment making morpheus default themeThomas Steur
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-09Fixes #5115 Fixes couple issues in the logic which should finally solve repor...mattab
2014-05-02Fixes #5005 Reset the PluginsInstalled array from the config file, so the sta...mattab
2014-04-12Next trymattab
2014-04-12Buildmattab
2014-04-12Small refactor -> move logic to Plugin\Manager so we can better refactor it l...mattab
2014-04-12Useless code removedmattab
2014-04-12Buildmattab
2014-04-12Looking forward to dependency injection, this Config test overrides hacks are...mattab