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-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-05-07refs #7821 do not instantiate reports directlyThomas Steur
2015-01-15fixed engangement screen which was wrong because of a merge and updated submo...Thomas Steur
2015-01-15display returning visits still on top under engagement but all other reports ...Thomas Steur
2014-06-19make sure the ordering of reports is correct, pass an instance of a report to...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-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
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-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Merged master into namespace branchmattab
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
2013-07-30Refs #4040, #4041, added ability to access view properties directly, started ...Benaka Moorthi
2013-07-29Refs #4040, converted VisitorInterest plugin to use display properties instea...Benaka Moorthi
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-01* Enabling Twig 'strict_variables' so that we write best code possible, and l...mattab
2013-06-25Fix for Visitor>Engagement not being displayedFabian Becker
2013-04-05Converted VisitorInterest plugin to use twigFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-17* Viewing Visits per visit duration as a graph should open Bar Graph view wit...mattpiwik
2011-11-05Fixes #583:benakamoorthi
2011-10-27Fixes #584, #536, #2031 - Kuddos to Benaka akka capedfuzz for this great patc...mattpiwik
2011-04-28Properly order 'visits per number of pages' and 'visits per duration' tablesmattpiwik
2010-08-20refs #1630robocoder
2010-07-29fixes #1517peterbo
2009-08-22phpdoc cleanup:robocoder
2009-08-12fixes #922 - use View factory in core plugins; post View.getView event (new h...robocoder
2009-07-31fixes #892 - sort Length of Visits by label; thanks kurakinrobocoder
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
2009-06-28Fixes #524 - add standard Piwik header to .php files in core & plugins, withrobocoder
2009-05-06- adding translations for all "label" columns mattpiwik
2009-04-27- API CHANGE: the API for the function Piwik_AddWidget has changed. The new A...mattpiwik
2009-04-06- make sure all "Others" type legends are correct on all graphsmattpiwik
2008-11-21- not showing the icon "more data" for some reportsmattpiwik
2008-11-19- New feature: adding icon under the data tables, so you can vizualize more d...mattpiwik
2008-06-06Adding new feature: you can now use comma separated idsite in all the APIs me...mattpiwik
2008-03-26- refs #33 work in progress soon finishedmattpiwik
2008-03-22- removed CSS collapse for datatable it seems a bit better?mattpiwik
2008-03-22- fixing small bugs when sorting, installing, archivingmattpiwik
2008-02-01finished splitting HomeController in all the plugins controllermattpiwik