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
2015-04-18Merge branch 'master' into config_step_2diosmosis
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2015-04-09Move two TODOs in Manager to PluginList.diosmosis
2015-04-09Fix translation edit in last commit and remove local config check in FrontCon...diosmosis
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ...diosmosis
2015-04-07Documenting new classes + removing PluginList::getInstalledPlugins method sin...diosmosis
2015-04-05Adding Plugin Manager to DI container.diosmosis
2015-04-02Remove uses of Config::init(), Config::clear() and Config::setTestEnvironment...diosmosis
2015-03-10Merge branch 'master' into 7276_update_command_progressdiosmosis
2015-03-09Run queued filters after generic filters making visualizations much faster.Thomas Steur
2015-03-02Rename UpdateListener to UpdateObserver and use in CLI update command to show...diosmosis
2015-02-20Hide error when reading the Plugins array, when this function is called befor...mattab
2015-02-12ref #7117 Make sure we get the real list of activated plugins when adding plu...Matthieu Napoli
2015-02-12Moved an exception into its own fileMatthieu Napoli
2015-02-10ref #6609 Plugins can provide their own config filesMatthieu Napoli
2015-01-14removed several occurences of UserSettings pluginsgiehl
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-05Refactored the way translations are loadedMatthieu Napoli
2015-01-05Moved loading of plugin translations from Plugin Manager to TranslatorMatthieu Napoli
2014-12-22Replaced usage of Log::verbose() with Log::debug()Matthieu Napoli
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-16Trying to fix error on beta7 upgrade that killed the Plugins[] section of con...mattab
2014-12-15Fixes #6529 before loading plugins in memory, order the list the same as it i...mattab
2014-12-04Tracker refactoringThomas Steur
2014-10-31refs #6009 renamed some plugin manager methodsThomas Steur
2014-10-21try to remove version option in case we are uninstalling a dimension and remo...Thomas Steur
2014-10-14#6372 Added events for Piwik update, enable/disable plugin and Plugin Setting...Matthieu Napoli
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