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
2018-07-25Replace proxy redirect with rel=noreferrer (#12780)Christian Schmidt
2018-07-24Implements "Social network" as a new referrer type (#12993)Stefan Giehl
2017-10-04force using utf-8 as charset for htmlentities/htmlspecialchars (#12135)Stefan Giehl
2017-01-22Unique visitors should show in Referrers evolution when processing of unique ...CheweyZ
2016-12-27fix WARNING: /home/piwik/htdocs/plugins/Referrers/Controller.php(422) Warning...Matthieu Aubry
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2015-10-19Apply number formatting changes from master to 3.X branchThomas Steur
2015-10-15Merge branch 'master' into 3.0Thomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated API...Thomas Steur
2015-05-07refs #7821 do not instantiate reports directlyThomas Steur
2015-02-02Replaced calls of static methods with dependency injectionMatthieu Napoli
2015-01-08splitted referrers overview in two parts "Overview" and "All Referrers"Thomas Steur
2014-12-02removed duplicate translationsgiehl
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-09refs #6162 Extending config setting enable_processing_unique_visitors_* to al...mattab
2014-09-08Refs #6109 New core metric: nb_users as the count of distinct user ids. Means...mattab
2014-06-23this should fix some testsThomas Steur
2014-06-19make sure the ordering of reports is correct, pass an instance of a report to...Thomas Steur
2014-06-19automatically render a single report if possible. Not sure about this yet. ha...Thomas Steur
2014-06-18this is epic... by rendering the reports this way we can remove a lot of dupl...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-02refs #1915 persist selected metrics and rows in referrers evolutionThomas Steur
2014-03-11Using SettingsPiwik::getPiwikUrl() instead of getCurrentUrlWithoutFileName() ...mattab
2014-02-03Properly show keywords in DisplayTopKeywordsFabian Becker
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-21Removing unused parameter to getEvolutionGraphmattab
2013-11-28reportsByDimension constructor requires an "Id" string used to differentiate ...mattab
2013-11-18removed obsolete commentThomas Steur
2013-11-18getting rid of the fetch parameterThomas Steur
2013-11-18moved renderReport method to pluginController which is a much better placeThomas Steur
2013-10-21It was confusing to have a coreViewDataTable and pluginViewDataTable class. I...Thomas Steur
2013-10-15set properties on config, not on view itselfThomas Steur
2013-10-15removed visualization propertiesThomas Steur
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-07Refs #4125 Renaming plugin from Referers to Referrersmattab