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-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-11-27fixes #6727 lazy load plugin settingsThomas Steur
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-11-14Merge pull request #6587 from piwik/removeHtmlMessageExceptionThomas Steur
2014-11-07refs #6612 Set default logger level to ERROR so that only real errors break t...mattab
2014-11-04refs #6564 refactored out HtmlMessageException and introduced some other exce...Thomas Steur
2014-10-31refs #6009 renamed some plugin manager methodsThomas Steur
2014-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing exceptio...diosmosis
2014-10-22Refactor isUserIsAnonymousmattab
2014-10-21try to remove version option in case we are uninstalling a dimension and remo...Thomas Steur
2014-10-20Refs #6470 Make it clear Piwik will stop supporting PHP 5.3 in Maymattab
2014-10-14#6372 Added events for Piwik update, enable/disable plugin and Plugin Setting...Matthieu Napoli
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