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-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14Moving BatchInsert logic to own Db/BatchInsert classmattab
2013-08-10fixed doc blockssgiehl
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
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: Period, Sitemattab
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-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-07-07Added new integration test for archive.php cron script.Benaka Moorthi
2013-07-06fixed several doc blockssgiehl
2013-07-01Reverting broken commitmattab
2013-07-01Merge branch '2.x-twig'mattab
2013-07-01Factoring out SQL Archive delete code to the DataAccess Layermattab
2013-07-01Minormattab
2013-06-19Always create tables (removing feature I added just to see if I could get bui...mattab
2013-06-19There is now a new error in PrivacyManagerTest, making some progress...mattab
2013-06-18I can't figure out why PrivacyManagerTest now regresses...mattab
2013-06-18Moving some logic to Piwik_DataAccess_ArchiveTableCreatormattab
2013-06-18Removing TablePartitioning from codebase, since it was rather ugly. Introduci...mattab
2013-06-18Adding new Metrics class that knows about all metrics. Moving from Piwik_Arch...mattab
2013-06-18Code reformat phpstormmattab
2013-06-18Commenting/cleanup new classesmattab
2013-06-17Committing two new filesmattab
2013-06-17Introducing the Piwik_DataAccess_ArchiveWriter which encapsulates logic for c...mattab
2013-06-17Creating getMinTimeProcessedForTemporaryArchive and splitting getMinTimeArchi...mattab
2013-06-17Small cleanupmattab
2013-06-16Fixing transitions tests post mergemattab
2013-06-16Moving Log Aggregation logic to new LogAggregator objectmattab
2013-06-16Fixing build + getting the logic right in ArchiveProcessor.preProcessReportmattab
2013-06-16Fixing transitions and few other things. Still one failing test.mattab
2013-06-16Renaming ArchiveProcessing in comments as well, adding missing headermattab
2013-06-16Continuing the great cleanup. It looks like archiveProcessor will have to go ...mattab
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-16tempmattab
2013-06-16going deeper into the rabbit holemattab
2013-06-01Remove concept or 'requested report' and replace with concept of 'requested p...Benaka Moorthi
2013-05-31Refactored archive data querying code. Removed tree-like data structure from ...Benaka Moorthi