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-10-03Fixing a typomattab
2014-10-03Fixes #6374 Make sure top menu URLs are generated properly based on user pref...mattab
2014-10-01Refactor magic string FTWmattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-23refs #6056 display a warning in admin to super users in case they are still u...Thomas Steur
2014-09-21Refs #6078, make sure $this->dataTable is instance of DataTable before callin...diosmosis
2014-09-21Refs #6078, make sure pivot option does not display if table is not pivotted ...diosmosis
2014-09-21Refs #6078, make sure visualizations default sort to first non-label column i...diosmosis
2014-09-19Add public Report::isSubtableReport() method so it can be used in closure on ...diosmosis
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-09-15Refs #6078, extract factory logic from Report::factory and move to new Compon...diosmosis
2014-09-13Merge pull request #6201 from piwik/4996_content_trackingThomas Steur
2014-09-11Merge pull request #6192 from czolnowski/segment-suggested-values-callbackMatthieu Aubry
2014-09-11Add setter for suggested values callback.Marcin Czołnowski
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