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-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-09refs #3490 Fix more tests, should be almost green?mattab
2014-09-08refs #6162 do not display nb_users in all reports within Scheduled reports + ...mattab
2014-09-08Refs #6109 New core metric: nb_users as the count of distinct user ids. Means...mattab
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-07Fixing documentation formatting of Controller::renderTemplate().diosmosis
2014-09-06refs #6140 easier way to define URLs for menu items and introducing a method ...Thomas Steur
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-08-30added missing widgets PHPdoc, fix a bug in widget generator where namespace w...Thomas Steur
2014-08-26refs #4996 archiving of impressions should work now, displaying impressions s...Thomas 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-24Remove superfluous check for CLI in ConsoleCommand base type.diosmosis
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-19refs #5414 this should fix the seg fault on PHP 5.3.6. I did install an Apach...Thomas Steur
2014-08-18refs #6009 make sure we use only reports and widgets of actually activated pl...Thomas Steur
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-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
2014-08-15find only components of loaded and activated pluginsThomas Steur
2014-08-13added method again with a better - and more unique - nameThomas Steur
2014-08-13removing this method again for now since the live controller already implemen...Thomas Steur
2014-08-13adding a convenient method to render a template and to assign variables. We a...Thomas Steur
2014-08-11refs #5820 added some tests for reports and columns refactoringThomas 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-25refs piwik/developer-documentation#14 test to see if the since tag is visible...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-22Merge pull request #5847 from craue/code-cleanup-2Thomas Steur
2014-07-21refs #5863 do not load each plugin language file twice if lang = en which is ...Thomas Steur
2014-07-21refs #5406 added a more detailed error message, some ui tweaks and display a ...Thomas Steur
2014-07-19fixed Exception use statementsChristian Raue
2014-07-18refs #5820 added documentation and improved codeThomas Steur
2014-07-15refs #5820 make sure more methods are visible on the developer documentation ...Thomas Steur
2014-07-15refs #5820 started to add some documentation for the new report class. Also r...Thomas Steur
2014-07-15fixed method signaturesChristian Raue
2014-07-12Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-07-08this is a very complicated one. Problem was when updating from 2.4.0 to 2.5.0...Thomas Steur
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur