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-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
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-06-18Adding new Metrics class that knows about all metrics. Moving from Piwik_Arch...mattab
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-07factoring out record names as constmattab
2013-06-06factoring out the shouldArchive logicmattab
2013-06-06Introducing new PluginsArchiver class. Plugins can create an Archiver inherit...mattab
2013-06-06Minormattab
2013-06-06Full refactor of UserSettings plugin, now it's starting to look goodmattab
2013-06-05Factoring out + cleanup Provider, UserCountry, Goalsmattab
2013-06-05Factoring out archiving Custom variables + cleaning it up (breaking down huge...mattab
2013-04-02Merge pull request from @ksubileauFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-17Additional checkKévin Subileau
2013-03-17Move the "Providers" array to its own core/DataFiles/Providers.phpKévin Subileau
2013-03-17Refs #3697, Prettify ISP namesKévin Subileau
2013-03-11Refs #3697 allow dash in provider urlmattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-02-01Debugging last failing testmattab
2012-12-15Refs #1253, if provider determined via GeoIP plugin, display link to startpag...benakamoorthi
2012-11-08Fixes #3524, don't do provider lookup if visitor provider field is set.benakamoorthi
2012-10-24Various small updates including fixes #3449mattpiwik
2012-10-08Refs #1823, modified UserCountry plugin to allow use of GeoIP databases if de...benakamoorthi
2012-05-03added/fixed several doc blocks; fixed some csssgiehl
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2012-02-08Refs #2902mattpiwik
2011-11-18refs #1820 metrics picker for pie/bar charts in more reportsBeezyT
2011-09-07Refs #2633 redesigned segmentation api: all segments work for all reports nowBeezyT
2011-05-05#2373 inline documentation for reports and metricsBeezyT
2011-04-23fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and ex...robocoder
2011-04-14Fixes #1478mattpiwik
2011-04-12Fixes #2297 mattpiwik
2011-04-11Fixes #2291mattpiwik
2011-03-25fixes #2217robocoder
2011-03-25fixes #2231robocoder
2011-02-15In create PDF report, Provider should not have its own sectionmattpiwik
2011-02-13Refs #1736 - Segmentation doc now online: http://piwik.org/docs/analytics-api...mattpiwik
2011-02-12Refs #1736mattpiwik
2011-02-06Cosmetic changes/refactoring preparing for code reuse for Segmentation Refs #...mattpiwik
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder