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
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Converting to namespace: Archivemattab
2013-07-20Merge remote-tracking branch 'origin/master' into php-5.3-namespacesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-19Refs #4041, move Piwik_ViewDataTable_GenerateGraphData logic to new JqplotDat...Benaka Moorthi
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-15Refs #3942mattab
2013-07-12fixed/added some missing doc blockssgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-07-03Fixing buildmattab
2013-07-03Another gomattab
2013-07-01Minormattab
2013-07-01* Enabling Twig 'strict_variables' so that we write best code possible, and l...mattab
2013-06-25Added |raw for datatablesFabian Becker
2013-06-25Fix for Visitor>Engagement not being displayedFabian Becker
2013-06-22Huge merge! Lets see how the tests run..Fabian Becker
2013-06-18Adding new Metrics class that knows about all metrics. Moving from Piwik_Arch...mattab
2013-06-16Moving Log Aggregation logic to new LogAggregator objectmattab
2013-06-16Renaming ArchiveProcessing in comments as well, adding missing headermattab
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can unders...mattab
2013-06-16refactoring / improvements of Archiveprocessing (in progress)mattab
2013-06-16going deeper into the rabbit holemattab
2013-06-07factoring out record names as constmattab
2013-06-07Killing the Archiver from VisitFrequency. Nice! using VisitsSummary.get API i...mattab
2013-06-06factoring out the shouldArchive logicmattab
2013-06-06Introducing new PluginsArchiver class. Plugins can create an Archiver inherit...mattab
2013-06-06VisitorInterest factor outmattab
2013-04-05Converted VisitorInterest plugin to use twigFabian Becker
2013-04-05Converted realtime-map and visitor-map to 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
2012-08-21Refs #3338 fix build.benakamoorthi
2012-08-03Fixes #3282, change duration ranges for number of visits per visit duration r...benakamoorthi
2012-05-03added/fixed several doc blocks; fixed some csssgiehl
2011-11-23refs #2714 column translations for html and rss export, general fine tuning o...BeezyT
2011-11-11Refs #583, #584, #2031benakamoorthi
2011-11-05Fixes #583:benakamoorthi
2011-10-27Fixes #584, #536, #2031 - Kuddos to Benaka akka capedfuzz for this great patc...mattpiwik
2011-09-07Refs #2633 redesigned segmentation api: all segments work for all reports nowBeezyT
2011-05-20Refs #898mattpiwik
2011-05-05#2373 inline documentation for reports and metricsBeezyT
2011-04-28Properly order 'visits per number of pages' and 'visits per duration' tablesmattpiwik
2011-04-19Fixes #2336mattpiwik
2011-04-14Fixes #1478mattpiwik
2011-04-11Fixes #2291mattpiwik
2011-02-12Refs #1736mattpiwik
2011-01-09Fix some memory leak, Thanks to XHProf refs mattpiwik
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder